1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

gettext -> gettextize check

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1302 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-28 11:24:45 +00:00 committed by cras
parent f7aae08152
commit bfa83e82bc

View File

@ -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"