remove codecparsers submodule check in autogen.sh
authorZhao Halley <halley.zhao@intel.com>
Mon, 18 Mar 2013 09:00:23 +0000 (17:00 +0800)
committerZhao Halley <halley.zhao@intel.com>
Sun, 28 Apr 2013 08:42:17 +0000 (16:42 +0800)
autogen.sh

index 4314352..2df1e30 100755 (executable)
@@ -15,16 +15,16 @@ cd "$srcdir"
 
 mkdir -p m4
 
-GIT=`which git`
-if test -z "$GIT"; then
-    echo "*** No git found ***"
-    exit 1
-else
-    if test ! -f ext/codecparsers/autogen.sh; then
-        $GIT submodule init
-    fi
-    $GIT submodule update
-fi
+## GIT=`which git`
+## if test -z "$GIT"; then
+##     echo "*** No git found ***"
+##     exit 1
+## else
+##     if test ! -f ext/codecparsers/autogen.sh; then
+##         $GIT submodule init
+##     fi
+##     $GIT submodule update
+## fi
 
 GTKDOCIZE=`which gtkdocize`
 if test -z "$GTKDOCIZE"; then