This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
- To: "Lars J. Aas" <larsa at sim dot no>,<automake at gnu dot org>
- Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Sun, 1 Apr 2001 00:19:44 +1000
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <00c901c0b9d4$8fe7c3b0$0200a8c0@lifelesswks> <20010331151051.A11439@sim.no>
----- 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