Download M4 Source | Macro History | Category Index |
AX_WITH_GUILE([VALUE-IF-NOT-FOUND],[PATH])
Locates an installed Guile binary, placing the result in the precious variable $GUILE. Accepts a present $GUILE, then --with-guile, and failing that searches for guile in the given path (which defaults to the system path). If guile is found, $GUILE is set to the full path of the binary; if it is not found, $GUILE is set to VALUE-IF-NOT-FOUND, which defaults to 'guile'.
Francesco Salvestrini <salvestrini@users.sourceforge.net>
2008-04-12
AC_DEFUN([AX_WITH_GUILE],[ AX_WITH_PROG(GUILE,guile) ])
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.