diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-07-07 05:42:02 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-07-07 05:42:02 +0800 |
commit | 5b4c07ffdea7eddc19638ab7d87415d69c70728d (patch) | |
tree | 31f031896c000289eddd7e609298e21021c47ca7 /macros/gnome-gettext.m4 | |
parent | 535718bfa6f5ca7eecac5d812a27102d3716d34f (diff) | |
download | gsoc2013-evolution-5b4c07ffdea7eddc19638ab7d87415d69c70728d.tar gsoc2013-evolution-5b4c07ffdea7eddc19638ab7d87415d69c70728d.tar.gz gsoc2013-evolution-5b4c07ffdea7eddc19638ab7d87415d69c70728d.tar.bz2 gsoc2013-evolution-5b4c07ffdea7eddc19638ab7d87415d69c70728d.tar.lz gsoc2013-evolution-5b4c07ffdea7eddc19638ab7d87415d69c70728d.tar.xz gsoc2013-evolution-5b4c07ffdea7eddc19638ab7d87415d69c70728d.tar.zst gsoc2013-evolution-5b4c07ffdea7eddc19638ab7d87415d69c70728d.zip |
fix'em bugs.
fix'em bugs.
svn path=/trunk/; revision=1008
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r-- | macros/gnome-gettext.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 1dac989cbb..8f72481c51 100644 --- a/macros/gnome-gettext.m4 +++ b/macros/gnome-gettext.m4 @@ -76,6 +76,8 @@ AC_DEFUN(AM_GNOME_WITH_NLS, [CATOBJEXT=.mo DATADIRNAME=lib]) INSTOBJEXT=.mo + else + echo "You must install msgfmt (part of gettext)." fi fi |