]> sourceware.org Git - automake.git/commitdiff
2002-10-25 Charles Wilson <cwilson@ece.gatech.edu>
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 25 Oct 2002 18:08:19 +0000 (18:08 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 25 Oct 2002 18:08:19 +0000 (18:08 +0000)
* tests/defs.in: Add explicit stanza for python -V.

ChangeLog
tests/defs.in

index 841e5aa8a3da9d745113815bb26380b13de24005..f8a6cb2ebaa8b2eb3e6bc7ff3e40df71c7b77311 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-25  Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * tests/defs.in: Add explicit stanza for python -V.
+
 2002-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/ansi6.test, tests/ansi7.test: Set ac_cv_prog_cc_stdc instead
index 1edc066e18489e8903eb4a35098c3dc465821ccd..c1e542ce402d9641f3734d4c5537fe5a6f50d04d 100644 (file)
@@ -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.
This page took 0.032168 seconds and 5 git commands to generate.