summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2011-09-29 16:17:04 +0200
committerMartin Quinson <martin.quinson@loria.fr>2011-09-29 16:17:04 +0200
commitdb813a0171644f7de57df926afb455e8aa1e42c1 (patch)
treeef24eb6abf27760024d3675b25e4350b53d9c298
parent94c2bc16ead5060ec21eb59dfcbf4eb389cc94f3 (diff)
parent33da16d1b39ae3be377a9feb55301c2acd156822 (diff)
downloadquilt-db813a0171644f7de57df926afb455e8aa1e42c1.tar.gz
Merge branch 'master' of git.sv.gnu.org:/srv/git/quilt
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index cee90a6..889848b 100755
--- a/configure
+++ b/configure
@@ -6059,7 +6059,7 @@ $as_echo "$patch_version" >&6; }
set -- $patch_version
IFS=$saved_IFS
set -- `echo $1 | $TR -cd 0-9` `echo $2 | $TR -cd 0-9`
- if test 0$1 -lt 2 || test 0$1 -eq 2 -a 0$2 -lt 4 ; then
+ if test 0$1 -lt 2 || test 0$1 -eq 2 -a 0$2 -lt 5 ; then
patch_version=
fi
else
@@ -6068,12 +6068,12 @@ $as_echo "no GNU patch" >&6; }
fi
if test -z "$patch_version" ; then
{ { $as_echo "$as_me:$LINENO: error:
-$PACKAGE_NAME requires at least version 2.4 of GNU patch. You can download a
+$PACKAGE_NAME requires at least version 2.5 of GNU patch. You can download a
current version of patch from ftp.gnu.org, or if you already have GNU patch
then you can supply its path with the '--with-patch=' option.
" >&5
$as_echo "$as_me: error:
-$PACKAGE_NAME requires at least version 2.4 of GNU patch. You can download a
+$PACKAGE_NAME requires at least version 2.5 of GNU patch. You can download a
current version of patch from ftp.gnu.org, or if you already have GNU patch
then you can supply its path with the '--with-patch=' option.
" >&2;}