From: Paul Eggert Date: Fri, 2 Dec 2005 19:23:05 +0000 (+0000) Subject: set -o posix fix. X-Git-Tag: AUTOCONF-2.59c~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b332732faf325a71cf2be77500d13a8fdae50a0d;p=thirdparty%2Fautoconf.git set -o posix fix. --- diff --git a/ChangeLog b/ChangeLog index 0d36e7215..3d5b24c1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ 2005-12-02 Paul Eggert * 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 + + * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o + posix' unconditionally, for pdksh in `native sh' emulation. 2005-12-01 Paul Eggert