]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
initial define lengths are calculated during the make phase
authorRoy Marples <roy@marples.name>
Fri, 29 Nov 2013 17:10:10 +0000 (17:10 +0000)
committerRoy Marples <roy@marples.name>
Fri, 29 Nov 2013 17:10:10 +0000 (17:10 +0000)
configure

index 97e9330eb36f307ba03fa18b5ce667259a58cae9..272d974c158d69406ce97f3dad675a717670e2f5 100755 (executable)
--- a/configure
+++ b/configure
@@ -325,14 +325,6 @@ else
        echo "CFLAGS+= -DEMBEDDED_CONFIG=\\\"$LIBEXECDIR/dhcpcd-embedded.conf\\\"" >>$CONFIG_MK
        echo "EMBEDDEDINSTALL=  _embeddedinstall" >>$CONFIG_MK
 fi
-printf %s "Estimating initial embedded defines ... "
-INITDEFINES=$($GREP "^define " dhcpcd-embedded.conf | $WC -l)
-echo $INITDEFINES
-echo "#define INITDEFINES $INITDEFINES" >>$CONFIG_H
-printf %s "Estimating initial embedded define6s ... "
-INITDEFINE6S=$($GREP "^define6 " dhcpcd-embedded.conf | $WC -l)
-echo $INITDEFINE6S
-echo "#define INITDEFINE6S $INITDEFINE6S" >>$CONFIG_H
 
 if [ -n "$FORK" -a "$FORK" != yes -a "$FORK" != true ]; then
        echo "There is no fork"