From: hno <> Date: Thu, 21 Oct 2004 06:10:36 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~1009 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=815a81ff8f3674f7887421ddb36a2a03e4773bdf;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index b53eee2564..bfaca38452 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.361 . +# From configure.in Revision: 1.362 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -32229,10 +32229,12 @@ fi + for ac_func in \ drand48 \ tempnam \ strerror \ + initgroups do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` diff --git a/include/autoconf.h.in b/include/autoconf.h.in index ccf48cbc7c..d452a9d018 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -176,6 +176,9 @@ /* Define to 1 if you have the `htole16' function. */ #undef HAVE_HTOLE16 +/* Define to 1 if you have the `initgroups' function. */ +#undef HAVE_INITGROUPS + /* int is defined in system headers */ #undef HAVE_INT diff --git a/lib/Makefile.in b/lib/Makefile.in index 6f80c27f01..5dcc75b454 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.96 2004/09/04 14:43:22 hno Exp $ +# $Id: Makefile.in,v 1.97 2004/10/21 00:10:37 hno Exp $ # srcdir = @srcdir@ @@ -349,10 +349,11 @@ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp am__depfiles_maybe = depfiles @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/drand48.Po $(DEPDIR)/inet_ntoa.Po \ -@AMDEP_TRUE@ $(DEPDIR)/strerror.Po $(DEPDIR)/tempnam.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/GNUregex.Po ./$(DEPDIR)/MemPool.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/Profiler.Po ./$(DEPDIR)/Splay.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/base64.Po ./$(DEPDIR)/dlmalloc.Po \ +@AMDEP_TRUE@ $(DEPDIR)/initgroups.Po $(DEPDIR)/strerror.Po \ +@AMDEP_TRUE@ $(DEPDIR)/tempnam.Po ./$(DEPDIR)/GNUregex.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/MemPool.Po ./$(DEPDIR)/Profiler.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/Splay.Po ./$(DEPDIR)/base64.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/dlmalloc.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/getfullhostname.Po ./$(DEPDIR)/hash.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/heap.Po ./$(DEPDIR)/html_quote.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/iso3307.Po ./$(DEPDIR)/md5.Po \ @@ -389,8 +390,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive -DIST_COMMON = Makefile.am Makefile.in drand48.c inet_ntoa.c strerror.c \ - tempnam.c +DIST_COMMON = Makefile.am Makefile.in drand48.c inet_ntoa.c \ + initgroups.c strerror.c tempnam.c SOURCES = $(libdlmalloc_a_SOURCES) $(libmiscutil_a_SOURCES) $(EXTRA_libmiscutil_a_SOURCES) $(libntlmauth_a_SOURCES) $(libregex_a_SOURCES) $(tests_testAll_SOURCES) all: all-recursive @@ -443,6 +444,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/drand48.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntoa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/initgroups.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tempnam.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GNUregex.Po@am__quote@