mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 01:40:16 +01:00
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:
parent
2dc0ee29f6
commit
fa6b1070fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue