]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bootstrapped
authorrobertc <>
Sun, 2 Feb 2003 20:00:26 +0000 (20:00 +0000)
committerrobertc <>
Sun, 2 Feb 2003 20:00:26 +0000 (20:00 +0000)
40 files changed:
Makefile.in
configure
contrib/Makefile.in
doc/Makefile.in
errors/Makefile.in
helpers/Makefile.in
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/Makefile.in
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SASL/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/basic_auth/winbind/Makefile.in
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.in
helpers/external_acl/Makefile.in
helpers/external_acl/ip_user/Makefile.in
helpers/external_acl/ldap_group/Makefile.in
helpers/external_acl/unix_group/Makefile.in
helpers/external_acl/wbinfo_group/Makefile.in
helpers/external_acl/winbind_group/Makefile.in
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/SMB/smbval/Makefile.in
helpers/ntlm_auth/fakeauth/Makefile.in
helpers/ntlm_auth/no_check/Makefile.in
helpers/ntlm_auth/winbind/Makefile.in
icons/Makefile.in
lib/Makefile.in
scripts/Makefile.in
snmplib/Makefile.in
src/Makefile.in
src/auth/Makefile.in
src/fs/Makefile.in
src/repl/Makefile.in
test-suite/Makefile.in

index cbdd88c1fae9cbf51b7e9b84f141352785a79dfc..663338d2bc415c8ded3a22371e5fbbd21e46f1a0 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.37 2003/01/23 00:41:14 robertc Exp $
+# $Id: Makefile.in,v 1.38 2003/02/02 13:00:26 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -108,6 +108,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index fe2abcbfb5827be969af2ea0dbc04dd9bec2f02d..1cb4b971f1db1556574496969156a32aeba909d3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.317 .
+# From configure.in Revision: 1.318 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -4228,6 +4228,7 @@ for fs in $STORE_MODULES none; do
     case "$fs" in
     diskd)
         STORE_MODULE_SUBDIRS="$STORE_MODULE_SUBDIRS $fs"
+       STORE_PROGRAMS="$STORE_PROGRAMS diskd/diskd"
        ;;
     aufs)
        if test -z "$with_pthreads"; then
@@ -4258,6 +4259,7 @@ fi
 
 
 
+
 # Check whether --enable-heap-replacement or --disable-heap-replacement was given.
 if test "${enable_heap_replacement+set}" = set; then
   enableval="$enable_heap_replacement"
@@ -16520,6 +16522,7 @@ s,@LIB_MALLOC@,$LIB_MALLOC,;t t
 s,@STORE_OBJS@,$STORE_OBJS,;t t
 s,@STORE_LIBS@,$STORE_LIBS,;t t
 s,@STORE_MODULES@,$STORE_MODULES,;t t
+s,@STORE_PROGRAMS@,$STORE_PROGRAMS,;t t
 s,@STORE_MODULE_SUBDIRS@,$STORE_MODULE_SUBDIRS,;t t
 s,@REPL_POLICIES@,$REPL_POLICIES,;t t
 s,@REPL_OBJS@,$REPL_OBJS,;t t
index 7ecd9fbee1cbe5a24278738f2e75ed38117673b5..cddf2503bfc183792193ec960fe4cf514523f904 100644 (file)
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 471566785f3496d7f86a52e50343c510a5f23eb7..170f814282e6863baa8c95c78325ebbe37ff56e5 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.19 2003/01/23 00:41:20 robertc Exp $
+#  $Id: Makefile.in,v 1.20 2003/02/02 13:00:30 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 0b4b0047aacfaa9aa416743e613fdc26fe6d9d04..9da90b8e97db90a90599f88f2ed34415a5fe71ea 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.35 2003/01/23 00:41:21 robertc Exp $
+# $Id: Makefile.in,v 1.36 2003/02/02 13:00:30 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -108,6 +108,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 174673f0bfe1e12f1cf5562c0f1b9bff5cc0c085..29ef88b1329d57d10bff0d653353b3d77ac26f88 100644 (file)
@@ -104,6 +104,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 08a71afe07a7b5b0edd6fa839b0a978ced58aa85..a844f8b48220243ab69ddeacaffbb22c5ca36f5b 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid LDAP authentication helper
 #
-#  $Id: Makefile.in,v 1.28 2003/01/23 00:41:31 robertc Exp $
+#  $Id: Makefile.in,v 1.29 2003/02/02 13:00:34 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index eb93d8d49f26edab45afdc6daf62ed292a32ee8b..bc46d8d783d6e9c550630efdf833c503d572ad89 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.31 2003/01/23 00:41:35 robertc Exp $
+#  $Id: Makefile.in,v 1.32 2003/02/02 13:00:34 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 890a47e044c6443ae41ca9de76a081803c5cb62f..591efc65a1451931aae1a82858a2240db8206c83 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.26 2003/01/23 00:41:29 robertc Exp $
+#  $Id: Makefile.in,v 1.27 2003/02/02 13:00:34 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 8a518402438ece553b1f1d4b9668fe0822778e0d..a01e726f439e16a5154aaa0fd0fa3c4836059651 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.26 2003/01/23 00:41:37 robertc Exp $
+#  $Id: Makefile.in,v 1.27 2003/02/02 13:00:34 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 36d47b5e96c6c467f5de4c898e64ff106a3094b8..c9de80017732bea51e5cce5f6b203392ff486852 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid PAM authentication helper
 #
-#  $Id: Makefile.in,v 1.27 2003/01/23 00:41:40 robertc Exp $
+#  $Id: Makefile.in,v 1.28 2003/02/02 13:00:37 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 881a66779a8ed95ea5ffec4ac006f915ebe54fae..d31c41054a041f725ed9ee0d64225cecb28df91d 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid SASL authentication helper
 #
-#  $Id: Makefile.in,v 1.24 2003/01/23 00:41:43 robertc Exp $
+#  $Id: Makefile.in,v 1.25 2003/02/02 13:00:42 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index a2398babde89f19f4c51d79cf6b0aee7ec11e130..64abe7d9dd809a5594faf860530806baf30cfb7c 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.27 2003/01/23 00:41:47 robertc Exp $
+#  $Id: Makefile.in,v 1.28 2003/02/02 13:00:45 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -117,6 +117,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 5cfa2f4290a7b7c5872d6f09cf2ac459992a0488..37e3f2aaac9c551f149041b84a7ae49b1c132557 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.28 2003/01/23 00:41:51 robertc Exp $
+#  $Id: Makefile.in,v 1.29 2003/02/02 13:00:50 robertc Exp $
 #
 #
 
@@ -111,6 +111,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 5826d310b88d15476a058df71925b3e59cdecec0..01bc272253961e77d3bd2a1540553295e00385f5 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.26 2003/01/23 00:41:53 robertc Exp $
+#  $Id: Makefile.in,v 1.27 2003/02/02 13:00:57 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 7101892ab4c7aae324142a24a2e12618a57480f6..851e22887770dcb9052524052e7679849a8d06d8 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.24 2003/01/23 00:41:54 robertc Exp $
+#  $Id: Makefile.in,v 1.25 2003/02/02 13:00:59 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index dbeac542618a354bea2942bc3d8ae9f907ece642..461dec9e61fb4dfd4c7c71f393cbffb6ba2bc601 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.18 2003/01/23 00:41:56 robertc Exp $
+#  $Id: Makefile.in,v 1.19 2003/02/02 13:01:02 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -110,6 +110,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 54bb71c325f0f756935e3e2dc4488d9a31bbb4db..4bbaed3087724ffb93952104a91548b1dd181c06 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for digest auth helpers in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.23 2003/01/23 00:41:57 robertc Exp $
+#  $Id: Makefile.in,v 1.24 2003/02/02 13:01:02 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index dda33a5352d259a908d7575c7c24e54e9c16798e..7417c4144c7dd34a9c28177efd1a3dedf79f8897 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.25 2003/01/23 00:41:58 robertc Exp $
+#  $Id: Makefile.in,v 1.26 2003/02/02 13:01:10 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 354bab4efaddaed33dedcabb77cf905e119fc2eb..1ab8896e8e77ceddc5fa51a248fbec8a435cf86d 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.13 2003/01/23 00:41:59 robertc Exp $
+#  $Id: Makefile.in,v 1.14 2003/02/02 13:01:10 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 9acefdeda6464b57df580e65985f47af14fbcff5..ce403d360dec1e3633f4836ca836cd36a2383325 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the ip_user external_acl helper by Rodrigo Campos
 #
-#  $Id: Makefile.in,v 1.13 2003/01/23 00:42:00 robertc Exp $
+#  $Id: Makefile.in,v 1.14 2003/02/02 13:01:10 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 3952863390b1dd4650b74402f6570f48896b5747..f0aaf725b3e3459f5a414b23235f42fa26d37c44 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid LDAP authentication helper
 #
-#  $Id: Makefile.in,v 1.14 2003/01/23 00:42:01 robertc Exp $
+#  $Id: Makefile.in,v 1.15 2003/02/02 13:01:10 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index c6027f4cca3543e5ec9b109de40bd60eac01e6a5..62c01153fa609e24ff9cd5b8153be45e672a9464 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid LDAP authentication helper
 #
-#  $Id: Makefile.in,v 1.13 2003/01/23 00:42:02 robertc Exp $
+#  $Id: Makefile.in,v 1.14 2003/02/02 13:01:10 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 32f8d82dd2a040ac0c2774585a1b9a9003e25b22..7d4e2f161e81e729af1fefff335da0d2a4c6798f 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid LDAP authentication helper
 #
-#  $Id: Makefile.in,v 1.12 2003/01/23 00:42:05 robertc Exp $
+#  $Id: Makefile.in,v 1.13 2003/02/02 13:01:13 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 1c74b132360a02e8ff8dc86417cab56f12fae8a2..1b15e8eaa63db8714a5fe42b2a130b5e26cba392 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the wb_group external_acl helper
 #
-#  $Id: Makefile.in,v 1.13 2003/01/23 00:42:11 robertc Exp $
+#  $Id: Makefile.in,v 1.14 2003/02/02 13:01:13 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -110,6 +110,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 79370bdc37b6d95201dfe4f75d24c8fb4f5ac95b..19ea6a44ac892169e44175dc8fa771d23f92f436 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.26 2003/01/23 00:42:14 robertc Exp $
+#  $Id: Makefile.in,v 1.27 2003/02/02 13:01:16 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index a135275e710221fcd0c83b5e4bfd50f073b9748b..b7059ba1effc40136560737bbfab3fe359a6b591 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.26 2003/01/23 00:42:17 robertc Exp $
+#  $Id: Makefile.in,v 1.27 2003/02/02 13:01:22 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -110,6 +110,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index edb615839d1bbbace54548981d547530c50151f9..d8cdd3731964f9a691bee64c2c5470a9dd8039e5 100644 (file)
@@ -106,6 +106,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index c4d9329bde32ef8039ef271bbdc056278810653a..2819b7ad4dc5a86d723221bc048e16844a85f2be 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.25 2003/01/23 00:42:24 robertc Exp $
+#  $Id: Makefile.in,v 1.26 2003/02/02 13:01:22 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 5adffdf32a70c1b730ab9d00cc01305741fe4a7e..de18e123733b4d1ae536056f4c1efa235ea782a8 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.27 2003/01/23 00:42:27 robertc Exp $
+#  $Id: Makefile.in,v 1.28 2003/02/02 13:01:27 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 5f089e7a5e5a81a8134ad2900121d37175213bbc..c2a6d92b5a8fa0b789015986541377730a75f6c3 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.18 2003/01/23 00:42:31 robertc Exp $
+#  $Id: Makefile.in,v 1.19 2003/02/02 13:01:27 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -110,6 +110,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 1424e661e877e30ab772ab25d8d946aa402763b0..11f7e910cb8ea0733d5c63da8b3d6548d9be75ab 100644 (file)
@@ -13,7 +13,7 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.in,v 1.37 2003/01/23 00:42:34 robertc Exp $
+# $Id: Makefile.in,v 1.38 2003/02/02 13:01:27 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -107,6 +107,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index cc7012264be6c9a2d30f9b4199f8e0247e096709..57a9709443c0e0dd8cacdfe08d4dabed6ef34f73 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-#  $Id: Makefile.in,v 1.74 2003/01/22 10:08:19 robertc Exp $
+#  $Id: Makefile.in,v 1.75 2003/02/02 13:01:35 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -108,6 +108,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index d3c89f2161da1953ea6ba6a1ac4e9c0329827383..c7dc08c5b83d1cf44209d453fbfdb74dffc38971 100644 (file)
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 9f2cfdc6e82fcf6be551a8879eb3d20cc0e2f4e2..f9cfda5d105d304025210d8679b0cadea7b5afb7 100644 (file)
@@ -104,6 +104,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 XTRA_LIBS = @XTRA_LIBS@
 XTRA_OBJS = @XTRA_OBJS@
index 8e00333f16cb37577f7f0e3ec0c104074033cefb..55b9dc8012fa756e1ab0b08e983bc0c8323dde25 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.273 2003/01/28 01:31:50 robertc Exp $
+#  $Id: Makefile.in,v 1.274 2003/02/02 13:01:42 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -112,6 +112,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 4164fe0d9969ce0ba85e0305141fe02e9c66abe1..8ae0aee4d3d5cf5223fe7069bd5d17b4a18763ee 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for authentication modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.25 2003/01/23 00:42:46 robertc Exp $
+#  $Id: Makefile.in,v 1.26 2003/02/02 13:01:42 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index 99732a8c536653d057924019b9a04b936343c344..34fafdcaa682ea7a04124cccad5db1d0a22d1ad4 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.28 2003/01/27 09:51:35 robertc Exp $
+#  $Id: Makefile.in,v 1.29 2003/02/02 13:01:42 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
@@ -138,7 +139,8 @@ libdiskd_a_SOURCES = diskd/diskd.cc diskd/store_dir_diskd.cc \
        diskd/store_io_diskd.cc
 
 
-libexec_PROGRAMS = diskd/diskd
+EXTRA_PROGRAMS = diskd/diskd
+libexec_PROGRAMS = @STORE_PROGRAMS@
 diskd_diskd_SOURCES = diskd/diskd.cc diskd/dio.h
 diskd_diskd_LDADD = $(top_builddir)/lib/libmiscutil.a @XTRA_LIBS@
 
@@ -186,7 +188,8 @@ libufs_a_LIBADD =
 am_libufs_a_OBJECTS = ufs/store_dir_ufs.$(OBJEXT) \
        ufs/store_io_ufs.$(OBJEXT)
 libufs_a_OBJECTS = $(am_libufs_a_OBJECTS)
-libexec_PROGRAMS = diskd/diskd$(EXEEXT)
+EXTRA_PROGRAMS = diskd/diskd$(EXEEXT)
+libexec_PROGRAMS = @STORE_PROGRAMS@
 PROGRAMS = $(libexec_PROGRAMS)
 
 am_diskd_diskd_OBJECTS = diskd/diskd.$(OBJEXT)
index 147832c1e67053fa2636e08c18f852b0cfdfcb6c..dac763c7c57421aade4917c92814fa74de706e18 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.25 2003/01/23 00:42:57 robertc Exp $
+#  $Id: Makefile.in,v 1.26 2003/02/02 13:01:48 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -109,6 +109,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@
index e4b4f85e1e9d4cf0af9d8d2a6a339b9d504ca191..6fde1f2ec3190e2b95adad0ef0da7b35b7efb608 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.12 2003/01/23 00:42:58 robertc Exp $
+#  $Id: Makefile.in,v 1.13 2003/02/02 13:01:50 robertc Exp $
 #
 
 SHELL = @SHELL@
@@ -110,6 +110,7 @@ STORE_LIBS = @STORE_LIBS@
 STORE_MODULES = @STORE_MODULES@
 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
 STORE_OBJS = @STORE_OBJS@
+STORE_PROGRAMS = @STORE_PROGRAMS@
 TRUE = @TRUE@
 VERSION = @VERSION@
 XTRA_LIBS = @XTRA_LIBS@