From: Pavel Roskin Date: Wed, 20 Sep 2000 16:51:43 +0000 (+0000) Subject: Regenerated X-Git-Tag: autoconf-2.50~616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3258eecc3e03bd177ced1aa533c5fa7ba5499891;p=thirdparty%2Fautoconf.git Regenerated --- diff --git a/tests/Makefile.in b/tests/Makefile.in index 796d1595c..c5e7c6245 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -80,8 +80,8 @@ PERL = perl # and some are already tested elsewhere. EGREP_EXCLUDE must filter out # the macros we don't want to test in syntax.m4. # -# - AC_CANONICALIZE -# Needs an argument. +# - AC_CANONICALIZE, AC_PREFIX_PROGRAM +# Need an argument. # - AC_CHECK decl, file, func, header, lib, member, prog, sizeof, type # Performed in the semantics tests. # - AC_CONFIG @@ -91,7 +91,7 @@ PERL = perl # infinite m4 recursion if AC_INIT it used twice. # - AC_LANG* # Heavily used by other macros. -# - AC_PATH_PROGS? +# - AC_PATH_PROGS?, AC_F77_FUNC # They produce `= val' because $1, the variable used to store the result, # is empty. # - AC_TRY, AC_.*_IFELSE @@ -109,7 +109,7 @@ PERL = perl # # Multiple `-e' to egrep are not portable, so join all the patterns together. # We use the fact that automake will replace all the `\\\n' with ` '. -FILTER_MACROS = egrep -v -e `echo '^AC_ARG_VAR$$ ^AC_CANONICALIZE$$ ^AC_CHECK_(DECL|FILE|FUNC|HEADER|LIB|MEMBER|PROG|SIZEOF|TOOL|TYPE)S?$$ ^AC_CONFIG ^AC_INIT ^AC_LANG ^AC_LINKER_OPTION$$ ^AC_LINK_FILES$$ ^AC_LIST_MEMBER_OF$$ ^AC_OUTPUT$$ ^AC_PATH_(TOOL|PROG)S?$$ ^AC_REPLACE_FUNCS$$ ^AC_SEARCH_LIBS$$ ^AC_TRY ^AC_.*_IFELSE$$ ^AC_FD_CC$$ ^(AC_(PROG_CC|C_CONST|C_INLINE|C_VOLATILE))$$ ^AC_(CYGWIN|CYGWIN32|EMXOS2|MING32|EXEEXT|OBJEXT)$$ _AC_' | tr ' ' '|'` +FILTER_MACROS = egrep -v -e `echo '^AC_ARG_VAR$$ ^AC_CANONICALIZE$$ ^AC_CHECK_(DECL|FILE|FUNC|HEADER|LIB|MEMBER|PROG|SIZEOF|TOOL|TYPE)S?$$ ^AC_CONFIG ^AC_F77_FUNC$$ ^AC_INIT ^AC_LANG ^AC_LINKER_OPTION$$ ^AC_LINK_FILES$$ ^AC_LIST_MEMBER_OF$$ ^AC_OUTPUT$$ ^AC_PATH_(TOOL|PROG)S?$$ ^AC_PREFIX_PROGRAM$$ ^AC_REPLACE_FUNCS$$ ^AC_SEARCH_LIBS$$ ^AC_TRY ^AC_.*_IFELSE$$ ^AC_FD_CC$$ ^(AC_(PROG_CC|C_CONST|C_INLINE|C_VOLATILE))$$ ^AC_(CYGWIN|CYGWIN32|EMXOS2|MING32|EXEEXT|OBJEXT)$$ _AC_' | tr ' ' '|'` # The files which contains macro we check for syntax.