]> git.proxmox.com Git - mirror_qemu.git/commit
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)
commit0dba619507150125cfe04c77b6b8e0d210bdbc07
tree387a0d57b432095b3f59a7e53c03eee7872d5787
parenta0dfd8a4152ff33f98f4a94218a25c960d301114
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