Wed, 28 Oct 2009 00:19:07 +0000
cleaned up the output of the command being run in run_or_die
--- a/autogen.sh Wed Oct 28 00:17:47 2009 +0000 +++ b/autogen.sh Wed Oct 28 00:19:07 2009 +0000 @@ -83,7 +83,7 @@ OUTPUT=`mktemp autogen-XXXXXX` - printf "%s" "running ${CMD} ${@}... " + printf "running %s %s..." ${CMD} ${@} ${CMD} ${@} >${OUTPUT} 2>&1 if [ $? != 0 ] ; then