Add and use has() and path_of() funcs
authorLoïc Minier <lool@dooz.org>
Thu, 28 Jan 2010 21:26:51 +0000 (21:26 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jan 2010 21:26:51 +0000 (21:26 +0000)
commit87dd5da2e519c300a1893f5d15f552b355bc7e1f
tree387a0d57b432095b3f59a7e53c03eee7872d5787
parent3d54d65722fb8cb2b52edea7598b0b7643b1da3b
Add and use has() and path_of() funcs

Add has() and path_of() funcs and use them across configure; has()
will test whether a command or builtin is available; path_of() will
search the PATH for executables and return the full pathname if found.

Signed-off-by: Loïc Minier <lool@dooz.org
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure