diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-12 22:17:31 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-12 22:17:31 (GMT) |
commit | e361fef08b1d0a9aecb7c1433a401fbea805154e (patch) | |
tree | dcffdcce6fb20c75d9b9cf2c33e7c11763aee7dd /configure | |
parent | a9a7963c6642d9f31ea20cc1d9ce1e910fbc72b3 (diff) | |
download | hdf5-e361fef08b1d0a9aecb7c1433a401fbea805154e.zip hdf5-e361fef08b1d0a9aecb7c1433a401fbea805154e.tar.gz hdf5-e361fef08b1d0a9aecb7c1433a401fbea805154e.tar.bz2 |
[svn-r3402] Purpose:
Fix
Description:
I didn't add the doc/html/Intro directory to the MAkefile configure
stuff.
Solution:
Added
Platforms tested:
Linux
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -9814,9 +9814,9 @@ trap 'rm -fr `echo "src/libhdf5.settings config/depend1 config/depend2 config/de Makefile src/Makefile pablo/Makefile test/Makefile testpar/Makefile tools/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ADGuide/Makefile - doc/html/Graphics/Makefile doc/html/PSandPDF/Makefile - doc/html/TechNotes/Makefile doc/html/Tutor/Makefile - doc/html/Tutor/Graphics/Makefile + doc/html/Graphics/Makefile doc/html/Intro/Makefile + doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile + 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 @@ -9957,9 +9957,9 @@ CONFIG_FILES=\${CONFIG_FILES-"src/libhdf5.settings config/depend1 config/depend2 Makefile src/Makefile pablo/Makefile test/Makefile testpar/Makefile tools/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ADGuide/Makefile - doc/html/Graphics/Makefile doc/html/PSandPDF/Makefile - doc/html/TechNotes/Makefile doc/html/Tutor/Makefile - doc/html/Tutor/Graphics/Makefile + doc/html/Graphics/Makefile doc/html/Intro/Makefile + doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile + 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"} |