mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 07:00:21 +01:00
build: fix autogen.sh for builddir != srcdir
https://bugzilla.gnome.org/show_bug.cgi?id=767207
This commit is contained in:
parent
348e505b3a
commit
ed7ee64d4e
1 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@ PKG_NAME=NetworkManager
|
|||
|
||||
cd $srcdir
|
||||
|
||||
gtkdocize
|
||||
gtkdocize --srcdir $srcdir
|
||||
autopoint --force
|
||||
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
|
||||
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose -I$srcdir/m4/
|
||||
|
||||
cd $olddir
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue