From: Akim Demaille Date: Fri, 16 Jun 2000 15:49:39 +0000 (+0000) Subject: * acspecific.m4 (AC_EXEEXT, AC_OBJEXT): Don't obsolete them, let X-Git-Tag: autoconf-2.50~808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32fbc9ac9d9d59b06c28cd5af19025944fd0bab9;p=thirdparty%2Fautoconf.git * acspecific.m4 (AC_EXEEXT, AC_OBJEXT): Don't obsolete them, let them be empty, so that Automake still provide support for $(EXEEXT). --- diff --git a/ChangeLog b/ChangeLog index 136c76935..31bfaa232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-06-16 Akim Demaille + + * 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 * autoconf.sh (option handling): Give a more understandable diff --git a/TODO b/TODO index 19456a5a3..22ac1a4df 100644 --- 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. + ------------------------------------------------------------------------------ diff --git a/acspecific.m4 b/acspecific.m4 index 93990f76e..5ba286b79 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -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 # -_-------- diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 93990f76e..5ba286b79 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -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 # -_--------