mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 22:40:10 +01:00
build: autogen.sh can now configure from another directory
Example: $ mkdir -p _build $ cd _build $ ../autogen.sh ...configure-options... $ make
This commit is contained in:
parent
ec1bd3a936
commit
e7b6fb2630
1 changed files with 3 additions and 3 deletions
|
|
@ -17,8 +17,8 @@ PKG_NAME=NetworkManager
|
|||
gtkdocize || exit 1
|
||||
autopoint --force
|
||||
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
./configure --enable-maintainer-mode $@
|
||||
fi
|
||||
)
|
||||
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
$srcdir/configure --enable-maintainer-mode $@
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue