diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-07-18 23:30:38 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-07-18 23:30:38 (GMT) |
commit | d2e92fd23610c3ccdddbbc55484e54a5a21a9252 (patch) | |
tree | 462898f15d85477e218439ce4719dc42beb19c5e /configure.in | |
parent | cd5ca85fb7c98154224628d7ef21e179bf653ff5 (diff) | |
download | hdf5-d2e92fd23610c3ccdddbbc55484e54a5a21a9252.zip hdf5-d2e92fd23610c3ccdddbbc55484e54a5a21a9252.tar.gz hdf5-d2e92fd23610c3ccdddbbc55484e54a5a21a9252.tar.bz2 |
[svn-r11083] Purpose:
Bug fixes
Description:
A number of minor changes to Makefiles. Some files will now be cleaned
properly, some comments are more informative, etc.
Platforms tested:
heping, mir, modi4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5abffe2..d160737 100644 --- a/configure.in +++ b/configure.in @@ -313,7 +313,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then dnl -------------------------------------------------------------------- dnl Check for a Fortran 9X compiler and how to include modules. dnl - AC_PROG_FC([f90 pgf90 slf90 f95 g95 xlf95 efc ifort],) + AC_PROG_FC([f90 pgf90 slf90 f95 g95 xlf95 efc ifort ftn],) AC_F9X_MODS dnl It seems that libtool (as of Libtool 1.5.14) is trying to |