diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-06 21:05:53 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-06 21:05:53 (GMT) |
commit | 0159fc9a6b1fe1767d7ba0b985c5e3c90b8f2fd5 (patch) | |
tree | 40b1b944c7805fe46e82f0042b1fea06da606d15 | |
parent | a23ec265e32fb9134e1852a194fca70606948f5d (diff) | |
download | hdf5-0159fc9a6b1fe1767d7ba0b985c5e3c90b8f2fd5.zip hdf5-0159fc9a6b1fe1767d7ba0b985c5e3c90b8f2fd5.tar.gz hdf5-0159fc9a6b1fe1767d7ba0b985c5e3c90b8f2fd5.tar.bz2 |
[svn-r883] Modified to cause creation of pablo/Makefile
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3104,7 +3104,7 @@ ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "config/depend config/commence config/conclude \ - Makefile src/Makefile test/Makefile tools/Makefile examples/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + Makefile src/Makefile pablo/Makefile test/Makefile tools/Makefile examples/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -3199,7 +3199,7 @@ EOF cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"config/depend config/commence config/conclude \ - Makefile src/Makefile test/Makefile tools/Makefile examples/Makefile"} + Makefile src/Makefile pablo/Makefile test/Makefile tools/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 e92677c..f744f50 100644 --- a/configure.in +++ b/configure.in @@ -432,4 +432,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 tools/Makefile examples/Makefile) + Makefile src/Makefile pablo/Makefile test/Makefile tools/Makefile examples/Makefile) |