diff options
| author | Michael Biebl <biebl@debian.org> | 2015-01-22 00:29:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-01-22 00:29:39 +0100 |
| commit | 2c032d8f1c6292c1338a615e6ec40252889ba85c (patch) | |
| tree | 1f77182220b2b0264288ba4a476ab47e5bc48716 /autogen.sh | |
| parent | 33491bc4279481db8ae47213e34a6d695a0e8830 (diff) | |
Imported Upstream version 1.0.0 upstream/1.0.0
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 1b56207a..141bcf12 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 |