How to remove custom directory with maintainer-clean

2004-07-20 Thread Oliver B. Fischer
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

Re: automake doesn't recognize AC_PROG_LIBTOOL

2004-06-18 Thread Oliver B. Fischer
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

automake doesn't recognize AC_PROG_LIBTOOL

2004-06-18 Thread Oliver B. Fischer
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