]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/torture.at (AC_ARG_VAR): Set variables and export them
authorPavel Roskin <proski@gnu.org>
Mon, 18 Jun 2001 16:14:10 +0000 (16:14 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 18 Jun 2001 16:14:10 +0000 (16:14 +0000)
in separate statements for compatibility with Tru64 v5.1.

ChangeLog
tests/torture.at

index ce44a8b61ed1e5faeac527aadb368f773eb24032..a774afcf0e6f7bc9d6dfcd09cb7b5d108844c25a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
+
+       * tests/torture.at (AC_ARG_VAR): Set variables and export them
+       in separate statements for compatibility with Tru64 v5.1.
+
 2001-06-17  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
index f975c84b834b31cc1038bf46686909da8548a2a0..6c7a5ed6dcd914c8360bc898cb58a71672dace1b 100644 (file)
@@ -55,7 +55,7 @@ AT_CHECK([cat file], [], [`'
 
 
 # Set to `diamonds'.
-export precious=diamonds
+precious=diamonds; export precious
 AT_CHECK_CONFIGURE([--config-cache], [], [],
 [configure: WARNING: `precious' was not set in the previous run
 configure: WARNING: changes in the environment can compromise the build
@@ -72,7 +72,7 @@ AT_CHECK([cat file], [], [`diamonds'
 
 
 # Set to `apple of my eye'.
-export precious='apple of my eye'
+precious='apple of my eye'; export precious
 AT_CHECK_CONFIGURE([--config-cache], [], [],
 [configure: WARNING: `precious' has changed since the previous run:
 configure: WARNING:   former value:  diamonds