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 /c++/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 'c++/configure.in')
-rw-r--r-- | c++/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure.in b/c++/configure.in index da262ac..1a2a7c6 100644 --- a/c++/configure.in +++ b/c++/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 C++], [1.5.28], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |