updates 2001.09.13
Will Partain <[email protected]> Thu, 13 Sep 2001 21:48:34 +0100
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Folks, I just checked in a few bits. I would not mention it
here ("too boring"), except for one change.
I ripped out some places where I'd put LDFLAGS-like stuff
into CFLAGS-like variables. The prev arrangement was mostly
harmless, and somewhat convenient. However, I encountered a
case where it Did the Wrong Thing (aspell compilation),
so I'd switched to The Right Thing. The probably means that
some obscure package which relied on the previous hack will
not build/etc correctly. We'll fix it when we stumble over
it again.
Matt was Right. (He hassled me about this stuff, once.)
Will