them be empty, so that Automake still provide support for $(EXEEXT).
+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
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.
+
------------------------------------------------------------------------------
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
# -_--------
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
# -_--------