|
From: Nicholas N. <nj...@cs...> - 2005-07-10 15:12:07
|
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 > /usr/local/share/aclocal/gimp.m4:8: warning: underquoted definition of > AM_PATH_GIMP > autom4te: unknown language: Autoconf-without-aclocal-m4 > aclocal: autom4te failed with exit status: 1 > error: while running 'aclocal' > > aclocal works on Red Hat, but I need to build Valgrind on SUSE. Is it > supposed to work on SUSE (64-bit)? Yes. Those warnings are for files already no your system, not files in Valgrind. Maybe your automake/autoconf installation is broken? N |