Here's the log from the "configure" step: > configure.in: installing `config/install-sh' > agen5/Makefile.am: installing `config/compile' > agen5/Makefile.am: installing `config/depcomp' > autoopts/Makefile.am:84: Libtool library used but `LIBTOOL' is undefined > autoopts/Makefile.am:84: > autoopts/Makefile.am:84: The usual way to define `LIBTOOL' is to add > `AC_PROG_LIBTOOL' > autoopts/Makefile.am:84: to `configure.in' and run `aclocal' and `autoconf' > again. > doc/Makefile.am:25: installing `config/texinfo.tex' > snprintfv/Makefile.am:33: Libtool library used but `LIBTOOL' is undefined > snprintfv/Makefile.am:33: > snprintfv/Makefile.am:33: The usual way to define `LIBTOOL' is to add > `AC_PROG_LIBTOOL' > snprintfv/Makefile.am:33: to `configure.in' and run `aclocal' and `autoconf' > again. > Makefile.am: installing `./INSTALL' > Makefile.am: installing `./COPYING' > + exit 1 > error: bootstrap failed
Needless to say, this worked before *and* I do, in fact, have "AC_PROG_LIBTOOL" in place in the "configure.in" file. What is this message really trying to say? Here is the initial portion of the "configure.in" file: > dnl ..... > AC_INIT([AutoGen],[5.7.1],[EMAIL PROTECTED]) > AC_CONFIG_SRCDIR(agen5/autogen.c) > AC_CONFIG_AUX_DIR(config) > AC_CANONICAL_TARGET > . $srcdir/VERSION > AM_INIT_AUTOMAKE([gnu check-news 1.5 dist-bzip2]) > AC_LIBTOOL_WIN32_DLL m4_define(AC_PROVIDE_AC_LIBTOOL_WIN32_DLL) > AC_PROG_LIBTOOL > ifdef([AC_REVISION],AC_REVISION($Revision: 4.6 $),)dnl Thank you! Regards, Bruce _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
