[krbdev.mit.edu #9202] git commit

"Greg Hudson via RT" <[email protected]> Mon, 13 Apr 2026 21:06:22 -0400
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Mon Apr 13 21:06:22 2026: Request 9202 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9202 >



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.

[[email protected]: made the m4_fatal() change; rewrote commit message]

https://github.com/krb5/krb5/commit/b7290e0cab5b7e39cd4aa7c098beb18a886d4a1d
Author: Samuel Cabrero <[email protected]>
Committer: Greg Hudson <[email protected]>
Commit: b7290e0cab5b7e39cd4aa7c098beb18a886d4a1d
Branch: master
 src/aclocal.m4   | 24 ------------------------
 src/configure.ac |  4 +++-
 src/version.m4   | 14 ++++++++++++++
 3 files changed, 17 insertions(+), 25 deletions(-)