]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH,
authorAkim Demaille <akim@epita.fr>
Fri, 11 Aug 2000 08:25:15 +0000 (08:25 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 11 Aug 2000 08:25:15 +0000 (08:25 +0000)
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.

ChangeLog
acfunctions.m4
lib/autoconf/functions.m4

index f76c7f608c549fc98ddc71cc1dd1a39dca4f0327..9397b7f7e6183439fdf9dcca69a5a932ef685e3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index a67a1b338e2a5216edd281be4332ab453ff13044..70322d3a5e65838c347a1ccc86460a713bd34e33 100644 (file)
@@ -333,7 +333,9 @@ fi
 
 # 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
@@ -368,7 +370,9 @@ fi
 # 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])
 
 
@@ -912,7 +916,9 @@ fi
 
 # 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
@@ -1085,7 +1091,9 @@ fi
 
 # 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
@@ -1256,7 +1264,9 @@ fi
 
 # 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
index a67a1b338e2a5216edd281be4332ab453ff13044..70322d3a5e65838c347a1ccc86460a713bd34e33 100644 (file)
@@ -333,7 +333,9 @@ fi
 
 # 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
@@ -368,7 +370,9 @@ fi
 # 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])
 
 
@@ -912,7 +916,9 @@ fi
 
 # 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
@@ -1085,7 +1091,9 @@ fi
 
 # 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
@@ -1256,7 +1264,9 @@ fi
 
 # 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