mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 21:48:08 +02:00
fixup! build: stop relying on intltool for i18n
Drop || exit 1 from autogen.sh. They make no don't do anything useful, as "set -e" already causes termination on bad status. This merely overwrites $?.
This commit is contained in:
parent
a725080f1e
commit
a8e27b4216
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ PKG_NAME=NetworkManager
|
||||||
|
|
||||||
cd $srcdir
|
cd $srcdir
|
||||||
|
|
||||||
aclocal --install || exit 1
|
aclocal --install
|
||||||
gtkdocize --copy || exit 1
|
gtkdocize --copy
|
||||||
autoreconf --verbose --force --install || exit 1
|
autoreconf --verbose --force --install
|
||||||
|
|
||||||
cd $olddir
|
cd $olddir
|
||||||
if test -z "$NOCONFIGURE"; then
|
if test -z "$NOCONFIGURE"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue