diff options
author | Thomas Haller <thaller@redhat.com> | 2014-07-15 19:42:17 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-07-15 22:50:36 +0200 |
commit | 51bd9425758d0cb9796832c956fb7aaeb2f99272 (patch) | |
tree | 92c812bfea3ea5fbdb1f3b79f6a7d93773bb8b77 /autogen.sh | |
parent | 39fce7371a35e50acac0fdc31686ac53266a88c1 (diff) | |
download | NetworkManager-51bd9425758d0cb9796832c956fb7aaeb2f99272.tar.gz |
build: remove setup of git-submodules in autogen.sh
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh index 1b56207af9..141bcf120e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,13 +22,6 @@ PKG_NAME=NetworkManager cd $srcdir -# Fetch submodules if needed -if test -d $srcdir/.git; then - echo "+ Setting up submodules" - git submodule init - git submodule update -fi - gtkdocize autopoint --force AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose |