From: Automatic source maintenance Date: Sun, 26 Apr 2009 01:07:01 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_STABLE15~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58519154a96f694db5aced249a0c23ab8ffa82ab;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index afa7dee60e..d671992981 100644 --- a/Makefile.in +++ b/Makefile.in @@ -770,8 +770,8 @@ dist-hook: fi install-pinger: - chown root $(DEFAULT_PINGER) - chmod 4711 $(DEFAULT_PINGER) + chown root $(DESTDIR)$(DEFAULT_PINGER) + chmod 4711 $(DESTDIR)$(DEFAULT_PINGER) all-am: @echo "Build Successful." diff --git a/configure b/configure index bd5dae258a..423ea6bdc8 100755 --- a/configure +++ b/configure @@ -25022,6 +25022,7 @@ fi + for ac_header in \ @@ -25046,6 +25047,7 @@ for ac_header in \ ipl.h \ libc.h \ limits.h \ + machine/byte_swap.h \ malloc.h \ math.h \ memory.h \ @@ -25366,6 +25368,7 @@ done + for ac_header in \ net/if.h \ netinet/if_ether.h\ @@ -25377,6 +25380,7 @@ for ac_header in \ netinet/ip_icmp.h\ netinet/ipl.h \ netinet/ip_nat.h\ + net/pf/pfvar.h \ net/pfvar.h \ sys/mount.h\ resolv.h @@ -45916,7 +45920,7 @@ if test "$PF_TRANSPARENT" ; then { $as_echo "$as_me:$LINENO: checking if PF header file is installed" >&5 $as_echo_n "checking if PF header file is installed... " >&6; } # hold on to your hats... - if test "$ac_cv_header_net_pfvar_h" = "yes"; then + if test "$ac_cv_header_net_pfvar_h" = "yes" || test "$ac_cv_header_net_pf_pfvar_h" = "yes"; then PF_TRANSPARENT="yes" cat >>confdefs.h <<\_ACEOF #define PF_TRANSPARENT 1 diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 6c25909486..98d82b0a80 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -306,6 +306,9 @@ /* Define to 1 if you have the `lrand48' function. */ #undef HAVE_LRAND48 +/* Define to 1 if you have the header file. */ +#undef HAVE_MACHINE_BYTE_SWAP_H + /* Define to 1 if you have the `mallinfo' function. */ #undef HAVE_MALLINFO @@ -393,6 +396,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NET_PFVAR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NET_PF_PFVAR_H + /* off_t is defined by the system headers */ #undef HAVE_OFF_T