diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 12:23:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 12:23:04 (GMT) |
commit | 1809f040c928269cde2784e76dbcf4a72e02e930 (patch) | |
tree | 0aeeb10d37c008ec61a52b6841d2b39afe2eb176 /configure.in | |
parent | cd2534d9bad3151c5fda97c3a0f910e78f43a2df (diff) | |
download | hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.zip hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.tar.gz hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.tar.bz2 |
[svn-r18419] Description:
Clean up srcdir querying code more, extracting it into single header file,
to avoid compiler warnings.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug & prod
Linux/32 2.6 (jam)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.in b/configure.in index cee2d9d..67e4b9a 100644 --- a/configure.in +++ b/configure.in @@ -4051,13 +4051,13 @@ AC_CONFIG_FILES([src/libhdf5.settings test/Makefile test/testcheck_version.sh test/testerror.sh - test/H5srcdir.h + test/H5srcdir_str.h test/testlibinfo.sh testpar/Makefile - testpar/H5srcdir.h + testpar/H5srcdir_str.h testpar/testph5.sh perform/Makefile - perform/H5srcdir.h + perform/H5srcdir_str.h tools/Makefile tools/h5dump/Makefile tools/h5dump/testh5dump.sh @@ -4067,7 +4067,6 @@ AC_CONFIG_FILES([src/libhdf5.settings tools/h5diff/Makefile tools/h5jam/Makefile tools/h5jam/testh5jam.sh - tools/h5repack/H5srcdir.h tools/h5repack/Makefile tools/h5repack/h5repack.sh tools/h5ls/Makefile @@ -4084,7 +4083,7 @@ AC_CONFIG_FILES([src/libhdf5.settings c++/src/Makefile c++/src/h5c++ c++/test/Makefile - c++/test/H5srcdir.h + c++/test/H5srcdir_str.h c++/examples/Makefile c++/examples/testh5c++.sh fortran/Makefile @@ -4097,7 +4096,7 @@ AC_CONFIG_FILES([src/libhdf5.settings hl/Makefile hl/src/Makefile hl/test/Makefile - hl/test/H5srcdir.h + hl/test/H5srcdir_str.h hl/tools/Makefile hl/tools/gif2h5/Makefile hl/examples/Makefile |