|
From: Tim M. <ti...@se...> - 2005-07-11 14:24:55
|
Nicholas Nethercote wrote: > On Sun, 10 Jul 2005, Yeshurun, Meir wrote: > >> When I run autogen.sh I get >> >> running: aclocal >> /opt/gnome/share/aclocal/libIDL.m4:6: warning: underquoted definition of >> AM_PATH_LIBIDL >> run info '(automake)Extending aclocal' >> or see >> http://sources.redhat.com/automake/automake.html#Extending%20aclocal >> /opt/gnome/share/aclocal/ORBit.m4:4: warning: underquoted definition of >> AM_PATH_ORBIT > > > Yes. Those warnings are for files already no your system, not files > in Valgrind. Maybe your automake/autoconf installation is broken? Did you read the web page that the error report links to? It explains why the error message occurs. I had a similar problem building Valgrind 3.0 on SuSE and it was fixed by modifying a couple of macro definitions as the web page describes. Tim |