]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
configure: make ./autogen.sh non recursive
authorVincent Bernat <bernat@luffy.cx>
Wed, 2 May 2012 17:57:51 +0000 (19:57 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 2 May 2012 17:57:51 +0000 (19:57 +0200)
autogen.sh

index 5bce9bab38baa893f0a2e03a919fbf353418439f..8762a95f7a4290a604e1067170e5bd8d8c0198bb 100755 (executable)
@@ -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"