[svn-r883] Modified to cause creation of pablo/Makefile

This commit is contained in:
Dan Wells 1998-11-06 16:05:53 -05:00
parent a23ec265e3
commit 0159fc9a6b
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -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

View File

@ -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)