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
This commit is contained in:
Elliot Lee
1999-07-26 21:45:04 +00:00
parent bfc53ad061
commit c1ff2cca41

View File

@ -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)'`"], :)