diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-22 22:21:41 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-22 22:21:41 (GMT) |
commit | 75d7bc880b60e559a97420c7a3b36eb80491c37d (patch) | |
tree | 2931fdac3c35d9bf69d80e3e175e1ca6c7239699 | |
parent | 2fd7cbcfdd556eb42bcd735553197d9984838cc5 (diff) | |
download | hdf5-75d7bc880b60e559a97420c7a3b36eb80491c37d.zip hdf5-75d7bc880b60e559a97420c7a3b36eb80491c37d.tar.gz hdf5-75d7bc880b60e559a97420c7a3b36eb80491c37d.tar.bz2 |
[svn-r3495] Purpose:
Fix
Description:
Left in some old directories for Makefiles to be created in.
Solution:
Removed them
Platforms tested:
Linux
-rwxr-xr-x | configure | 6 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 0 insertions, 9 deletions
@@ -9841,11 +9841,8 @@ trap 'rm -fr `echo "src/libhdf5.settings test/Makefile testpar/Makefile tools/Makefile - tools/h5debug/Makefile tools/h5dump/Makefile - tools/h5import/Makefile tools/h5ls/Makefile - tools/h5repart/Makefile tools/lib/Makefile tools/misc/Makefile $EXTRA_H4_MAKEFILES @@ -10010,11 +10007,8 @@ CONFIG_FILES=\${CONFIG_FILES-"src/libhdf5.settings test/Makefile testpar/Makefile tools/Makefile - tools/h5debug/Makefile tools/h5dump/Makefile - tools/h5import/Makefile tools/h5ls/Makefile - tools/h5repart/Makefile tools/lib/Makefile tools/misc/Makefile $EXTRA_H4_MAKEFILES diff --git a/configure.in b/configure.in index 58dde41..56999a5 100644 --- a/configure.in +++ b/configure.in @@ -1575,11 +1575,8 @@ AC_OUTPUT(src/libhdf5.settings test/Makefile testpar/Makefile tools/Makefile - tools/h5debug/Makefile tools/h5dump/Makefile - tools/h5import/Makefile tools/h5ls/Makefile - tools/h5repart/Makefile tools/lib/Makefile tools/misc/Makefile $EXTRA_H4_MAKEFILES |