>>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> 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