summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-28 11:24:45 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-28 11:24:45 +0000
commitbfa83e82bcf5cef891c1ce77e8a0169cae91d399 (patch)
tree1bd49f3f007653734a6ffca726738edeed24747c
parentf7aae08152373d805edc75311f312a7f64ad5628 (diff)
downloadirssi-bfa83e82bcf5cef891c1ce77e8a0169cae91d399.zip
gettext -> gettextize check
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1302 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 047d1117..b2667822 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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"