Use AC_CHECK_PROGS to find alternate make programs
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 24 Mar 2008 17:01:50 +0000 (10:01 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 1 Apr 2008 00:00:00 +0000 (17:00 -0700)
commitb645942df9779f44089029de8832928b21746173
tree4e1305ffd465478b5e89b39b39b686775fbc3a47
parent3ea80c1128344a06b5d5c9cd45615a597047e402
Use AC_CHECK_PROGS to find alternate make programs

The autoconf macro AC_PATH_PROGS handles the case of searching for
multiple program names already, so we don't need to open code it. Also
changed the search to AC_CHECK_PROGS so that it doesn't set the full
path unless the user specified. Finally, report back the found value at
the end for what the user should run.
configure.ac