From 51ea97ffabfbac10029b03b79e7f4191e20d1110 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Sep 2010 15:48:11 +0000 Subject: Add autoconf-2.68. --- contrib/crossrpms/autotools/autoconf.add | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'contrib') diff --git a/contrib/crossrpms/autotools/autoconf.add b/contrib/crossrpms/autotools/autoconf.add index 2db2bf2f82..16c15f2249 100644 --- a/contrib/crossrpms/autotools/autoconf.add +++ b/contrib/crossrpms/autotools/autoconf.add @@ -72,16 +72,22 @@ make %if "%{srcvers}" <= "2.66" # test 193 fails sporadically # test 199 fails deterministically -make check TESTSUITEFLAGS='-192 194-198 200-' -%else -%if "%{srcvers}" <= "2.67" +TESTSUITEFLAGS='-192 194-198 200-' +%endif + +%if "%{srcvers}" == "2.67" # test 199 fails deterministically -make check TESTSUITEFLAGS='-198 200-' -%else -make check +TESTSUITEFLAGS='-198 200-' %endif + +%if "%{srcvers}" == "2.68" +# test 205 fails deterministically +TESTSUITEFLAGS='-204 206-' %endif + +make check TESTSUITEFLAGS="${TESTSUITEFLAGS}" %endif + %install rm -rf "${RPM_BUILD_ROOT}" make DESTDIR=${RPM_BUILD_ROOT} install -- cgit v1.2.3