X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/f14190dbcda7e9cf94e1691163081b98ecd2f3b1..0a296c1808200072deea6285f3e9992fca6095dd:/testsuite.at diff --git a/testsuite.at b/testsuite.at index 7e5ea5d..a74969f 100644 --- a/testsuite.at +++ b/testsuite.at @@ -1,5 +1,5 @@ AT_COPYRIGHT([dnl -Copyright © 2015,2019-2021 Nick Bowler +Copyright © 2015,2019-2022 Nick Bowler License WTFPL2: Do What The Fuck You Want To Public License, version 2. This is free software: you are free to do what the fuck you want to. There is NO WARRANTY, to the extent permitted by law.]) @@ -25,15 +25,27 @@ AC_OUTPUT cp "$srcdir/install-sh" \ "$srcdir/depcomp" \ "$srcdir/missing" \ - "$srcdir/config.guess" \ + "$srcdir/compile" \ "$srcdir/config.sub" \ . +# Simplified config.guess script avoids some spurious testcase failures +# when using heirloom-sh on GNU/Linux. +config_guess=`"$srcdir/config.guess"` +cat >config.guess <