mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
proper patch to cvsclean for bad autoconf.
This commit is contained in:
parent
7a5ac7cc9c
commit
aa84623d25
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
acv=`autoconf --version | grep GNU |cut -d ' ' -f 4`
|
||||
res=`expr $acv '>=' 2.5`
|
||||
|
||||
if test $res = 1; then
|
||||
echo "cleaning checkout to force rebuild, due to bad autoconf"
|
||||
./cvsclean
|
||||
fi
|
||||
|
||||
while test $# -gt 0; do
|
||||
if test "$1" = "--copy"; then
|
||||
automake_flags=--copy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue