Commit configure and auxiliary scripts
Closed this issue · 1 comments
tkem commented
Users may want to run the unit tests, but may not have autotools installed.
This may also serve a few seconds of processing time on CI build.
tkem commented
Since git
does not preserve timestamps, configure
may assume it's outdated, resulting in
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/travis/build/tkem/fsmlite/build-aux/missing aclocal-1.16 -I m4
/home/travis/build/tkem/fsmlite/build-aux/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' 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/>
Makefile:335: recipe for target 'aclocal.m4' failed