[PHP-DEV] Re: Bug #13674 Updated: build/buildcheck.sh fails if automake versionstrings contains dashes

2001-10-24 Thread Marco Colombo
t; This is fixed in CVS long time ago. :) > > --Jani > Ok, sorry, I'll check CVS next time... .TM. -- / ____/ / / / / Marco Colombo ___/ ___ / / Technical Manager / / / ESI s.r.l

[PHP-DEV] Re: Bug #13674 Updated: build/buildcheck.sh fails if automake versionstrings contains dashes

2001-10-22 Thread Marco Colombo
[^0-9]*//' -e 's/[a-z]* *$//'` > +am_version=`automake --version 2>/dev/null|head -1|sed -e > 's/^[^0-9]*//' -e 's/[-a-z][-0-9a-z]* *$//'` > if test "$am_version" = ""; then > echo "buildconf: automake not found." >