+++ /dev/null
-Index: squid-3.1.4/configure.in
-===================================================================
---- squid-3.1.4.orig/configure.in 2010-07-07 12:20:47.000000000 +0400
-+++ squid-3.1.4/configure.in 2010-07-07 12:23:17.000000000 +0400
-@@ -79,7 +79,8 @@
- top_build_prefix=${ac_top_build_prefix}
- AC_SUBST(top_build_prefix)
-
-- AC_LIBLTDL_CONVENIENCE
-+ LT_CONFIG_LTDL_DIR(libltdl)
-+ LTDL_INIT(convenience)
- fi
- AC_PROG_LIBTOOL
- AC_LTDL_DLLIB
-@@ -3965,6 +3966,6 @@
- AC_CONFIG_SUBDIRS(lib/libTrie)
-
- # must configure libltdl subdir unconditionally for "make distcheck" to work
--AC_CONFIG_SUBDIRS(libltdl)
-+# AC_CONFIG_SUBDIRS(libltdl)
-
- AC_OUTPUT
-Index: squid-3.1.4/configure.in
+Index: squid-3.1.6/configure.in
===================================================================
---- squid-3.1.4.orig/configure.in 2010-07-06 16:09:45.000000000 +0400
-+++ squid-3.1.4/configure.in 2010-07-06 16:09:45.000000000 +0400
-@@ -365,10 +365,6 @@
+--- squid-3.1.6.orig/configure.in 2010-08-19 23:19:52.000000000 +0400
++++ squid-3.1.6/configure.in 2010-08-19 23:22:44.000000000 +0400
+@@ -364,10 +364,6 @@
fi
])
dnl This is a developer only option.. developers know how to set defines
dnl
dnl AC_ARG_ENABLE(xmalloc-debug,
-@@ -2680,7 +2676,7 @@
- ;;
- esac
- AC_CACHE_CHECK([if PF_INET6 is available], squid_cv_pf_inet6,
-- AC_RUN_IFELSE([AC_LANG_SOURCE([[ /* PF_INET6 available check */
-+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ /* PF_INET6 available check */
- # include <sys/types.h>
- # include <sys/socket.h>
- int main(int argc, char **argv) {
-@@ -2720,7 +2716,7 @@
- dnl But only usable if it actually works...
- if test "$use_v4mapped" = "yes" ; then
- AC_MSG_CHECKING([for IPv6 v4-mapping ability])
-- AC_RUN_IFELSE([AC_LANG_SOURCE([[ /* IPPROTO_V4MAPPED is usable check */
-+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ /* IPPROTO_V4MAPPED is usable check */
- # include <sys/types.h>
- # include <sys/socket.h>
- # include <netinet/in.h>
-@@ -3165,7 +3161,7 @@
+@@ -1318,7 +1314,7 @@
+ dnl Verify that epoll really works
+ if test $ac_cv_func_epoll_ctl = yes; then
+ AC_CACHE_CHECK(if epoll works, ac_cv_epoll_works,
+- AC_RUN_IFELSE([AC_LANG_SOURCE([[
++ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
+ #include <sys/epoll.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+@@ -3070,7 +3066,7 @@
+ dnl setresuid() but doesn't implement it.
+ dnl
+ AC_CACHE_CHECK(if setresuid is implemented, ac_cv_func_setresuid,
+- AC_RUN_IFELSE([AC_LANG_SOURCE([[
++ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
+ #include <stdlib.h>
+ int main(int argc, char **argv) {
+ if(setresuid(-1,-1,-1)) {
+@@ -3090,7 +3086,7 @@
dnl copy that crashes with a buffer over-run!
dnl
AC_CACHE_CHECK(if strnstr is well implemented, ac_cv_func_strnstr,
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-@@ -3191,7 +3187,7 @@
+@@ -3116,7 +3112,7 @@
dnl Test for va_copy
dnl
AC_CACHE_CHECK(if va_copy is implemented, ac_cv_func_va_copy,
#include <stdarg.h>
#include <stdlib.h>
int f (int i, ...) {
-@@ -3214,7 +3210,7 @@
+@@ -3139,7 +3135,7 @@
dnl Some systems support __va_copy
dnl
AC_CACHE_CHECK(if __va_copy is implemented, ac_cv_func___va_copy,
#include <stdarg.h>
#include <stdlib.h>
int f (int i, ...) {
-Index: squid-3.1.4/helpers/negotiate_auth/squid_kerb_auth/configure.in
+Index: squid-3.1.6/helpers/negotiate_auth/squid_kerb_auth/configure.in
===================================================================
---- squid-3.1.4.orig/helpers/negotiate_auth/squid_kerb_auth/configure.in 2010-07-06 16:11:59.000000000 +0400
-+++ squid-3.1.4/helpers/negotiate_auth/squid_kerb_auth/configure.in 2010-07-06 16:12:55.000000000 +0400
+--- squid-3.1.6.orig/helpers/negotiate_auth/squid_kerb_auth/configure.in 2010-08-01 18:01:38.000000000 +0400
++++ squid-3.1.6/helpers/negotiate_auth/squid_kerb_auth/configure.in 2010-08-19 23:20:34.000000000 +0400
@@ -367,13 +367,13 @@
CPPFLAGS="$CPPFLAGS -I../../../ -I../../../include/ -I$squid_dir/include -I$squid_dir/src -I$squid_dir"