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.in | |
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.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |