summaryrefslogtreecommitdiffstats
path: root/gnome-autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-autogen.sh')
-rwxr-xr-xgnome-autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-autogen.sh b/gnome-autogen.sh
index 58ab007..f6bd367 100755
--- a/gnome-autogen.sh
+++ b/gnome-autogen.sh
@@ -457,7 +457,7 @@ for configure_ac in $configure_files; do
fi
done
-conf_flags="--enable-maintainer-mode"
+conf_flags="--enable-maintainer-mode --enable-gtk-doc"
if test x$NOCONFIGURE = x; then
printbold Running $srcdir/configure $conf_flags "$@" ...