summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/automake.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6226f5d00..27c1521af 100644
--- 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
diff --git a/doc/automake.texi b/doc/automake.texi
index 6ea6e4627..08eaffc75 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -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,