summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-06-01 09:34:04 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-06-01 09:34:16 -0700
commit55e99962b24d9f2dc8a64b473259ca12e369fd20 (patch)
tree6887480eef21caf4a202e25c68ffed1b39583458
parenta737d952e0a9122dd0d439ba2a2ca531b070e6bd (diff)
downloadbinutils-gdb-55e99962b24d9f2dc8a64b473259ca12e369fd20.tar.gz
Bump version number to 2.30.52
Bump version number to 2.30.52 since _bfd_link_hide_symbol has been added to bfd_target. bfd/ * version.m4: Bump version to 2.30.52 * configure: Regenerated. binutils/ * configure: Regenerated. gas/ * configure: Regenerated. gprof/ * configure: Regenerated. ld/ * configure: Regenerated. opcodes/ * configure: Regenerated.
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/configure20
-rw-r--r--bfd/version.m42
-rw-r--r--binutils/ChangeLog4
-rwxr-xr-xbinutils/configure20
-rw-r--r--gas/ChangeLog4
-rwxr-xr-xgas/configure20
-rw-r--r--gprof/ChangeLog4
-rwxr-xr-xgprof/configure20
-rw-r--r--ld/ChangeLog4
-rwxr-xr-xld/configure20
-rw-r--r--opcodes/ChangeLog4
-rwxr-xr-xopcodes/configure20
13 files changed, 86 insertions, 61 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index afc4d4fbee5..1a4a30110c1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * version.m4: Bump version to 2.30.52
+ * configure: Regenerated.
+
2018-06-01 Alan Modra <amodra@gmail.com>
* bfd.c (_bfd_error_handler): Arrange for this function to be
diff --git a/bfd/configure b/bfd/configure
index c5b633592a3..4659ab29976 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for bfd 2.30.51.
+# Generated by GNU Autoconf 2.64 for bfd 2.30.52.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
-PACKAGE_VERSION='2.30.51'
-PACKAGE_STRING='bfd 2.30.51'
+PACKAGE_VERSION='2.30.52'
+PACKAGE_STRING='bfd 2.30.52'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1355,7 +1355,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.30.51 to adapt to many kinds of systems.
+\`configure' configures bfd 2.30.52 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1426,7 +1426,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bfd 2.30.51:";;
+ short | recursive ) echo "Configuration of bfd 2.30.52:";;
esac
cat <<\_ACEOF
@@ -1548,7 +1548,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bfd configure 2.30.51
+bfd configure 2.30.52
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2190,7 +2190,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.30.51, which was
+It was created by bfd $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3999,7 +3999,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
- VERSION='2.30.51'
+ VERSION='2.30.52'
cat >>confdefs.h <<_ACEOF
@@ -16602,7 +16602,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.30.51, which was
+This file was extended by bfd $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16666,7 +16666,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-bfd config.status 2.30.51
+bfd config.status 2.30.52
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/bfd/version.m4 b/bfd/version.m4
index 1c3c3edad37..b5c1043ba37 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.30.51])
+m4_define([BFD_VERSION], [2.30.52])
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index c603c789452..031e4a260c4 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
2018-05-31 Alan Modra <amodra@gmail.com>
* testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
diff --git a/binutils/configure b/binutils/configure
index 05fc9afe6df..17507dc2a50 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.64 for binutils 2.30.51.
+# Generated by GNU Autoconf 2.64 for binutils 2.30.52.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils'
-PACKAGE_VERSION='2.30.51'
-PACKAGE_STRING='binutils 2.30.51'
+PACKAGE_VERSION='2.30.52'
+PACKAGE_STRING='binutils 2.30.52'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1336,7 +1336,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.30.51 to adapt to many kinds of systems.
+\`configure' configures binutils 2.30.52 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1407,7 +1407,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of binutils 2.30.51:";;
+ short | recursive ) echo "Configuration of binutils 2.30.52:";;
esac
cat <<\_ACEOF
@@ -1528,7 +1528,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-binutils configure 2.30.51
+binutils configure 2.30.52
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2170,7 +2170,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.30.51, which was
+It was created by binutils $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3979,7 +3979,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
- VERSION='2.30.51'
+ VERSION='2.30.52'
cat >>confdefs.h <<_ACEOF
@@ -15197,7 +15197,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.30.51, which was
+This file was extended by binutils $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15261,7 +15261,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-binutils config.status 2.30.51
+binutils config.status 2.30.52
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ab269747d45..a44859880b9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
2018-06-01 Alexandre Oliva <aoliva@redhat.com>
* dwarf2dbg.c (dwarf2_consume_line_info): Drop view.
diff --git a/gas/configure b/gas/configure
index ea6b3b16a86..017e36d31e8 100755
--- a/gas/configure
+++ b/gas/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for gas 2.30.51.
+# Generated by GNU Autoconf 2.64 for gas 2.30.52.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas'
-PACKAGE_VERSION='2.30.51'
-PACKAGE_STRING='gas 2.30.51'
+PACKAGE_VERSION='2.30.52'
+PACKAGE_STRING='gas 2.30.52'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1331,7 +1331,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.30.51 to adapt to many kinds of systems.
+\`configure' configures gas 2.30.52 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1402,7 +1402,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gas 2.30.51:";;
+ short | recursive ) echo "Configuration of gas 2.30.52:";;
esac
cat <<\_ACEOF
@@ -1527,7 +1527,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gas configure 2.30.51
+gas configure 2.30.52
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1937,7 +1937,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.30.51, which was
+It was created by gas $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3746,7 +3746,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
- VERSION='2.30.51'
+ VERSION='2.30.52'
cat >>confdefs.h <<_ACEOF
@@ -15220,7 +15220,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.30.51, which was
+This file was extended by gas $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15284,7 +15284,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-gas config.status 2.30.51
+gas config.status 2.30.52
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index f6ce78b9ae4..2b0d7b0c53b 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
2018-04-18 Nick Clifton <nickc@redhat.com>
* po/es.po: Updated Spanish translation.
diff --git a/gprof/configure b/gprof/configure
index 9b084cf2e75..4cebe61d899 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.64 for gprof 2.30.51.
+# Generated by GNU Autoconf 2.64 for gprof 2.30.52.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.30.51'
-PACKAGE_STRING='gprof 2.30.51'
+PACKAGE_VERSION='2.30.52'
+PACKAGE_STRING='gprof 2.30.52'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1302,7 +1302,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.30.51 to adapt to many kinds of systems.
+\`configure' configures gprof 2.30.52 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1373,7 +1373,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gprof 2.30.51:";;
+ short | recursive ) echo "Configuration of gprof 2.30.52:";;
esac
cat <<\_ACEOF
@@ -1479,7 +1479,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gprof configure 2.30.51
+gprof configure 2.30.52
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1844,7 +1844,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.30.51, which was
+It was created by gprof $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3653,7 +3653,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
- VERSION='2.30.51'
+ VERSION='2.30.52'
cat >>confdefs.h <<_ACEOF
@@ -12787,7 +12787,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.30.51, which was
+This file was extended by gprof $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12851,7 +12851,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-gprof config.status 2.30.51
+gprof config.status 2.30.52
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c49ce46dd59..f8b91bfcee9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
2018-05-28 H.J. Lu <hongjiu.lu@intel.com>
PR ld/23238
diff --git a/ld/configure b/ld/configure
index 1157299c33e..3a1065d815b 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.64 for ld 2.30.51.
+# Generated by GNU Autoconf 2.64 for ld 2.30.52.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ld'
PACKAGE_TARNAME='ld'
-PACKAGE_VERSION='2.30.51'
-PACKAGE_STRING='ld 2.30.51'
+PACKAGE_VERSION='2.30.52'
+PACKAGE_STRING='ld 2.30.52'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1353,7 +1353,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.30.51 to adapt to many kinds of systems.
+\`configure' configures ld 2.30.52 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1424,7 +1424,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ld 2.30.51:";;
+ short | recursive ) echo "Configuration of ld 2.30.52:";;
esac
cat <<\_ACEOF
@@ -1553,7 +1553,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ld configure 2.30.51
+ld configure 2.30.52
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2262,7 +2262,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.30.51, which was
+It was created by ld $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -4072,7 +4072,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
- VERSION='2.30.51'
+ VERSION='2.30.52'
cat >>confdefs.h <<_ACEOF
@@ -17895,7 +17895,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.30.51, which was
+This file was extended by ld $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17959,7 +17959,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-ld config.status 2.30.51
+ld config.status 2.30.52
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d524d2d7ce8..cb4c5ae6575 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
2018-06-01 Jan Beulich <jbeulich@suse.com>
* i386-opc.tbl (mov, movq): Fold to/from SReg* forms.
diff --git a/opcodes/configure b/opcodes/configure
index c5f0c1000cc..0978f25b380 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for opcodes 2.30.51.
+# Generated by GNU Autoconf 2.64 for opcodes 2.30.52.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes'
-PACKAGE_VERSION='2.30.51'
-PACKAGE_STRING='opcodes 2.30.51'
+PACKAGE_VERSION='2.30.52'
+PACKAGE_STRING='opcodes 2.30.52'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1322,7 +1322,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.30.51 to adapt to many kinds of systems.
+\`configure' configures opcodes 2.30.52 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1393,7 +1393,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of opcodes 2.30.51:";;
+ short | recursive ) echo "Configuration of opcodes 2.30.52:";;
esac
cat <<\_ACEOF
@@ -1500,7 +1500,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-opcodes configure 2.30.51
+opcodes configure 2.30.52
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1910,7 +1910,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.30.51, which was
+It was created by opcodes $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3719,7 +3719,7 @@ fi
# Define the identity of the package.
PACKAGE='opcodes'
- VERSION='2.30.51'
+ VERSION='2.30.52'
cat >>confdefs.h <<_ACEOF
@@ -13287,7 +13287,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.30.51, which was
+This file was extended by opcodes $as_me 2.30.52, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13351,7 +13351,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-opcodes config.status 2.30.51
+opcodes config.status 2.30.52
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"