]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
*** empty log message ***
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Feb 2004 21:30:27 +0000 (21:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Feb 2004 21:30:27 +0000 (21:30 +0000)
ChangeLog

index e8ec521b8c13659e76af7fcb6be005d39a99f3d2..da9b7082b52ae5cab49c3a8cf32b1a5dd264d4c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,8 @@
        http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
        for bug reported by Nelson H. F. Beebe in:
        http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
-       
-2004-02-04   Paolo Bonzini  <bonzini@gnu.org>
+
+2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
 
        * doc/autoconf.texi (AU_DEFUN): Fix English,
        suggested by Paul Eggert.
        warning message when the third argument includes $0
        (reported by Alexandre Duret-Lutz).
 
-2004-01-30 Paolo Bonzini <bonzini@gnu.org>
-           Eric Sunshine <sunshine@sunshineco.com>
-           Paul Eggert <eggert@twinsun.com>
-
-        * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
-        (AS_INIT): Output shell initialization there. Removed optional
-        parameter. Expand _AS_SHELL_FN_SPY.
-        (AS_INIT_WITH_SHELL_FN): Removed.
-        (_AS_SHELL_FN_SPY): New macro.
-        (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
-        macros.
-        (AS_SHELL_SANITIZE): Remove loop to find better shell
-        and documentation for the parameter.
-        (_AS_DETECT_BETTER_SHELL): Move it here.
-        (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
-        (_AS_RUN): Move it here, support testing with eval.
-        (AS_REQUIRE_SHELL_FN): Require shell functions when
-        it is used.
-        (_AS_LINENO_WORKS): Put around braces, we do not
-        trigger the bash bug anymore.
-        * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
-        use AS_INIT_WITH_SHELL_FN.
-        * bin/autoconf.in, tests/wrapper.in: Regenerated.
+2004-01-30  Paolo Bonzini <bonzini@gnu.org>
+           Eric Sunshine <sunshine@sunshineco.com>
+           Paul Eggert <eggert@twinsun.com>
+
+       * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
+       (AS_INIT): Output shell initialization there. Removed optional
+       parameter. Expand _AS_SHELL_FN_SPY.
+       (AS_INIT_WITH_SHELL_FN): Removed.
+       (_AS_SHELL_FN_SPY): New macro.
+       (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
+       macros.
+       (AS_SHELL_SANITIZE): Remove loop to find better shell
+       and documentation for the parameter.
+       (_AS_DETECT_BETTER_SHELL): Move it here.
+       (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
+       (_AS_RUN): Move it here, support testing with eval.
+       (AS_REQUIRE_SHELL_FN): Require shell functions when
+       it is used.
+       (_AS_LINENO_WORKS): Put around braces, we do not
+       trigger the bash bug anymore.
+       * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
+       use AS_INIT_WITH_SHELL_FN.
+       * bin/autoconf.in, tests/wrapper.in: Regenerated.
 
 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>