]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (amhello Explained): Fix odd sentence.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Jan 2008 17:04:16 +0000 (18:04 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Jan 2008 17:04:16 +0000 (18:04 +0100)
Report by nightstrike@gmail.com.

ChangeLog
doc/automake.texi

index 6994314d86ba8dc1a3ca4f37f46f5599c42b63ae..3f2b780e4895215dc991ce70b51f64dfb63c7289 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/automake.texi (amhello Explained): Fix odd sentence.
+       Report by nightstrike@gmail.com.
+
 2008-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Rewrite to be more
index e1c0c31f3f5f593535ca312704f263a7f7e4f867..8e5bc5d2b274b221c5d3a9c94cc4eef767acf28e 100644 (file)
@@ -1518,7 +1518,7 @@ Index, autoconf, The Autoconf Manual}).  The macros that start with
 (@pxref{Macro Index}).
 
 The first two lines of @file{configure.ac} initialize Autoconf and
-Automake.  @code{AC_INIT} takes in parameters the name of the package,
+Automake.  @code{AC_INIT} takes in as parameters the name of the package,
 its version number, and a contact address for bug-reports about the
 package (this address is output at the end of @code{./configure
 --help}, for instance).  When adapting this setup to your own package,