Re: [Fink-devel] autoconf-2.52 and dx

2002-05-31 Thread Jeremy Erwin
On Friday, May 31, 2002, at 10:15 PM, Ben Hines wrote: > At 7:58 PM -0400 5/31/02, Jeremy Erwin wrote: >> >> Is there a way to get fink to properly expand $(CC) ? i.e >> SetCPP: $(CC) -E -traditional-cpp >> does not seem to work; it's flagged as "not sane" by configure-- the >> shell variable

Re: [Fink-devel] autoconf-2.52 and dx

2002-05-31 Thread Ben Hines
At 7:58 PM -0400 5/31/02, Jeremy Erwin wrote: > >Is there a way to get fink to properly expand $(CC) ? i.e >SetCPP: $(CC) -E -traditional-cpp >does not seem to work; it's flagged as "not sane" by configure-- the >shell variable does not correctly expand. CC is really just supposed to be the nam

[Fink-devel] autoconf-2.52 and dx

2002-05-31 Thread Jeremy Erwin
I'm slowly making progress on dx-2.4.0-- sorry to get everyone's hopes up be prematurely submitting a compiled package... I installed autoconf-2.5, and automake 1.5 to test for compatibility-- most bug reports concerned this. The quick fix seems to be SetCPP: cc -E -traditional-cpp although th