]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acspecific.m4 (AC_EXEEXT, AC_OBJEXT): Don't obsolete them, let
authorAkim Demaille <akim@epita.fr>
Fri, 16 Jun 2000 15:49:39 +0000 (15:49 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 16 Jun 2000 15:49:39 +0000 (15:49 +0000)
them be empty, so that Automake still provide support for $(EXEEXT).

ChangeLog
TODO
acspecific.m4
lib/autoconf/specific.m4

index 136c769353c6635191ccc643e7dda8ab62d742cf..31bfaa232d36b007f68384d514244cf49a455a2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-16  Akim Demaille  <akim@epita.fr>
+
+       * acspecific.m4 (AC_EXEEXT, AC_OBJEXT): Don't obsolete them, let
+       them be empty, so that Automake still provide support for $(EXEEXT).
+
 2000-06-15  Akim Demaille  <akim@epita.fr>
 
        * autoconf.sh (option handling): Give a more understandable
diff --git a/TODO b/TODO
index 19456a5a3638fcdd4513d2a27c19025db22ba48d..22ac1a4df9a473b5e106b971b35b487a0475cf6b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -154,6 +154,9 @@ instance, there is still AM_PROG_LIBTOOL.  Anyway, since autoupdate
 takes care of them, it is no longer the role of Automake to handle
 this.  Most should be removed.
 
+** AC_EXEXT, AC_OBJEXT
+Support should be enabled by default.
+
 
 ------------------------------------------------------------------------------
 
index 93990f76e1b06b6061fbc77fcbd18d09d5dfa0ee..5ba286b798b786038c967237590b29d45b6a907a 100644 (file)
@@ -2657,8 +2657,14 @@ AU_DEFUN([AC_CYGWIN32], [])
 AU_DEFUN([AC_EMXOS2],   [])
 AU_DEFUN([AC_MING32],   [])
 
-AU_DEFUN([AC_EXEEXT],   [])
-AU_DEFUN([AC_OBJEXT],   [])
+
+# We must not AU define them, because autoupdate would them remove
+# them, which is right, but Automake 1.4 would remove the support for
+# $(EXEEXT) etc.
+# FIXME: Remove this once Automake fixed.
+AC_DEFUN([AC_EXEEXT],   [])
+AC_DEFUN([AC_OBJEXT],   [])
+
 
 # _AC_EXEEXT
 # -_--------
index 93990f76e1b06b6061fbc77fcbd18d09d5dfa0ee..5ba286b798b786038c967237590b29d45b6a907a 100644 (file)
@@ -2657,8 +2657,14 @@ AU_DEFUN([AC_CYGWIN32], [])
 AU_DEFUN([AC_EMXOS2],   [])
 AU_DEFUN([AC_MING32],   [])
 
-AU_DEFUN([AC_EXEEXT],   [])
-AU_DEFUN([AC_OBJEXT],   [])
+
+# We must not AU define them, because autoupdate would them remove
+# them, which is right, but Automake 1.4 would remove the support for
+# $(EXEEXT) etc.
+# FIXME: Remove this once Automake fixed.
+AC_DEFUN([AC_EXEEXT],   [])
+AC_DEFUN([AC_OBJEXT],   [])
+
 
 # _AC_EXEEXT
 # -_--------