summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-03-10 22:25:26 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-03-10 22:25:26 +0000
commit5b77b02a8d42f1544a9f5ccf2ed7494ca7858a04 (patch)
tree4cef926fe50c8beb7c8de2140065995a3b62afc7 /autogen.sh
parentf4f73ca8d38670f95182e0a15f5d826ae5e325b9 (diff)
downloadgobject-introspection-5b77b02a8d42f1544a9f5ccf2ed7494ca7858a04.tar.gz
Require automake 1.10 Add GCOV_LIBS to GILIBS
2008-03-10 Johan Dahlin <johan@gnome.org> * autogen.sh: Require automake 1.10 * configure.ac: Add GCOV_LIBS to GILIBS svn path=/trunk/; revision=142
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 e20803b4..cdf6b697 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="gobject-introspection"
REQUIRED_AUTOCONF_VERSION=2.53
-REQUIRED_AUTOMAKE_VERSION=1.7.2
+REQUIRED_AUTOMAKE_VERSION=1.10.1
(test -f $srcdir/configure.ac \
&& test -f $srcdir/autogen.sh) || {