? ltmain.sh Index: autogen.sh =================================================================== RCS file: /cvs/cairo/pycairo/autogen.sh,v retrieving revision 1.6 diff -u -r1.6 autogen.sh --- autogen.sh 6 Apr 2007 08:38:44 -0000 1.6 +++ autogen.sh 31 Aug 2009 07:41:59 -0000 @@ -50,8 +50,8 @@ # some terminal codes ... -boldface="`tput bold 2>/dev/null`" -normal="`tput sgr0 2>/dev/null`" +boldface="`tput bold 2>/dev/null || /bin/true`" +normal="`tput sgr0 2>/dev/null || /bin/true`" printbold() { echo $ECHO_N "$boldface" echo "$@"