comparison autogen.sh @ 25843:9bdd3ab8087f

propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519) to branch 'im.pidgin.pidgin.next.minor' (head 0bc630b4c58beab06485f17e1633164d548ca68a)
author Richard Laager <rlaager@wiktel.com>
date Thu, 27 Nov 2008 06:57:15 +0000
parents eb1bf40d6fd0
children a709dc0bb3f3
comparison
equal deleted inserted replaced
25842:244863136504 25843:9bdd3ab8087f
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;