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
Ubuntu 22.04.2 LTS 5.15.0-72-generic
"make" is failing with cd . && aclocal-1.10 -I m4 /bin/bash: line 1: aclocal-1.10: command not found make: *** [Makefile:215: aclocal.m4] Error 127
Updating btnx/configure am__api_version='1.10'
to am__api_version='1.16'
and
btnx/Makefile ACLOCAL = aclocal-1.10
to ACLOCAL = aclocal-1.16
as well as AUTOMAKE = automake-1.10
to AUTOMAKE = automake-1.16
Then rerunning configure and make
seems to fix the problem.
The text was updated successfully, but these errors were encountered:
Ubuntu 22.04.2 LTS 5.15.0-72-generic
"make" is failing with
cd . && aclocal-1.10 -I m4 /bin/bash: line 1: aclocal-1.10: command not found make: *** [Makefile:215: aclocal.m4] Error 127
Updating btnx/configure
am__api_version='1.10'
to
am__api_version='1.16'
and
btnx/Makefile
ACLOCAL = aclocal-1.10
to
ACLOCAL = aclocal-1.16
as well as
AUTOMAKE = automake-1.10
to
AUTOMAKE = automake-1.16
Then rerunning configure and make
seems to fix the problem.
The text was updated successfully, but these errors were encountered: