diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-09-13 19:24:53 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-09-13 19:24:53 (GMT) |
commit | 9af04a05bbd637cf796bffaf237361582b12cadb (patch) | |
tree | 7e3a53594d758272b1ccb8653e1a88f5f28c7b1b | |
parent | 7dd3ed2f7bdee90eadf084ed4dfa903de7d9f018 (diff) | |
download | hdf5-9af04a05bbd637cf796bffaf237361582b12cadb.zip hdf5-9af04a05bbd637cf796bffaf237361582b12cadb.tar.gz hdf5-9af04a05bbd637cf796bffaf237361582b12cadb.tar.bz2 |
[svn-r9245] Purpose:
Add directory hdf5/doc/html/cpplus_RM/header_files to configure.
Platforms tested:
eirene
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -32212,7 +32212,7 @@ if test "X$HAVE_PABLO" = "Xyes"; then fi fi -ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile $PABLO_MAKE test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5dump/testh5dump.sh tools/h5import/Makefile tools/h5diff/Makefile tools/h5repack/Makefile tools/h5repack/h5repack.sh tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc tools/gifconv/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ed_libs/Makefile doc/html/ed_styles/Makefile doc/html/ADGuide/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/cpplus/Makefile doc/html/cpplus_RM/Makefile doc/html/fortran/Makefile" +ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile $PABLO_MAKE test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5dump/testh5dump.sh tools/h5import/Makefile tools/h5diff/Makefile tools/h5repack/Makefile tools/h5repack/h5repack.sh tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc tools/gifconv/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ed_libs/Makefile doc/html/ed_styles/Makefile doc/html/ADGuide/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/cpplus/Makefile doc/html/cpplus_RM/Makefile doc/html/cpplus_RM/header_files/Makefile doc/html/fortran/Makefile" cat >confcache <<\_ACEOF @@ -32737,6 +32737,7 @@ do "doc/html/Tutor/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Tutor/examples/Makefile" ;; "doc/html/cpplus/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/cpplus/Makefile" ;; "doc/html/cpplus_RM/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/cpplus_RM/Makefile" ;; + "doc/html/cpplus_RM/header_files/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/cpplus_RM/header_files/Makefile" ;; "doc/html/fortran/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/fortran/Makefile" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "src/H5config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/H5config.h" ;; diff --git a/configure.in b/configure.in index 98a1869..fac0438 100644 --- a/configure.in +++ b/configure.in @@ -2454,6 +2454,7 @@ AC_CONFIG_FILES([src/libhdf5.settings doc/html/Tutor/examples/Makefile doc/html/cpplus/Makefile doc/html/cpplus_RM/Makefile + doc/html/cpplus_RM/header_files/Makefile doc/html/fortran/Makefile]) AC_OUTPUT |