Libsframe: include bfd/version.m4 for BFD_VERSION
Fixes the libsframe package version by including `bfd/version.m4` in `configure.ac`.
Michael Forney proposes a patch to fix the package version of libsframe by including bfd/version.m4 in configure.ac. This ensures that BFD_VERSION is properly defined during the configuration process. The patch also regenerates configure and Makefile.in to reflect the change.
In Details
libsframe is a support library for handling stack frames. This patch fixes the package version in the configure script, ensuring that it's correctly derived from the BFD version. This is important for consistent versioning across the binutils project.
For Context
This patch corrects the version number reported for the libsframe library. Libsframe is a component of the binutils project. The build system uses the configure script to determine various settings, including the version number. This patch ensures that the version number is correctly obtained from a central definition, ensuring consistency.