From: Ralf Wildenhues Date: Sat, 28 Oct 2006 09:51:58 +0000 (+0000) Subject: * doc/automake.texi (amhello Explained): autoconf creates X-Git-Tag: v1.10b~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a75cc999e6c2832fc175bf9c6a2a6bcf21832ce;p=thirdparty%2Fautomake.git * doc/automake.texi (amhello Explained): autoconf creates configure, not configure.ac. * THANKS: Update. --- diff --git a/ChangeLog b/ChangeLog index 976353fae..1457a3cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-28 Bobby Jack (tiny change) + + * doc/automake.texi (amhello Explained): autoconf creates + configure, not configure.ac. + * THANKS: Update. + 2006-10-20 Ralf Wildenhues * doc/automake.texi (Dist, Dependency Tracking Evolution): diff --git a/THANKS b/THANKS index 5d0b557e9..d0fbce7b4 100644 --- a/THANKS +++ b/THANKS @@ -37,6 +37,7 @@ Bill Fenner fenner@parc.xerox.com Bob Friesenhahn bfriesen@simple.dallas.tx.us Bob Proulx rwp@hprwp.fc.hp.com Bob Rossi bob@brasko.net +Bobby Jack bobbykjack@yahoo.co.uk Braden N. McDaniel braden@endoframe.com Brendan O'Dea bod@compusol.com.au Brian Ford ford@vss.fsi.com diff --git a/doc/automake.texi b/doc/automake.texi index 657621478..3ad70860e 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1509,7 +1509,7 @@ AC_OUTPUT @end example This file is read by both @command{autoconf} (to create -@file{configure.ac}) and @command{automake} (to create the various +@file{configure}) and @command{automake} (to create the various @file{Makefile.in}s). It contains a series of M4 macros that will be expanded as shell code to finally form the @file{configure} script. We will not elaborate on the syntax of this file, because the Autoconf diff --git a/doc/stamp-vti b/doc/stamp-vti index 2995436ea..604c6643b 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 20 October 2006 +@set UPDATED 28 October 2006 @set UPDATED-MONTH October 2006 @set EDITION 1.10a @set VERSION 1.10a diff --git a/doc/version.texi b/doc/version.texi index 2995436ea..604c6643b 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 20 October 2006 +@set UPDATED 28 October 2006 @set UPDATED-MONTH October 2006 @set EDITION 1.10a @set VERSION 1.10a