aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 19:55:41 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 19:55:41 +0200
commitbe8926c7c7067518dc0d88c3287d7e81583d2525 (patch)
tree36bd4bd0ae2dba704e1de221aea07ebd7e91b1be
parentIf we use a soversion suffix, then we also use the package version (diff)
downloadbinutils-gdb-be8926c7c7067518dc0d88c3287d7e81583d2525.tar.gz
binutils-gdb-be8926c7c7067518dc0d88c3287d7e81583d2525.tar.bz2
binutils-gdb-be8926c7c7067518dc0d88c3287d7e81583d2525.zip
Use bdf version as libctf version, too
-rwxr-xr-xlibctf/configure20
-rw-r--r--libctf/configure.ac2
2 files changed, 11 insertions, 11 deletions
diff --git a/libctf/configure b/libctf/configure
index e961f637a69..ddc29155466 100755
--- a/libctf/configure
+++ b/libctf/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libctf 1.2.0.
+# Generated by GNU Autoconf 2.69 for libctf 2.37.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libctf'
PACKAGE_TARNAME='libctf'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='libctf 1.2.0'
+PACKAGE_VERSION='2.37'
+PACKAGE_STRING='libctf 2.37'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1358,7 +1358,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 libctf 1.2.0 to adapt to many kinds of systems.
+\`configure' configures libctf 2.37 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1429,7 +1429,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libctf 1.2.0:";;
+ short | recursive ) echo "Configuration of libctf 2.37:";;
esac
cat <<\_ACEOF
@@ -1544,7 +1544,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libctf configure 1.2.0
+libctf configure 2.37
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1955,7 +1955,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 libctf $as_me 1.2.0, which was
+It was created by libctf $as_me 2.37, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4309,7 +4309,7 @@ fi
# Define the identity of the package.
PACKAGE='libctf'
- VERSION='1.2.0'
+ VERSION='2.37'
cat >>confdefs.h <<_ACEOF
@@ -14090,7 +14090,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 libctf $as_me 1.2.0, which was
+This file was extended by libctf $as_me 2.37, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14156,7 +14156,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="\\
-libctf config.status 1.2.0
+libctf config.status 2.37
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/libctf/configure.ac b/libctf/configure.ac
index f7e6180afd8..4e06e267311 100644
--- a/libctf/configure.ac
+++ b/libctf/configure.ac
@@ -19,7 +19,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
AC_PREREQ(2.64)
-AC_INIT([libctf], 1.2.0)
+AC_INIT([libctf], m4_esyscmd_s([../bfd/configure --version | sed -n -e '1s,.* ,,p']))
AC_CONFIG_SRCDIR(ctf-impl.h)
AC_CONFIG_MACRO_DIR(..)
AC_CONFIG_MACRO_DIR(../config)