+2000-08-11 Akim Demaille <akim@epita.fr>
+
+ * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH,
+ AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Deactivate
+ their AU_ALIAS definition: Automake 1.4 does not quote the name of
+ these macros, hence when Autoconf reads Automake's definition the
+ name is expanded with unpredictable results.
+
2000-08-09 Akim Demaille <akim@epita.fr>
* autoreconf.sh (Installing Autoconf extensions files): Remove.
# AU::AM_FUNC_ERROR_AT_LINE
# -------------------------
-AU_ALIAS([AM_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE])
# AC_FUNC_FNMATCH
# and
# AU::fp_FUNC_FNMATCH
# -------------------
-AU_ALIAS([AM_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
AU_ALIAS([fp_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
# AU::AM_FUNC_MKTIME
# ------------------
-AU_ALIAS([AM_FUNC_MKTIME], [AC_FUNC_MKTIME])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_MKTIME], [AC_FUNC_MKTIME])
# AC_FUNC_MMAP
# AU::AM_FUNC_OBSTACK
# -------------------
-AU_ALIAS([AM_FUNC_OBSTACK], [AC_FUNC_OBSTACK])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_OBSTACK], [AC_FUNC_OBSTACK])
# AC_FUNC_SELECT_ARGTYPES
# AU::AM_FUNC_STRTOD
# -------------------
-AU_ALIAS([AM_FUNC_STRTOD], [AC_FUNC_STRTOD])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_STRTOD], [AC_FUNC_STRTOD])
# AC_FUNC_STRERROR_R
# AU::AM_FUNC_ERROR_AT_LINE
# -------------------------
-AU_ALIAS([AM_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE])
# AC_FUNC_FNMATCH
# and
# AU::fp_FUNC_FNMATCH
# -------------------
-AU_ALIAS([AM_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
AU_ALIAS([fp_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
# AU::AM_FUNC_MKTIME
# ------------------
-AU_ALIAS([AM_FUNC_MKTIME], [AC_FUNC_MKTIME])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_MKTIME], [AC_FUNC_MKTIME])
# AC_FUNC_MMAP
# AU::AM_FUNC_OBSTACK
# -------------------
-AU_ALIAS([AM_FUNC_OBSTACK], [AC_FUNC_OBSTACK])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_OBSTACK], [AC_FUNC_OBSTACK])
# AC_FUNC_SELECT_ARGTYPES
# AU::AM_FUNC_STRTOD
# -------------------
-AU_ALIAS([AM_FUNC_STRTOD], [AC_FUNC_STRTOD])
+# FIXME: Because Automake macros are defined with their name unquoted,
+# we can't yet provide the Autoupdate glue.
+# AU_ALIAS([AM_FUNC_STRTOD], [AC_FUNC_STRTOD])
# AC_FUNC_STRERROR_R