Support gmodule-no-export.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 17 Nov 2004 03:38:39 +0000 (03:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Nov 2004 03:38:39 +0000 (03:38 +0000)
2004-11-16  Matthias Clasen  <mclasen@redhat.com>

* m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
m4macros/glib-2.0.m4

index 90d52da..838b730 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-11-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
+
+       * Makefile.am (EXTRA_DIST): 
+       * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in 
+
+       * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in
+       which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't
+       need it.  (#125627, Owen Taylor)
+
 2004-11-17  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.c: Define S_ISREG() on windows, since it
index 90d52da..838b730 100644 (file)
@@ -1,3 +1,14 @@
+2004-11-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
+
+       * Makefile.am (EXTRA_DIST): 
+       * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in 
+
+       * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in
+       which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't
+       need it.  (#125627, Owen Taylor)
+
 2004-11-17  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.c: Define S_ISREG() on windows, since it
index 90d52da..838b730 100644 (file)
@@ -1,3 +1,14 @@
+2004-11-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
+
+       * Makefile.am (EXTRA_DIST): 
+       * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in 
+
+       * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in
+       which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't
+       need it.  (#125627, Owen Taylor)
+
 2004-11-17  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.c: Define S_ISREG() on windows, since it
index 90d52da..838b730 100644 (file)
@@ -1,3 +1,14 @@
+2004-11-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
+
+       * Makefile.am (EXTRA_DIST): 
+       * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in 
+
+       * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in
+       which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't
+       need it.  (#125627, Owen Taylor)
+
 2004-11-17  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.c: Define S_ISREG() on windows, since it
index 90d52da..838b730 100644 (file)
@@ -1,3 +1,14 @@
+2004-11-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
+
+       * Makefile.am (EXTRA_DIST): 
+       * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in 
+
+       * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in
+       which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't
+       need it.  (#125627, Owen Taylor)
+
 2004-11-17  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.c: Define S_ISREG() on windows, since it
index 13a3ce6..d6413ff 100644 (file)
@@ -19,6 +19,9 @@ AC_ARG_ENABLE(glibtest, [  --disable-glibtest      do not try to compile and run
          gmodule) 
              pkg_config_args="$pkg_config_args gmodule-2.0"
          ;;
+         gmodule-no-export) 
+             pkg_config_args="$pkg_config_args gmodule-no-export-2.0"
+         ;;
          gobject) 
              pkg_config_args="$pkg_config_args gobject-2.0"
          ;;