* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / python.test
blobb3b52b9c7d0a7f985829ff6a7943281ded47e2fa
1 #! /bin/sh
3 # Test to make sure py_compile is defined.
5 . $srcdir/defs || exit 1
7 echo 'AM_PATH_PYTHON' >> configure.in
9 cat > Makefile.am << 'END'
10 python_PYTHON = foo.py
11 END
13 $AUTOMAKE -a || exit 1
15 grep '^py_compile =' Makefile.in