autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.58: Fortran tests


From: Akim Demaille
Subject: 2.58: Fortran tests
Date: Tue, 04 Nov 2003 13:58:50 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.

Index: tests/acfortran.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/acfortran.at,v
retrieving revision 1.7
diff -u -u -r1.7 acfortran.at
--- tests/acfortran.at 10 Sep 2003 16:54:12 -0000 1.7
+++ tests/acfortran.at 4 Nov 2003 12:31:12 -0000
@@ -11,7 +11,6 @@
 # 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])
Index: tests/mktests.sh
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/mktests.sh,v
retrieving revision 1.36
diff -u -u -r1.36 mktests.sh
--- tests/mktests.sh 25 Sep 2003 09:30:35 -0000 1.36
+++ tests/mktests.sh 4 Nov 2003 12:31:12 -0000
@@ -102,6 +102,9 @@
 #   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_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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]