mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Set $LIBS to include -lintl when checking for dcgettext and
Thu Aug 7 15:01:09 2003 Owen Taylor <otaylor@redhat.com> * m4macros/glib-gettext.m4: Set $LIBS to include -lintl when checking for dcgettext and _nl_msg_cat_cntr. (Tim Mooney, #119171)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 7 15:01:09 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Set $LIBS to include
|
||||||
|
-lintl when checking for dcgettext and
|
||||||
|
_nl_msg_cat_cntr. (Tim Mooney, #119171)
|
||||||
|
|
||||||
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_idle_source_new): Make the default priority
|
* glib/gmain.c (g_idle_source_new): Make the default priority
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 7 15:01:09 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Set $LIBS to include
|
||||||
|
-lintl when checking for dcgettext and
|
||||||
|
_nl_msg_cat_cntr. (Tim Mooney, #119171)
|
||||||
|
|
||||||
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_idle_source_new): Make the default priority
|
* glib/gmain.c (g_idle_source_new): Make the default priority
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 7 15:01:09 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Set $LIBS to include
|
||||||
|
-lintl when checking for dcgettext and
|
||||||
|
_nl_msg_cat_cntr. (Tim Mooney, #119171)
|
||||||
|
|
||||||
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_idle_source_new): Make the default priority
|
* glib/gmain.c (g_idle_source_new): Make the default priority
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 7 15:01:09 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Set $LIBS to include
|
||||||
|
-lintl when checking for dcgettext and
|
||||||
|
_nl_msg_cat_cntr. (Tim Mooney, #119171)
|
||||||
|
|
||||||
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_idle_source_new): Make the default priority
|
* glib/gmain.c (g_idle_source_new): Make the default priority
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 7 15:01:09 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Set $LIBS to include
|
||||||
|
-lintl when checking for dcgettext and
|
||||||
|
_nl_msg_cat_cntr. (Tim Mooney, #119171)
|
||||||
|
|
||||||
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_idle_source_new): Make the default priority
|
* glib/gmain.c (g_idle_source_new): Make the default priority
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 7 15:01:09 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* m4macros/glib-gettext.m4: Set $LIBS to include
|
||||||
|
-lintl when checking for dcgettext and
|
||||||
|
_nl_msg_cat_cntr. (Tim Mooney, #119171)
|
||||||
|
|
||||||
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 7 14:15:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_idle_source_new): Make the default priority
|
* glib/gmain.c (g_idle_source_new): Make the default priority
|
||||||
|
@@ -184,6 +184,8 @@ glib_DEFUN([GLIB_WITH_NLS],
|
|||||||
GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
||||||
[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"
|
||||||
|
LIBS="$LIBS -lintl $libintl_extra_libs"
|
||||||
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,
|
||||||
@@ -210,6 +212,7 @@ glib_DEFUN([GLIB_WITH_NLS],
|
|||||||
DATADIRNAME=lib
|
DATADIRNAME=lib
|
||||||
;;
|
;;
|
||||||
esac])
|
esac])
|
||||||
|
LIBS="$glib_save_LIBS"
|
||||||
INSTOBJEXT=.mo
|
INSTOBJEXT=.mo
|
||||||
else
|
else
|
||||||
gt_cv_have_gettext=no
|
gt_cv_have_gettext=no
|
||||||
|
Reference in New Issue
Block a user