-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels