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