From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id E5DCC3858D28; Tue, 17 Jan 2023 12:03:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5DCC3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673956981; bh=jdueGuaIK1N0NFh3iD45rF/ooZJ6LNZAL2qflU9ikRc=; h=From:To:Subject:Date:From; b=kMqAlWESHN1qNPhkj99wsUnDVLhzkNy1jRsuNCuzJfWHeg7SU52Sdf3pr9ArM1fia jUP4Ed7luBl6vmNkCoXiQAx0Rg2T/81XfcAxZKNmEgJxpfLRHxNCiNOqbtf+/9Eup/ r9mhnlYjppv84aJUGGMRFopAt0dyon0prwngHvOE= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb/binutils-2_40-branch] Fix version number snafu in some configuration files: 2.40.00 should be 2.40 X-Act-Checkin: binutils-gdb X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/binutils-2_40-branch X-Git-Oldrev: b4ca790f2e20c8c1bc46998a2076b8f58fe5d9e4 X-Git-Newrev: 59706683feafb6252d0ad369cf8759f75fd147be Message-Id: <20230117120301.E5DCC3858D28@sourceware.org> Date: Tue, 17 Jan 2023 12:03:01 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D59706683feaf= b6252d0ad369cf8759f75fd147be commit 59706683feafb6252d0ad369cf8759f75fd147be Author: Nick Clifton Date: Tue Jan 17 12:02:56 2023 +0000 Fix version number snafu in some configuration files: 2.40.00 should be= 2.40 Diff: --- binutils/configure | 20 ++++++++++---------- gprof/configure | 20 ++++++++++---------- gprofng/configure | 20 ++++++++++---------- gprofng/doc/version.texi | 4 ++-- gprofng/libcollector/configure | 20 ++++++++++---------- ld/configure | 20 ++++++++++---------- 6 files changed, 52 insertions(+), 52 deletions(-) diff --git a/binutils/configure b/binutils/configure index 1367c88f52d..3cb797c2b8d 100755 --- a/binutils/configure +++ b/binutils/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for binutils 2.40.00. +# Generated by GNU Autoconf 2.69 for binutils 2.40. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS=3D # Identity of this package. PACKAGE_NAME=3D'binutils' PACKAGE_TARNAME=3D'binutils' -PACKAGE_VERSION=3D'2.40.00' -PACKAGE_STRING=3D'binutils 2.40.00' +PACKAGE_VERSION=3D'2.40' +PACKAGE_STRING=3D'binutils 2.40' PACKAGE_BUGREPORT=3D'' PACKAGE_URL=3D'' =20 @@ -1401,7 +1401,7 @@ if test "$ac_init_help" =3D "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 binutils 2.40.00 to adapt to many kinds of systems. +\`configure' configures binutils 2.40 to adapt to many kinds of systems. =20 Usage: $0 [OPTION]... [VAR=3DVALUE]... =20 @@ -1472,7 +1472,7 @@ fi =20 if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of binutils 2.40.00:";; + short | recursive ) echo "Configuration of binutils 2.40:";; esac cat <<\_ACEOF =20 @@ -1631,7 +1631,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -binutils configure 2.40.00 +binutils configure 2.40 generated by GNU Autoconf 2.69 =20 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2099,7 +2099,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. =20 -It was created by binutils $as_me 2.40.00, which was +It was created by binutils $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 $ $0 $@ @@ -3081,7 +3081,7 @@ fi =20 # Define the identity of the package. PACKAGE=3D'binutils' - VERSION=3D'2.40.00' + VERSION=3D'2.40' =20 =20 cat >>confdefs.h <<_ACEOF @@ -15326,7 +15326,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=3D1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=3D" -This file was extended by binutils $as_me 2.40.00, which was +This file was extended by binutils $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 CONFIG_FILES =3D $CONFIG_FILES @@ -15392,7 +15392,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 ac_cs_config=3D"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]= /\\\\&/g'`" ac_cs_version=3D"\\ -binutils config.status 2.40.00 +binutils config.status 2.40 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" =20 diff --git a/gprof/configure b/gprof/configure index b45f07931c6..3e8edd112cb 100755 --- a/gprof/configure +++ b/gprof/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gprof 2.40.00. +# Generated by GNU Autoconf 2.69 for gprof 2.40. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS=3D # Identity of this package. PACKAGE_NAME=3D'gprof' PACKAGE_TARNAME=3D'gprof' -PACKAGE_VERSION=3D'2.40.00' -PACKAGE_STRING=3D'gprof 2.40.00' +PACKAGE_VERSION=3D'2.40' +PACKAGE_STRING=3D'gprof 2.40' PACKAGE_BUGREPORT=3D'' PACKAGE_URL=3D'' =20 @@ -1338,7 +1338,7 @@ if test "$ac_init_help" =3D "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 gprof 2.40.00 to adapt to many kinds of systems. +\`configure' configures gprof 2.40 to adapt to many kinds of systems. =20 Usage: $0 [OPTION]... [VAR=3DVALUE]... =20 @@ -1409,7 +1409,7 @@ fi =20 if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gprof 2.40.00:";; + short | recursive ) echo "Configuration of gprof 2.40:";; esac cat <<\_ACEOF =20 @@ -1520,7 +1520,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gprof configure 2.40.00 +gprof configure 2.40 generated by GNU Autoconf 2.69 =20 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1885,7 +1885,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. =20 -It was created by gprof $as_me 2.40.00, which was +It was created by gprof $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 $ $0 $@ @@ -2864,7 +2864,7 @@ fi =20 # Define the identity of the package. PACKAGE=3D'gprof' - VERSION=3D'2.40.00' + VERSION=3D'2.40' =20 =20 cat >>confdefs.h <<_ACEOF @@ -12572,7 +12572,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=3D1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=3D" -This file was extended by gprof $as_me 2.40.00, which was +This file was extended by gprof $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 CONFIG_FILES =3D $CONFIG_FILES @@ -12638,7 +12638,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 ac_cs_config=3D"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]= /\\\\&/g'`" ac_cs_version=3D"\\ -gprof config.status 2.40.00 +gprof config.status 2.40 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" =20 diff --git a/gprofng/configure b/gprofng/configure index e9bf9337d9f..2afc9a381a6 100755 --- a/gprofng/configure +++ b/gprofng/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gprofng 2.40.00. +# Generated by GNU Autoconf 2.69 for gprofng 2.40. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS=3D # Identity of this package. PACKAGE_NAME=3D'gprofng' PACKAGE_TARNAME=3D'gprofng' -PACKAGE_VERSION=3D'2.40.00' -PACKAGE_STRING=3D'gprofng 2.40.00' +PACKAGE_VERSION=3D'2.40' +PACKAGE_STRING=3D'gprofng 2.40' PACKAGE_BUGREPORT=3D'' PACKAGE_URL=3D'' =20 @@ -1362,7 +1362,7 @@ if test "$ac_init_help" =3D "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 gprofng 2.40.00 to adapt to many kinds of systems. +\`configure' configures gprofng 2.40 to adapt to many kinds of systems. =20 Usage: $0 [OPTION]... [VAR=3DVALUE]... =20 @@ -1433,7 +1433,7 @@ fi =20 if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gprofng 2.40.00:";; + short | recursive ) echo "Configuration of gprofng 2.40:";; esac cat <<\_ACEOF =20 @@ -1547,7 +1547,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gprofng configure 2.40.00 +gprofng configure 2.40 generated by GNU Autoconf 2.69 =20 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2079,7 +2079,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. =20 -It was created by gprofng $as_me 2.40.00, which was +It was created by gprofng $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 $ $0 $@ @@ -3052,7 +3052,7 @@ fi =20 # Define the identity of the package. PACKAGE=3D'gprofng' - VERSION=3D'2.40.00' + VERSION=3D'2.40' =20 =20 cat >>confdefs.h <<_ACEOF @@ -17467,7 +17467,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=3D1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=3D" -This file was extended by gprofng $as_me 2.40.00, which was +This file was extended by gprofng $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 CONFIG_FILES =3D $CONFIG_FILES @@ -17533,7 +17533,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 ac_cs_config=3D"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]= /\\\\&/g'`" ac_cs_version=3D"\\ -gprofng config.status 2.40.00 +gprofng config.status 2.40 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" =20 diff --git a/gprofng/doc/version.texi b/gprofng/doc/version.texi index 61bd43c60a4..9d426947bda 100644 --- a/gprofng/doc/version.texi +++ b/gprofng/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 5 January 2023 @set UPDATED-MONTH January 2023 -@set EDITION 2.40.00 -@set VERSION 2.40.00 +@set EDITION 2.40 +@set VERSION 2.40 diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure index 20309f5757c..e92fbfc2242 100755 --- a/gprofng/libcollector/configure +++ b/gprofng/libcollector/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gprofng 2.40.00. +# Generated by GNU Autoconf 2.69 for gprofng 2.40. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS=3D # Identity of this package. PACKAGE_NAME=3D'gprofng' PACKAGE_TARNAME=3D'gprofng' -PACKAGE_VERSION=3D'2.40.00' -PACKAGE_STRING=3D'gprofng 2.40.00' +PACKAGE_VERSION=3D'2.40' +PACKAGE_STRING=3D'gprofng 2.40' PACKAGE_BUGREPORT=3D'' PACKAGE_URL=3D'' =20 @@ -1325,7 +1325,7 @@ if test "$ac_init_help" =3D "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 gprofng 2.40.00 to adapt to many kinds of systems. +\`configure' configures gprofng 2.40 to adapt to many kinds of systems. =20 Usage: $0 [OPTION]... [VAR=3DVALUE]... =20 @@ -1396,7 +1396,7 @@ fi =20 if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gprofng 2.40.00:";; + short | recursive ) echo "Configuration of gprofng 2.40:";; esac cat <<\_ACEOF =20 @@ -1505,7 +1505,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gprofng configure 2.40.00 +gprofng configure 2.40 generated by GNU Autoconf 2.69 =20 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1991,7 +1991,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. =20 -It was created by gprofng $as_me 2.40.00, which was +It was created by gprofng $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 $ $0 $@ @@ -2968,7 +2968,7 @@ fi =20 # Define the identity of the package. PACKAGE=3D'gprofng' - VERSION=3D'2.40.00' + VERSION=3D'2.40' =20 =20 cat >>confdefs.h <<_ACEOF @@ -16098,7 +16098,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=3D1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=3D" -This file was extended by gprofng $as_me 2.40.00, which was +This file was extended by gprofng $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 CONFIG_FILES =3D $CONFIG_FILES @@ -16164,7 +16164,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 ac_cs_config=3D"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]= /\\\\&/g'`" ac_cs_version=3D"\\ -gprofng config.status 2.40.00 +gprofng config.status 2.40 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" =20 diff --git a/ld/configure b/ld/configure index 43b44be1dc6..49936a0cb2a 100755 --- a/ld/configure +++ b/ld/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ld 2.40.00. +# Generated by GNU Autoconf 2.69 for ld 2.40. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS=3D # Identity of this package. PACKAGE_NAME=3D'ld' PACKAGE_TARNAME=3D'ld' -PACKAGE_VERSION=3D'2.40.00' -PACKAGE_STRING=3D'ld 2.40.00' +PACKAGE_VERSION=3D'2.40' +PACKAGE_STRING=3D'ld 2.40' PACKAGE_BUGREPORT=3D'' PACKAGE_URL=3D'' =20 @@ -1423,7 +1423,7 @@ if test "$ac_init_help" =3D "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 ld 2.40.00 to adapt to many kinds of systems. +\`configure' configures ld 2.40 to adapt to many kinds of systems. =20 Usage: $0 [OPTION]... [VAR=3DVALUE]... =20 @@ -1494,7 +1494,7 @@ fi =20 if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ld 2.40.00:";; + short | recursive ) echo "Configuration of ld 2.40:";; esac cat <<\_ACEOF =20 @@ -1661,7 +1661,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ld configure 2.40.00 +ld configure 2.40 generated by GNU Autoconf 2.69 =20 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2376,7 +2376,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. =20 -It was created by ld $as_me 2.40.00, which was +It was created by ld $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 $ $0 $@ @@ -3359,7 +3359,7 @@ fi =20 # Define the identity of the package. PACKAGE=3D'ld' - VERSION=3D'2.40.00' + VERSION=3D'2.40' =20 =20 cat >>confdefs.h <<_ACEOF @@ -18083,7 +18083,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=3D1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=3D" -This file was extended by ld $as_me 2.40.00, which was +This file was extended by ld $as_me 2.40, which was generated by GNU Autoconf 2.69. Invocation command line was =20 CONFIG_FILES =3D $CONFIG_FILES @@ -18149,7 +18149,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 ac_cs_config=3D"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]= /\\\\&/g'`" ac_cs_version=3D"\\ -ld config.status 2.40.00 +ld config.status 2.40 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"