This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]