comparison setup-gettext @ 3415:d7c90e6ecc23

[gaim-migrate @ 3434] Typo, and added the script to EXTRA_DIST. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 20 Aug 2002 17:00:56 +0000
parents 4149e5e36eb9
children bd05f8566531
comparison
equal deleted inserted replaced
3414:4149e5e36eb9 3415:d7c90e6ecc23
51 51
52 # See if a version of gettext and its tools are installed. 52 # See if a version of gettext and its tools are installed.
53 if [ x$GETTEXT_TOOL == x ]; then 53 if [ x$GETTEXT_TOOL == x ]; then
54 echo 54 echo
55 echo "You do not have a version of gettext installed." 55 echo "You do not have a version of gettext installed."
56 echo "Please download one from your locak package repository or" 56 echo "Please download one from your local package repository or"
57 echo "from ftp://ftp.gnu.org/pub/gnu/gettext/" 57 echo "from ftp://ftp.gnu.org/pub/gnu/gettext/"
58 echo 58 echo
59 exit 1 59 exit 1
60 fi 60 fi
61 61