gobject-introspection r142 - trunk



Author: johan
Date: Mon Mar 10 22:25:26 2008
New Revision: 142
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=142&view=rev

Log:
2008-03-10  Johan Dahlin  <johan gnome org>

        * autogen.sh:
        Require automake 1.10
        * configure.ac:
        Add GCOV_LIBS to GILIBS



Modified:
   trunk/ChangeLog
   trunk/autogen.sh
   trunk/configure.ac

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Mon Mar 10 22:25:26 2008
@@ -6,7 +6,7 @@
 
 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) || {

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Mar 10 22:25:26 2008
@@ -74,7 +74,7 @@
 
 # if we ever remove manual check for ffi and require .pc file, then 
 # just put libffi in the PKG_CHECK_MODULES(GIREPO) deps
-GIREPO_LIBS="$GIREPO_LIBS $FFI_LIBS"
+GIREPO_LIBS="$GIREPO_LIBS $GCOV_LIBS $FFI_LIBS"
 GIREPO_CFLAGS="$GIREPO_CFLAGS $FFI_CFLAGS"
 
 GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]