|
From: Sean M. <br...@us...> - 2007-02-26 09:07:11
|
Update of /cvsroot/bzflag/bzflag In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24578 Modified Files: Tag: v2_0branch autogen.sh Log Message: minor update from head Index: autogen.sh =================================================================== RCS file: /cvsroot/bzflag/bzflag/autogen.sh,v retrieving revision 2.12.2.5 retrieving revision 2.12.2.6 diff -w -u -r2.12.2.5 -r2.12.2.6 --- autogen.sh 26 Feb 2007 08:58:49 -0000 2.12.2.5 +++ autogen.sh 26 Feb 2007 09:06:45 -0000 2.12.2.6 @@ -801,7 +801,7 @@ if [ ! $ret = 0 ] ; then if [ "x$HAVE_ALT_LIBTOOLIZE" = "xyes" ] ; then - if [ ! "x`echo \"$autoreconf_output\" | grep \"failed to run libtoolize: No such file or directory\"`" = "x" ] ; then + if [ ! "x`echo \"$autoreconf_output\" | grep libtoolize | grep \"No such file or directory\"`" = "x" ] ; then $ECHO $ECHO "Warning: autoreconf failed but for for a reason that seems to be" $ECHO "a common libtool misconfiguration issue. This problem is commonly" |