diff options
author | Colin Walters <walters@verbum.org> | 2009-02-18 14:18:45 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-02-18 14:18:45 -0500 |
commit | ce26719f0c42d77f636ea217ecbbf4231a351a18 (patch) | |
tree | 95a6376670d23a5d37f9cf636b2460a8820f677c /autogen.sh | |
parent | b0f8e753a5d081302ee9a097ecc1c8ba0d8b33aa (diff) | |
download | gobject-introspection-ce26719f0c42d77f636ea217ecbbf4231a351a18.tar.gz |
gtk-doc fixes: Require 1.10, fix --name-space argument typo, change Typelib section title
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME="gobject-introspection" REQUIRED_AUTOCONF_VERSION=2.53 REQUIRED_AUTOMAKE_VERSION=1.9 +REQUIRED_GTK_DOC_VERSION=1.10 (test -f $srcdir/configure.ac \ && test -f $srcdir/autogen.sh) || { |