From: robertc <> Date: Fri, 17 Jan 2003 10:53:46 +0000 (+0000) Subject: whitespace removal X-Git-Tag: SQUID_3_0_PRE1~462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0f9348ba7b4af326e861116a9232080d5f9dcd;p=thirdparty%2Fsquid.git whitespace removal --- diff --git a/Makefile.am b/Makefile.am index e2374f29f4..3825a05dae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.16 2002/11/21 12:35:52 robertc Exp $ +# $Id: Makefile.am,v 1.17 2003/01/17 03:53:46 robertc Exp $ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 -DIST_SUBDIRS = lib snmplib scripts src icons errors contrib doc helpers test-suite +DIST_SUBDIRS = lib snmplib scripts src icons errors contrib doc helpers test-suite SUBDIRS = lib @makesnmplib@ scripts src icons errors doc helpers test-suite DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]* diff --git a/configure.in b/configure.in index a11ad42586..b720c747a5 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ 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.310 2003/01/09 12:39:22 robertc Exp $ +dnl $Id: configure.in,v 1.311 2003/01/17 03:54:36 robertc Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.310 $)dnl +AC_REVISION($Revision: 1.311 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2392,6 +2392,6 @@ AC_CONFIG_FILES([\ helpers/external_acl/ldap_group/Makefile \ helpers/external_acl/unix_group/Makefile \ helpers/external_acl/wbinfo_group/Makefile \ - helpers/external_acl/winbind_group/Makefile \ + helpers/external_acl/winbind_group/Makefile ]) AC_OUTPUT