From 571fa5e18cb3920f68dd36fe78652cb8883e7bc0 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 29 Nov 2013 17:10:10 +0000 Subject: [PATCH] initial define lengths are calculated during the make phase --- configure | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure b/configure index 97e9330e..272d974c 100755 --- 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" -- 2.47.3