[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtool version 2.2.6 only checks Makefile.am for ACLOCAL_AMFLAGS.
From: |
Ralf Wildenhues |
Subject: |
Re: libtool version 2.2.6 only checks Makefile.am for ACLOCAL_AMFLAGS. |
Date: |
Sun, 9 Nov 2008 22:04:28 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Robin,
* Robin Holt wrote on Fri, Nov 07, 2008 at 02:15:26AM CET:
>
> I have a package which has all of its Makefiles for the actual package
> named GNUmakefile.am. libtoolize prints a failure message because it is
> only checking Makefile.am for the ACLOCAL_AMFLAGS=-I m4. I changed
> /usr/bin/libtoolize lines 1243 and 1245 to use GNUmakefile.am instead of
> Makefile.am and the error went away.
Hmm, currently, autoreconf does the same thing, though. So unless both
libtoolize and autoreconf are changed, the best you can do is have a
stub Makefile.am containing only the ACLOCAL_AMFLAGS line.
Hope that helps.
Cheers,
Ralf