]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typos.
authorAkim Demaille <akim@epita.fr>
Mon, 24 Nov 2003 14:09:12 +0000 (14:09 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 24 Nov 2003 14:09:12 +0000 (14:09 +0000)
ChangeLog

index 0ba260ac160b77408c9421378f6728a882689fc7..6ca2221ce3c7156ada783a8167d928acfa03de72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,27 +1,26 @@
 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
 
-        * 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 <bonzini@gnu.org>
 
-        * 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  <bonzini@gnu.org>
 
-        * 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  <eggert@twinsun.com>