--------------------- PatchSet 7899 Date: 2006/05/23 14:49:03 Author: hno Branch: autotools-2_6 Tag: (none) Log: More cleanups of translation errors Members: configure.in:1.96.2.2->1.96.2.3 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.96.2.2 retrieving revision 1.96.2.3 diff -u -r1.96.2.2 -r1.96.2.3 --- squid/configure.in 23 May 2006 14:47:02 -0000 1.96.2.2 +++ squid/configure.in 23 May 2006 14:49:03 -0000 1.96.2.3 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.96.2.2 2006/05/23 14:47:02 hno Exp $ +dnl $Id: configure.in,v 1.96.2.3 2006/05/23 14:49:03 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6.DEVEL-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.96.2.2 $)dnl +AC_REVISION($Revision: 1.96.2.3 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -575,11 +575,8 @@ Make cachemgr.cgi default to this host], [ case $enableval in yes) - AC_DEFINE(CACHEMGR_HOSTNAME, [getfullhostname()], [******************************** -START OF CONFIGURABLE OPTIONS * -******************************** -If you are upset that the cachemgr.cgi form comes up with the hostname -field blank, then define this to getfullhostname()]) + AC_DEFINE(CACHEMGR_HOSTNAME, [getfullhostname()], [If you are upset that the cachemgr.cgi form comes up with the hostname + field blank, then define this to getfullhostname()]) echo "Cachemgr default hostname == host where cachemgr runs" ;; no)