ac_help="$ac_help
--enable-arp-acl Enable use of ARP ACL lists (ether address)"
ac_help="$ac_help
- --enable-htpc Enable HTCP protocol"
+ --enable-htcp Enable HTCP protocol"
ac_help="$ac_help
--enable-forw-via-db Enable Forw/Via database"
ac_help="$ac_help
-# From configure.in Revision: 1.146
+# From configure.in Revision: 1.147
ac_aux_dir=
for ac_dir in cfgaux $srcdir/cfgaux; do
if test -f $ac_dir/install-sh; then
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.147 1998/09/01 05:35:30 wessels Exp $
+dnl $Id: configure.in,v 1.148 1998/09/10 23:46:10 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.147 $)dnl
+AC_REVISION($Revision: 1.148 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
])
AC_ARG_ENABLE(htcp,
-[ --enable-htpc Enable HTCP protocol],
+[ --enable-htcp Enable HTCP protocol],
[ if test "$enableval" = "yes" ; then
echo "HTCP enabled"
HTCP_OBJS='$(HTCP_OBJS)'