[v2] libsframe: include bfd/version.m4 for BFD_VERSION

Message ID ceb2fbaed4926227f68be6941c6273f5.mforney@mforney.org
State New
Headers
Series [v2] libsframe: include bfd/version.m4 for BFD_VERSION |

Commit Message

Michael Forney April 30, 2026, 7:40 p.m. UTC
  libsframe/
        * configure.ac: Fix package version by including bfd/version.m4.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

Signed-off-by: Michael Forney <mforney@mforney.org>
---
v2: Regenerate Makefile.in as well for the version.m4 dependency.

 libsframe/Makefile.in  |  3 ++-
 libsframe/configure    | 20 ++++++++++----------
 libsframe/configure.ac |  1 +
 3 files changed, 13 insertions(+), 11 deletions(-)
  

Patch

diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in
index bd61638262b..21a9db5cfad 100644
--- a/libsframe/Makefile.in
+++ b/libsframe/Makefile.in
@@ -138,7 +138,8 @@  am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
 	$(top_srcdir)/../config/warnings.m4 \
 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
 	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
-	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
+	$(top_srcdir)/../lt~obsolete.m4 \
+	$(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
diff --git a/libsframe/configure b/libsframe/configure
index 5f7604e48d7..2bcb44fb572 100755
--- a/libsframe/configure
+++ b/libsframe/configure
@@ -1,6 +1,6 @@ 
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsframe BFD_VERSION.
+# Generated by GNU Autoconf 2.69 for libsframe 2.46.50.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@  MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libsframe'
 PACKAGE_TARNAME='libsframe'
-PACKAGE_VERSION='BFD_VERSION'
-PACKAGE_STRING='libsframe BFD_VERSION'
+PACKAGE_VERSION='2.46.50'
+PACKAGE_STRING='libsframe 2.46.50'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1332,7 +1332,7 @@  if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libsframe BFD_VERSION to adapt to many kinds of systems.
+\`configure' configures libsframe 2.46.50 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@  fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libsframe BFD_VERSION:";;
+     short | recursive ) echo "Configuration of libsframe 2.46.50:";;
    esac
   cat <<\_ACEOF
 
@@ -1511,7 +1511,7 @@  fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libsframe configure BFD_VERSION
+libsframe configure 2.46.50
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1922,7 +1922,7 @@  cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libsframe $as_me BFD_VERSION, which was
+It was created by libsframe $as_me 2.46.50, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4274,7 +4274,7 @@  fi
 
 # Define the identity of the package.
  PACKAGE='libsframe'
- VERSION='BFD_VERSION'
+ VERSION='2.46.50'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13730,7 +13730,7 @@  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libsframe $as_me BFD_VERSION, which was
+This file was extended by libsframe $as_me 2.46.50, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13796,7 +13796,7 @@  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libsframe config.status BFD_VERSION
+libsframe config.status 2.46.50
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/libsframe/configure.ac b/libsframe/configure.ac
index 256f3cd8729..3d5998a356c 100644
--- a/libsframe/configure.ac
+++ b/libsframe/configure.ac
@@ -18,6 +18,7 @@  dnl along with this program; see the file COPYING.  If not see
 dnl <http://www.gnu.org/licenses/>.
 dnl
 
+m4_include([../bfd/version.m4])
 AC_INIT([libsframe], [BFD_VERSION])
 AC_CONFIG_SRCDIR(sframe.c)