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