]> git.ipfire.org Git - thirdparty/automake.git/commit
Fix for PR automake/398:
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 17 Aug 2003 18:09:10 +0000 (18:09 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 17 Aug 2003 18:09:10 +0000 (18:09 +0000)
commita4f5cb9af7ba9316fd6b074231f21ba4936efbd6
tree56b1ab76e078fd5897053a2d5f6d3b3f1f94b228
parent5fd79af30382dce84cd8d462c5aab7861324c092
Fix for PR automake/398:
* m4/python.m4: Do not call AC_PATH_PROGS if $PYTHON is already
set.  Display `none' instead of `:' and $PYTHON is set to `:'
when no suitable interpreter is found.  Honor ACTION-IF-FOUND and
ACTION-IF-NOT-FOUND.
* automake.texi (Python): Document ACTION-IF-FOUND and
ACTION-IF-NOT-FOUND.
* tests/python4.test, tests/python5.test, tests/python6.test,
tests/python7.test, tests/python8.test, tests/python9.test: New
files.
* tests/Makefile.am (TESTS): Add them.
Report from Per Cederqvist.
14 files changed:
ChangeLog
NEWS
automake.texi
m4/python.m4
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/python4.test [new file with mode: 0755]
tests/python5.test [new file with mode: 0755]
tests/python6.test [new file with mode: 0755]
tests/python7.test [new file with mode: 0755]
tests/python8.test [new file with mode: 0755]
tests/python9.test [new file with mode: 0755]
version.texi