summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-31 18:49:53 +0100
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-31 18:49:53 +0100
commit635f92483e9ce1b965b759af2ee6c4b1f27bd5b2 (patch)
tree0bfedc916a80a3822d3b315128af2cc7514d7453 /autogen.sh
parent19a946d9e9346b3ee751d9f4091f5525eed61b3c (diff)
Add gtkdoc infrastructure
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 7f08e9b..9480172 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,8 @@
#!/bin/sh
set -e
+gtkdocize || exit 1
+
if test -n "$AUTOMAKE"; then
: # don't override an explicit user request
elif automake-1.9 --version >/dev/null 2>/dev/null && \