From: Ralf Wildenhues Date: Sun, 13 Jan 2008 17:04:16 +0000 (+0100) Subject: * doc/automake.texi (amhello Explained): Fix odd sentence. X-Git-Tag: v1.10b~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ef9da682da9e3d0a4c045fc7d95294d266cc4c;p=thirdparty%2Fautomake.git * doc/automake.texi (amhello Explained): Fix odd sentence. Report by nightstrike@gmail.com. --- diff --git a/ChangeLog b/ChangeLog index 6994314d8..3f2b780e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-13 Ralf Wildenhues + + * doc/automake.texi (amhello Explained): Fix odd sentence. + Report by nightstrike@gmail.com. + 2008-01-12 Ralf Wildenhues * m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Rewrite to be more diff --git a/doc/automake.texi b/doc/automake.texi index e1c0c31f3..8e5bc5d2b 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,