Hi, On 2024-07-09 06:19:17 -0700, david kerns wrote: > I'm running on Rocky 9 (9.4) but when I try to build my changes, I fail on > step 0. > > $ ./autogen.sh > configure.ac:2: error: Autoconf version 2.71 or higher is required ^^^^^^^^^^^^^^^^^^^^^
As said, you need Autoconf version 2.71 or higher. You have only 2.69, which is very old: > $ autoreconf --version > autoreconf (GNU Autoconf) 2.69 > Copyright (C) 2012 Free Software Foundation, Inc. [...] -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)