From dc20dd45edc3a14b967147a0ccb74a35b6e9e0e2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 2 May 2012 19:57:51 +0200 Subject: [PATCH] configure: make ./autogen.sh non recursive --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5