From: Paul Eggert Date: Fri, 22 Mar 2002 05:37:22 +0000 (+0000) Subject: * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV X-Git-Tag: AUTOCONF-2.53a~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fcb75f11e05d745968e2c045a66d0e17ae8a305;p=thirdparty%2Fautoconf.git * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV when reinvoking the shell, to work around problems with installers who put strange things like "cd" commands in their environments. --- diff --git a/ChangeLog b/ChangeLog index 175ad65d4..ef8696062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-03-21 Paul Eggert + + * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV + when reinvoking the shell, to work around problems with installers + who put strange things like "cd" commands in their environments. + 2002-03-19 Akim Demaille * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.