|
From: Geoff H. <ghu...@ws...> - 2003-05-18 13:38:20
|
On Sunday, May 18, 2003, at 12:15 AM, Lachlan Andrew wrote: > Thanks for your prompt reply, Geoff, and I apologise for sounding > impatient (yet again ): I think we all want to see 3.2.0b5 out ASAP. :-) > (d) chmod 755 t_url Because the CVS tree at SourceForge horribly mangled a lot of permissions, I wrote a "htdig-fix.sh" script that needs to be run before a genuine release. I'll make sure that t_url is set appropriately. (I'm actually wondering at some point if we shouldn't just change directory names in the SF CVS since the problem seems to be fixed with another project I have there.) > Very good idea. I can see the Solaris hack in configure and > aclocal.m4, but I haven't yet found which input file it comes It's not from an input file. As far as I could tell, the only way to get at the libtool configuration was by hacking aclocal.m4. You're not supposed to do that, since your changes will disappear. But it needed to be done. -Geoff |