From: Ted Lemon Date: Sat, 22 Feb 1997 14:20:26 +0000 (+0000) Subject: Isolate configuration information from Makefiles X-Git-Tag: DHCP_970222~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bf89a3a29118da664f36e010717b2b717605d6;p=thirdparty%2Fdhcp.git Isolate configuration information from Makefiles --- diff --git a/configure b/configure index 69f606eb7..b6194da54 100755 --- a/configure +++ b/configure @@ -64,9 +64,10 @@ fi echo "System Type: $sysname" -for foo in . client server common; do - (cd $foo; sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \ - Makefile) +for foo in . client server relay common; do + (sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \ + $foo/Makefile done exit 0