discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make program name (Was: Re: F**ked up gnustep-make)


From: Adam Fedor
Subject: make program name (Was: Re: F**ked up gnustep-make)
Date: Tue, 13 Feb 2007 15:42:12 -0700


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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]