mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Add $INTLLIBS to $LIBS temporarily, not -lintl. (Problem with fix for
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com> * m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS temporarily, not -lintl. (Problem with fix for #119171, pointed out by James Henstridge)
This commit is contained in:
parent
105adb9a35
commit
9d8e67597c
@ -1,3 +1,9 @@
|
|||||||
|
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
|
||||||
|
temporarily, not -lintl. (Problem with fix for
|
||||||
|
#119171, pointed out by James Henstridge)
|
||||||
|
|
||||||
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* glib/gbsearcharray.h: license change, no restrictions are made
|
* glib/gbsearcharray.h: license change, no restrictions are made
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
|
||||||
|
temporarily, not -lintl. (Problem with fix for
|
||||||
|
#119171, pointed out by James Henstridge)
|
||||||
|
|
||||||
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* glib/gbsearcharray.h: license change, no restrictions are made
|
* glib/gbsearcharray.h: license change, no restrictions are made
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
|
||||||
|
temporarily, not -lintl. (Problem with fix for
|
||||||
|
#119171, pointed out by James Henstridge)
|
||||||
|
|
||||||
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* glib/gbsearcharray.h: license change, no restrictions are made
|
* glib/gbsearcharray.h: license change, no restrictions are made
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
|
||||||
|
temporarily, not -lintl. (Problem with fix for
|
||||||
|
#119171, pointed out by James Henstridge)
|
||||||
|
|
||||||
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* glib/gbsearcharray.h: license change, no restrictions are made
|
* glib/gbsearcharray.h: license change, no restrictions are made
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
|
||||||
|
temporarily, not -lintl. (Problem with fix for
|
||||||
|
#119171, pointed out by James Henstridge)
|
||||||
|
|
||||||
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* glib/gbsearcharray.h: license change, no restrictions are made
|
* glib/gbsearcharray.h: license change, no restrictions are made
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
|
||||||
|
temporarily, not -lintl. (Problem with fix for
|
||||||
|
#119171, pointed out by James Henstridge)
|
||||||
|
|
||||||
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* glib/gbsearcharray.h: license change, no restrictions are made
|
* glib/gbsearcharray.h: license change, no restrictions are made
|
||||||
|
@ -185,7 +185,7 @@ glib_DEFUN([GLIB_WITH_NLS],
|
|||||||
[test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
|
[test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
|
||||||
if test "$MSGFMT" != "no"; then
|
if test "$MSGFMT" != "no"; then
|
||||||
glib_save_LIBS="$LIBS"
|
glib_save_LIBS="$LIBS"
|
||||||
LIBS="$LIBS -lintl $libintl_extra_libs"
|
LIBS="$LIBS $INTLLIBS"
|
||||||
AC_CHECK_FUNCS(dcgettext)
|
AC_CHECK_FUNCS(dcgettext)
|
||||||
AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
|
AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
|
||||||
GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
|
||||||
|
Loading…
Reference in New Issue
Block a user