From: Vincent Bernat Date: Wed, 2 May 2012 17:57:51 +0000 (+0200) Subject: configure: make ./autogen.sh non recursive X-Git-Tag: 0.6.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc20dd45edc3a14b967147a0ccb74a35b6e9e0e2;p=thirdparty%2Flldpd.git configure: make ./autogen.sh non recursive --- diff --git a/autogen.sh b/autogen.sh index 5bce9bab..8762a95f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -278,7 +278,7 @@ if [ "x$DOWNLOAD" = "x" ] ; then DOWNLOAD=no fi if [ "x$AUTORECONF_OPTIONS" = "x" ] ; then - AUTORECONF_OPTIONS="-i -f" + AUTORECONF_OPTIONS="-i -f --no-recursive" fi if [ "x$AUTOCONF_OPTIONS" = "x" ] ; then AUTOCONF_OPTIONS="-f"