diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-07 19:29:29 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-07 19:29:29 (GMT) |
commit | b7daa5d7fd9d77ce69286609944347cc0907e742 (patch) | |
tree | f326e583da7ef5ecfbd29771bc9cf6a2ef91eaf6 /c++/configure | |
parent | f271832d0dd5edec8daf3da743ba6909f05d3901 (diff) | |
download | hdf5-b7daa5d7fd9d77ce69286609944347cc0907e742.zip hdf5-b7daa5d7fd9d77ce69286609944347cc0907e742.tar.gz hdf5-b7daa5d7fd9d77ce69286609944347cc0907e742.tar.bz2 |
[svn-r3091] Purpose:
Fix
Description:
Needed to change the extention to the file configure expects to
be in the source directory when Binh-Minh changed the extensions
for all the files.
Solution:
Did just that.
Diffstat (limited to 'c++/configure')
-rwxr-xr-x | c++/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure b/c++/configure index 461cf3a..60eff93 100755 --- a/c++/configure +++ b/c++/configure @@ -565,7 +565,7 @@ echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=src/H5Library.C +ac_unique_file=src/H5Library.cpp # Find the source files, if location was not specified. if test -z "$srcdir"; then |