There isn't any, as autoconf is working hand to hand with automake, personaly I find it annoying I don't like automake and I think it would take a very long time till it would produce a small portable make file.
I guess you can check for the existing of gmake and then try to run it with the parameters you want and see if the error code is 1. Ely Levy System group Hebrew University Jerusalem Israel On Sun, 19 May 2002 [EMAIL PROTECTED] wrote: > > Anyone have any good macros for checking characteristics of make?Ie, I'd > like to see something like: > > checking for gmake... no > checking for make... yes > checking if make is GNU make... no > checking if make accepts [foo]... > > etc. > > I'm wanting to use autoconf to produce a set of make file fragments that > are configured for use with a particular make and need to sort out various > differences in make conditionals and include statements, etc. > > Thanks for any suggestions/examples. > > -dan > > > > >
