+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
# 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
# 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