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:
@@ -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
|
||||
|
Reference in New Issue
Block a user