diff options
author | Johan Dahlin <johan@gnome.org> | 2008-03-10 22:25:26 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-03-10 22:25:26 +0000 |
commit | 5b77b02a8d42f1544a9f5ccf2ed7494ca7858a04 (patch) | |
tree | 4cef926fe50c8beb7c8de2140065995a3b62afc7 /autogen.sh | |
parent | f4f73ca8d38670f95182e0a15f5d826ae5e325b9 (diff) | |
download | gobject-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) || { |