summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 7f97668538..8e802e5d6b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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