summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-06 13:52:46 +0200
committerThomas Haller <thaller@redhat.com>2016-06-06 13:52:57 +0200
commitfa6b1070fcf6ae267e766ca1d2c8de0ac1b85255 (patch)
treec3bcd788428168226ff41d9e6df76d5d8eb58519
parent2dc0ee29f6feab2c0dc89d0c87f910b45c077f56 (diff)
downloadNetworkManager-fa6b1070fcf6ae267e766ca1d2c8de0ac1b85255.tar.gz
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 ed7ee64d4e92f1aad14f53ec8898d1ae0a319c86.
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 8e802e5d6b..7f97668538 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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