build: fix autogen.sh for builddir != srcdir

https://bugzilla.gnome.org/show_bug.cgi?id=767207
This commit is contained in:
Bastien Nocera 2016-06-03 17:43:39 +02:00 committed by Thomas Haller
parent 348e505b3a
commit ed7ee64d4e

View File

@ -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