]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make configure.ac work with autoconf 2.73 master 1485/head
authorSamuel Cabrero <scabrero@suse.com>
Tue, 17 Feb 2026 15:57:40 +0000 (16:57 +0100)
committerGreg Hudson <ghudson@mit.edu>
Mon, 13 Apr 2026 23:10:47 +0000 (19:10 -0400)
commitb7290e0cab5b7e39cd4aa7c098beb18a886d4a1d
treef77d728f31d2cecac3e74ae4667e400c643c7154
parentb32e4f37368ce8f222fa2f8b790890e989701602
Make configure.ac work with autoconf 2.73

autoreconf requires "AC_INIT" to appear in configure.ac.  Prior to
autoconf 2.73, our indirect invocation via K5_AC_INIT() was
sufficient, but now the regular expression match checks for word
boundaries.  Get rid of K5_AC_INIT(), moving the version extraction
code from aclocal.m4 to a new file version.m4.  In the moved
versioning code, use m4_fatal() to simplify error handling.

[ghudson@mit.edu: made the m4_fatal() change; rewrote commit message]

ticket: 9202 (new)
src/aclocal.m4
src/configure.ac
src/version.m4 [new file with mode: 0644]