From 622f76418eb2b10bd5fd97dad477ebee8bc0b603 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 9 Mar 2001 17:30:15 -0500 Subject: [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 --- configure | 2 -- configure.in | 1 - 2 files changed, 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 -- cgit v0.12