The problem I am having is that Automake is not detecting that I am using libtool. It seems to depend on seeing AC_PROG_LIBTOOL in configure.ac. Somehow it does detect that the libtool test suite is using libtool. The test suite does not use Automake includes.
Automake is producing an error message like:
coders/Makefile.am:172: Libtool library used but `LIBTOOL' is undefined coders/Makefile.am:172: coders/Makefile.am:172: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' coders/Makefile.am:172: to `configure.ac' and run `aclocal' and `autoconf' again.
What should I do in order to encourage Automake to believe that libtool is in use?
Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen