]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2001 20:10:13 +0000 (20:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2001 20:10:13 +0000 (20:10 +0000)
with {}, as that triggers a bug in Bash 2.05.

ChangeLog

index 530e5f6850fed39c31a40c77707423bb8407d4cb..d5ac5daa8c01ea4895efffee20099b5901f4304f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2001-10-31  Paul Eggert  <eggert@twinsun.com>
 
-       * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use Sed rather than
+       * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
+       with {}, as that triggers a bug in Bash 2.05.
+
+       (_AS_LINENO_PREPARE): Use Sed rather than
        Awk.  Fix the sed prepass to work even if there are multiple
        instances of $LINENO on the same line.  Do not substitute for
        other variables like $LINENOT.  Do not check file dates; such a