diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-07-27 05:45:04 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-07-27 05:45:04 +0800 |
commit | c1ff2cca41bef3f9e72f9d8222eaf145e9b03498 (patch) | |
tree | d2b1645b53c428e6ec420532bd9b4fb2a42a8f2a | |
parent | bfc53ad061fd6adeeaf865235fee9555a9fb2e53 (diff) | |
download | gsoc2013-evolution-c1ff2cca41bef3f9e72f9d8222eaf145e9b03498.tar gsoc2013-evolution-c1ff2cca41bef3f9e72f9d8222eaf145e9b03498.tar.gz gsoc2013-evolution-c1ff2cca41bef3f9e72f9d8222eaf145e9b03498.tar.bz2 gsoc2013-evolution-c1ff2cca41bef3f9e72f9d8222eaf145e9b03498.tar.lz gsoc2013-evolution-c1ff2cca41bef3f9e72f9d8222eaf145e9b03498.tar.xz gsoc2013-evolution-c1ff2cca41bef3f9e72f9d8222eaf145e9b03498.tar.zst gsoc2013-evolution-c1ff2cca41bef3f9e72f9d8222eaf145e9b03498.zip |
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=1033
-rw-r--r-- | macros/gnome-gettext.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 8f72481c51..962580acbe 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)'`"], :) |