]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
set -o posix fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Dec 2005 19:23:05 +0000 (19:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Dec 2005 19:23:05 +0000 (19:23 +0000)
ChangeLog

index 0d36e72153d1ecd522c491c12bef58ea40ba5f5c..3d5b24c1f7891ad49e243021dd58169ac8ce8c31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
-       patch, noted by Realf Wildenhues.
+       patch, noted by Ralf Wildenhues.
+
+2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
+       posix' unconditionally, for pdksh in `native sh' emulation.
 
 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>