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 df07fc40..7460d254 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ PKG_NAME=ModemManager
}
(cd $srcdir;
- autoreconf --force --install --verbose
+ GTKDOCIZE="true" autoreconf --force --install --verbose
)
if test -z "$NOCONFIGURE"; then