summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/auxdir-pr19311.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/auxdir-pr19311.sh b/t/auxdir-pr19311.sh
index 7add75468..8f0d3bd0a 100644
--- a/t/auxdir-pr19311.sh
+++ b/t/auxdir-pr19311.sh
@@ -23,8 +23,9 @@ required=cc
ver=$($AUTOCONF --version | sed -n '1s/.* //p')
case $ver in
- 2.69[d-z]) ;;
- 2.70*) ;;
+ 2.69[d-z]*) ;;
+ 2.[7-9][0-9]*) ;;
+ [3-9].*) ;;
*) skip_ 'this test passes with autoconf-2.69d and newer'
esac