summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 0c55db9..3dd6556 100755
--- a/configure
+++ b/configure
@@ -9866,6 +9866,7 @@ 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
@@ -10031,6 +10032,7 @@ 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 d656d7d..be91f49 100644
--- a/configure.in
+++ b/configure.in
@@ -1603,6 +1603,7 @@ 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