From: Akim Demaille Date: Tue, 17 Oct 2000 12:48:50 +0000 (+0000) Subject: * acgeneral.m4 (_AC_INIT_PREPARE): Move the X-Git-Tag: autoconf-2.50~561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d470846d3e778055fbb65124531923d4f7dcadd6;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 4d108ff2e..95e50a5ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ +2000-10-17 Assar Westerlund + + * 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 * doc/autoconf.texi (The GNU build system): Sketch of new a chapter. - + 2000-10-17 Akim Demaille Somehow, the adjustment of `mktests.sh' claimed on 2000-10-17 by diff --git a/THANKS b/THANKS index 744050549..efea2b25d 100644 --- a/THANKS +++ b/THANKS @@ -11,6 +11,7 @@ Alexandre Oliva oliva@lsd.ic.unicamp.br 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 diff --git a/TODO b/TODO index c3c23d8f8..63fe8f59f 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,10 @@ might hurt feelings? In addition, it means that the Messiah has come, 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 diff --git a/acgeneral.m4 b/acgeneral.m4 index ccd842c4f..e7751070f 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1275,6 +1275,7 @@ define([AC_PREREQ], # Values which defaults can be set from `configure.in'. define([_AC_INIT_DEFAULTS], [AC_DIVERT_PUSH([DEFAULTS])dnl +_AC_INIT_PREPARE_ENVIRONMENT # # Initializations. @@ -2007,7 +2008,6 @@ It was created by configure ifset([AC_PACKAGE_STRING], # 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 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index ccd842c4f..e7751070f 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1275,6 +1275,7 @@ define([AC_PREREQ], # Values which defaults can be set from `configure.in'. define([_AC_INIT_DEFAULTS], [AC_DIVERT_PUSH([DEFAULTS])dnl +_AC_INIT_PREPARE_ENVIRONMENT # # Initializations. @@ -2007,7 +2008,6 @@ It was created by configure ifset([AC_PACKAGE_STRING], # 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