aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-04-02 16:42:00 +0300
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-04-02 16:42:00 +0300
commit0fb626085ecfe5327e99af257c577cda04679ed0 (patch)
tree20e8a8e4961c2a0facdaf0679e62636163b34b95 /autogen.sh
parent14d9a8556f3742fa2b8a9c38821dd3ed143d53aa (diff)
Added gtkdocize existence check and call in autogen.sh to get gtk-doc.make
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 24114b3d..ce0b2ef8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,9 +5,12 @@ set -e
version_check valac VALAC 'valac' 0.7.0 "http://vala-project.org"
version_check asciidoc ASCIIDOC 'asciidoc' 8.2.7 "http://www.methods.co.nz/asciidoc/"
+existence_check gtkdocize
existence_check dot
existence_check source-highlight
+gtkdocize
+
autoreconf -i -f
run_configure=true