From: Alexandre Duret-Lutz Date: Fri, 25 Oct 2002 18:08:19 +0000 (+0000) Subject: 2002-10-25 Charles Wilson X-Git-Tag: Release-1-7b~394 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=51796f8a44489fd90230a373ed710f703a01d60b;p=automake.git 2002-10-25 Charles Wilson * tests/defs.in: Add explicit stanza for python -V. --- diff --git a/ChangeLog b/ChangeLog index 841e5aa8..f8a6cb2e 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 1edc066e..c1e542ce 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.