mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
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:
parent
846e5140c3
commit
51af5833f7
11
ChangeLog
11
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user