mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -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:
parent
f7aae08152
commit
bfa83e82bc
@ -53,7 +53,7 @@ DIE=0
|
|||||||
}
|
}
|
||||||
|
|
||||||
grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
|
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
|
||||||
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
||||||
echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
|
echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user