This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
29, 900 English pages for "Libtool library used but LIBTOOL isundefined"
- From: Bruce Korb <bkorb at veritas dot com>
- To: automake at gnu dot org
- Date: Mon, 6 Dec 2004 12:57:50 -0800
- Subject: 29, 900 English pages for "Libtool library used but LIBTOOL isundefined"
- Organization: Veritas Software
- Reply-to: bkorb at veritas dot com
Maybe someone can figure out a better error message, please?
For those that found *this* message because of the subject line:
http://lists.gnu.org/archive/html/bug-automake/2004-07/msg00083.html
> Stephan> although AC_PROG_LIBTOOL _is_ present in configure.ac.
>
> Therefore it means AC_PROG_LIBTOOL is not evaluated.
> This is certainly because AC_PROG_LIBTOOL is not defined in aclocal.m4.
> This is probably because aclocal does not see libtool.m4 in its search path.
> This is might be because Automake and Libtool are installed with different
> --prefix; for instance Libtool in /usr and Automake in /usr/local.
...
> See the Automake manual's "Macro search path" section for more
> discussion about dirlist.