From: hno <> Date: Sun, 19 May 2002 21:16:37 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1017 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05cd50cb3fe8b9a739c297cbbe38d8bd848fed8;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 8f485baf76..8362c94ce7 100755 --- a/configure +++ b/configure @@ -1027,7 +1027,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -# From configure.in Revision: 1.268 +# From configure.in Revision: 1.269 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 echo "configure:1033: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. @@ -8546,8 +8546,8 @@ trap 'rm -fr `echo "\ src/auth/ntlm/helpers/Makefile \ src/auth/ntlm/helpers/fakeauth/Makefile \ src/auth/ntlm/helpers/no_check/Makefile \ - src/auth/ntlm/helpers/NTLMSSP/Makefile \ - src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \ + src/auth/ntlm/helpers/SMB/Makefile \ + src/auth/ntlm/helpers/SMB/smbval/Makefile \ contrib/Makefile \ snmplib/Makefile \ icons/Makefile \ @@ -8758,8 +8758,8 @@ CONFIG_FILES=\${CONFIG_FILES-"\ src/auth/ntlm/helpers/Makefile \ src/auth/ntlm/helpers/fakeauth/Makefile \ src/auth/ntlm/helpers/no_check/Makefile \ - src/auth/ntlm/helpers/NTLMSSP/Makefile \ - src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \ + src/auth/ntlm/helpers/SMB/Makefile \ + src/auth/ntlm/helpers/SMB/smbval/Makefile \ contrib/Makefile \ snmplib/Makefile \ icons/Makefile \ diff --git a/helpers/ntlm_auth/Makefile.in b/helpers/ntlm_auth/Makefile.in index 0fe71a318b..2015a8cf2e 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.10 2002/04/13 15:38:07 hno Exp $ +# $Id: Makefile.in,v 1.11 2002/05/19 15:16:40 hno Exp $ # SHELL = @SHELL@ @@ -118,7 +118,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ -DIST_SUBDIRS = fakeauth no_check NTLMSSP +DIST_SUBDIRS = fakeauth no_check SMB SUBDIRS = @NTLM_AUTH_HELPERS@ subdir = src/auth/ntlm/helpers mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs diff --git a/helpers/ntlm_auth/SMB/Makefile.in b/helpers/ntlm_auth/SMB/Makefile.in index 61bdd261a7..3072b0a6cf 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.11 2002/04/13 15:38:07 hno Exp $ +# $Id: Makefile.in,v 1.12 2002/05/19 15:16:40 hno Exp $ # SHELL = @SHELL@ @@ -129,7 +129,7 @@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ LDADD = smbval/libsmbvalid.a -L$(top_builddir)/lib -lntlmauth \ -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) -subdir = src/auth/ntlm/helpers/NTLMSSP +subdir = src/auth/ntlm/helpers/SMB mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h CONFIG_CLEAN_FILES = @@ -170,7 +170,7 @@ all: all-recursive .SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/auth/ntlm/helpers/NTLMSSP/Makefile + $(AUTOMAKE) --foreign src/auth/ntlm/helpers/SMB/Makefile Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ diff --git a/helpers/ntlm_auth/SMB/smbval/Makefile.in b/helpers/ntlm_auth/SMB/smbval/Makefile.in index d7bcd83b55..e1c9ff4e5a 100644 --- a/helpers/ntlm_auth/SMB/smbval/Makefile.in +++ b/helpers/ntlm_auth/SMB/smbval/Makefile.in @@ -126,7 +126,7 @@ libsmbvalid_a_SOURCES = valid.c session.c rfcnb-util.c rfcnb-io.c \ md4.h rfcnb-io.h rfcnb.h smblib-common.h std-defines.h \ rfcnb-common.h rfcnb-priv.h smbdes.h smblib-priv.h std-includes.h -subdir = src/auth/ntlm/helpers/NTLMSSP/smbval +subdir = src/auth/ntlm/helpers/SMB/smbval mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h CONFIG_CLEAN_FILES = @@ -166,7 +166,7 @@ all: all-am .SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile + $(AUTOMAKE) --foreign src/auth/ntlm/helpers/SMB/smbval/Makefile Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \