Download M4 Source Macro History Category Index

ax_with_python

Synopsis

AX_WITH_PYTHON([VALUE-IF-NOT-FOUND],[PATH])

Description

Locates an installed Python binary, placing the result in the precious variable $PYTHON. Accepts a present $PYTHON, then --with-python, and failing that searches for python in the given path (which defaults to the system path). If python is found, $PYTHON is set to the full path of the binary; if it is not found, $PYTHON is set to VALUE-IF-NOT-FOUND, which defaults to 'python'.

Author

Francesco Salvestrini <salvestrini@users.sourceforge.net>

Last Modified

2008-04-12

Cross References

group3-xrefs.png

M4 Source Code

AC_DEFUN([AX_WITH_PYTHON],[
    AX_WITH_PROG(PYTHON,python)
])

License

Copyright © 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.