"David H. Adler" <[EMAIL PROTECTED]> wrote:
> On Fri, Oct 26, 2001 at 03:32:42PM -0700, Edward Moy wrote:
>> Just add the line:
>>
>> firstmakefile=GNUmakefile
>>
>> in hints/darwin.sh and rerun configure. This is the HFS
>> case-insensitivity issue (Makefile and makefile equivalent).
>
> Is that different from doing "sh Configure -Dfirstmakefile=GNUmakefile"?
>
> If not (if it is, I'll be surprised...), then the problem lies
> elsewhere.
Yeah, I believe it's different. If you look at the hints/darwin.sh file,
you'll notice that it just blows away all the configuration variables you
might have set with -D on the command line. Compare that with more
modern versions of the same file, which only override settings if you
haven't modified them.
I was surprised too, and I tried to put it out of my memory entirely (but
apparently I didn't succeed).
-Ken