On Wed, Jul 18, 2018 at 7:14 AM, Tim Rühsen <[email protected]> wrote:
> Maybe it's an bash/sh incompatibility. Anyways - what does 'make
> install' do !? It basically copies the 'wget' executable into a
> directory (e.g. /usr/local/bin/) that is listed in your PATH env variable.
>
> You can do that by hand. If you want the updated man file, copy wget.1
> into your man1 directory (e.g. /usr/local/share/man/man1/).
thanks.
It appears things are not getting as far as an install. My bad.
$ make
make all-recursive
Making all in lib
make all-recursive
Making all in src
make all-am
Making all in doc
Making all in po
Making all in util
Making all in fuzz
cd .. && /bin/sh
/export/home/jwalton/Build-Scripts/wget-1.19.5/build-aux/missing
automake-1.15 --gnu fuzz/Makefile
/export/home/jwalton/Build-Scripts/wget-1.19.5/build-aux/missing[81]:
automake-1.15: not found [No such file or directory]
WARNING: 'automake-1.15' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
*** Error code 127