]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Francesco Salvestrini and Dustin J. Mitchell
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 12 Aug 2008 12:12:37 +0000 (00:12 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 12 Aug 2008 12:12:37 +0000 (00:12 +1200)
commita1c31e3c18f8ae0489eae425a8d2739bae76001c
tree5d35f8b2ce3da55d112ba1d503a70f0fc48e1441
parent768f9ce5642bfd72aec383679d85676a14c36ea1
Author: Francesco Salvestrini and Dustin J. Mitchell
Extend configure with ax_with_prog

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

NOTE: This macro is based upon the original AX_WITH_PYTHON macro from
      Dustin J. Mitchell <dustin@cs.uchicago.edu>.

COPYLEFT
   Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
   Copyright (c) 2008 Dustin J. Mitchell <dustin@cs.uchicago.edu>
acinclude.m4