From: hno <> Date: Thu, 27 Dec 2001 08:03:17 +0000 (+0000) Subject: Error installation failed on "make dist", as "errors//generic" is not X-Git-Tag: SQUID_3_0_PRE1~1235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbbe101fb740fc1818597fb0cfeafbfc4cafd3fc;p=thirdparty%2Fsquid.git Error installation failed on "make dist", as "errors//generic" is not included in "make dist". Look for ERR_ACCESS_DENIED instead --- diff --git a/configure.in b/configure.in index 1c6f1b9eb0..3da7be4b36 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.253 2001/12/24 15:33:41 adrian Exp $ +dnl $Id: configure.in,v 1.254 2001/12/27 01:03:17 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.253 $)dnl +AC_REVISION($Revision: 1.254 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -642,7 +642,7 @@ AC_ARG_ENABLE(err-languages, ],[ ERR_LANGUAGES= for l in $srcdir/errors/*; do - if test -f $l/generic; then + if test -f $l/ERR_ACCESS_DENIED; then ERR_LANGUAGES="$ERR_LANGUAGES `basename $l`" fi done