comparison autogen.sh @ 2174:faded6b00faf

[gaim-migrate @ 2184] /bin/bash committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Aug 2001 18:17:46 +0000
parents f9dfd802e31c
children a578f8ab209e
comparison
equal deleted inserted replaced
2173:f9dfd802e31c 2174:faded6b00faf
1 #!/bin/sh 1 #!/bin/bash
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;