From: wessels <> Date: Wed, 23 Sep 1998 05:46:09 +0000 (+0000) Subject: dummy file prevents complaints when building outside src tree X-Git-Tag: SQUID_3_0_PRE1~2667 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7814e832092e0bb12a9f41d2f881b9284fb4fd3;p=thirdparty%2Fsquid.git dummy file prevents complaints when building outside src tree --- diff --git a/configure b/configure index 0f21774ef8..ab2a33d1d1 100755 --- a/configure +++ b/configure @@ -583,7 +583,7 @@ fi -# From configure.in Revision: 1.151 +# From configure.in Revision: 1.152 ac_aux_dir= for ac_dir in cfgaux $srcdir/cfgaux; do if test -f $ac_dir/install-sh; then @@ -4530,6 +4530,7 @@ trap 'rm -fr `echo "\ $SNMP_MAKEFILE \ ./icons/Makefile \ ./errors/Makefile \ + ./auth_modules/dummy \ ./auth_modules/NCSA/Makefile \ include/autoconf.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF @@ -4658,6 +4659,7 @@ CONFIG_FILES=\${CONFIG_FILES-"\ $SNMP_MAKEFILE \ ./icons/Makefile \ ./errors/Makefile \ + ./auth_modules/dummy \ ./auth_modules/NCSA/Makefile \ "} EOF diff --git a/configure.in b/configure.in index 58ddba024b..2a2c0a3135 100644 --- a/configure.in +++ b/configure.in @@ -3,13 +3,13 @@ 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.152 1998/09/22 21:16:25 wessels Exp $ +dnl $Id: configure.in,v 1.153 1998/09/22 23:46:10 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.152 $)dnl +AC_REVISION($Revision: 1.153 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -1163,5 +1163,6 @@ AC_OUTPUT(\ $SNMP_MAKEFILE \ ./icons/Makefile \ ./errors/Makefile \ + ./auth_modules/dummy \ ./auth_modules/NCSA/Makefile \ )