comparison autogen.sh @ 25208:6f94b4a27372

propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e) to branch 'im.pidgin.cpw.malu.xmpp.idle' (head 6bfd4d87742ad77dd228039033d081fb8b68f8aa)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 02 Dec 2008 22:45:39 +0000
parents eb1bf40d6fd0
children a709dc0bb3f3
comparison
equal deleted inserted replaced
25207:b2f4964768d7 25208:6f94b4a27372
64 ############################################################################### 64 ###############################################################################
65 check () { 65 check () {
66 CMD=$1 66 CMD=$1
67 67
68 printf "%s" "checking for ${CMD}... " 68 printf "%s" "checking for ${CMD}... "
69 BIN=`which ${CMD} 2> /dev/null` 69 BIN=`which ${CMD} 2>/dev/null`
70 70
71 if [ x"${BIN}" = x"" ] ; then 71 if [ x"${BIN}" = x"" ] ; then
72 echo "not found." 72 echo "not found."
73 echo "${CMD} is required to build ${PACKAGE}!" 73 echo "${CMD} is required to build ${PACKAGE}!"
74 exit 1; 74 exit 1;