mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
This commit is contained in:
parent
22cc67b23b
commit
033be7cd65
@ -3,6 +3,8 @@
|
||||
Version 2.58.
|
||||
* doc/standards.texi: Update from master.
|
||||
|
||||
* tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
|
||||
|
||||
2003-11-04 Akim Demaille <akim@epita.fr>
|
||||
|
||||
AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
|
||||
|
@ -11,7 +11,6 @@ AT_BANNER([Testing autoconf/fortran macros.])
|
||||
# Modern macros.
|
||||
AT_CHECK_MACRO([AC_F77_MAIN])
|
||||
AT_CHECK_MACRO([AC_F77_WRAPPERS])
|
||||
AT_CHECK_MACRO([AC_FC_FREEFORM])
|
||||
AT_CHECK_MACRO([AC_FC_MAIN])
|
||||
AT_CHECK_MACRO([AC_FC_WRAPPERS])
|
||||
AT_CHECK_MACRO([AC_PROG_F77_C_O])
|
||||
|
@ -102,6 +102,9 @@ exclude_list='^ac_cv_prog_(gcc|gxx|g77)$
|
||||
# They produce `= val' because $1, the variable used to store the result,
|
||||
# is empty.
|
||||
#
|
||||
# - AC_FC_FREEFORM
|
||||
# Requires the current language to be Fortran, not C.
|
||||
#
|
||||
# - AC_TRY, AC_.*_IFELSE, AC_RUN_LOG.
|
||||
# Used in many places.
|
||||
#
|
||||
@ -131,7 +134,7 @@ ac_exclude_list='^AC_ARG_VAR$
|
||||
^AC_CHECK_(DECL|FILE|FUNC|HEADER|LIB|MEMBER|PROG|SIZEOF|TOOL|TYPE)S?$
|
||||
^AC_CONFIG
|
||||
^AC_(F77|FC)_FUNC$
|
||||
^AC_FC_(FUNC|SRCEXT)$
|
||||
^AC_FC_(FUNC|FREEFORM|SRCEXT)$
|
||||
^AC_FD_CC$
|
||||
^AC_FUNC_(GETLOADAVG|FNMATCH_GNU|WAIT3)$
|
||||
^AC_INIT
|
||||
|
Loading…
Reference in New Issue
Block a user