Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

/bin/bash: aclocal-1.14: command not found #15

Open
ghost opened this issue Jan 24, 2017 · 2 comments
Open

/bin/bash: aclocal-1.14: command not found #15

ghost opened this issue Jan 24, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 24, 2017

The configure script generates an incorrect Makefile, which tries to run aclocal-1.14 (which I don't have, my system has aclocal-1.15). Fixed it by running autoreconf.

@lovell
Copy link
Contributor

lovell commented Jun 24, 2017

I made the following change to the hard-coded autotools version in configure to get this to work:

- am__api_version='1.14'
+ am__api_version='1.15'

@Temuv
Copy link

Temuv commented Oct 16, 2018

for me it worked by changing in Makefile lines:
238: ACLOCAL = aclocal-1.15
244: AUTOMAKE = automake-1.15

Please, fix the proper files or add the needed explanation on the readme...

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

No branches or pull requests

2 participants