summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2011-09-29 14:38:52 +0200
committerJean Delvare <jdelvare@suse.de>2011-09-29 14:38:52 +0200
commit33da16d1b39ae3be377a9feb55301c2acd156822 (patch)
tree468e16125caf072665bb86589d6ed987ec25a664
parent90e69fc77ceae0b6f75408501de354a161fe9ed0 (diff)
downloadquilt-33da16d1b39ae3be377a9feb55301c2acd156822.tar.gz
Refresh to take configure.ac changes into account.
-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;}