Re: [Bug-wget] Wget tests

2016-08-16 Thread Tim Rühsen
On Dienstag, 16. August 2016 11:23:04 CEST Dale R. Worley wrote: > Tim Rühsen writes: > > We use standard automake tests (search the internet if you are interested > > in details). > > > > We have the 'legacy' tests/ directory with tests written in Perl. And the > > 'current'

Re: [Bug-wget] Wget tests

2016-08-16 Thread Dale R. Worley
Tim Rühsen writes: > We use standard automake tests (search the internet if you are interested in > details). > > We have the 'legacy' tests/ directory with tests written in Perl. And the > 'current' testenv/ directory with tests written in Python. > > See tests/Makefile.am

[Bug-wget] wget: configure.ac: gnutl > openssl ordering patch and libtool support

2016-08-16 Thread Alex Damb
Hello, This patch for configure.ac replaces logic of searching ssl backend: if not specified with --with-ssl=openssl, --with-ssl=gnutls or --with-ssl=no, then, first, tries to find gnutls library and, if failes, then tries to find openssl. In addition, it adds LT_INIT call to call libtool for