diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-14 23:26:33 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-14 23:26:33 (GMT) |
commit | 9f1175ee2ce44e872c02a84af880f51d73224730 (patch) | |
tree | 5d2e95d0d92bb0b3707bc84ccf4d8c8d4f09df40 /c++/configure.in | |
parent | 151b86a271b444e2beb59b78b02968afc097206d (diff) | |
download | hdf5-9f1175ee2ce44e872c02a84af880f51d73224730.zip hdf5-9f1175ee2ce44e872c02a84af880f51d73224730.tar.gz hdf5-9f1175ee2ce44e872c02a84af880f51d73224730.tar.bz2 |
[svn-r2907] Purpose:
Bug FIx
Description:
The Source file was renamed. Changed it to that name.
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 51f74e4..73126c6 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -9,7 +9,7 @@ dnl ---------------------------------------------------------------------- dnl Initialize configure. dnl AC_REVISION($Id$) -AC_INIT(src/H5library.C) +AC_INIT(src/H5Library.C) dnl AC_CONFIG_HEADER(config.h) AC_CONFIG_AUX_DIR(bin) AC_CANONICAL_HOST |