diff options
author | gedit <gedit@localhost> | 1999-08-08 23:51:40 +0800 |
---|---|---|
committer | gedit <gedit@localhost> | 1999-08-08 23:51:40 +0800 |
commit | b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3 (patch) | |
tree | 6309f8458770f46745767bd60ba571972f429988 /macros/gnome-gettext.m4 | |
parent | 1b3a69c80916d9224926af9b31b4fb7df387c6e7 (diff) | |
download | gsoc2013-evolution-b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3.tar.gz gsoc2013-evolution-b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3.tar.zst gsoc2013-evolution-b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3.zip |
Woohoo! everything seems to be compiling and working properly.. and the binary is smaller too.. lets go for a merge and start getting some work done again...
svn path=/trunk/; revision=1094
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r-- | macros/gnome-gettext.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 962580acbe..1dac989cbb 100644 --- a/macros/gnome-gettext.m4 +++ b/macros/gnome-gettext.m4 @@ -66,7 +66,6 @@ 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)'`"], :) @@ -77,8 +76,6 @@ AC_DEFUN(AM_GNOME_WITH_NLS, [CATOBJEXT=.mo DATADIRNAME=lib]) INSTOBJEXT=.mo - else - echo "You must install msgfmt (part of gettext)." fi fi |