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:
Owen Taylor 2003-08-19 13:45:33 +00:00 committed by Owen Taylor
parent 105adb9a35
commit 9d8e67597c
7 changed files with 37 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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,