mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 17:50:14 +01: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
|
||||
|
||||
aclocal --install || exit 1
|
||||
gtkdocize --copy || exit 1
|
||||
autoreconf --verbose --force --install || exit 1
|
||||
aclocal --install
|
||||
gtkdocize --copy
|
||||
autoreconf --verbose --force --install
|
||||
|
||||
cd $olddir
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue