On Feb 13, 2007, at 3:30 PM, Richard Frith-Macdonald wrote:


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.



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to