gtonkinhill/pairsnp

Dependency on aclocal-1.16

Closed this issue · 2 comments

Hi @gtonkinhill

The pre-build configure script depends on a specific version of aclocal, and so doesn't compile OOTB on my OSX machine (even though aclocal is installed)

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/simon/Projects/pairsnp/cpp/missing aclocal-1.16 
/Users/simon/Projects/pairsnp/cpp/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/>
make: *** [aclocal.m4] Error 127
Simons-Mac-mini:cpp simon$ which aclocal
/usr/local/bin/aclocal

Yup, that fixed it. The source should still work, and you should save zip files for when you have a first release.