Next: , Previous: ax_with_dmalloc, Up: The Macros


ax_with_guile

Synopsis

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

Description

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 if provided, unchanged otherwise.

A typical use could be the following one:

       AX_WITH_GUILE

Source Code

Download the latest version of ax_with_guile.m4 or browse the macro's revision history.

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. This file is offered as-is, without any warranty.