From: Alexandre Duret-Lutz Date: Fri, 25 Oct 2002 18:08:20 +0000 (+0000) Subject: 2002-10-25 Charles Wilson X-Git-Tag: Release-1-7-2b~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c564e43d3c6065e65e07b7b17432edc01f932212;p=thirdparty%2Fautomake.git 2002-10-25 Charles Wilson * tests/defs.in: Add explicit stanza for python -V. --- diff --git a/ChangeLog b/ChangeLog index 841e5aa8a..f8a6cb2eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-25 Charles Wilson + + * tests/defs.in: Add explicit stanza for python -V. + 2002-10-16 Alexandre Duret-Lutz * tests/ansi6.test, tests/ansi7.test: Set ac_cv_prog_cc_stdc instead diff --git a/tests/defs.in b/tests/defs.in index 1edc066e1..c1e542ce4 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -103,6 +103,11 @@ then rm -f $priv_check_temp test $overwrite_status = 0 && exit 77 ;; + python) + # Python doesn't support --version, it has -V + echo "$me: running python -V" + ( python -V ) || exit 77 + ;; tex) # No all versions of Tex support `--version', so we use # a configure check.