From: Akim Demaille Date: Fri, 11 Aug 2000 08:25:15 +0000 (+0000) Subject: * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH, X-Git-Tag: autoconf-2.50~657 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04d6db4b2ae9c3aea98b81084a83acf7c4b17ada;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index f76c7f608..9397b7f7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-08-11 Akim Demaille + + * 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 * autoreconf.sh (Installing Autoconf extensions files): Remove. diff --git a/acfunctions.m4 b/acfunctions.m4 index a67a1b338..70322d3a5 100644 --- a/acfunctions.m4 +++ b/acfunctions.m4 @@ -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 diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index a67a1b338..70322d3a5 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -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