summaryrefslogtreecommitdiff
path: root/devel/libbrotli/files/patch-autogen.sh
blob: fec75062d5a0564d4e380ad15de63f30d35af970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- autogen.sh.orig	2016-01-20 21:31:42 UTC
+++ autogen.sh
@@ -6,14 +6,6 @@ if test $? -ne 0; then
   exit 1
 fi
 
-GIT=`which git 2>/dev/null`
-if test $? -ne 0; then
-  echo "No 'git' found. You must install the git package."
-  exit 1
-fi
-
-$GIT submodule init
-$GIT submodule update
 
 # create m4 before autoreconf
 mkdir m4 2>/dev/null