Skip to content

Commit

Permalink
proper patch to cvsclean for bad autoconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cox committed Jul 20, 2002
1 parent 7a5ac7c commit aa84623
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildconf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aa84623

Please sign in to comment.