This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
automake doesn't recognize AC_PROG_LIBTOOL
- From: "Oliver B. Fischer" <plexus at snafu dot de>
- To: automake at gnu dot org
- Date: Fri, 18 Jun 2004 18:58:07 +0000
- Subject: automake doesn't recognize AC_PROG_LIBTOOL
Dear list,
at the moment I try to migrate a small project to automake/autoconf, but...
Since a small lib belongs to my project, I would like to use libtool.
Hence I put AC_PROG_LIBTOOL in my configure.ac. If I start automake, it
complains, that
src/c/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
src/c/Makefile.am:5:
src/c/Makefile.am:5: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
Does someone know why automake can't find AC_PROG_LIBTOOL?
I use automake 1.8.5, and autoconf 2.5.9.
Oliver Fischer