Add $INTLLIBS to $LIBS temporarily, not -lintl. (Problem with fix for
authorOwen Taylor <otaylor@redhat.com>
Tue, 19 Aug 2003 13:45:33 +0000 (13:45 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 19 Aug 2003 13:45:33 +0000 (13:45 +0000)
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)

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

index f8bee75..dd00456 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * glib/gbsearcharray.h: license change, no restrictions are made
index f8bee75..dd00456 100644 (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>
 
        * glib/gbsearcharray.h: license change, no restrictions are made
index f8bee75..dd00456 100644 (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>
 
        * glib/gbsearcharray.h: license change, no restrictions are made
index f8bee75..dd00456 100644 (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>
 
        * glib/gbsearcharray.h: license change, no restrictions are made
index f8bee75..dd00456 100644 (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>
 
        * glib/gbsearcharray.h: license change, no restrictions are made
index f8bee75..dd00456 100644 (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>
 
        * glib/gbsearcharray.h: license change, no restrictions are made
index d17b19a..862db40 100644 (file)
@@ -185,7 +185,7 @@ glib_DEFUN([GLIB_WITH_NLS],
          [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
        if test "$MSGFMT" != "no"; then
           glib_save_LIBS="$LIBS"
-          LIBS="$LIBS -lintl $libintl_extra_libs"
+          LIBS="$LIBS $INTLLIBS"
          AC_CHECK_FUNCS(dcgettext)
          AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
          GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,