summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-09 22:30:15 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-09 22:30:15 (GMT)
commit622f76418eb2b10bd5fd97dad477ebee8bc0b603 (patch)
treee63194ea9f5dc81772e98e52fc51734595425671
parentefbc2d01d4bfb7d9fea9584d0c3f5a33e30b3364 (diff)
downloadhdf5-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-xconfigure2
-rw-r--r--configure.in1
2 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index d0e5a3e..79525c9 100755
--- a/configure
+++ b/configure
@@ -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