From 22307b1bc922c35baca9a12f0bd0c149b9495239 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 21 Aug 2001 15:42:12 +0000 Subject: [PATCH] configure script update svn: r355 --- configure | 4 ---- configure.in | 1 - 2 files changed, 5 deletions(-) diff --git a/configure b/configure index 4cf043bd6..8a005a61d 100755 --- a/configure +++ b/configure @@ -1192,8 +1192,6 @@ trap 'rm -fr `echo "Makefile \ src/plugins/Makefile\ src/filters/Makefile\ src/data/Makefile\ - doc/gramps-manual/C/Makefile\ - omf-install/Makefile\ gramps.sh" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF diff --git a/configure.in b/configure.in index 1dbb9824c..8543a363c 100644 --- a/configure.in +++ b/configure.in @@ -138,7 +138,6 @@ AC_OUTPUT(Makefile \ src/plugins/Makefile\ src/filters/Makefile\ src/data/Makefile\ - doc/gramps-manual/C/Makefile\ gramps.sh)