comparison autogen.sh @ 2275:f7bf34a3b535

[gaim-migrate @ 2285] little things committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 12 Sep 2001 22:47:44 +0000
parents 72586b12179c
children 88e35feb75f8
comparison
equal deleted inserted replaced
2274:f2150073cd41 2275:f7bf34a3b535
1 #!/bin/bash 1 #!/bin/sh
2 2
3 (gettextize --version) < /dev/null > /dev/null 2>&1 || { 3 (gettextize --version) < /dev/null > /dev/null 2>&1 || {
4 echo; 4 echo;
5 echo "You must have gettext installed to compile Gaim"; 5 echo "You must have gettext installed to compile Gaim";
6 echo; 6 echo;