From 9f1175ee2ce44e872c02a84af880f51d73224730 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 14 Nov 2000 18:26:33 -0500 Subject: [svn-r2907] Purpose: Bug FIx Description: The Source file was renamed. Changed it to that name. --- c++/configure | 2 +- c++/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c++/configure b/c++/configure index 851f140..b78c641 100755 --- a/c++/configure +++ b/c++/configure @@ -561,7 +561,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.C # 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 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 -- cgit v0.12