]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - configure.in
DW:
[thirdparty/squid.git] / configure.in
index 79c2213932bb57b7d35c82d405f3ce4d4c36ae46..1ece5a04f6ce75da244f853f4296d25bfb67e374 100644 (file)
@@ -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.196 2000/07/13 08:35:46 wessels Exp $
+dnl  $Id: configure.in,v 1.197 2000/07/13 08:38:36 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.196 $)dnl
+AC_REVISION($Revision: 1.197 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -204,7 +204,7 @@ AC_ARG_ENABLE(gnuregex,
 [  --enable-gnuregex       Compile GNUregex],
 [USE_GNUREGEX=$enableval])
 
-AC_ARG_ENABLE(xmalloc_debug,
+AC_ARG_ENABLE(xmalloc-debug,
 [  --enable-xmalloc-debug  Do some simple malloc debugging],
 [ if test "$enableval" = "yes" ; then
     echo "Malloc debugging enabled"
@@ -212,7 +212,7 @@ AC_ARG_ENABLE(xmalloc_debug,
   fi
 ])
 
-AC_ARG_ENABLE(xmalloc_debug_trace,
+AC_ARG_ENABLE(xmalloc-debug-trace,
 [  --enable-xmalloc-debug-trace
                           Detailed trace of memory allocations],
 [ if test "$enableval" = "yes" ; then
@@ -222,7 +222,7 @@ AC_ARG_ENABLE(xmalloc_debug_trace,
   fi
 ])
 
-AC_ARG_ENABLE(xmalloc_statistics,
+AC_ARG_ENABLE(xmalloc-statistics,
 [  --enable-xmalloc-statistics
                           Show malloc statistics in status page],
 [ if test "$enableval" = "yes" ; then
@@ -336,7 +336,7 @@ AC_ARG_ENABLE(heap-replacement,
   fi
 ])
 
-AC_ARG_ENABLE(removal_policies,
+AC_ARG_ENABLE(removal-policies,
 [  --enable-removal-policies=\"list of policies\"
                           Build support for the list of removal policies.
                           The default is only to build the "lru" module.
@@ -377,7 +377,7 @@ AC_ARG_ENABLE(icmp,
 ])
 AC_SUBST(OPT_PINGER_EXE)
 
-AC_ARG_ENABLE(delay_pools,
+AC_ARG_ENABLE(delay-pools,
 [  --enable-delay-pools    Enable delay pools to limit bandwith usage],
 [ if test "$enableval" = "yes" ; then
     echo "Delay pools enabled"
@@ -395,7 +395,7 @@ AC_ARG_ENABLE(mem-gen-trace,
   fi    
 ])     
 
-AC_ARG_ENABLE(useragent_log,
+AC_ARG_ENABLE(useragent-log,
 [  --enable-useragent-log  Enable logging of User-Agent header],
 [ if test "$enableval" = "yes" ; then
     echo "User-Agent logging enabled"
@@ -421,7 +421,7 @@ AC_ARG_ENABLE(wccp,
   fi
 ])      
 
-AC_ARG_ENABLE(kill_parent_hack,
+AC_ARG_ENABLE(kill-parent-hack,
 [  --enable-kill-parent-hack
                           Kill parent on shutdown],
 [ if test "$enableval" = "yes" ; then
@@ -445,7 +445,7 @@ AC_SUBST(SNMPLIB)
 AC_SUBST(SNMP_OBJS)
 AC_SUBST(makesnmplib)
 
-AC_ARG_ENABLE(time_hack,
+AC_ARG_ENABLE(time-hack,
 [  --enable-time-hack      Update internal timestamp only once per second],
 [ if test "$enableval" = "yes" ; then
     echo "Update internal timestamp only once per second"
@@ -453,7 +453,7 @@ AC_ARG_ENABLE(time_hack,
   fi
 ])
 
-AC_ARG_ENABLE(cachemgr_hostname,
+AC_ARG_ENABLE(cachemgr-hostname,
 [  --enable-cachemgr-hostname[=hostname]
                           Make cachemgr.cgi default to this host],
 [  case $enableval in
@@ -471,7 +471,7 @@ AC_ARG_ENABLE(cachemgr_hostname,
    esac
 ])
 
-AC_ARG_ENABLE(arp_acl,
+AC_ARG_ENABLE(arp-acl,
 [  --enable-arp-acl        Enable use of ARP ACL lists (ether address)],
 [  if test "$enableval" = "yes" ; then
      echo "ARP ACL lists enabled (ether address)"