From 1486532ed0594deae0251793cacc9f69b8dbbdb2 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 25 Sep 2000 14:34:17 +0000 Subject: [PATCH] * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): use _AC_INIT_PREPARE_ENVIRONMENT to make the shell runnin config.status sane and POSIX-compatible. --- ChangeLog | 6 ++++++ acgeneral.m4 | 1 + lib/autoconf/general.m4 | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b520ab4ad..0c5538ab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-09-25 Pavel Roskin + + * 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 * autoheader.sh: Don't check status of variable assignments - diff --git a/acgeneral.m4 b/acgeneral.m4 index e50a43412..532b34231 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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} diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index e50a43412..532b34231 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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} -- 2.47.3