diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-29 17:24:50 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-29 17:24:50 (GMT) |
commit | 7065ac798266292941f99df56a6dbede7877689c (patch) | |
tree | 604f9195227f0e1059981b16ae02b01a9eb15ae1 /fortran/configure.in | |
parent | 73683e4380583563699330b8e32b1a34a476447a (diff) | |
download | hdf5-7065ac798266292941f99df56a6dbede7877689c.zip hdf5-7065ac798266292941f99df56a6dbede7877689c.tar.gz hdf5-7065ac798266292941f99df56a6dbede7877689c.tar.bz2 |
[svn-r5280] Purpose:
Update
Description:
Changed so that the Fortran and C++ configures are named "HDF5
Fortran" and "HDF5 C++" resp. instead of just "HDF5.
Solution:
Add an extra parameter to the subroutine which generates the new
configure.in files.
Platforms tested:
Linux
Diffstat (limited to 'fortran/configure.in')
-rw-r--r-- | fortran/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/configure.in b/fortran/configure.in index c9218a4..876f964 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -18,7 +18,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.5.28], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 Fortran], [1.5.28], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/HDF5.f90]) AC_CONFIG_HEADER([src/H5config_fortran.h]) |