Revert "build: fix autogen.sh for builddir != srcdir"

This breaks build with older versions of gtkdocize that don't understand
yet --srcdir.

This reverts commit ed7ee64d4e.
This commit is contained in:
Thomas Haller 2016-06-06 13:52:46 +02:00
parent 2dc0ee29f6
commit fa6b1070fc

View file

@ -22,9 +22,9 @@ PKG_NAME=NetworkManager
cd $srcdir
gtkdocize --srcdir $srcdir
gtkdocize
autopoint --force
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose -I$srcdir/m4/
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
cd $olddir
if test -z "$NOCONFIGURE"; then