From: robertc <> Date: Sun, 2 Feb 2003 20:00:26 +0000 (+0000) Subject: bootstrapped X-Git-Tag: SQUID_3_0_PRE1~407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5968c18999ff96d05b4a355697367af4dd6c3286;p=thirdparty%2Fsquid.git bootstrapped --- diff --git a/Makefile.in b/Makefile.in index cbdd88c1fa..663338d2bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@ diff --git a/configure b/configure index fe2abcbfb5..1cb4b971f1 100755 --- 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 diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 7ecd9fbee1..cddf2503bf 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -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@ diff --git a/doc/Makefile.in b/doc/Makefile.in index 471566785f..170f814282 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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@ diff --git a/errors/Makefile.in b/errors/Makefile.in index 0b4b0047aa..9da90b8e97 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -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@ diff --git a/helpers/Makefile.in b/helpers/Makefile.in index 174673f0bf..29ef88b132 100644 --- a/helpers/Makefile.in +++ b/helpers/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/LDAP/Makefile.in b/helpers/basic_auth/LDAP/Makefile.in index 08a71afe07..a844f8b482 100644 --- a/helpers/basic_auth/LDAP/Makefile.in +++ b/helpers/basic_auth/LDAP/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/MSNT/Makefile.in b/helpers/basic_auth/MSNT/Makefile.in index eb93d8d49f..bc46d8d783 100644 --- a/helpers/basic_auth/MSNT/Makefile.in +++ b/helpers/basic_auth/MSNT/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/Makefile.in b/helpers/basic_auth/Makefile.in index 890a47e044..591efc65a1 100644 --- a/helpers/basic_auth/Makefile.in +++ b/helpers/basic_auth/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/NCSA/Makefile.in b/helpers/basic_auth/NCSA/Makefile.in index 8a51840243..a01e726f43 100644 --- a/helpers/basic_auth/NCSA/Makefile.in +++ b/helpers/basic_auth/NCSA/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in index 36d47b5e96..c9de800177 100644 --- a/helpers/basic_auth/PAM/Makefile.in +++ b/helpers/basic_auth/PAM/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/SASL/Makefile.in b/helpers/basic_auth/SASL/Makefile.in index 881a66779a..d31c41054a 100644 --- a/helpers/basic_auth/SASL/Makefile.in +++ b/helpers/basic_auth/SASL/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/SMB/Makefile.in b/helpers/basic_auth/SMB/Makefile.in index a2398babde..64abe7d9dd 100644 --- a/helpers/basic_auth/SMB/Makefile.in +++ b/helpers/basic_auth/SMB/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/YP/Makefile.in b/helpers/basic_auth/YP/Makefile.in index 5cfa2f4290..37e3f2aaac 100644 --- a/helpers/basic_auth/YP/Makefile.in +++ b/helpers/basic_auth/YP/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/getpwnam/Makefile.in b/helpers/basic_auth/getpwnam/Makefile.in index 5826d310b8..01bc272253 100644 --- a/helpers/basic_auth/getpwnam/Makefile.in +++ b/helpers/basic_auth/getpwnam/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/multi-domain-NTLM/Makefile.in b/helpers/basic_auth/multi-domain-NTLM/Makefile.in index 7101892ab4..851e228877 100644 --- a/helpers/basic_auth/multi-domain-NTLM/Makefile.in +++ b/helpers/basic_auth/multi-domain-NTLM/Makefile.in @@ -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@ diff --git a/helpers/basic_auth/winbind/Makefile.in b/helpers/basic_auth/winbind/Makefile.in index dbeac54261..461dec9e61 100644 --- a/helpers/basic_auth/winbind/Makefile.in +++ b/helpers/basic_auth/winbind/Makefile.in @@ -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@ diff --git a/helpers/digest_auth/Makefile.in b/helpers/digest_auth/Makefile.in index 54bb71c325..4bbaed3087 100644 --- a/helpers/digest_auth/Makefile.in +++ b/helpers/digest_auth/Makefile.in @@ -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@ diff --git a/helpers/digest_auth/password/Makefile.in b/helpers/digest_auth/password/Makefile.in index dda33a5352..7417c4144c 100644 --- a/helpers/digest_auth/password/Makefile.in +++ b/helpers/digest_auth/password/Makefile.in @@ -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@ diff --git a/helpers/external_acl/Makefile.in b/helpers/external_acl/Makefile.in index 354bab4efa..1ab8896e8e 100644 --- a/helpers/external_acl/Makefile.in +++ b/helpers/external_acl/Makefile.in @@ -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@ diff --git a/helpers/external_acl/ip_user/Makefile.in b/helpers/external_acl/ip_user/Makefile.in index 9acefdeda6..ce403d360d 100644 --- a/helpers/external_acl/ip_user/Makefile.in +++ b/helpers/external_acl/ip_user/Makefile.in @@ -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@ diff --git a/helpers/external_acl/ldap_group/Makefile.in b/helpers/external_acl/ldap_group/Makefile.in index 3952863390..f0aaf725b3 100644 --- a/helpers/external_acl/ldap_group/Makefile.in +++ b/helpers/external_acl/ldap_group/Makefile.in @@ -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@ diff --git a/helpers/external_acl/unix_group/Makefile.in b/helpers/external_acl/unix_group/Makefile.in index c6027f4cca..62c01153fa 100644 --- a/helpers/external_acl/unix_group/Makefile.in +++ b/helpers/external_acl/unix_group/Makefile.in @@ -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@ diff --git a/helpers/external_acl/wbinfo_group/Makefile.in b/helpers/external_acl/wbinfo_group/Makefile.in index 32f8d82dd2..7d4e2f161e 100644 --- a/helpers/external_acl/wbinfo_group/Makefile.in +++ b/helpers/external_acl/wbinfo_group/Makefile.in @@ -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@ diff --git a/helpers/external_acl/winbind_group/Makefile.in b/helpers/external_acl/winbind_group/Makefile.in index 1c74b13236..1b15e8eaa6 100644 --- a/helpers/external_acl/winbind_group/Makefile.in +++ b/helpers/external_acl/winbind_group/Makefile.in @@ -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@ diff --git a/helpers/ntlm_auth/Makefile.in b/helpers/ntlm_auth/Makefile.in index 79370bdc37..19ea6a44ac 100644 --- a/helpers/ntlm_auth/Makefile.in +++ b/helpers/ntlm_auth/Makefile.in @@ -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@ diff --git a/helpers/ntlm_auth/SMB/Makefile.in b/helpers/ntlm_auth/SMB/Makefile.in index a135275e71..b7059ba1ef 100644 --- a/helpers/ntlm_auth/SMB/Makefile.in +++ b/helpers/ntlm_auth/SMB/Makefile.in @@ -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@ diff --git a/helpers/ntlm_auth/SMB/smbval/Makefile.in b/helpers/ntlm_auth/SMB/smbval/Makefile.in index edb615839d..d8cdd37319 100644 --- a/helpers/ntlm_auth/SMB/smbval/Makefile.in +++ b/helpers/ntlm_auth/SMB/smbval/Makefile.in @@ -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@ diff --git a/helpers/ntlm_auth/fakeauth/Makefile.in b/helpers/ntlm_auth/fakeauth/Makefile.in index c4d9329bde..2819b7ad4d 100644 --- a/helpers/ntlm_auth/fakeauth/Makefile.in +++ b/helpers/ntlm_auth/fakeauth/Makefile.in @@ -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@ diff --git a/helpers/ntlm_auth/no_check/Makefile.in b/helpers/ntlm_auth/no_check/Makefile.in index 5adffdf32a..de18e12373 100644 --- a/helpers/ntlm_auth/no_check/Makefile.in +++ b/helpers/ntlm_auth/no_check/Makefile.in @@ -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@ diff --git a/helpers/ntlm_auth/winbind/Makefile.in b/helpers/ntlm_auth/winbind/Makefile.in index 5f089e7a5e..c2a6d92b5a 100644 --- a/helpers/ntlm_auth/winbind/Makefile.in +++ b/helpers/ntlm_auth/winbind/Makefile.in @@ -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@ diff --git a/icons/Makefile.in b/icons/Makefile.in index 1424e661e8..11f7e910cb 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -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@ diff --git a/lib/Makefile.in b/lib/Makefile.in index cc7012264b..57a9709443 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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@ diff --git a/scripts/Makefile.in b/scripts/Makefile.in index d3c89f2161..c7dc08c5b8 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -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@ diff --git a/snmplib/Makefile.in b/snmplib/Makefile.in index 9f2cfdc6e8..f9cfda5d10 100644 --- a/snmplib/Makefile.in +++ b/snmplib/Makefile.in @@ -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@ diff --git a/src/Makefile.in b/src/Makefile.in index 8e00333f16..55b9dc8012 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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@ diff --git a/src/auth/Makefile.in b/src/auth/Makefile.in index 4164fe0d99..8ae0aee4d3 100644 --- a/src/auth/Makefile.in +++ b/src/auth/Makefile.in @@ -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@ diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in index 99732a8c53..34fafdcaa6 100644 --- a/src/fs/Makefile.in +++ b/src/fs/Makefile.in @@ -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) diff --git a/src/repl/Makefile.in b/src/repl/Makefile.in index 147832c1e6..dac763c7c5 100644 --- a/src/repl/Makefile.in +++ b/src/repl/Makefile.in @@ -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@ diff --git a/test-suite/Makefile.in b/test-suite/Makefile.in index e4b4f85e1e..6fde1f2ec3 100644 --- a/test-suite/Makefile.in +++ b/test-suite/Makefile.in @@ -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@