[krbdev.mit.edu #9202] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon Apr 13 21:06:22 EDT 2026


Mon Apr 13 21:06:22 2026: Request 9202 was acted upon.
 Transaction: Ticket created by ghudson at mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson at mit.edu
  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.

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

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



More information about the krb5-bugs mailing list