|
From: Bart V. A. <bar...@gm...> - 2009-07-13 16:31:42
|
On Mon, Jul 13, 2009 at 1:09 AM, Nicholas Nethercote<n.n...@gm...> wrote: > On Sun, Jul 12, 2009 at 4:05 AM, Bart Van > Assche<bar...@gm...> wrote: >> Recently (r10156) an invocation of AC_PROG_OBJC has been added to >> Valgrind's configure.in. This macro is causing trouble on older Linux >> distro's because older autoconf packages do not know this macro. > > For which distro and autoconf version do you see it? This occurred on a RHEL / CentOS 4.4 system, which includes autoconf 2.59 and automake 1.9.2. >> However, as far as I can see none of Valgrind's makefiles are using >> the variables defined by this macro. Is it safe to remove this macro >> again from configure.in, or am I overlooking something ? > > I disabled it in r10436 and put an explanatory comment. Thanks for the report! Thanks for the fix. Bart. |