diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-02 19:26:40 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-02 19:26:40 (GMT) |
commit | 4d4cd3eda0a40041b5ab06334a64cb6750a41f84 (patch) | |
tree | 746bd237837f0d3cd5ed10c97a088f54a3cc04b7 /configure | |
parent | 00366fcd9638029db89d3cfe76030accae67528a (diff) | |
download | hdf5-4d4cd3eda0a40041b5ab06334a64cb6750a41f84.zip hdf5-4d4cd3eda0a40041b5ab06334a64cb6750a41f84.tar.gz hdf5-4d4cd3eda0a40041b5ab06334a64cb6750a41f84.tar.bz2 |
[svn-r443] Changes since 19980630
----------------------
./MANIFEST
./configure.in
./examples/Makefile.in [NEW]
Added a Makefile.in for the examples directory. To generate
the Makefile run configure again.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2508,7 +2508,7 @@ ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "config/depend config/commence config/conclude \ - Makefile src/Makefile test/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + Makefile src/Makefile test/Makefile examples/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -2603,7 +2603,7 @@ EOF cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"config/depend config/commence config/conclude \ - Makefile src/Makefile test/Makefile"} + Makefile src/Makefile test/Makefile examples/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |