summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rwxr-xr-xc++/configure2
-rw-r--r--c++/configure.in2
2 files changed, 2 insertions, 2 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
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