>>
>>
>> I know this is a minor problem, but I had problems getting the squid3
>> bootstrap.sh script to run, so I couldn't test the patch. I'm pretty
>> sure
>> it's got something to do with the version of automake and autoconf on my
>> system, but I couldn't find a reference to which versions I needed for
>> squid3.
>>
>> I really think that if squid3 needs a specific version of these programs
>> for
>> the bootstrap.sh script to run, then the script should check for the
>> required version. From what I can tell the current script looks for a
>> range
>> of versions, most of which will not work.
>>
>> Can anyone tell me which versions of automake / autoconf are required
>> for
>> squid3?
>>
>> Steven
>>
>
> Okay, I had several bootstrap problems myself due to those apps.
>
> Unfortunately it only shows you the versions (both expected and found)
> _after_ it has located all the needed apps.
>
> If you can't see any details about the version it is looking for and the
> one it found. Then you do not have one of the apps installed.
Ah, here we are. Found my notes.
(Please note that I am Debian based, the package names for your distro may
be different).
Working from a clean copy of the branch and getting bootstrap errors.
I managed to get it going by installing:
autoconf
automake
libtool
to get the bootstrap running properly and displaying all action messages
and then
libltdl3-dev
for a cryptic undefined macro error with no helpful references to say
what was missing. This problem only appears to occur in the latest
versions of libtool which displays as
configure.in:34: error: possibly undefined macro: AC_LTDL_DLLIB
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
I am currently using:
automake 1.10
autoconf 2.61
libtool 1.4.3
The bootstrap says it looks for these:
WARNING: Cannot find automake version 1.9 1.7 1.6 1.5
Trying automake (GNU automake) 1.10
WARNING: Cannot find autoconf version 2.59 2.57 2.53 2.52
Trying autoconf (GNU Autoconf) 2.61
Amos
Received on Fri Mar 02 2007 - 07:29:15 MST
This archive was generated by hypermail pre-2.1.9 : Sun Apr 01 2007 - 12:00:01 MDT