]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 26 Apr 2009 01:07:01 +0000 (19:07 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 26 Apr 2009 01:07:01 +0000 (19:07 -0600)
Makefile.in
configure
include/autoconf.h.in

index afa7dee60e70b08f6d3e5157b7fecad7e4603238..d671992981c643ad21e1e2b67e8647ae5390b138 100644 (file)
@@ -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."
index bd5dae258a2d887929eaf3c0ada7a00cb4da9670..423ea6bdc8c84c8e7212e615a80d3b194c751e4f 100755 (executable)
--- 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
index 6c2590948612788ac7bc9019b12820e344ec7334..98d82b0a80e498301ad38c9c48f47ef19ab6181b 100644 (file)
 /* Define to 1 if you have the `lrand48' function. */
 #undef HAVE_LRAND48
 
+/* Define to 1 if you have the <machine/byte_swap.h> header file. */
+#undef HAVE_MACHINE_BYTE_SWAP_H
+
 /* Define to 1 if you have the `mallinfo' function. */
 #undef HAVE_MALLINFO
 
 /* Define to 1 if you have the <net/pfvar.h> header file. */
 #undef HAVE_NET_PFVAR_H
 
+/* Define to 1 if you have the <net/pf/pfvar.h> header file. */
+#undef HAVE_NET_PF_PFVAR_H
+
 /* off_t is defined by the system headers */
 #undef HAVE_OFF_T