You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
393 B
19 lines
393 B
Index: autogen.sh |
|
--- autogen.sh.orig 2017-11-30 23:24:49.000000000 +0100 |
|
+++ autogen.sh 2017-11-30 23:33:02.790936000 +0100 |
|
@@ -6,15 +6,6 @@ |
|
exit 1 |
|
fi |
|
|
|
-GIT=`command -v 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 |
|
|
|
|