]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Fri, 30 Nov 2001 17:07:30 +0000 (17:07 +0000)
committerhno <>
Fri, 30 Nov 2001 17:07:30 +0000 (17:07 +0000)
Makefile.in
configure
helpers/ntlm_auth/Makefile.in

index 65bc555e38eac38b4191f43c8bd930b18ba66bdb..ed22d918934a8fdcdaac32e659319eee34ac12e0 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.5 2001/11/29 11:16:43 hno Exp $
+# $Id: Makefile.in,v 1.6 2001/11/30 10:07:30 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -131,7 +131,7 @@ subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
-CONFIG_CLEAN_FILES = src/auth/ntlm/helpers/winbind/Makefile
+CONFIG_CLEAN_FILES =
 DIST_SOURCES =
 
 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
@@ -186,8 +186,6 @@ $(srcdir)/./include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_s
 
 distclean-hdr:
        -rm -f include/autoconf.h
-src/auth/ntlm/helpers/winbind/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/auth/ntlm/helpers/winbind/Makefile.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 uninstall-info-am:
 
 # This directory's subdirectories are mostly independent; you can cd
@@ -293,7 +291,7 @@ GZIP_ENV = --best
 distdir: $(DISTFILES)
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
        mkdir $(distdir)
-       $(mkinstalldirs) $(distdir)/./include $(distdir)/cfgaux $(distdir)/scripts $(distdir)/src/auth/ntlm/helpers/winbind
+       $(mkinstalldirs) $(distdir)/./include $(distdir)/cfgaux $(distdir)/scripts
        @for file in $(DISTFILES); do \
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
index e78d731d6c9ed9759d8911eb0cb84e5859dd9895..4dd72b42c601c87532c739abc1c9eb50b0c99fe1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1018,7 +1018,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
   
 
-# From configure.in Revision: 1.247 
+# From configure.in Revision: 1.248 
 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
 echo "configure:1024: checking whether to enable maintainer-specific portions of Makefiles" >&5
     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
@@ -7802,18 +7802,18 @@ trap 'rm -fr `echo "\
        src/auth/ntlm/helpers/no_check/Makefile \
        src/auth/ntlm/helpers/NTLMSSP/Makefile \
        src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \
-       src/auth/ntlm/helpers/winbind/Makefile \
        contrib/Makefile \
        snmplib/Makefile \
        icons/Makefile \
        errors/Makefile \
-     src/fs/aufs/Makefile \
-     src/fs/coss/Makefile \
-     src/fs/diskd/Makefile \
-     src/fs/null/Makefile \
-     src/fs/ufs/Makefile \
-     src/repl/heap/Makefile \
-     src/repl/lru/Makefile \
+       src/fs/aufs/Makefile \
+       src/fs/coss/Makefile \
+       src/fs/diskd/Makefile \
+       src/fs/null/Makefile \
+       src/fs/ufs/Makefile \
+       src/repl/heap/Makefile \
+       src/repl/lru/Makefile \
+       
  include/autoconf.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
@@ -8018,18 +8018,18 @@ CONFIG_FILES=\${CONFIG_FILES-"\
        src/auth/ntlm/helpers/no_check/Makefile \
        src/auth/ntlm/helpers/NTLMSSP/Makefile \
        src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \
-       src/auth/ntlm/helpers/winbind/Makefile \
        contrib/Makefile \
        snmplib/Makefile \
        icons/Makefile \
        errors/Makefile \
-     src/fs/aufs/Makefile \
-     src/fs/coss/Makefile \
-     src/fs/diskd/Makefile \
-     src/fs/null/Makefile \
-     src/fs/ufs/Makefile \
-     src/repl/heap/Makefile \
-     src/repl/lru/Makefile \
+       src/fs/aufs/Makefile \
+       src/fs/coss/Makefile \
+       src/fs/diskd/Makefile \
+       src/fs/null/Makefile \
+       src/fs/ufs/Makefile \
+       src/repl/heap/Makefile \
+       src/repl/lru/Makefile \
+       
 "}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
index bf8f22cd8ce28364e95d7dc0da5772901111dded..83db37343d69485b62f692aedc8bf7f6f919f52d 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.6 2001/11/29 11:17:23 hno Exp $
+#  $Id: Makefile.in,v 1.7 2001/11/30 10:07:33 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -123,7 +123,7 @@ am__quote = @am__quote@
 install_sh = @install_sh@
 makesnmplib = @makesnmplib@
 
-DIST_SUBDIRS = fakeauth no_check NTLMSSP winbind
+DIST_SUBDIRS = fakeauth no_check NTLMSSP
 SUBDIRS = @NTLM_AUTH_HELPERS@
 subdir = src/auth/ntlm/helpers
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs