Sorry, then I am looking at the wrong trunk.

Markus

"Amos Jeffries" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Markus Moeller wrote:
How can I convince you to add the newer source plus the helper configure ?

Markus

The new tarball has already been integrated with Squid 3.1.0.1
Squid-2 you'll have to convince Henrikk.

Just the two patches were needed:
 add config.test
 drop reconf. (squid bootstraps the autotools chain to newer version)

Amos


"Amos Jeffries" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Amos Jeffries wrote:
Markus Moeller wrote:

The existing code in the squid_kerb_auth directory is minimal and has no configure. So the config.test wouldn't work.
The tarball is necessary as it has all the configure files.

Otherwise the absolute minimal test would be:

#!/bin/sh
# Don't build without gssapi.h
if [[ -f /usr/include/gssapi/gssapi.h || -f /usr/include/gssapi.h ]]; then
       exit 1
fi
exit 0


Markus


Now thats I'm awake again, yes we will have to go with the minimal.
These tests are run from squid~/configure long before the helper configure script is created.

Adding it shortly.


Done.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE5 or 3.0.STABLE10
  Current Beta Squid 3.1.0.1





--
Please be using
  Current Stable Squid 2.7.STABLE5 or 3.0.STABLE10
  Current Beta Squid 3.1.0.1



Reply via email to