Let'em recognize gmsgfmt and gxgettext
- From: 中井 幸博
<nakai internetsolutions co jp>
- To: "gnome-list gnome org" <gnome-list gnome org>
- Subject: Let'em recognize gmsgfmt and gxgettext
- Date: Tue, 02 Feb 1999 11:09:49 +0900
Hello,
In FreeBSD,
x11-toolkits/xview-lib has already another msgfmt and xgettext command.
So I want to change the same command in gettext to gmsgfmt, and
gxgettext.
The gnome-libs/aclocal.m4 in gnome-libs-0.99.4 seems to support gmsgfmt,
but it's broken. ( I append patch. )
But today I can't find gnome-libs/aclocal.m4 in cvs.gnome.org.
So which file I make patch to about this?
Also, I want to know how Solaris Gnomer tell GNU's msgfmt from the
native msgfmt.
Thanks.
--------------
Yukihiro Nakai
--- aclocal.m4.orig Tue Feb 2 00:27:34 1999
+++ aclocal.m4 Tue Feb 2 00:27:14 1999
@@ -1419,7 +1419,7 @@
AC_DEFINE(HAVE_GETTEXT)
AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
[test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
- if test "$MSGFMT" != "no"; then
+ if test "$MSGFMT" = "no"; then
AC_CHECK_FUNCS(dcgettext)
AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]