]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): use
authorPavel Roskin <proski@gnu.org>
Mon, 25 Sep 2000 14:34:17 +0000 (14:34 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 25 Sep 2000 14:34:17 +0000 (14:34 +0000)
_AC_INIT_PREPARE_ENVIRONMENT to make the shell runnin
config.status sane and POSIX-compatible.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index b520ab4ad085464b57eea302afc1025cb1d10ee7..0c5538ab320f1502bcbce26bbf8535429374408f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-25  Pavel Roskin  <proski@gnu.org>
+
+       * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): use
+       _AC_INIT_PREPARE_ENVIRONMENT to make the shell running
+       config.status sane and POSIX-compatible.
+
 2000-09-25  Pavel Roskin  <proski@gnu.org>
 
        * autoheader.sh: Don't check status of variable assignments -
index e50a43412d6977bbd07303c75a90d9ae3f7fd5bc..532b3423170254535030c28804189c0ffe3ac0d6 100644 (file)
@@ -4382,6 +4382,7 @@ cat >$CONFIG_STATUS <<\EOF
 # Compiler output produced by configure, useful for debugging
 # configure, is in ./config.log if it exists.
 
+_AC_INIT_PREPARE_ENVIRONMENT
 debug=false
 me=`echo "$[0]" | sed 's,.*/,,'`
 SHELL=${CONFIG_SHELL-/bin/sh}
index e50a43412d6977bbd07303c75a90d9ae3f7fd5bc..532b3423170254535030c28804189c0ffe3ac0d6 100644 (file)
@@ -4382,6 +4382,7 @@ cat >$CONFIG_STATUS <<\EOF
 # Compiler output produced by configure, useful for debugging
 # configure, is in ./config.log if it exists.
 
+_AC_INIT_PREPARE_ENVIRONMENT
 debug=false
 me=`echo "$[0]" | sed 's,.*/,,'`
 SHELL=${CONFIG_SHELL-/bin/sh}