Hello, this sounds very well:
On Wed, Jan 11, 2006 at 10:28:40AM -0600, Matt Hull wrote: > [EMAIL PROTECTED] ~/mine-0.0.9 $ aclocal-1.8 -I aclocal && autoheader && > autoconf && automake-1.8 && ./configure && make > /usr/share/aclocal/sigc++.m4:8: warning: underquoted definition of > AM_PATH_SIGC > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal > /usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF > /usr/share/aclocal/libglade.m4:7: warning: underquoted definition of > AM_PATH_LIBGLADE > /usr/share/aclocal/gtk--.m4:10: warning: underquoted definition of > AM_PATH_GTKMM > /usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of > AM_PATH_GCONF > /usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of > AM_GCONF_SOURCE > /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO you can safely ignore these warnings. See the URL from the msg for more. > makefile.am: required file `./compile' not found > makefile.am: required file `./depcomp' not found Run automake --add-missing to install these two files. Does it work then? Have a nice day, Stepan