Commit Graph
2 Commits
Author SHA1 Message Date
Yaakov Selkowitz 2a89bad808 Fix build with GCC 15
GCC 15 defaults to C23, which is stricter in mutiple ways.  Some fixes were
already included in 6.0.1, but some were just merged upstream and not yet
released.
2025-03-19 14:44:30 -04:00
Yaakov Selkowitz 3d23992091 Fix build with automake-1.17
The original source tarball has something out of sync, which triggers calls
to aclocal/automake after running configure.  Since it was generated with
automake 1.16, it expects that exact version, and fails now in F42+ with 1.17.
Running autoreconf to force a regeneration avoids this.
2025-03-19 14:41:03 -04:00