Use gmodule-no-export.pc, requires glib 2.5.7. Patch from Matthias Clasen
authorPadraig O'Briain <padraig.obriain@sun.com>
Wed, 17 Nov 2004 09:31:59 +0000 (09:31 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Wed, 17 Nov 2004 09:31:59 +0000 (09:31 +0000)
2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>

* configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
Patch from Matthias Clasen for bug #158531.
Incremented version to 1.9.0.
Branch for gnome-2-8 has been created.

ChangeLog
configure.in

index 4889c6f..dc10337 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
+       Patch from Matthias Clasen for bug #158531. 
+       Incremented version to 1.9.0. 
+       Branch for gnome-2-8 has been created.
+       
 2004-11-11  Christian Rose  <menthos@menthos.com>
 
        * configure.in: Added "as" to ALL_LINGUAS.
@@ -7,7 +14,7 @@
        * docs/atk-docs.sgml: Add a more descriptive title in the docs.
        Patch from Diego Gonzalez. (bug #156296)
 
-       * atk/text.c (Clarify meaning of endd_offset for 
+       * atk/text.c (Clarify meaning of end_offset for 
        atk_text_get_text_at_offset().
        Patch from Bill Haneman. (bug #156574)
 
index 0c437fe..b228e85 100644 (file)
@@ -16,7 +16,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 
 dnl The triplet 
 m4_define([atk_major_version], [1])
-m4_define([atk_minor_version], [8])
+m4_define([atk_minor_version], [9])
 m4_define([atk_micro_version], [0])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])
@@ -53,7 +53,7 @@ dnl it too, or it will never make it into the spec file!
 dnl
 dnl ==========================================================================
 
-GLIB_REQUIRED_VERSION=2.0.0
+GLIB_REQUIRED_VERSION=2.5.7
 AC_SUBST(GLIB_REQUIRED_VERSION)
 
 
@@ -140,7 +140,7 @@ if test "x$GCC" = "xyes"; then
 fi
 changequote([,])dnl
 
-GLIB_PACKAGES="gobject-2.0 gmodule-2.0"
+GLIB_PACKAGES="gobject-2.0 gmodule-no-export-2.0"
 AC_SUBST(GLIB_PACKAGES)
 
 dnl This PATH_GLIB is somewhat redundant, but does a sanity compile and 
@@ -152,7 +152,7 @@ AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,
 *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
 *** but not in the same location as pkg-config add the location of the file 
 *** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.]),
-  gobject gmodule)
+  gobject gmodule-no-export)
 
 PKG_CHECK_MODULES(DEP, glib-2.0 >= $GLIB_REQUIRED_VERSION $GLIB_PACKAGES, ,
   AC_MSG_ERROR([