From: Francesco Chemolli Date: Mon, 16 Aug 2010 21:20:53 +0000 (+0200) Subject: Fixed autoconf-refactor bug: improper handling of default /etc/hosts X-Git-Tag: take1~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0a924638e68a8756f0620f8cdf61fe69731093;p=thirdparty%2Fsquid.git Fixed autoconf-refactor bug: improper handling of default /etc/hosts --- diff --git a/src/Makefile.am b/src/Makefile.am index 5f80e0ff96..54483d6128 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -817,7 +817,7 @@ cf.data: cf.data.pre Makefile -e "s%[@]DEFAULT_ICON_DIR[@]%$(DEFAULT_ICON_DIR)%g" \ -e "s%[@]DEFAULT_CONFIG_DIR[@]%$(DEFAULT_CONFIG_DIR)%g" \ -e "s%[@]DEFAULT_PREFIX[@]%$(DEFAULT_PREFIX)%g" \ - -e "s%[@]DEFAULT_HOSTS[@]%$(DEFAULT_HOSTS)%g" \ + -e "s%[@]DEFAULT_HOSTS[@]%$(OPT_DEFAULT_HOSTS)%g" \ -e "s%[@]SQUID[@]%SQUID\ $(VERSION)%g" \ < $(srcdir)/cf.data.pre >$@