configure script update

svn: r355
This commit is contained in:
Don Allingham 2001-08-21 15:42:12 +00:00
parent fed08bea4d
commit 7f5db36763
2 changed files with 0 additions and 5 deletions

4
gramps/configure vendored
View File

@ -1192,8 +1192,6 @@ trap 'rm -fr `echo "Makefile \
src/plugins/Makefile\ src/plugins/Makefile\
src/filters/Makefile\ src/filters/Makefile\
src/data/Makefile\ src/data/Makefile\
doc/gramps-manual/C/Makefile\
omf-install/Makefile\
gramps.sh" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 gramps.sh" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
@ -1283,8 +1281,6 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile \
src/plugins/Makefile\ src/plugins/Makefile\
src/filters/Makefile\ src/filters/Makefile\
src/data/Makefile\ src/data/Makefile\
doc/gramps-manual/C/Makefile\
omf-install/Makefile\
gramps.sh"} gramps.sh"}
EOF EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF

View File

@ -138,7 +138,6 @@ AC_OUTPUT(Makefile \
src/plugins/Makefile\ src/plugins/Makefile\
src/filters/Makefile\ src/filters/Makefile\
src/data/Makefile\ src/data/Makefile\
doc/gramps-manual/C/Makefile\
gramps.sh) gramps.sh)