tkem / fsmlite

Lightweight finite state machine framework for C++11
MIT License
156 stars 25 forks source link

Commit configure and auxiliary scripts #32

Closed tkem closed 3 years ago

tkem commented 3 years ago

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 3 years ago

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