mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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.
This commit is contained in:
parent
f271832d0d
commit
b7daa5d7fd
2
c++/configure
vendored
2
c++/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user