Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aclocal pegged to version 1.14 #9

Open
isaacovercast opened this issue Feb 15, 2020 · 0 comments
Open

aclocal pegged to version 1.14 #9

isaacovercast opened this issue Feb 15, 2020 · 0 comments

Comments

@isaacovercast
Copy link

On ubuntu 16.04, following the install instructions gives an error:

$make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/isaac/media4TB/isaac/ipyrad-test/RADProc/Install/config/missing aclocal-1.14 
/home/isaac/media4TB/isaac/ipyrad-test/RADProc/Install/config/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' 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:
         <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/>
Makefile:358: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127

Looks like the issue is a pegged version of ac_local to 1.14 in the Install/configure file.

am__api_version='1.14'

If I modify the configure file and change this value to 1.15 it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant