at my debian machine i cant find any automake1.5 (only 1.4,1.6,1.7) with
apt-cache search.
so i cant patch the source package with the patch from
http://devel.squid-cache.org/amake/
i took automake 1.5 from:
http://ftp.gnu.org/gnu/automake/automake-1.5.tar.gz
do i still have to patch this version?
Mark Elsen schrieb:
Hi,
i want to patch my squid 2.5.9-10 with the follow_xff patch.
Im using Debian Sarge and did the following:
1. apt-get source squid
2. download the patch into the squid-2.5.9 Dir
3. patch -p 0 < follow_xff-2.5.patch
4. ./bootstrap.sh ( before i had to install autoconf2.13 and automake1.5)
when bootstrap.sh works i get error messages like:
configure.in:1402: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:1783: warning: AC_TRY_RUN called without default to allow
cross compiling
and there are a lot of them.
what went wrong?
You don't have the needed versions of autoconf and automake on your
system. For 2.5, you need ac 2.13, am 1.5 with the patch from
http://devel.squid-cache.org/amake.
M.
is the way of patching this squid version wrong?