From: Elliot Lee Date: Mon, 26 Jul 1999 21:45:04 +0000 (+0000) Subject: Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the X-Git-Tag: GNOME_COMMON_1_2_1~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7a9bdf51ef65c7a4118f0a0f28f69ac9770c531;p=platform%2Fupstream%2Fgnome-common.git Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the intl domain. svn path=/trunk/; revision=859 --- diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 8f72481..962580a 100644 --- a/macros/gnome-gettext.m4 +++ b/macros/gnome-gettext.m4 @@ -66,6 +66,7 @@ AC_DEFUN(AM_GNOME_WITH_NLS, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl if test "$MSGFMT" != "no"; then AC_CHECK_FUNCS(dcgettext) + AC_CHECK_FUNCS(dgettext) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)