>> Unless someone knows better, I think we need a test/code here to >> find gnu-make on the system and use it. >> Is there a standard way of doing that in autoconf? >> > You can use something like > > AC_CHECK_PROG(GNUMAKE, gmake, make) > > which will pick gmake first if it finds it.
That's a very good suggestion Thanks _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
