On 03/01/07 08:58, Mark Duling wrote: <snip useful suggestions>
2) Inside the autoconf directory a couple of links are wrong. They point to /usr/share/automake-1.9/ and on tiger I have automake-1.6. Is this a common problem? (which is a different way of asking for a common solution ;-)
I'm not sure the answer to this. I don't understand fully what you mean, but probably because I wouldn't understand autoconf issues anyway. Perhaps someone else can help.
A rude but effective solution is to run this bash script (starting from worksrcdir): cd autconf; for file in config.guess config.sub depcomp install-sh missing; do rm $file ln -s /usr/share/automake-1.6/$file $file done And then ./configure works flawlessy. Can I execute something like that in some way before the configuration phase? Thanks, Gufo