]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
whitespace removal
authorrobertc <>
Fri, 17 Jan 2003 10:53:46 +0000 (10:53 +0000)
committerrobertc <>
Fri, 17 Jan 2003 10:53:46 +0000 (10:53 +0000)
Makefile.am
configure.in

index e2374f29f4cff3b38347faa060b005684ad0baa0..3825a05daeafea1865a002b8a9c00f58d85fd174 100644 (file)
@@ -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]*
index a11ad425865855959437828c44bfb3ce87b0998e..b720c747a5a312807f92e3321cbd9f86e96c4dd3 100644 (file)
@@ -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