diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-09 22:30:15 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-09 22:30:15 (GMT) |
commit | 622f76418eb2b10bd5fd97dad477ebee8bc0b603 (patch) | |
tree | e63194ea9f5dc81772e98e52fc51734595425671 | |
parent | efbc2d01d4bfb7d9fea9584d0c3f5a33e30b3364 (diff) | |
download | hdf5-622f76418eb2b10bd5fd97dad477ebee8bc0b603.zip hdf5-622f76418eb2b10bd5fd97dad477ebee8bc0b603.tar.gz hdf5-622f76418eb2b10bd5fd97dad477ebee8bc0b603.tar.bz2 |
[svn-r3585] Purpose:
Bug Fix
Description:
Removed generation of the Makefile in the
doc/html/Tutor/examples/java directory since they ahve their own
Makefile which is actually distributed with the documents.
Platforms tested:
Linux
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -9857,7 +9857,6 @@ trap 'rm -fr `echo "src/libhdf5.settings doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile - doc/html/Tutor/examples/java/Makefile doc/html/cpplus/Makefile doc/html/fortran/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF @@ -10023,7 +10022,6 @@ CONFIG_FILES=\${CONFIG_FILES-"src/libhdf5.settings doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile - doc/html/Tutor/examples/java/Makefile doc/html/cpplus/Makefile doc/html/fortran/Makefile"} EOF diff --git a/configure.in b/configure.in index 56999a5..1864000 100644 --- a/configure.in +++ b/configure.in @@ -1591,7 +1591,6 @@ AC_OUTPUT(src/libhdf5.settings doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile - doc/html/Tutor/examples/java/Makefile doc/html/cpplus/Makefile doc/html/fortran/Makefile) no_create=$saved_no_create |