Browse Source

Bugfix: git submodule --merge flag inhibits checkout on new clones, so remove it

Luke Dashjr 13 years ago
parent
commit
b468b335ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      autogen.sh

+ 1 - 1
autogen.sh

@@ -6,7 +6,7 @@ rm -f "${bs_dir}"/aclocal.m4 "${bs_dir}"/ltmain.sh
 
 if test -z "$NOSUBMODULES" ; then
 	echo 'Getting submodules...'
-	git submodule update --init --merge
+	git submodule update --init
 fi
 
 echo 'Running autoreconf -if...'