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.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 797a8f9407..30eb5d14d9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -860,11 +860,4 @@ AC_TRY_RUN([#include "${srcdir-.}/tests/summary.c"], echo "configure OK";, AC_MSG_ERROR([summary failure. Aborting config]),:) -DUMMY_FILES=`cd ${srcdir-.} >/dev/null && - echo */. | sed 's, ,dummy ,g;s,$,dummy,'` -AC_SUBST(DUMMY_FILES) -DUMMY_BASE=:include/stamp-h.in -AC_SUBST(DUMMY_BASE) - -DUMMY_GEN=`echo "$DUMMY_FILES" | sed "s, ,$DUMMY_BASE ,g;s,\$,$DUMMY_BASE,"` -AC_OUTPUT($DUMMY_GEN Makefile include/stamp-h) +AC_OUTPUT(include/stamp-h Makefile) -- cgit