automake
[Top][All Lists]
Advanced

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

Re: AM_MAKE_INCLUDE


From: Tim Van Holder
Subject: Re: AM_MAKE_INCLUDE
Date: 27 Mar 2001 16:12:04 +0200

On 27 Mar 2001 09:57:08 +0200, Ralf Corsepius wrote:
> # ./configure
> checking for style of include used by make... include
> 
> # make         
> /bin/sh ./config.status --recheck
> running /bin/sh ./configure   --no-create --no-recursion
> checking for style of include used by make... #


Is there any chance that GNU make is called gmake on your system?
In that case, plain configure would probably (not entirely sure) use
gmake
to deduce the include type.
Because the second run is from 'make', not 'gmake', $MAKE is set and
the configure call will end up using that make to deduce the include
style.
Try "MAKE=make ./configure" and see if that finds include or #.





reply via email to

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