Mist configure.in fixes and simplifications
commit564b67883b189a05839bcd2a30d8d4c6eb89c66d
authorJonas Fonseca <fonseca@diku.dk>
Sat, 14 Jan 2006 14:00:26 +0000 (14 15:00 +0100)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sun, 29 Jan 2006 09:33:14 +0000 (29 10:33 +0100)
treee852462b14829fc9102abeeb90948196db6f7e17
parent803f3c5d390854bd55c8fe144cb361394aecdfe0
Mist configure.in fixes and simplifications

 - Remove AC_PROG_MAKE_SET; we's be using GNU.
 - Don't AC_SUBST() SPARSE; AC_PATH_PROGS() already does that.
 - Fix cleaning after previous builds by moving up builddir setting
   and only cleaning under $builddir/src/ so as not to launch infinite
   reruns of configure.
configure.in