summaryrefslogtreecommitdiffstats
path: root/acsite.m4
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-08-04 15:30:54 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-08-04 15:30:54 (GMT)
commita9aa3859a79ca869fb6ecd492b5d0d8ab3d031f9 (patch)
treeea8c11f764b2f75020b8b2cd93a930637d919624 /acsite.m4
parent2f7273dc738c462e178eeddd21e2227403846cf0 (diff)
downloadhdf5-a9aa3859a79ca869fb6ecd492b5d0d8ab3d031f9.zip
hdf5-a9aa3859a79ca869fb6ecd492b5d0d8ab3d031f9.tar.gz
hdf5-a9aa3859a79ca869fb6ecd492b5d0d8ab3d031f9.tar.bz2
[svn-r7282] Purpose:
Bug Fix Description: On "user02", the Fortran compiler is "efc". We weren't testing for this compiler (and I don't know how it was succeeding before...). Solution: Added efc to the list of Fortran compilers we check for. Platforms tested: Couldn't test as I don't have access to user02. But this doesn't affect other platforms. Misc. update:
Diffstat (limited to 'acsite.m4')
-rw-r--r--acsite.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acsite.m4 b/acsite.m4
index 46f69f9..9dbb496 100644
--- a/acsite.m4
+++ b/acsite.m4
@@ -24,7 +24,7 @@ dnl
dnl Check for a Fortran 9X compiler.
dnl
AC_DEFUN(AC_PROG_F9X,
-[AC_CHECK_PROGS(F9X, f90 pgf90 xlf90 f95 g95 xlf95)
+[AC_CHECK_PROGS(F9X, f90 pgf90 xlf90 f95 g95 xlf95 efc)
test -z "$F9X" && AC_MSG_ERROR([no acceptable f9X compiler found in \$PATH])
AC_PROG_F9X_WORKS