summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 14:08:22 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 14:08:22 +0000
commit48957430bcb035548effa1762a3329f36fbd196b (patch)
tree4b1e1a3849dae250906c920b2dfec95417ddfb8b /autogen.sh
parentfca7999dba11d951cca19c04cce494e44f32b28f (diff)
downloadlasso-48957430bcb035548effa1762a3329f36fbd196b.tar.gz
lasso-48957430bcb035548effa1762a3329f36fbd196b.tar.xz
lasso-48957430bcb035548effa1762a3329f36fbd196b.zip
By default make autogen.sh to enable gtk doc
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 38ec0d2e..6605e82b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -89,7 +89,7 @@ $AUTOMAKE --add-missing -Wno-portability $am_opt || exit $?
cd "$THEDIR"
if [ "$1" != "noconfig" ]; then
-$srcdir/configure --enable-maintainer-mode "$@" || exit $?
+ $srcdir/configure --enable-gtk-doc --enable-maintainer-mode "$@" || exit $?
fi
echo