@gnu26 No need to install any different version of automake. It's just the project's autotools config files are out of date. In the PKGBUILD add the following line:
autoreconf -vfi
before the configure line and it will build just fine. I'm surprised that isn't in the PKGBUILD...
Pinned Comments
bjo commented on 2023-07-11 12:35 (UTC)
Building packages from AUR requires
base-devel
, see https://wiki.archlinux.org/title/Arch_User_Repositorybase-devel
depends among others onautoconf
,automake
andmake
.