_AC_INIT_PREPARE_ENVIRONMENT invocation to...
(_AC_INIT_DEFAULTS): here, so that we keep the same known
environment for more of the script.
+2000-10-17 Assar Westerlund <assar@sics.se>
+
+ * acgeneral.m4 (_AC_INIT_PREPARE): Move the
+ _AC_INIT_PREPARE_ENVIRONMENT invocation to...
+ (_AC_INIT_DEFAULTS): here, so that we keep the same known
+ environment for more of the script.
+
2000-10-17 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (The GNU build system): Sketch of new a
chapter.
-
+
2000-10-17 Akim Demaille <akim@epita.fr>
Somehow, the adjustment of `mktests.sh' claimed on 2000-10-17 by
Andreas Schott schott@rzg.mpg.de
Andreas Schwab schwab@issan.informatik.uni-dortmund.de
Andrej Borsenkow borsenkow.msk@sni.de
+Assar Westerlund assar@sics.se
Axel Thimm Axel.Thimm@physik.fu-berlin.de
Ben Elliston bje@redhat.com
Bill Sommerfeld sommerfeld@apollo.hp.com
which might be slightly presumptuous :). Still, someone fluent in
English should write it.
+** Character intervals
+For safety, we should check that configure scripts do not depend upon
+char intervals. Introducing ac_A_Z etc. might make it more
+convenient.
* Autoconf 2.51 or so
# Values which defaults can be set from `configure.in'.
define([_AC_INIT_DEFAULTS],
[AC_DIVERT_PUSH([DEFAULTS])dnl
+_AC_INIT_PREPARE_ENVIRONMENT
#
# Initializations.
# 5. Required macros (cache, default AC_SUBST etc.)
define([_AC_INIT_PREPARE],
[AC_DIVERT_PUSH([INIT_PREPARE])dnl
-_AC_INIT_PREPARE_ENVIRONMENT
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
# Values which defaults can be set from `configure.in'.
define([_AC_INIT_DEFAULTS],
[AC_DIVERT_PUSH([DEFAULTS])dnl
+_AC_INIT_PREPARE_ENVIRONMENT
#
# Initializations.
# 5. Required macros (cache, default AC_SUBST etc.)
define([_AC_INIT_PREPARE],
[AC_DIVERT_PUSH([INIT_PREPARE])dnl
-_AC_INIT_PREPARE_ENVIRONMENT
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15