Hello Stephane,

* Stephane Bortzmeyer wrote on Thu, Apr 12, 2007 at 09:05:27AM CEST:
> I recently had a problem on a Solaris machine where make was not in
> the PATH (it was installed in /usr/ccs/bin/make) but gmake is
> available.
[...]
> % gmake
> make  all-recursive
> gmake: make: Command not found
> gmake: *** [all] Error 127
> 
> "make" was called and not $(MAKE) :-(
> 
> The configure script tested:
> 
> configure:18436: checking whether make sets $(MAKE)
> configure:18461: result: no

Try
  ./configure MAKE=gmake
  gmake

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to