Hi, On Sun, 2002-02-03 at 13:57, Nic Ferrier wrote: > What I get from aclocal is this: > > aclocal: configure.in: 71: macro `AM_DISABLE_STATIC' not found in library > aclocal: configure.in: 72: macro `AM_PROG_LIBTOOL' not found in library > aclocal: configure.in: 110: macro `AM_PATH_GTK' not found in library > aclocal: configure.in: 111: macro `AM_PATH_GLIB' not found in library > aclocal: configure.in: 115: macro `AM_PATH_LIBART' not found in library > > > I'm using autoconf 2.52 as well as automake 1.5. My version of > libtool is 1.4.2a.
On my system (Debian GNU/Linux unstable/sid with automake1.5): AM_DISABLE_STATIC is defined in /usr/share/aclocal/libtool.m4 AM_PROG_LIBTOOL is also defined in /usr/share/aclocal/libtool.m4 that file comes from the libtool 1.4.2-4 package AM_PATH_GTK is defined in /usr/share/aclocal/gtk.m4 which comes from the libgtk1.2-dev 1.2.10-9 package AM_PATH_GLIB is defined in /usr/share/aclocal/glib.m4 which comes from the libglib1.2-dev 1.2.10-3 package AM_PATH_LIBART is defined in /usr/share/aclocal/libart.m4 which comes from the libart-dev 1.4.1.4-1 package If those files are in the "wrong" directory on your system maybe you can copy them? Cheers, Mark _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

