On Mon, Jul 01, 2002, David A. Desrosiers wrote: > Default debian unstable doesn't have it. AC_PROG_GMAKE or some such > could be an easier way. Always allow for a graceful fallback. Let autoconf > do the work for you.
The problem is that the install-script will be run *before* the configure script ;-) I guess I could add a check to see if 'gmake' exists and if not use 'make' instead. /Mike
