Support gmodule-no-export.

2004-11-16  Matthias Clasen  <mclasen@redhat.com>

	* m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
This commit is contained in:
Matthias Clasen 2004-11-17 03:38:39 +00:00 committed by Matthias Clasen
parent 846e5140c3
commit 51af5833f7
6 changed files with 58 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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"
;;