Re: aclocal.m4 not regenerated when Makefile.am changes

2008-02-17 Thread Colin Watson
On Sun, Feb 17, 2008 at 06:48:07PM +0100, Ralf Wildenhues wrote: > * Colin Watson wrote on Sun, Feb 17, 2008 at 04:23:32PM CET: > > In a fresh unpacked copy of > > http://download.savannah.nongnu.org/releases/man-db/man-db-2.5.1.tar.gz: > > > > $ touch Makefile.am > > $ ./configure > > $ mak

Re: 'nonemtpy' typo in lib/am/tags.am

2008-02-17 Thread Ralf Wildenhues
Hi Colin, * Colin Watson wrote on Sun, Feb 17, 2008 at 05:58:58PM CET: > The attached patch fixes a typo I happened to notice while upgrading > man-db to Automake 1.10.1. Thanks! Applied like this, master and branch-1-10. Cheers, Ralf 2008-02-17 Colin Watson <[EMAIL PROTECTED]> (tiny change

Re: aclocal.m4 not regenerated when Makefile.am changes

2008-02-17 Thread Ralf Wildenhues
Hello Colin, * Colin Watson wrote on Sun, Feb 17, 2008 at 04:23:32PM CET: > In a fresh unpacked copy of > http://download.savannah.nongnu.org/releases/man-db/man-db-2.5.1.tar.gz: > > $ touch Makefile.am > $ ./configure > $ make > configure.ac:7: version mismatch. This is Automake 1.10.1,

'nonemtpy' typo in lib/am/tags.am

2008-02-17 Thread Colin Watson
The attached patch fixes a typo I happened to notice while upgrading man-db to Automake 1.10.1. Thanks, -- Colin Watson [EMAIL PROTECTED] diff --git a/lib/am/tags.am b/lib/am/tags.am index 5383e0d..d279b19 100644 --- a/lib/am/tags.am +++ b/lib/am/tags.am @@

aclocal.m4 not regenerated when Makefile.am changes

2008-02-17 Thread Colin Watson
In a fresh unpacked copy of http://download.savannah.nongnu.org/releases/man-db/man-db-2.5.1.tar.gz: $ touch Makefile.am $ ./configure $ make configure.ac:7: version mismatch. This is Automake 1.10.1, configure.ac:7: but the definition used by this AM_INIT_AUTOMAKE configure.ac:7: com