Change version to 2.32.51 and regenerate configure and pot files.

This commit is contained in:
Nick Clifton 2019-01-19 16:51:42 +00:00
parent f974f26cb1
commit f48dfe417e
26 changed files with 9394 additions and 8515 deletions

View file

@ -1,3 +1,9 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* version.m4: Reset to 2.32.51
* configure: Regenerate.
* po/bfd.pot: Regenerate.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.

20
bfd/configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bfd 2.31.51.
# Generated by GNU Autoconf 2.69 for bfd 2.32.51.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.31.51'
PACKAGE_STRING='bfd 2.31.51'
PACKAGE_VERSION='2.32.51'
PACKAGE_STRING='bfd 2.32.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1391,7 +1391,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 bfd 2.31.51 to adapt to many kinds of systems.
\`configure' configures bfd 2.32.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1462,7 +1462,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.31.51:";;
short | recursive ) echo "Configuration of bfd 2.32.51:";;
esac
cat <<\_ACEOF
@ -1589,7 +1589,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bfd configure 2.31.51
bfd configure 2.32.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2237,7 +2237,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 bfd $as_me 2.31.51, which was
It was created by bfd $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4187,7 +4187,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
VERSION='2.31.51'
VERSION='2.32.51'
cat >>confdefs.h <<_ACEOF
@ -16919,7 +16919,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 bfd $as_me 2.31.51, which was
This file was extended by bfd $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -16985,7 +16985,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="\\
bfd config.status 2.31.51
bfd config.status 2.32.51
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
m4_define([BFD_VERSION], [2.31.51])
m4_define([BFD_VERSION], [2.32.51])

View file

@ -1,3 +1,11 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* binutils/po/binutils.pot.
* README-how-to-make-a-release: Update description on how to make
a branch.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.

View file

@ -38,16 +38,24 @@ How to perform a release.
4. Create the release branch using:
git branch binutils-2_31-branch
git push origin binutils-2_31-branch
git branch binutils-2_33-branch
git push origin binutils-2_33-branch
If you get a message like:
remote: fatal: Invalid revision range 0000000000000000000000000000000000000000..f974f26cb16cc6fe3946f163c787a05e713fb77b
It appears that this can be ignored...
5. Make sure that the branch is there. IE check out the branch sources:
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_31-branch 2.31
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_33-branch 2.33
If you get a message about being in a "detached head" state, something
has gone wrong...
Keep the checked out sources - they are going to be needed in future steps.
6. Update "BINUTILS_BRANCH" in gdbadmin's crontab:
Log in as gdbadmin on sourceware.org, and then:
@ -62,7 +70,7 @@ How to perform a release.
ask Joel Brobecker <brobecker AT adacore DOT com>.
7. Rename the current HEAD version entry in Bugzilla, and create a
new one. E.g. rename "2.30 (HEAD)" to 2.30, and create "2.31
new one. E.g. rename "2.33 (HEAD)" to 2.33, and create "2.34
(HEAD)":
https://sourceware.org/bugzilla/editversions.cgi?product=binutils
@ -70,19 +78,21 @@ How to perform a release.
8. Update bfd/version.m4 on HEAD to indicate that is now a snapshot
of the next release:
m4_define([BFD_VERSION], [2.31.51])
m4_define([BFD_VERSION], [2.33.51])
Update the release number in bfd/version.m4 for the branch.
The branch only needs the point value set to 90 as the release
has not actually happened yet.
m4_define([BFD_VERSION], [2.30.90])
m4_define([BFD_VERSION], [2.32.90])
Regenerate various files on both branch and HEAD by configuring
with --enable-maintainer-mode. NB/ Remember to build gold and
gprof. Add ChangeLog entries. Commit the changes. Make sure
that this includes the .pot files as well as the configure and
makefiles.
with "--enable-maintainer-mode --enable-gold" and then building
with "make all-binutils all-gas all-gold all-gprof all-ld"
Add ChangeLog entries for the updated files. Commit the changes.
Make sure that this includes the .pot files as well as the
configure and makefiles.
8. Create an initial prerelease:

20
binutils/configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for binutils 2.31.51.
# Generated by GNU Autoconf 2.69 for binutils 2.32.51.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils'
PACKAGE_VERSION='2.31.51'
PACKAGE_STRING='binutils 2.31.51'
PACKAGE_VERSION='2.32.51'
PACKAGE_STRING='binutils 2.32.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1372,7 +1372,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 binutils 2.31.51 to adapt to many kinds of systems.
\`configure' configures binutils 2.32.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1443,7 +1443,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of binutils 2.31.51:";;
short | recursive ) echo "Configuration of binutils 2.32.51:";;
esac
cat <<\_ACEOF
@ -1570,7 +1570,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
binutils configure 2.31.51
binutils configure 2.32.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2218,7 +2218,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 binutils $as_me 2.31.51, which was
It was created by binutils $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4168,7 +4168,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
VERSION='2.31.51'
VERSION='2.32.51'
cat >>confdefs.h <<_ACEOF
@ -15713,7 +15713,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 binutils $as_me 2.31.51, which was
This file was extended by binutils $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15779,7 +15779,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="\\
binutils config.status 2.31.51
binutils config.status 2.32.51
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,9 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* config.in: Regenerate.
* configure: Regenerate.
* po/gas.pot: Regenerate.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.

View file

@ -50,8 +50,7 @@
/* Define to 1 if you want to generate x86 relax relocations by default. */
#undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS
/* Define to 1 if you want to generate RISC-V arch attribute by default.
*/
/* Define to 1 if you want to generate RISC-V arch attribute by default. */
#undef DEFAULT_RISCV_ATTR
/* Define to 1 if you want to generate GNU x86 used ISA and feature properties

20
gas/configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gas 2.31.51.
# Generated by GNU Autoconf 2.69 for gas 2.32.51.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas'
PACKAGE_VERSION='2.31.51'
PACKAGE_STRING='gas 2.31.51'
PACKAGE_VERSION='2.32.51'
PACKAGE_STRING='gas 2.32.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1368,7 +1368,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 gas 2.31.51 to adapt to many kinds of systems.
\`configure' configures gas 2.32.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1439,7 +1439,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gas 2.31.51:";;
short | recursive ) echo "Configuration of gas 2.32.51:";;
esac
cat <<\_ACEOF
@ -1573,7 +1573,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gas configure 2.31.51
gas configure 2.32.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2038,7 +2038,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 gas $as_me 2.31.51, which was
It was created by gas $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3985,7 +3985,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
VERSION='2.31.51'
VERSION='2.32.51'
cat >>confdefs.h <<_ACEOF
@ -15673,7 +15673,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 gas $as_me 2.31.51, which was
This file was extended by gas $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15739,7 +15739,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="\\
gas config.status 2.31.51
gas config.status 2.32.51
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,7 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* po/gold.pot: Regenerate.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,8 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/gprof.pot: Regenerate.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.

20
gprof/configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprof 2.31.51.
# Generated by GNU Autoconf 2.69 for gprof 2.32.51.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
PACKAGE_VERSION='2.31.51'
PACKAGE_STRING='gprof 2.31.51'
PACKAGE_VERSION='2.32.51'
PACKAGE_STRING='gprof 2.32.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1337,7 +1337,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 gprof 2.31.51 to adapt to many kinds of systems.
\`configure' configures gprof 2.32.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1408,7 +1408,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gprof 2.31.51:";;
short | recursive ) echo "Configuration of gprof 2.32.51:";;
esac
cat <<\_ACEOF
@ -1519,7 +1519,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gprof configure 2.31.51
gprof configure 2.32.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1884,7 +1884,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 gprof $as_me 2.31.51, which was
It was created by gprof $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3831,7 +3831,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
VERSION='2.31.51'
VERSION='2.32.51'
cat >>confdefs.h <<_ACEOF
@ -13086,7 +13086,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 gprof $as_me 2.31.51, which was
This file was extended by gprof $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -13152,7 +13152,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="\\
gprof config.status 2.31.51
gprof config.status 2.32.51
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2018-06-24 19:03+0100\n"
"POT-Creation-Date: 2019-01-19 16:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View file

@ -1,3 +1,7 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* aclocal.m4: Regenerate.
2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
* configure: Regenerate.

4
intl/aclocal.m4 vendored
View file

@ -1,6 +1,6 @@
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,

View file

@ -1,3 +1,8 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/ld.pot: Regenerate.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.

View file

@ -1,5 +1,7 @@
-*- text -*-
Changes in 2.32:
* Report property change in linker map file when merging GNU properties.
* Add support for the C-SKY processor series.

20
ld/configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ld 2.31.51.
# Generated by GNU Autoconf 2.69 for ld 2.32.51.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ld'
PACKAGE_TARNAME='ld'
PACKAGE_VERSION='2.31.51'
PACKAGE_STRING='ld 2.31.51'
PACKAGE_VERSION='2.32.51'
PACKAGE_STRING='ld 2.32.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1389,7 +1389,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 ld 2.31.51 to adapt to many kinds of systems.
\`configure' configures ld 2.32.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1460,7 +1460,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ld 2.31.51:";;
short | recursive ) echo "Configuration of ld 2.32.51:";;
esac
cat <<\_ACEOF
@ -1595,7 +1595,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ld configure 2.31.51
ld configure 2.32.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2310,7 +2310,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 ld $as_me 2.31.51, which was
It was created by ld $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4261,7 +4261,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
VERSION='2.31.51'
VERSION='2.32.51'
cat >>confdefs.h <<_ACEOF
@ -18221,7 +18221,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 ld $as_me 2.31.51, which was
This file was extended by ld $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -18287,7 +18287,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="\\
ld config.status 2.31.51
ld config.status 2.32.51
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,8 @@
2019-01-19 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/opcodes.pot: Regenerate.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.

20
opcodes/configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for opcodes 2.31.51.
# Generated by GNU Autoconf 2.69 for opcodes 2.32.51.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes'
PACKAGE_VERSION='2.31.51'
PACKAGE_STRING='opcodes 2.31.51'
PACKAGE_VERSION='2.32.51'
PACKAGE_STRING='opcodes 2.32.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1356,7 +1356,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 opcodes 2.31.51 to adapt to many kinds of systems.
\`configure' configures opcodes 2.32.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1427,7 +1427,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of opcodes 2.31.51:";;
short | recursive ) echo "Configuration of opcodes 2.32.51:";;
esac
cat <<\_ACEOF
@ -1539,7 +1539,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
opcodes configure 2.31.51
opcodes configure 2.32.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1950,7 +1950,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 opcodes $as_me 2.31.51, which was
It was created by opcodes $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3897,7 +3897,7 @@ fi
# Define the identity of the package.
PACKAGE='opcodes'
VERSION='2.31.51'
VERSION='2.32.51'
cat >>confdefs.h <<_ACEOF
@ -13533,7 +13533,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 opcodes $as_me 2.31.51, which was
This file was extended by opcodes $as_me 2.32.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -13599,7 +13599,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="\\
opcodes config.status 2.31.51
opcodes config.status 2.32.51
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load diff