----- Original Message -----
From: "Lars J. Aas" <[EMAIL PROTECTED]>
To: "Robert Collins" <[EMAIL PROTECTED]>
Sent: Saturday, March 31, 2001 11:10 PM
Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
> On Sat, Mar 31, 2001 at 09:20:14PM +1000, Robert Collins wrote:
> : I assume this got overlooked? Or maybe I missed any reply...
>
> Have you tried using $(DNS_SOURCE) instead of @DNS_SOURCE@? Also try
to
> rename the variable - Automake seems to think that a lot of variables
> with underscores in their names are Automake-business.
>
> Lars J
>
I hadn't tried those - thanks.
I tried DNSSOURCE instead of DNS_SOURCE, and that still spat the error.
I then added
DNSSOURCE=@DNSSOURCE@
before the SOURCES lines,
and replaced @DNSSOURCE@ with $(DNSSOURCE),
but automake was smart enough to warn me
src/Makefile.am:44: squid_SOURCES includes configure substitution
`@DNSSOURCE@'
And yes, I did double check when I saw that!
Rob