automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2nd possibly silly question: XTRA_foo_SOURCES


From: Tom Tromey
Subject: Re: 2nd possibly silly question: XTRA_foo_SOURCES
Date: 05 Apr 2001 11:25:00 -0600

>>>>> "Robert" == Robert Collins <address@hidden> writes:

Robert> squid_SOURCES = \
Robert> access_log.c acl.c asn.c auth_modules.c authenticate.c cache_cf.c
Robert> cf_parser.h \
Robert> disk.c @DNS_SOURCE@ errorpage.c

You can't use a configure substitution in a _SOURCES variable.
This is a very common mistake :-(

One workaround would be to use automake conditionals instead of
configure substitutions.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]