* t/list-of-tests.mk (XFAIL_TESTS): Remove from this list.
* t/auxdir-pr19311.sh: Instead, run this test only when autoconf
is 2.69d or newer. Otherwise, skip it.
required=cc
. test-init.sh
+ver=$($AUTOCONF --version | sed -n '1s/.* //p')
+case $ver in
+ 2.69[d-z]) ;;
+ 2.70*) ;;
+ *) skip_ 'this test passes with autoconf-2.69d and newer'
+esac
+
cat > configure.ac <<END
AC_INIT([$me], [1.0])
AC_PROG_CC
XFAIL_TESTS = \
t/all.sh \
-t/auxdir-pr19311.sh \
t/cond17.sh \
t/gcj6.sh \
t/override-conditional-2.sh \