[Bug-wget] wget-1.2 configure missing ac_unique_file

2010-05-03 Thread Douglas E. Engert
wget-1.12 configure on Solaris 10 would fail trying to look at .. for a number of files. The problem appears to be caused by configure does not define $ac_unique_file, and the test at line 1659 fails and sets scrdir=.. 1658srcdir=$ac_confdir 1659if test ! -r "$srcdir/$ac_unique_file";

Re: [Bug-wget] wget-1.2 configure missing ac_unique_file

2010-05-03 Thread Giuseppe Scrivano
Thanks for your bug report! I don't have a Solaris 10 system to test my patch, but I have looked at the generated `configure' file and it seems correct. Would you mind to try this patch? To get a new `configure' you need to execute `autoreconf'. Cheers, Giuseppe === modified file 'configure.

Re: [Bug-wget] wget-1.2 configure missing ac_unique_file

2010-05-03 Thread Micah Cowan
Douglas E. Engert wrote: > wget-1.12 configure on Solaris 10 would fail trying to look > at .. for a number of files. The problem appears to be caused > by configure does not define $ac_unique_file, and the test > at line 1659 fails and sets scrdir=.. > > 1658srcdir=$ac_confdir > 1659i

Re: [Bug-wget] wget-1.2 configure missing ac_unique_file

2010-05-03 Thread Giuseppe Scrivano
Hi Micah, I have already committed a patch fixing it. I found the same problem on some other projects as well :-) Cheers, Giuseppe Micah Cowan writes: > Douglas E. Engert wrote: >> wget-1.12 configure on Solaris 10 would fail trying to look >> at .. for a number of files. The problem appear

Re: [Bug-wget] wget-1.2 configure missing ac_unique_file

2010-05-03 Thread Douglas E. Engert
Giuseppe Scrivano wrote: Thanks for your bug report! I don't have a Solaris 10 system to test my patch, but I have looked at the generated `configure' file and it seems correct. Would you mind to try this patch? To get a new `configure' you need to execute `autoreconf'. Cheers, Giuseppe

Re: [Bug-wget] wget-1.2 configure missing ac_unique_file

2010-05-03 Thread Giuseppe Scrivano
Sorry my mistake, I have noticed it after I sent the e-mail, but I have committed the right version. Thanks again for your report! Giuseppe "Douglas E. Engert" writes: > I had to use src/wget.h as I don't see a src/wget.c > > autoreconf --force > was also required and I ran this on a Ubuntu