#! /bin/sh # Test to make sure py_compile is defined. . $srcdir/defs || exit 1 echo 'AM_PATH_PYTHON' >> configure.in cat > Makefile.am << 'END' python_PYTHON = foo.py END $ACLOCAL || exit 1 $AUTOMAKE -a || exit 1 grep '^py_compile =' Makefile.in