binutils Newspaper
JUNE 15, 2026
libsframe Proposed

Libsframe: include bfd/version.m4 for BFD_VERSION

The libsframe configure script is updated to correctly determine the package version by including bfd/version.m4.

Michael Forney proposes a patch to fix the libsframe package version in the configure script. The patch includes bfd/version.m4 to correctly define BFD_VERSION. This ensures the package version is accurately reflected in the generated configuration files and output. H.J. Lu reviewed and approved the patch.

In the Thread 2 participants
  1. Michael Forney proposer

    Proposes including bfd/version.m4 in libsframe's configure script to fix the package version.

    “libsframe/ * configure.ac: Fix package version by including bfd/version.m4. * configure: Regenerate.”
  2. H.J. Lu reviewer

    Reviewed and approved the patch.

Technical Tradeoffs

  • None apparent; this is a bug fix to ensure correct versioning.

In Details

This patch updates the libsframe configure script to correctly determine the package version. Libsframe is a library for creating and manipulating stack frames. The patch ensures that the BFD_VERSION macro is properly defined by including bfd/version.m4, which is part of the Binary File Descriptor (BFD) library.

For Context

Libsframe is a library used by binary utilities to handle stack frames, which are data structures used to manage function calls in programs. This patch corrects how the version number of libsframe is determined during the configuration process (when the software is prepared for installation). By including a specific file (bfd/version.m4), the build process can accurately identify the version of libsframe being used.

Filed Under: libsframebfdconfigurepackage version