]> arthur.barton.de Git - bup.git/commit
config/configure: add and use bup_find_prog; remove unused MF_PATH_INCLUDEs.
authorRob Browning <rlb@defaultvalue.org>
Thu, 4 Jul 2013 19:12:22 +0000 (14:12 -0500)
committerRob Browning <rlb@defaultvalue.org>
Thu, 4 Jul 2013 19:22:58 +0000 (14:22 -0500)
commit549031e3b3aeb22fccb95d1b15052a977f6cb35c
treea533d5cb90ea74ca0ee5fb151384c5fb2498d409
parentab2cef40af6a4c1adeb0f3ffb40e8ffa7530d5c6
config/configure: add and use bup_find_prog; remove unused MF_PATH_INCLUDEs.

Pull all the common program search code into bup_find_prog() and use
it everywhere.  This also makes configure's output a bit more
consistent in style/content.

Make it obvious that at the moment bup doesn't pay any attention to a
PYTHON or GIT environment variable value. i.e. bup currently ignores a
setting like PYTHON=python2.7.

Bup also doesn't use MF_PATH_INCLUDE settings yet, so remove them.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
config/configure