#! /bin/sh
-# From configure.in Revision: 1.296 .
+# From configure.in Revision: 1.297 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
case $enableval in
yes)
for module in $srcdir/src/repl/*; do
- if test -f $module/Makefile.in; then
+ if test -d $module; then
REPL_POLICIES="$REPL_POLICIES `basename $module`"
fi
+ REPL_POLICIES="`echo $REPL_POLICIES|sed -e 's/CVS//g'`"
done
;;
no)
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.297 2002/10/19 01:00:26 robertc Exp $
+dnl $Id: configure.in,v 1.298 2002/10/19 01:23:22 robertc Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(squid, 3.0-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.297 $)dnl
+AC_REVISION($Revision: 1.298 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
[ case $enableval in
yes)
for module in $srcdir/src/repl/*; do
- if test -f $module/Makefile.in; then
+ if test -d $module; then
REPL_POLICIES="$REPL_POLICIES `basename $module`"
fi
+ REPL_POLICIES="`echo $REPL_POLICIES|sed -e 's/CVS//g'`"
done
;;
no)
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.38 2002/10/14 08:29:45 robertc Exp $
+# $Id: Makefile.am,v 1.39 2002/10/19 01:23:22 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
String.cc \
stmem.cc \
store.cc \
+ Store.h \
store_io.cc \
StoreIOBuffer.h \
store_client.cc \
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.255 2002/10/15 08:11:39 robertc Exp $
+# $Id: Makefile.in,v 1.256 2002/10/19 01:23:22 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
String.cc \
stmem.cc \
store.cc \
+ Store.h \
store_io.cc \
StoreIOBuffer.h \
store_client.cc \