summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 571549ec..b8f4f4a5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,8 +8,7 @@ test -z "$srcdir" && srcdir=.
olddir=`pwd`
cd "$srcdir"
-git submodule init
-git submodule update
+git submodule update --init --recursive
mkdir -p m4
autoreconf --verbose --force --install