diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-08-04 15:30:54 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-08-04 15:30:54 (GMT) |
commit | a9aa3859a79ca869fb6ecd492b5d0d8ab3d031f9 (patch) | |
tree | ea8c11f764b2f75020b8b2cd93a930637d919624 /configure.in | |
parent | 2f7273dc738c462e178eeddd21e2227403846cf0 (diff) | |
download | hdf5-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 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 23f685a..968f726 100644 --- a/configure.in +++ b/configure.in @@ -16,6 +16,7 @@ dnl ---------------------------------------------------------------------- dnl Initialize configure. dnl AC_REVISION($Id$) +AC_PREREQ([2.53]) dnl AC_INIT takes the name of the package, the version number, and an dnl email address to report bugs. AC_CONFIG_SRCDIR takes a unique file |