build: improve command-check error reporting in configure.ac
commit998dd883994901ecff8f4a4cb0b4b6e5abfb2fae
authorNathan Scott <nathans@redhat.com>
Thu, 12 May 2016 23:21:11 +0000 (13 09:21 +1000)
committerNathan Scott <nathans@redhat.com>
Thu, 12 May 2016 23:21:11 +0000 (13 09:21 +1000)
treef2560fbc6a7381a921f45ba660e709dbc81890ce
parent29f008e5e8b80ff12d054137393eeff045feb5d5
build: improve command-check error reporting in configure.ac

Henry reported a series of small failures on a build machine
lacking a number of (evidently optional) commands - things like
find, which, etc.  Some were cascading failures (the check for
yacc uses which, which had not yet been checked for), and other
times (find) there was no checks but assumptions in makfiles.

Add missing commands & use AC_MSG_ERROR in a couple more spots.
configure
configure.ac