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: Fw: 2nd possibly silly question: XTRA_foo_SOURCES


----- Original Message -----
From: "Lars J. Aas" <larsa@sim.no>
To: "Robert Collins" <robert.collins@itdomain.com.au>
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




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