From: Roy Marples Date: Fri, 29 Nov 2013 17:10:10 +0000 (+0000) Subject: initial define lengths are calculated during the make phase X-Git-Tag: v6.2.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571fa5e18cb3920f68dd36fe78652cb8883e7bc0;p=thirdparty%2Fdhcpcd.git initial define lengths are calculated during the make phase --- 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"