From 16ef9da682da9e3d0a4c045fc7d95294d266cc4c Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 13 Jan 2008 18:04:16 +0100 Subject: [PATCH] * doc/automake.texi (amhello Explained): Fix odd sentence. Report by nightstrike@gmail.com. --- ChangeLog | 5 +++++ doc/automake.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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, -- 2.47.2