This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AM_MAKE_INCLUDE


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 #.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]