mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 10:40:58 +01:00
build: remove setup of git-submodules in autogen.sh
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
39fce7371a
commit
51bd942575
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue