aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7a44906..d498357 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ PKG_NAME=libqmi
}
(cd $srcdir;
- autoreconf --force --install --verbose
+ GTKDOCIZE="true" autoreconf --force --install --verbose
)
if test -z "$NOCONFIGURE"; then