diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-28 11:24:45 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-28 11:24:45 +0000 |
commit | bfa83e82bcf5cef891c1ce77e8a0169cae91d399 (patch) | |
tree | 1bd49f3f007653734a6ffca726738edeed24747c | |
parent | f7aae08152373d805edc75311f312a7f64ad5628 (diff) | |
download | irssi-bfa83e82bcf5cef891c1ce77e8a0169cae91d399.zip |
gettext -> gettextize check
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1302 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ DIE=0 } grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && { - (gettext --version) < /dev/null > /dev/null 2>&1 || { + (gettextize --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME." echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" |