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 `LIBT
Alexandre Duret-Lutz wrote:
Either you haven't installed libtool, or you forgot to run aclocal
prior to autoconf and automake.
Neither nor. Might it be the problem, that I have three different
versions of libtool installed on my (freebsd) box? I have libtool 1.3
installed as libtool13, libtool 1
Hello,
I have a custom target doc which creates an directory with all the
end-user docs.
Since doc is a generated directory I would like to be able to remove it
with maintainer-clean. Unfortunately adding doc to MAINTAINERCLEANFILES
doesn't help, since the generated makefile tries to remove doc