From a2d7f765e8500f23c126c7b7cb6bb346adc11641 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 29 Sep 1998 04:52:17 +0000 Subject: get away with dummy and .dummy files (This used to be commit 90a8a02484a0897b053fd6531b7fec5d23098b6f) --- source3/configure | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index 4324e826a1..e4b5faa6a1 100755 --- a/source3/configure +++ b/source3/configure @@ -5668,13 +5668,6 @@ rm -fr conftest* fi -DUMMY_FILES=`cd ${srcdir-.} >/dev/null && - echo */. | sed 's, ,dummy ,g;s,$,dummy,'` - -DUMMY_BASE=:include/stamp-h.in - - -DUMMY_GEN=`echo "$DUMMY_FILES" | sed "s, ,$DUMMY_BASE ,g;s,\$,$DUMMY_BASE,"` trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -5776,7 +5769,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "$DUMMY_GEN Makefile include/stamp-h include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "include/stamp-h Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then -- cgit