comparison autogen.sh @ 26162:0a19fa42f8ce

propagate from branch 'im.pidgin.pidgin' (head eeaad582dcb34b6753c78371c4aa03af92b095f5) to branch 'im.pidgin.soc.2008.yahoo' (head 182668e30410a6c12e970fad010f219ee6b59e73)
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Tue, 20 Jan 2009 17:44:36 +0000
parents eb1bf40d6fd0
children a709dc0bb3f3
comparison
equal deleted inserted replaced
26161:90ffe6f71fa9 26162:0a19fa42f8ce
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;