From: Akim Demaille Date: Mon, 24 Nov 2003 14:09:12 +0000 (+0000) Subject: Typos. X-Git-Tag: AUTOCONF-2.59c~785 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9df52cd72be887fc9ce83e8b466a38762fe79b8;p=thirdparty%2Fautoconf.git Typos. --- diff --git a/ChangeLog b/ChangeLog index 0ba260ac1..6ca2221ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,27 +1,26 @@ 2003-11-24 Paolo Bonzini - * TODO: Remove already done things. Update the part - about finding tools for the target. + * TODO: Remove already done things. Update the part about finding + tools for the target. 2003-11-24 Paolo Bonzini - * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, - AC_DIR_HEADER): Make wording more consistent. - * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, - AC_MINGW32): Explain the transition better. - * lib/autoconf/types.m4 (AC_INT_16_BITS, - AC_LONG_64_BITS): Explain the transition better. + * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER): + Make wording more consistent. + * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32): + Explain the transition better. + * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain + the transition better. 2003-11-24 Paolo Bonzini - * doc/autoconf.texi (Obsoleting Macros): Don't - document the third parameter of AU_DEFUN. - * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove. - (AU_DEFUN): Remove the third parameter, it was not used. - Use AC_DEFUN directly, not AU_DEFINE. - * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message - into the expanded body, consistently with other macros - such as AC_USG. + * doc/autoconf.texi (Obsoleting Macros): Don't document the third + parameter of AU_DEFUN. + * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove. + (AU_DEFUN): Remove the third parameter, it was not used. + Use AC_DEFUN directly, not AU_DEFINE. + * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into + the expanded body, consistently with other macros such as AC_USG. 2003-11-17 Paul Eggert