summaryrefslogtreecommitdiffstats
path: root/fortran/acsite.m4
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-04-22 23:47:41 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-04-22 23:47:41 (GMT)
commitfd9f73d5fe811b032688296399411781077d28ce (patch)
tree802fc20ce875646227eccd7ff40ffa96381359bb /fortran/acsite.m4
parent0c7f15227c652ebb5036ef55da56437c9b14129c (diff)
downloadhdf5-fd9f73d5fe811b032688296399411781077d28ce.zip
hdf5-fd9f73d5fe811b032688296399411781077d28ce.tar.gz
hdf5-fd9f73d5fe811b032688296399411781077d28ce.tar.bz2
[svn-r5226] Purpose:
Feature Update Description: Modified the AC_OUTPUT macro to coincide with the now-standard way of doing things. I.e., you put all of the files you want to generate into the AC_CONFIG_FILES macro and invode AC_OUTPUT with no parameters. Platforms tested: Linux
Diffstat (limited to 'fortran/acsite.m4')
-rw-r--r--fortran/acsite.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/acsite.m4 b/fortran/acsite.m4
index 3d83c31..f86f9ff 100644
--- a/fortran/acsite.m4
+++ b/fortran/acsite.m4
@@ -15,7 +15,7 @@ dnl
dnl Check for a Fortran 9X compiler.
dnl
AC_DEFUN(AC_PROG_F9X,
-[AC_CHECK_PROGS(F9X, f90 pgf90 f95 g95)
+[AC_CHECK_PROGS(F9X, f90 pgf90 xlf90 f95 g95 xlf95)
test -z "$F9X" && AC_MSG_ERROR([no acceptable f9X compiler found in \$PATH])
AC_PROG_F9X_WORKS