-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
After running configure, make will fail if the OS has another version of autotools. Relevant log:
cd . && /bin/sh /tmp/SBo/vcsh-2.0.10/build-aux/missing automake-1.16 --foreign Makefile 14:05:27 [156/474]
/tmp/SBo/vcsh-2.0.10/build-aux/missing: line 81: automake-1.16: command not found
WARNING: 'automake-1.16' 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:
<https://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<https://www.gnu.org/software/autoconf>
<https://www.gnu.org/software/m4/>
<https://www.perl.org/>
make: *** [Makefile:356: Makefile.in] Error 127
This is on Slackware64 -current (15.0+) with automake-1.18.1
This can be fixed by running autoreconf -f before ./configure, but it would be nice to have it in INSTALL.md