From: Eric Blake Date: Mon, 11 Jan 2010 15:09:35 +0000 (-0700) Subject: Typo fix in earlier commit. X-Git-Tag: v2.66~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21c6c2ea6186d099ae29fe19d1a511849d5d50e;p=thirdparty%2Fautoconf.git Typo fix in earlier commit. * doc/autoconf.texi (Autoconf Language): Fix typo. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 2ca9eaba..6b6fd808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-12 Eric Blake + + Typo fix in earlier commit. + * doc/autoconf.texi (Autoconf Language): Fix typo. + 2010-01-12 Ralf Wildenhues Allow AC_FUNC_MKTIME to work with C++. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d484910d..ce6ac88f 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -1136,7 +1136,7 @@ space between the macro name and the open parenthesis. @example AC_INIT ([oops], [1.0]) # incorrect -AC_INIT([hello], [1,0]) # good +AC_INIT([hello], [1.0]) # good @end example Arguments should