summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-02 19:26:40 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-02 19:26:40 (GMT)
commit4d4cd3eda0a40041b5ab06334a64cb6750a41f84 (patch)
tree746bd237837f0d3cd5ed10c97a088f54a3cc04b7
parent00366fcd9638029db89d3cfe76030accae67528a (diff)
downloadhdf5-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.
-rw-r--r--MANIFEST1
-rwxr-xr-xconfigure4
-rw-r--r--configure.in2
3 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index 0ddf81b..1ad54e7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -38,6 +38,7 @@
./configure
./configure.in
./examples/Attributes.txt
+./examples/Makefile.in
./examples/h5_chunk_read.c
./examples/h5_compound.c
./examples/h5_extend_write.c
diff --git a/configure b/configure
index efb2c49..4acf126 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.in b/configure.in
index 0d0a8cf..e3a4f5c 100644
--- a/configure.in
+++ b/configure.in
@@ -350,4 +350,4 @@ dnl before we generate them or the Makefiles.
touch ./config/stamp1 ./config/stamp2
AC_OUTPUT(config/depend config/commence config/conclude \
- Makefile src/Makefile test/Makefile)
+ Makefile src/Makefile test/Makefile examples/Makefile)