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 /configure.in | |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |