summaryrefslogtreecommitdiffstats
path: root/c++/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-07 19:29:29 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-07 19:29:29 (GMT)
commitb7daa5d7fd9d77ce69286609944347cc0907e742 (patch)
treef326e583da7ef5ecfbd29771bc9cf6a2ef91eaf6 /c++/configure.in
parentf271832d0dd5edec8daf3da743ba6909f05d3901 (diff)
downloadhdf5-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.in')
-rw-r--r--c++/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure.in b/c++/configure.in
index 62aa13d..b3592b8 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.cpp)
AC_CONFIG_HEADER(src/H5config.h)
AC_CONFIG_AUX_DIR(bin)
AC_CANONICAL_HOST