]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_INIT_PREPARE): Move the
authorAkim Demaille <akim@epita.fr>
Tue, 17 Oct 2000 12:48:50 +0000 (12:48 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 17 Oct 2000 12:48:50 +0000 (12:48 +0000)
_AC_INIT_PREPARE_ENVIRONMENT invocation to...
(_AC_INIT_DEFAULTS): here,  so that we keep the same known
environment for more of the script.

ChangeLog
THANKS
TODO
acgeneral.m4
lib/autoconf/general.m4

index 4d108ff2e0a5cba31c334793b79560e926ae647f..95e50a5ff87c0de6b61bdbc63b1a31f152aef670 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+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
diff --git a/THANKS b/THANKS
index 74405054974a082d40648df48ce2a107628b4bfa..efea2b25d5d321910a1e8968666c3dc7f41ad7d5 100644 (file)
--- 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 c3c23d8f814aac78367f9413daeba2966e3cb84c..63fe8f59ff61cb1bde8ed5ba4fca6cb7db46e326 100644 (file)
--- 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
 
index ccd842c4f04b03b7aa0fe95e48f8b141f24d0b65..e7751070f8d1c41cf3e4a6904638590275d2a78d 100644 (file)
@@ -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
 
index ccd842c4f04b03b7aa0fe95e48f8b141f24d0b65..e7751070f8d1c41cf3e4a6904638590275d2a78d 100644 (file)
@@ -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