|
From: Sean M. <br...@us...> - 2007-02-26 09:05:19
|
Update of /cvsroot/bzflag/bzflag In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24117 Modified Files: autogen.sh Log Message: some versions of automake report apple's dumb libtoolize problem differently, so try to be more general. Index: autogen.sh =================================================================== RCS file: /cvsroot/bzflag/bzflag/autogen.sh,v retrieving revision 2.30 retrieving revision 2.31 diff -w -u -r2.30 -r2.31 --- autogen.sh 26 Feb 2007 08:56:15 -0000 2.30 +++ autogen.sh 26 Feb 2007 09:05:18 -0000 2.31 @@ -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" |