835 lines
32 KiB
Diff
835 lines
32 KiB
Diff
|
|
From f09382330535adbc565b49ed1844cfeaeadb8b7c Mon Sep 17 00:00:00 2001
|
||
|
|
From: yinhongchang <yinhongchang@kylinsec.com.cn>
|
||
|
|
Date: Sun, 4 Feb 2024 15:56:46 +0800
|
||
|
|
Subject: [PATCH] binutils update autoconf version to 2.71
|
||
|
|
|
||
|
|
---
|
||
|
|
README-maintainer-mode | 2 +-
|
||
|
|
bfd/aclocal.m4 | 4 ++--
|
||
|
|
bfd/configure | 10 +++++-----
|
||
|
|
binutils/aclocal.m4 | 4 ++--
|
||
|
|
binutils/configure | 10 +++++-----
|
||
|
|
config/ChangeLog | 2 +-
|
||
|
|
config/override.m4 | 2 +-
|
||
|
|
configure | 10 +++++-----
|
||
|
|
etc/configure | 10 +++++-----
|
||
|
|
gas/aclocal.m4 | 4 ++--
|
||
|
|
gas/configure | 10 +++++-----
|
||
|
|
gold/aclocal.m4 | 4 ++--
|
||
|
|
gold/configure | 10 +++++-----
|
||
|
|
gprof/aclocal.m4 | 4 ++--
|
||
|
|
gprof/configure | 10 +++++-----
|
||
|
|
intl/configure | 10 +++++-----
|
||
|
|
ld/aclocal.m4 | 4 ++--
|
||
|
|
ld/configure | 10 +++++-----
|
||
|
|
libctf/aclocal.m4 | 4 ++--
|
||
|
|
libctf/configure | 10 +++++-----
|
||
|
|
libiberty/configure | 10 +++++-----
|
||
|
|
opcodes/aclocal.m4 | 4 ++--
|
||
|
|
opcodes/configure | 10 +++++-----
|
||
|
|
zlib/aclocal.m4 | 4 ++--
|
||
|
|
zlib/configure | 10 +++++-----
|
||
|
|
25 files changed, 86 insertions(+), 86 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/README-maintainer-mode b/README-maintainer-mode
|
||
|
|
index 54c370db..bc0c520d 100644
|
||
|
|
--- a/README-maintainer-mode
|
||
|
|
+++ b/README-maintainer-mode
|
||
|
|
@@ -11,7 +11,7 @@ find the sources for these in the respective upstream directories:
|
||
|
|
ftp://ftp.gnu.org/gnu/gettext
|
||
|
|
|
||
|
|
The required versions of the tools for this tree are
|
||
|
|
- autoconf 2.69
|
||
|
|
+ autoconf 2.71
|
||
|
|
automake 1.15.1
|
||
|
|
libtool 2.2.6
|
||
|
|
gettext 0.14.5
|
||
|
|
diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4
|
||
|
|
index 4a6a47ca..f55d3eb2 100644
|
||
|
|
--- a/bfd/aclocal.m4
|
||
|
|
+++ b/bfd/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/bfd/configure b/bfd/configure
|
||
|
|
index 9cba0719..fa362606 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.69 for bfd 2.34.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for bfd 2.34.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1590,7 +1590,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
bfd configure 2.34
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -2238,7 +2238,7 @@ 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.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -16954,7 +16954,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by bfd $as_me 2.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -17020,7 +17020,7 @@ 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.34
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/binutils/aclocal.m4 b/binutils/aclocal.m4
|
||
|
|
index 4fa32fff..837e590f 100644
|
||
|
|
--- a/binutils/aclocal.m4
|
||
|
|
+++ b/binutils/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/binutils/configure b/binutils/configure
|
||
|
|
index 7880de68..c352d656 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.34.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for binutils 2.34.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1575,7 +1575,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
binutils configure 2.34
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -2223,7 +2223,7 @@ 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.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -15802,7 +15802,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by binutils $as_me 2.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -15868,7 +15868,7 @@ 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.34
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/config/ChangeLog b/config/ChangeLog
|
||
|
|
index 19fc6cd5..788ede19 100644
|
||
|
|
--- a/config/ChangeLog
|
||
|
|
+++ b/config/ChangeLog
|
||
|
|
@@ -33,7 +33,7 @@
|
||
|
|
|
||
|
|
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
|
|
||
|
|
- * override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69.
|
||
|
|
+ * override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.71.
|
||
|
|
|
||
|
|
2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
|
|
||
|
|
diff --git a/config/override.m4 b/config/override.m4
|
||
|
|
index d3e815bb..7b4a47ba 100644
|
||
|
|
--- a/config/override.m4
|
||
|
|
+++ b/config/override.m4
|
||
|
|
@@ -29,7 +29,7 @@ m4_copy_force([_AC_PREREQ], [AC_PREREQ])
|
||
|
|
|
||
|
|
dnl Ensure exactly this Autoconf version is used
|
||
|
|
m4_ifndef([_GCC_AUTOCONF_VERSION],
|
||
|
|
- [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])
|
||
|
|
+ [m4_define([_GCC_AUTOCONF_VERSION], [2.71])])
|
||
|
|
|
||
|
|
dnl Test for the exact version when AC_INIT is expanded.
|
||
|
|
dnl This allows to update the tree in steps (for testing)
|
||
|
|
diff --git a/configure b/configure
|
||
|
|
index 9f4d0b91..407ae27a 100755
|
||
|
|
--- a/configure
|
||
|
|
+++ b/configure
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
#! /bin/sh
|
||
|
|
# Guess values for system-dependent variables and create Makefiles.
|
||
|
|
-# Generated by GNU Autoconf 2.69.
|
||
|
|
+# Generated by GNU Autoconf 2.71.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1745,7 +1745,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
configure
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -1976,7 +1976,7 @@ This file contains any messages produced by compilers while
|
||
|
|
running configure, to aid debugging if configure makes a mistake.
|
||
|
|
|
||
|
|
It was created by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -15370,7 +15370,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -15423,7 +15423,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||
|
|
ac_cs_version="\\
|
||
|
|
config.status
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/etc/configure b/etc/configure
|
||
|
|
index 60a8fecc..9beca587 100755
|
||
|
|
--- a/etc/configure
|
||
|
|
+++ b/etc/configure
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
#! /bin/sh
|
||
|
|
# Guess values for system-dependent variables and create Makefiles.
|
||
|
|
-# Generated by GNU Autoconf 2.69.
|
||
|
|
+# Generated by GNU Autoconf 2.71.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1309,7 +1309,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
configure
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -1326,7 +1326,7 @@ This file contains any messages produced by compilers while
|
||
|
|
running configure, to aid debugging if configure makes a mistake.
|
||
|
|
|
||
|
|
It was created by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -2362,7 +2362,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -2415,7 +2415,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||
|
|
ac_cs_version="\\
|
||
|
|
config.status
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/gas/aclocal.m4 b/gas/aclocal.m4
|
||
|
|
index a9f9f5cc..2c63a648 100644
|
||
|
|
--- a/gas/aclocal.m4
|
||
|
|
+++ b/gas/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/gas/configure b/gas/configure
|
||
|
|
index 148af892..e13306b0 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.69 for gas 2.34.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for gas 2.34.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1577,7 +1577,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
gas configure 2.34
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -2042,7 +2042,7 @@ 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.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -15706,7 +15706,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by gas $as_me 2.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -15772,7 +15772,7 @@ 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.34
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/gold/aclocal.m4 b/gold/aclocal.m4
|
||
|
|
index 303c4cc5..1f183026 100644
|
||
|
|
--- a/gold/aclocal.m4
|
||
|
|
+++ b/gold/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/gold/configure b/gold/configure
|
||
|
|
index 474c69a1..c8418e4d 100755
|
||
|
|
--- a/gold/configure
|
||
|
|
+++ b/gold/configure
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
#! /bin/sh
|
||
|
|
# Guess values for system-dependent variables and create Makefiles.
|
||
|
|
-# Generated by GNU Autoconf 2.69 for gold 0.1.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for gold 0.1.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1598,7 +1598,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
gold configure 0.1
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -2330,7 +2330,7 @@ This file contains any messages produced by compilers while
|
||
|
|
running configure, to aid debugging if configure makes a mistake.
|
||
|
|
|
||
|
|
It was created by gold $as_me 0.1, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -10851,7 +10851,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by gold $as_me 0.1, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -10917,7 +10917,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||
|
|
ac_cs_version="\\
|
||
|
|
gold config.status 0.1
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/gprof/aclocal.m4 b/gprof/aclocal.m4
|
||
|
|
index 957655a8..92a3626e 100644
|
||
|
|
--- a/gprof/aclocal.m4
|
||
|
|
+++ b/gprof/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/gprof/configure b/gprof/configure
|
||
|
|
index 727cd725..f09af2f1 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.34.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for gprof 2.34.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1520,7 +1520,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
gprof configure 2.34
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -1885,7 +1885,7 @@ 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.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -13087,7 +13087,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by gprof $as_me 2.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -13153,7 +13153,7 @@ 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.34
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/intl/configure b/intl/configure
|
||
|
|
index 2f359931..412498b3 100755
|
||
|
|
--- a/intl/configure
|
||
|
|
+++ b/intl/configure
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
#! /bin/sh
|
||
|
|
# Guess values for system-dependent variables and create Makefiles.
|
||
|
|
-# Generated by GNU Autoconf 2.69.
|
||
|
|
+# Generated by GNU Autoconf 2.71.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1434,7 +1434,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
configure
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -1853,7 +1853,7 @@ This file contains any messages produced by compilers while
|
||
|
|
running configure, to aid debugging if configure makes a mistake.
|
||
|
|
|
||
|
|
It was created by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -7266,7 +7266,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -7332,7 +7332,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||
|
|
ac_cs_version="\\
|
||
|
|
config.status
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/ld/aclocal.m4 b/ld/aclocal.m4
|
||
|
|
index 7df8bf68..4c81116c 100644
|
||
|
|
--- a/ld/aclocal.m4
|
||
|
|
+++ b/ld/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/ld/configure b/ld/configure
|
||
|
|
index 27b43415..1b66413c 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.34.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for ld 2.34.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1602,7 +1602,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
ld configure 2.34
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -2317,7 +2317,7 @@ 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.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -18255,7 +18255,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by ld $as_me 2.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -18321,7 +18321,7 @@ 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.34
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/libctf/aclocal.m4 b/libctf/aclocal.m4
|
||
|
|
index 15d96cd6..9a3441a1 100644
|
||
|
|
--- a/libctf/aclocal.m4
|
||
|
|
+++ b/libctf/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/libctf/configure b/libctf/configure
|
||
|
|
index e5493b31..5d2f3623 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 library 1.2.0-pre.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for libctf library 1.2.0-pre.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1515,7 +1515,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
libctf library configure 1.2.0-pre
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -1926,7 +1926,7 @@ This file contains any messages produced by compilers while
|
||
|
|
running configure, to aid debugging if configure makes a mistake.
|
||
|
|
|
||
|
|
It was created by libctf library $as_me 1.2.0-pre, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -13772,7 +13772,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by libctf library $as_me 1.2.0-pre, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -13838,7 +13838,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||
|
|
ac_cs_version="\\
|
||
|
|
libctf library config.status 1.2.0-pre
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/libiberty/configure b/libiberty/configure
|
||
|
|
index 7a34dabe..80230b0a 100755
|
||
|
|
--- a/libiberty/configure
|
||
|
|
+++ b/libiberty/configure
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
#! /bin/sh
|
||
|
|
# Guess values for system-dependent variables and create Makefiles.
|
||
|
|
-# Generated by GNU Autoconf 2.69.
|
||
|
|
+# Generated by GNU Autoconf 2.71.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1423,7 +1423,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
configure
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -2103,7 +2103,7 @@ This file contains any messages produced by compilers while
|
||
|
|
running configure, to aid debugging if configure makes a mistake.
|
||
|
|
|
||
|
|
It was created by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -7983,7 +7983,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by $as_me, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -8049,7 +8049,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||
|
|
ac_cs_version="\\
|
||
|
|
config.status
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/opcodes/aclocal.m4 b/opcodes/aclocal.m4
|
||
|
|
index 36b13275..9b42574b 100644
|
||
|
|
--- a/opcodes/aclocal.m4
|
||
|
|
+++ b/opcodes/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/opcodes/configure b/opcodes/configure
|
||
|
|
index 6bae87d2..87084d18 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.69 for opcodes 2.34.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for opcodes 2.34.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1540,7 +1540,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
opcodes configure 2.34
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -1951,7 +1951,7 @@ 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.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -13534,7 +13534,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by opcodes $as_me 2.34, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -13600,7 +13600,7 @@ 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.34
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
diff --git a/zlib/aclocal.m4 b/zlib/aclocal.m4
|
||
|
|
index e5eed57b..fde016f6 100644
|
||
|
|
--- a/zlib/aclocal.m4
|
||
|
|
+++ b/zlib/aclocal.m4
|
||
|
|
@@ -14,8 +14,8 @@
|
||
|
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||
|
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||
|
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||
|
|
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
|
||
|
|
-[m4_warning([this file was generated for autoconf 2.69.
|
||
|
|
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
|
||
|
|
+[m4_warning([this file was generated for autoconf 2.71.
|
||
|
|
You have another version of autoconf. It may work, but is not guaranteed to.
|
||
|
|
If you have problems, you may need to regenerate the build system entirely.
|
||
|
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||
|
|
diff --git a/zlib/configure b/zlib/configure
|
||
|
|
index 041cbdbf..67f6cc55 100755
|
||
|
|
--- a/zlib/configure
|
||
|
|
+++ b/zlib/configure
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
#! /bin/sh
|
||
|
|
# Guess values for system-dependent variables and create Makefiles.
|
||
|
|
-# Generated by GNU Autoconf 2.69 for zlib 1.1.4.
|
||
|
|
+# Generated by GNU Autoconf 2.71 for zlib 1.1.4.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||
|
|
@@ -1506,7 +1506,7 @@ test -n "$ac_init_help" && exit $ac_status
|
||
|
|
if $ac_init_version; then
|
||
|
|
cat <<\_ACEOF
|
||
|
|
zlib configure 1.1.4
|
||
|
|
-generated by GNU Autoconf 2.69
|
||
|
|
+generated by GNU Autoconf 2.71
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
This configure script is free software; the Free Software Foundation
|
||
|
|
@@ -1874,7 +1874,7 @@ This file contains any messages produced by compilers while
|
||
|
|
running configure, to aid debugging if configure makes a mistake.
|
||
|
|
|
||
|
|
It was created by zlib $as_me 1.1.4, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
$ $0 $@
|
||
|
|
|
||
|
|
@@ -12051,7 +12051,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||
|
|
# values after options handling.
|
||
|
|
ac_log="
|
||
|
|
This file was extended by zlib $as_me 1.1.4, which was
|
||
|
|
-generated by GNU Autoconf 2.69. Invocation command line was
|
||
|
|
+generated by GNU Autoconf 2.71. Invocation command line was
|
||
|
|
|
||
|
|
CONFIG_FILES = $CONFIG_FILES
|
||
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||
|
|
@@ -12108,7 +12108,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||
|
|
ac_cs_version="\\
|
||
|
|
zlib config.status 1.1.4
|
||
|
|
-configured by $0, generated by GNU Autoconf 2.69,
|
||
|
|
+configured by $0, generated by GNU Autoconf 2.71,
|
||
|
|
with options \\"\$ac_cs_config\\"
|
||
|
|
|
||
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|