You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when building master. ./configure then make. The problem is that I have aclocal-1.14 but the configure script hardcodes 1.13. I had to change the configure script, line 1707. It worked after that.
The text was updated successfully, but these errors were encountered:
This is a general problem with autotools. I don't know how to solve it without switching away from autoconf (which is giving us other benefits, like automatic templates).
Currently it hardcodes 1.14 and builds from Homebrew, so I'm going to mark this as closed. Let me know if you find a guide to using autotools correctly.
I get this error when building master.
./configure
thenmake
. The problem is that I haveaclocal-1.14
but theconfigure
script hardcodes 1.13. I had to change theconfigure
script, line 1707. It worked after that.The text was updated successfully, but these errors were encountered: