diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-04 21:43:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-06 11:27:25 +0100 |
commit | b35f220988319e2584467ab47d2d4318f9969b00 (patch) | |
tree | c2c234b79971a0fe022b7b174ebb4d76f8f9ef15 /meta/recipes-devtools/binutils | |
parent | a1c5e16c62f26401be8f5c0673efebfa18ed5abd (diff) | |
download | poky-b35f220988319e2584467ab47d2d4318f9969b00.tar.gz |
binutils: Upgrade to 2.43 release
Detailed changelog [1]
[1] https://sourceware.org/pipermail/binutils/2024-January/132213.html
(From OE-Core rev: 7e7afecc532a451b0ca9f34195a287c6472063c0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils')
21 files changed, 960 insertions, 957 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.42.inc b/meta/recipes-devtools/binutils/binutils-2.43.inc index bcc333506f..c1689a82dc 100644 --- a/meta/recipes-devtools/binutils/binutils-2.42.inc +++ b/meta/recipes-devtools/binutils/binutils-2.43.inc | |||
@@ -12,15 +12,15 @@ LIC_FILES_CHKSUM="\ | |||
12 | 12 | ||
13 | # When upgrading to 2.42, please make sure there is no trailing .0, so | 13 | # When upgrading to 2.42, please make sure there is no trailing .0, so |
14 | # that upstream version check can work correctly. | 14 | # that upstream version check can work correctly. |
15 | PV = "2.42" | 15 | PV = "2.43" |
16 | CVE_VERSION = "2.42" | 16 | CVE_VERSION = "2.43" |
17 | SRCBRANCH ?= "binutils-2_42-branch" | 17 | SRCBRANCH ?= "binutils-2_43-branch" |
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
20 | 20 | ||
21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" | 21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" |
22 | 22 | ||
23 | SRCREV ?= "e343b51459ca120ead1d1a0eda14dd7bd8849f4f" | 23 | SRCREV ?= "2fbb863136724cfef2fc2f4c2b7f51be36f132c7" |
24 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 24 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
25 | SRC_URI = "\ | 25 | SRC_URI = "\ |
26 | ${BINUTILS_GIT_URI} \ | 26 | ${BINUTILS_GIT_URI} \ |
@@ -35,6 +35,5 @@ SRC_URI = "\ | |||
35 | file://0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ | 35 | file://0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ |
36 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ | 36 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ |
37 | file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ | 37 | file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ |
38 | file://0015-gprofng-change-use-of-bignum-to-bigint.patch \ | ||
39 | " | 38 | " |
40 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.43.bb index 5dbaa03017..5dbaa03017 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.43.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-cross_2.42.bb b/meta/recipes-devtools/binutils/binutils-cross_2.43.bb index fbd1f7d25a..fbd1f7d25a 100644 --- a/meta/recipes-devtools/binutils/binutils-cross_2.42.bb +++ b/meta/recipes-devtools/binutils/binutils-cross_2.43.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb b/meta/recipes-devtools/binutils/binutils-crosssdk_2.43.bb index 6752659304..6752659304 100644 --- a/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb +++ b/meta/recipes-devtools/binutils/binutils-crosssdk_2.43.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb b/meta/recipes-devtools/binutils/binutils-testsuite_2.43.bb index f2facd52c3..f2facd52c3 100644 --- a/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb +++ b/meta/recipes-devtools/binutils/binutils-testsuite_2.43.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch b/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch index 4ef11c56e7..3dd559e396 100644 --- a/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch +++ b/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 089ee95b342e79af09258b45c888a13b35fadf26 Mon Sep 17 00:00:00 2001 | 1 | From 56d41f0cc6a806d2e8d7dcbfb4cca4cd37fba835 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 2 Mar 2015 01:58:54 +0000 | 3 | Date: Mon, 2 Mar 2015 01:58:54 +0000 |
4 | Subject: [PATCH] binutils-crosssdk: Generate relocatable SDKs | 4 | Subject: [PATCH] binutils-crosssdk: Generate relocatable SDKs |
@@ -34,10 +34,10 @@ index b43ae841a6c..6101a95195b 100644 | |||
34 | Output_section_data* odata = new Output_data_const(interp, len, 1); | 34 | Output_section_data* odata = new Output_data_const(interp, len, 1); |
35 | 35 | ||
36 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh | 36 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh |
37 | index d6ceb3fe4f5..365c0e778cc 100755 | 37 | index a726b158161..5d2eb737efc 100755 |
38 | --- a/ld/genscripts.sh | 38 | --- a/ld/genscripts.sh |
39 | +++ b/ld/genscripts.sh | 39 | +++ b/ld/genscripts.sh |
40 | @@ -298,6 +298,7 @@ DATA_ALIGNMENT_u="${DATA_ALIGNMENT_u-${DATA_ALIGNMENT_r}}" | 40 | @@ -315,6 +315,7 @@ DATA_ALIGNMENT_u="${DATA_ALIGNMENT_u-${DATA_ALIGNMENT_r}}" |
41 | LD_FLAG=r | 41 | LD_FLAG=r |
42 | DATA_ALIGNMENT=${DATA_ALIGNMENT_r} | 42 | DATA_ALIGNMENT=${DATA_ALIGNMENT_r} |
43 | DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})" | 43 | DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})" |
@@ -45,7 +45,7 @@ index d6ceb3fe4f5..365c0e778cc 100755 | |||
45 | ( echo "/* Script for -r */" | 45 | ( echo "/* Script for -r */" |
46 | source_sh ${CUSTOMIZER_SCRIPT} | 46 | source_sh ${CUSTOMIZER_SCRIPT} |
47 | source_sh ${srcdir}/scripttempl/${SCRIPT_NAME}.sc | 47 | source_sh ${srcdir}/scripttempl/${SCRIPT_NAME}.sc |
48 | @@ -306,10 +307,12 @@ DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})" | 48 | @@ -323,10 +324,12 @@ DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})" |
49 | LD_FLAG=u | 49 | LD_FLAG=u |
50 | DATA_ALIGNMENT=${DATA_ALIGNMENT_u} | 50 | DATA_ALIGNMENT=${DATA_ALIGNMENT_u} |
51 | CONSTRUCTING=" " | 51 | CONSTRUCTING=" " |
@@ -59,10 +59,10 @@ index d6ceb3fe4f5..365c0e778cc 100755 | |||
59 | DATA_ALIGNMENT=${DATA_ALIGNMENT_} | 59 | DATA_ALIGNMENT=${DATA_ALIGNMENT_} |
60 | RELOCATING=" " | 60 | RELOCATING=" " |
61 | diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc | 61 | diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc |
62 | index fae7c2ad71c..7fe37eb1874 100644 | 62 | index 54716110b61..da17fe5cbce 100644 |
63 | --- a/ld/scripttempl/elf.sc | 63 | --- a/ld/scripttempl/elf.sc |
64 | +++ b/ld/scripttempl/elf.sc | 64 | +++ b/ld/scripttempl/elf.sc |
65 | @@ -150,8 +150,8 @@ if test -z "$DATA_SEGMENT_ALIGN"; then | 65 | @@ -152,8 +152,8 @@ if test -z "$DATA_SEGMENT_ALIGN"; then |
66 | DATA_SEGMENT_RELRO_END=". = DATA_SEGMENT_RELRO_END (${SEPARATE_GOTPLT-0}, .);" | 66 | DATA_SEGMENT_RELRO_END=". = DATA_SEGMENT_RELRO_END (${SEPARATE_GOTPLT-0}, .);" |
67 | fi | 67 | fi |
68 | fi | 68 | fi |
diff --git a/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch b/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch index 1652473bcb..3ad1da38e6 100644 --- a/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch +++ b/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 6fae7afeb713a60755e17443964e46190bb97ede Mon Sep 17 00:00:00 2001 | 1 | From 4f2a54c468c448efdd44813273893ec9c541deaf Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 6 Mar 2017 23:37:05 -0800 | 3 | Date: Mon, 6 Mar 2017 23:37:05 -0800 |
4 | Subject: [PATCH] binutils-cross: Do not generate linker script directories | 4 | Subject: [PATCH] binutils-cross: Do not generate linker script directories |
@@ -22,10 +22,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
22 | 1 file changed, 25 deletions(-) | 22 | 1 file changed, 25 deletions(-) |
23 | 23 | ||
24 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh | 24 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh |
25 | index 365c0e778cc..b0893fda3c5 100755 | 25 | index 5d2eb737efc..ad225b0071d 100755 |
26 | --- a/ld/genscripts.sh | 26 | --- a/ld/genscripts.sh |
27 | +++ b/ld/genscripts.sh | 27 | +++ b/ld/genscripts.sh |
28 | @@ -229,31 +229,6 @@ append_to_lib_path() | 28 | @@ -244,31 +244,6 @@ append_to_lib_path() |
29 | fi | 29 | fi |
30 | } | 30 | } |
31 | 31 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch b/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch index f45690ed68..ec8e40c132 100644 --- a/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch +++ b/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 1fe9aa3f25e09281cb018b29081db4cc44bdc01f Mon Sep 17 00:00:00 2001 | 1 | From bbb86582536ba9e4ab0fb4656d4697542172ab78 Mon Sep 17 00:00:00 2001 |
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
3 | Date: Wed, 19 Feb 2020 09:51:16 -0800 | 3 | Date: Wed, 19 Feb 2020 09:51:16 -0800 |
4 | Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK | 4 | Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK |
@@ -29,7 +29,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
29 | 5 files changed, 7 insertions(+), 3 deletions(-) | 29 | 5 files changed, 7 insertions(+), 3 deletions(-) |
30 | 30 | ||
31 | diff --git a/ld/Makefile.am b/ld/Makefile.am | 31 | diff --git a/ld/Makefile.am b/ld/Makefile.am |
32 | index f9ee05b1400..07801c2c3ac 100644 | 32 | index 6a9833e5775..b2776d2a1f3 100644 |
33 | --- a/ld/Makefile.am | 33 | --- a/ld/Makefile.am |
34 | +++ b/ld/Makefile.am | 34 | +++ b/ld/Makefile.am |
35 | @@ -42,7 +42,8 @@ ZLIBINC = @zlibinc@ | 35 | @@ -42,7 +42,8 @@ ZLIBINC = @zlibinc@ |
@@ -43,7 +43,7 @@ index f9ee05b1400..07801c2c3ac 100644 | |||
43 | NO_WERROR = @NO_WERROR@ | 43 | NO_WERROR = @NO_WERROR@ |
44 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 44 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
45 | diff --git a/ld/Makefile.in b/ld/Makefile.in | 45 | diff --git a/ld/Makefile.in b/ld/Makefile.in |
46 | index abb0565718f..6329a12a0d6 100644 | 46 | index 8639e782cdf..19c19088724 100644 |
47 | --- a/ld/Makefile.in | 47 | --- a/ld/Makefile.in |
48 | +++ b/ld/Makefile.in | 48 | +++ b/ld/Makefile.in |
49 | @@ -576,7 +576,8 @@ ZLIB = @zlibdir@ -lz | 49 | @@ -576,7 +576,8 @@ ZLIB = @zlibdir@ -lz |
@@ -57,7 +57,7 @@ index abb0565718f..6329a12a0d6 100644 | |||
57 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 57 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
58 | 58 | ||
59 | diff --git a/ld/ldelf.c b/ld/ldelf.c | 59 | diff --git a/ld/ldelf.c b/ld/ldelf.c |
60 | index 2852851dcd5..187b359af86 100644 | 60 | index 09691609fc0..e49c0217ae2 100644 |
61 | --- a/ld/ldelf.c | 61 | --- a/ld/ldelf.c |
62 | +++ b/ld/ldelf.c | 62 | +++ b/ld/ldelf.c |
63 | @@ -939,7 +939,7 @@ ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, | 63 | @@ -939,7 +939,7 @@ ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, |
@@ -70,7 +70,7 @@ index 2852851dcd5..187b359af86 100644 | |||
70 | if (!ldelf_parse_ld_so_conf (&info, tmppath)) | 70 | if (!ldelf_parse_ld_so_conf (&info, tmppath)) |
71 | { | 71 | { |
72 | diff --git a/ld/ldmain.c b/ld/ldmain.c | 72 | diff --git a/ld/ldmain.c b/ld/ldmain.c |
73 | index e90c2021b33..01b306e58a1 100644 | 73 | index 037099b9d37..2f500d73c58 100644 |
74 | --- a/ld/ldmain.c | 74 | --- a/ld/ldmain.c |
75 | +++ b/ld/ldmain.c | 75 | +++ b/ld/ldmain.c |
76 | @@ -69,6 +69,7 @@ char *program_name; | 76 | @@ -69,6 +69,7 @@ char *program_name; |
diff --git a/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch b/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch index ab12c145ea..572c2e840b 100644 --- a/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch +++ b/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 780109902b00652dfdc080607c614f210e96ae9b Mon Sep 17 00:00:00 2001 | 1 | From aa371816a7ad55af4b29ffc32b213a812f4c6216 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 2 Mar 2015 01:09:58 +0000 | 3 | Date: Mon, 2 Mar 2015 01:09:58 +0000 |
4 | Subject: [PATCH] Point scripts location to libdir | 4 | Subject: [PATCH] Point scripts location to libdir |
@@ -12,7 +12,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
12 | 2 files changed, 2 insertions(+), 2 deletions(-) | 12 | 2 files changed, 2 insertions(+), 2 deletions(-) |
13 | 13 | ||
14 | diff --git a/ld/Makefile.am b/ld/Makefile.am | 14 | diff --git a/ld/Makefile.am b/ld/Makefile.am |
15 | index 07801c2c3ac..a2bcffecf73 100644 | 15 | index b2776d2a1f3..76ebecb5685 100644 |
16 | --- a/ld/Makefile.am | 16 | --- a/ld/Makefile.am |
17 | +++ b/ld/Makefile.am | 17 | +++ b/ld/Makefile.am |
18 | @@ -51,7 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 18 | @@ -51,7 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
@@ -25,7 +25,7 @@ index 07801c2c3ac..a2bcffecf73 100644 | |||
25 | EMUL = @EMUL@ | 25 | EMUL = @EMUL@ |
26 | EMULATION_OFILES = @EMULATION_OFILES@ | 26 | EMULATION_OFILES = @EMULATION_OFILES@ |
27 | diff --git a/ld/Makefile.in b/ld/Makefile.in | 27 | diff --git a/ld/Makefile.in b/ld/Makefile.in |
28 | index 6329a12a0d6..15311048855 100644 | 28 | index 19c19088724..4be38a75feb 100644 |
29 | --- a/ld/Makefile.in | 29 | --- a/ld/Makefile.in |
30 | +++ b/ld/Makefile.in | 30 | +++ b/ld/Makefile.in |
31 | @@ -584,7 +584,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 31 | @@ -584,7 +584,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
diff --git a/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch b/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch index f7c3987542..2b1d57a05e 100644 --- a/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch +++ b/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From c8cca8d2364c9f233d6e771136a4d4ff7f405c21 Mon Sep 17 00:00:00 2001 | 1 | From cf20233a1d53effa223a8b72ae9c0652a472a87a Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 2 Mar 2015 01:39:01 +0000 | 3 | Date: Mon, 2 Mar 2015 01:39:01 +0000 |
4 | Subject: [PATCH] don't let the distro compiler point to the wrong installation | 4 | Subject: [PATCH] don't let the distro compiler point to the wrong installation |
@@ -17,7 +17,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
17 | 1 file changed, 2 insertions(+), 1 deletion(-) | 17 | 1 file changed, 2 insertions(+), 1 deletion(-) |
18 | 18 | ||
19 | diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in | 19 | diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in |
20 | index 85c4b6b6ef8..cb6e91c8f9b 100644 | 20 | index b77a41c781c..9fb4d6f09c9 100644 |
21 | --- a/libiberty/Makefile.in | 21 | --- a/libiberty/Makefile.in |
22 | +++ b/libiberty/Makefile.in | 22 | +++ b/libiberty/Makefile.in |
23 | @@ -385,7 +385,8 @@ install-strip: install | 23 | @@ -385,7 +385,8 @@ install-strip: install |
diff --git a/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch b/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch index bf6a1a3961..b267e516b3 100644 --- a/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch +++ b/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From a92c46e3703d038d7d810bdc91e8540ad9d9150a Mon Sep 17 00:00:00 2001 | 1 | From 26f6a7a397e62b5e974cf88f6d4d8ba9a3d51e3c Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Fri, 15 Jan 2016 06:31:09 +0000 | 3 | Date: Fri, 15 Jan 2016 06:31:09 +0000 |
4 | Subject: [PATCH] warn for uses of system directories when cross linking | 4 | Subject: [PATCH] warn for uses of system directories when cross linking |
@@ -56,17 +56,17 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
56 | ld/configure.ac | 10 ++++++++++ | 56 | ld/configure.ac | 10 ++++++++++ |
57 | ld/ld.h | 8 ++++++++ | 57 | ld/ld.h | 8 ++++++++ |
58 | ld/ld.texi | 12 ++++++++++++ | 58 | ld/ld.texi | 12 ++++++++++++ |
59 | ld/ldfile.c | 17 +++++++++++++++++ | 59 | ld/ldfile.c | 16 ++++++++++++++++ |
60 | ld/ldlex.h | 2 ++ | 60 | ld/ldlex.h | 2 ++ |
61 | ld/ldmain.c | 6 ++++-- | 61 | ld/ldmain.c | 6 ++++-- |
62 | ld/lexsup.c | 15 +++++++++++++++ | 62 | ld/lexsup.c | 15 +++++++++++++++ |
63 | 9 files changed, 87 insertions(+), 2 deletions(-) | 63 | 9 files changed, 86 insertions(+), 2 deletions(-) |
64 | 64 | ||
65 | diff --git a/ld/config.in b/ld/config.in | 65 | diff --git a/ld/config.in b/ld/config.in |
66 | index 52d62f06ff0..b5944e7ba55 100644 | 66 | index f7c9da3d02a..e4fdbf6db5b 100644 |
67 | --- a/ld/config.in | 67 | --- a/ld/config.in |
68 | +++ b/ld/config.in | 68 | +++ b/ld/config.in |
69 | @@ -70,6 +70,9 @@ | 69 | @@ -74,6 +74,9 @@ |
70 | language is requested. */ | 70 | language is requested. */ |
71 | #undef ENABLE_NLS | 71 | #undef ENABLE_NLS |
72 | 72 | ||
@@ -77,7 +77,7 @@ index 52d62f06ff0..b5944e7ba55 100644 | |||
77 | #undef EXTRA_SHLIB_EXTENSION | 77 | #undef EXTRA_SHLIB_EXTENSION |
78 | 78 | ||
79 | diff --git a/ld/configure b/ld/configure | 79 | diff --git a/ld/configure b/ld/configure |
80 | index 6f8a05c3b6c..98a76d6da7f 100755 | 80 | index 1d89e3b0677..dd770216b61 100755 |
81 | --- a/ld/configure | 81 | --- a/ld/configure |
82 | +++ b/ld/configure | 82 | +++ b/ld/configure |
83 | @@ -844,6 +844,7 @@ with_lib_path | 83 | @@ -844,6 +844,7 @@ with_lib_path |
@@ -88,7 +88,7 @@ index 6f8a05c3b6c..98a76d6da7f 100755 | |||
88 | enable_gold | 88 | enable_gold |
89 | enable_got | 89 | enable_got |
90 | enable_compressed_debug_sections | 90 | enable_compressed_debug_sections |
91 | @@ -1534,6 +1535,8 @@ Optional Features: | 91 | @@ -1535,6 +1536,8 @@ Optional Features: |
92 | --enable-checking enable run-time checks | 92 | --enable-checking enable run-time checks |
93 | --enable-targets alternative target configurations | 93 | --enable-targets alternative target configurations |
94 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) | 94 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) |
@@ -118,10 +118,10 @@ index 6f8a05c3b6c..98a76d6da7f 100755 | |||
118 | if test "${enable_gold+set}" = set; then : | 118 | if test "${enable_gold+set}" = set; then : |
119 | enableval=$enable_gold; case "${enableval}" in | 119 | enableval=$enable_gold; case "${enableval}" in |
120 | diff --git a/ld/configure.ac b/ld/configure.ac | 120 | diff --git a/ld/configure.ac b/ld/configure.ac |
121 | index 4a11787ae71..104a531fb0f 100644 | 121 | index bdf51a062fa..3d370ff92ce 100644 |
122 | --- a/ld/configure.ac | 122 | --- a/ld/configure.ac |
123 | +++ b/ld/configure.ac | 123 | +++ b/ld/configure.ac |
124 | @@ -103,6 +103,16 @@ AC_SUBST(use_sysroot) | 124 | @@ -102,6 +102,16 @@ AC_SUBST(use_sysroot) |
125 | AC_SUBST(TARGET_SYSTEM_ROOT) | 125 | AC_SUBST(TARGET_SYSTEM_ROOT) |
126 | AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE) | 126 | AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE) |
127 | 127 | ||
@@ -139,7 +139,7 @@ index 4a11787ae71..104a531fb0f 100644 | |||
139 | dnl "install_as_default" is set to false if gold is the default linker. | 139 | dnl "install_as_default" is set to false if gold is the default linker. |
140 | dnl "installed_linker" is the installed BFD linker name. | 140 | dnl "installed_linker" is the installed BFD linker name. |
141 | diff --git a/ld/ld.h b/ld/ld.h | 141 | diff --git a/ld/ld.h b/ld/ld.h |
142 | index 54d9079678c..9f0163b2911 100644 | 142 | index 0dee944cf2a..83bd82d2a2e 100644 |
143 | --- a/ld/ld.h | 143 | --- a/ld/ld.h |
144 | +++ b/ld/ld.h | 144 | +++ b/ld/ld.h |
145 | @@ -166,6 +166,14 @@ typedef struct | 145 | @@ -166,6 +166,14 @@ typedef struct |
@@ -158,10 +158,10 @@ index 54d9079678c..9f0163b2911 100644 | |||
158 | enum endian_enum endian; | 158 | enum endian_enum endian; |
159 | 159 | ||
160 | diff --git a/ld/ld.texi b/ld/ld.texi | 160 | diff --git a/ld/ld.texi b/ld/ld.texi |
161 | index 4fda259a552..22685f5f1dd 100644 | 161 | index 89e3913317a..178908edf32 100644 |
162 | --- a/ld/ld.texi | 162 | --- a/ld/ld.texi |
163 | +++ b/ld/ld.texi | 163 | +++ b/ld/ld.texi |
164 | @@ -3119,6 +3119,18 @@ creation of the metadata note, if one had been enabled by an earlier | 164 | @@ -3245,6 +3245,18 @@ creation of the metadata note, if one had been enabled by an earlier |
165 | occurrence of the --package-metadata option. | 165 | occurrence of the --package-metadata option. |
166 | If the linker has been built with libjansson, then the JSON string | 166 | If the linker has been built with libjansson, then the JSON string |
167 | will be validated. | 167 | will be validated. |
@@ -181,14 +181,13 @@ index 4fda259a552..22685f5f1dd 100644 | |||
181 | 181 | ||
182 | @c man end | 182 | @c man end |
183 | diff --git a/ld/ldfile.c b/ld/ldfile.c | 183 | diff --git a/ld/ldfile.c b/ld/ldfile.c |
184 | index dc9875d8813..49d899ee49d 100644 | 184 | index 87be885d31a..86c8a5b267d 100644 |
185 | --- a/ld/ldfile.c | 185 | --- a/ld/ldfile.c |
186 | +++ b/ld/ldfile.c | 186 | +++ b/ld/ldfile.c |
187 | @@ -327,6 +327,23 @@ ldfile_add_library_path (const char *name, bool cmdline) | 187 | @@ -344,6 +344,22 @@ ldfile_add_library_path (const char *name, enum search_dir_source source) |
188 | new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); | 188 | search_tail_ptr = &new_dirs->next; |
189 | else | 189 | } |
190 | new_dirs->name = xstrdup (name); | 190 | |
191 | + | ||
192 | +#ifdef ENABLE_POISON_SYSTEM_DIRECTORIES | 191 | +#ifdef ENABLE_POISON_SYSTEM_DIRECTORIES |
193 | + if (command_line.poison_system_directories | 192 | + if (command_line.poison_system_directories |
194 | + && ((!strncmp (name, "/lib", 4)) | 193 | + && ((!strncmp (name, "/lib", 4)) |
@@ -205,16 +204,16 @@ index dc9875d8813..49d899ee49d 100644 | |||
205 | + } | 204 | + } |
206 | +#endif | 205 | +#endif |
207 | + | 206 | + |
207 | return new_dirs; | ||
208 | } | 208 | } |
209 | 209 | ||
210 | /* Try to open a BFD for a lang_input_statement. */ | ||
211 | diff --git a/ld/ldlex.h b/ld/ldlex.h | 210 | diff --git a/ld/ldlex.h b/ld/ldlex.h |
212 | index 161a9d4d8dc..757fe2f7650 100644 | 211 | index defe3fcbbb9..aea75a25dc8 100644 |
213 | --- a/ld/ldlex.h | 212 | --- a/ld/ldlex.h |
214 | +++ b/ld/ldlex.h | 213 | +++ b/ld/ldlex.h |
215 | @@ -147,6 +147,8 @@ enum option_values | 214 | @@ -149,6 +149,8 @@ enum option_values |
216 | OPTION_PLUGIN, | ||
217 | OPTION_PLUGIN_OPT, | 215 | OPTION_PLUGIN_OPT, |
216 | OPTION_PLUGIN_SAVE_TEMPS, | ||
218 | #endif /* BFD_SUPPORTS_PLUGINS */ | 217 | #endif /* BFD_SUPPORTS_PLUGINS */ |
219 | + OPTION_NO_POISON_SYSTEM_DIRECTORIES, | 218 | + OPTION_NO_POISON_SYSTEM_DIRECTORIES, |
220 | + OPTION_ERROR_POISON_SYSTEM_DIRECTORIES, | 219 | + OPTION_ERROR_POISON_SYSTEM_DIRECTORIES, |
@@ -222,10 +221,10 @@ index 161a9d4d8dc..757fe2f7650 100644 | |||
222 | OPTION_PRINT_OUTPUT_FORMAT, | 221 | OPTION_PRINT_OUTPUT_FORMAT, |
223 | OPTION_PRINT_SYSROOT, | 222 | OPTION_PRINT_SYSROOT, |
224 | diff --git a/ld/ldmain.c b/ld/ldmain.c | 223 | diff --git a/ld/ldmain.c b/ld/ldmain.c |
225 | index 01b306e58a1..eddefc24332 100644 | 224 | index 2f500d73c58..8b1bf7ad6aa 100644 |
226 | --- a/ld/ldmain.c | 225 | --- a/ld/ldmain.c |
227 | +++ b/ld/ldmain.c | 226 | +++ b/ld/ldmain.c |
228 | @@ -326,6 +326,8 @@ main (int argc, char **argv) | 227 | @@ -348,6 +348,8 @@ main (int argc, char **argv) |
229 | command_line.warn_mismatch = true; | 228 | command_line.warn_mismatch = true; |
230 | command_line.warn_search_mismatch = true; | 229 | command_line.warn_search_mismatch = true; |
231 | command_line.check_section_addresses = -1; | 230 | command_line.check_section_addresses = -1; |
@@ -234,7 +233,7 @@ index 01b306e58a1..eddefc24332 100644 | |||
234 | 233 | ||
235 | /* We initialize DEMANGLING based on the environment variable | 234 | /* We initialize DEMANGLING based on the environment variable |
236 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the | 235 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the |
237 | @@ -1458,7 +1460,7 @@ undefined_symbol (struct bfd_link_info *info, | 236 | @@ -1489,7 +1491,7 @@ undefined_symbol (struct bfd_link_info *info, |
238 | argv[1] = "undefined-symbol"; | 237 | argv[1] = "undefined-symbol"; |
239 | argv[2] = (char *) name; | 238 | argv[2] = (char *) name; |
240 | argv[3] = NULL; | 239 | argv[3] = NULL; |
@@ -243,7 +242,7 @@ index 01b306e58a1..eddefc24332 100644 | |||
243 | if (verbose) | 242 | if (verbose) |
244 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), | 243 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), |
245 | argv[0], argv[1], argv[2]); | 244 | argv[0], argv[1], argv[2]); |
246 | @@ -1479,7 +1481,7 @@ undefined_symbol (struct bfd_link_info *info, | 245 | @@ -1510,7 +1512,7 @@ undefined_symbol (struct bfd_link_info *info, |
247 | carry on to issue the normal error message. */ | 246 | carry on to issue the normal error message. */ |
248 | } | 247 | } |
249 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ | 248 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ |
@@ -253,10 +252,10 @@ index 01b306e58a1..eddefc24332 100644 | |||
253 | { | 252 | { |
254 | if (error_count < MAX_ERRORS_IN_A_ROW) | 253 | if (error_count < MAX_ERRORS_IN_A_ROW) |
255 | diff --git a/ld/lexsup.c b/ld/lexsup.c | 254 | diff --git a/ld/lexsup.c b/ld/lexsup.c |
256 | index 099dff8ecde..e9939000b2e 100644 | 255 | index 4aa0124ce2f..65c90d48332 100644 |
257 | --- a/ld/lexsup.c | 256 | --- a/ld/lexsup.c |
258 | +++ b/ld/lexsup.c | 257 | +++ b/ld/lexsup.c |
259 | @@ -642,6 +642,14 @@ static const struct ld_option ld_options[] = | 258 | @@ -648,6 +648,14 @@ static const struct ld_option ld_options[] = |
260 | " <method> is: share-unconflicted (default),\n" | 259 | " <method> is: share-unconflicted (default),\n" |
261 | " share-duplicated"), | 260 | " share-duplicated"), |
262 | TWO_DASHES }, | 261 | TWO_DASHES }, |
@@ -271,7 +270,7 @@ index 099dff8ecde..e9939000b2e 100644 | |||
271 | }; | 270 | }; |
272 | 271 | ||
273 | #define OPTION_COUNT ARRAY_SIZE (ld_options) | 272 | #define OPTION_COUNT ARRAY_SIZE (ld_options) |
274 | @@ -1818,6 +1826,13 @@ parse_args (unsigned argc, char **argv) | 273 | @@ -1834,6 +1842,13 @@ parse_args (unsigned argc, char **argv) |
275 | 274 | ||
276 | case OPTION_PRINT_MAP_LOCALS: | 275 | case OPTION_PRINT_MAP_LOCALS: |
277 | config.print_map_locals = true; | 276 | config.print_map_locals = true; |
diff --git a/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch b/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch index f9fa0d4f78..7144b7d18d 100644 --- a/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch +++ b/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d35fd95eee9930ab41d9ad637eacb35aa9fe6f44 Mon Sep 17 00:00:00 2001 | 1 | From bfc643d4044dccc917549f2db439cff165512b02 Mon Sep 17 00:00:00 2001 |
2 | From: Zhenhua Luo <zhenhua.luo@nxp.com> | 2 | From: Zhenhua Luo <zhenhua.luo@nxp.com> |
3 | Date: Sat, 11 Jun 2016 22:08:29 -0500 | 3 | Date: Sat, 11 Jun 2016 22:08:29 -0500 |
4 | Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic | 4 | Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic |
diff --git a/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch b/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch index 05f1ed0dc5..19dc7ab7bd 100644 --- a/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch +++ b/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From da089ddacb6506f406acd8939389183a4356ebf0 Mon Sep 17 00:00:00 2001 | 1 | From a5272ced746039b50606ebeb311c38adad49a817 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sun, 14 Feb 2016 17:04:07 +0000 | 3 | Date: Sun, 14 Feb 2016 17:04:07 +0000 |
4 | Subject: [PATCH] Use libtool 2.4 | 4 | Subject: [PATCH] Use libtool 2.4 |
@@ -27,11 +27,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
27 | gprofng/src/Makefile.in | 2 + | 27 | gprofng/src/Makefile.in | 2 + |
28 | ld/Makefile.in | 3 + | 28 | ld/Makefile.in | 3 + |
29 | ld/configure | 1694 ++++++++++++---- | 29 | ld/configure | 1694 ++++++++++++---- |
30 | libbacktrace/Makefile.in | 108 +- | 30 | libbacktrace/Makefile.in | 112 +- |
31 | libbacktrace/aclocal.m4 | 73 +- | 31 | libbacktrace/aclocal.m4 | 73 +- |
32 | libbacktrace/configure | 1441 +++++++++---- | 32 | libbacktrace/configure | 1441 +++++++++---- |
33 | libctf/Makefile.in | 2 + | 33 | libctf/Makefile.in | 2 + |
34 | libctf/configure | 1334 +++++++++--- | 34 | libctf/configure | 1330 +++++++++--- |
35 | libsframe/Makefile.in | 344 ++-- | 35 | libsframe/Makefile.in | 344 ++-- |
36 | libsframe/aclocal.m4 | 220 +- | 36 | libsframe/aclocal.m4 | 220 +- |
37 | libsframe/configure | 1553 ++++++++++---- | 37 | libsframe/configure | 1553 ++++++++++---- |
@@ -44,10 +44,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
44 | opcodes/configure | 1331 +++++++++--- | 44 | opcodes/configure | 1331 +++++++++--- |
45 | zlib/Makefile.in | 3 + | 45 | zlib/Makefile.in | 3 + |
46 | zlib/configure | 1331 +++++++++--- | 46 | zlib/configure | 1331 +++++++++--- |
47 | 35 files changed, 16094 insertions(+), 6104 deletions(-) | 47 | 35 files changed, 16090 insertions(+), 6108 deletions(-) |
48 | 48 | ||
49 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in | 49 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in |
50 | index faaa0c424b8..5371e093163 100644 | 50 | index b3d97d478ea..8c19e1766fa 100644 |
51 | --- a/bfd/Makefile.in | 51 | --- a/bfd/Makefile.in |
52 | +++ b/bfd/Makefile.in | 52 | +++ b/bfd/Makefile.in |
53 | @@ -340,6 +340,7 @@ DATADIRNAME = @DATADIRNAME@ | 53 | @@ -340,6 +340,7 @@ DATADIRNAME = @DATADIRNAME@ |
@@ -75,7 +75,7 @@ index faaa0c424b8..5371e093163 100644 | |||
75 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 75 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
76 | all_backends = @all_backends@ | 76 | all_backends = @all_backends@ |
77 | diff --git a/bfd/configure b/bfd/configure | 77 | diff --git a/bfd/configure b/bfd/configure |
78 | index acbac2f364a..a53a9d52719 100755 | 78 | index 9fe9cf6919f..37b2e6c3393 100755 |
79 | --- a/bfd/configure | 79 | --- a/bfd/configure |
80 | +++ b/bfd/configure | 80 | +++ b/bfd/configure |
81 | @@ -712,6 +712,9 @@ OTOOL | 81 | @@ -712,6 +712,9 @@ OTOOL |
@@ -105,7 +105,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
105 | --with-mmap try using mmap for BFD input files if available | 105 | --with-mmap try using mmap for BFD input files if available |
106 | --with-separate-debug-dir=DIR | 106 | --with-separate-debug-dir=DIR |
107 | Look for global separate debug info in DIR | 107 | Look for global separate debug info in DIR |
108 | @@ -5063,8 +5069,8 @@ esac | 108 | @@ -5061,8 +5067,8 @@ esac |
109 | 109 | ||
110 | 110 | ||
111 | 111 | ||
@@ -116,7 +116,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
116 | 116 | ||
117 | 117 | ||
118 | 118 | ||
119 | @@ -5104,7 +5110,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 119 | @@ -5102,7 +5108,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
121 | $as_echo_n "checking how to print strings... " >&6; } | 121 | $as_echo_n "checking how to print strings... " >&6; } |
122 | # Test print first, because it will be a builtin if present. | 122 | # Test print first, because it will be a builtin if present. |
@@ -125,7 +125,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
125 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 125 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
126 | ECHO='print -r --' | 126 | ECHO='print -r --' |
127 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 127 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
128 | @@ -5797,8 +5803,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 128 | @@ -5795,8 +5801,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
129 | # Try some XSI features | 129 | # Try some XSI features |
130 | xsi_shell=no | 130 | xsi_shell=no |
131 | ( _lt_dummy="a/b/c" | 131 | ( _lt_dummy="a/b/c" |
@@ -136,7 +136,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
136 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 136 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
137 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 137 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
138 | && xsi_shell=yes | 138 | && xsi_shell=yes |
139 | @@ -5847,6 +5853,80 @@ esac | 139 | @@ -5845,6 +5851,80 @@ esac |
140 | 140 | ||
141 | 141 | ||
142 | 142 | ||
@@ -217,7 +217,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
217 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 217 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
218 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 218 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
219 | if ${lt_cv_ld_reload_flag+:} false; then : | 219 | if ${lt_cv_ld_reload_flag+:} false; then : |
220 | @@ -5863,6 +5943,11 @@ case $reload_flag in | 220 | @@ -5861,6 +5941,11 @@ case $reload_flag in |
221 | esac | 221 | esac |
222 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 222 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
223 | case $host_os in | 223 | case $host_os in |
@@ -229,7 +229,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
229 | darwin*) | 229 | darwin*) |
230 | if test "$GCC" = yes; then | 230 | if test "$GCC" = yes; then |
231 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 231 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
232 | @@ -6031,7 +6116,8 @@ mingw* | pw32*) | 232 | @@ -6029,7 +6114,8 @@ mingw* | pw32*) |
233 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 233 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
234 | lt_cv_file_magic_cmd='func_win32_libid' | 234 | lt_cv_file_magic_cmd='func_win32_libid' |
235 | else | 235 | else |
@@ -239,7 +239,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
239 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 239 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
240 | fi | 240 | fi |
241 | ;; | 241 | ;; |
242 | @@ -6190,6 +6276,21 @@ esac | 242 | @@ -6188,6 +6274,21 @@ esac |
243 | fi | 243 | fi |
244 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 244 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
245 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 245 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -261,7 +261,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
261 | file_magic_cmd=$lt_cv_file_magic_cmd | 261 | file_magic_cmd=$lt_cv_file_magic_cmd |
262 | deplibs_check_method=$lt_cv_deplibs_check_method | 262 | deplibs_check_method=$lt_cv_deplibs_check_method |
263 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 263 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
264 | @@ -6205,6 +6306,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 264 | @@ -6203,6 +6304,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
265 | 265 | ||
266 | 266 | ||
267 | 267 | ||
@@ -419,7 +419,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
419 | plugin_option= | 419 | plugin_option= |
420 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 420 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
421 | for plugin in $plugin_names; do | 421 | for plugin in $plugin_names; do |
422 | @@ -6219,8 +6471,10 @@ for plugin in $plugin_names; do | 422 | @@ -6217,8 +6469,10 @@ for plugin in $plugin_names; do |
423 | done | 423 | done |
424 | 424 | ||
425 | if test -n "$ac_tool_prefix"; then | 425 | if test -n "$ac_tool_prefix"; then |
@@ -432,7 +432,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
432 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 432 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
433 | $as_echo_n "checking for $ac_word... " >&6; } | 433 | $as_echo_n "checking for $ac_word... " >&6; } |
434 | if ${ac_cv_prog_AR+:} false; then : | 434 | if ${ac_cv_prog_AR+:} false; then : |
435 | @@ -6236,7 +6490,7 @@ do | 435 | @@ -6234,7 +6488,7 @@ do |
436 | test -z "$as_dir" && as_dir=. | 436 | test -z "$as_dir" && as_dir=. |
437 | for ac_exec_ext in '' $ac_executable_extensions; do | 437 | for ac_exec_ext in '' $ac_executable_extensions; do |
438 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 438 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -441,7 +441,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
441 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 441 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
442 | break 2 | 442 | break 2 |
443 | fi | 443 | fi |
444 | @@ -6256,11 +6510,15 @@ $as_echo "no" >&6; } | 444 | @@ -6254,11 +6508,15 @@ $as_echo "no" >&6; } |
445 | fi | 445 | fi |
446 | 446 | ||
447 | 447 | ||
@@ -460,7 +460,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
461 | $as_echo_n "checking for $ac_word... " >&6; } | 461 | $as_echo_n "checking for $ac_word... " >&6; } |
462 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 462 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
463 | @@ -6276,7 +6534,7 @@ do | 463 | @@ -6274,7 +6532,7 @@ do |
464 | test -z "$as_dir" && as_dir=. | 464 | test -z "$as_dir" && as_dir=. |
465 | for ac_exec_ext in '' $ac_executable_extensions; do | 465 | for ac_exec_ext in '' $ac_executable_extensions; do |
466 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 466 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -469,7 +469,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
469 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 469 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
470 | break 2 | 470 | break 2 |
471 | fi | 471 | fi |
472 | @@ -6295,6 +6553,10 @@ else | 472 | @@ -6293,6 +6551,10 @@ else |
473 | $as_echo "no" >&6; } | 473 | $as_echo "no" >&6; } |
474 | fi | 474 | fi |
475 | 475 | ||
@@ -480,7 +480,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
480 | if test "x$ac_ct_AR" = x; then | 480 | if test "x$ac_ct_AR" = x; then |
481 | AR="false" | 481 | AR="false" |
482 | else | 482 | else |
483 | @@ -6306,25 +6568,20 @@ ac_tool_warned=yes ;; | 483 | @@ -6304,25 +6566,20 @@ ac_tool_warned=yes ;; |
484 | esac | 484 | esac |
485 | AR=$ac_ct_AR | 485 | AR=$ac_ct_AR |
486 | fi | 486 | fi |
@@ -516,7 +516,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
516 | 516 | ||
517 | 517 | ||
518 | 518 | ||
519 | @@ -6335,6 +6592,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 519 | @@ -6333,6 +6590,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
520 | 520 | ||
521 | 521 | ||
522 | 522 | ||
@@ -580,7 +580,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
580 | 580 | ||
581 | if test -n "$ac_tool_prefix"; then | 581 | if test -n "$ac_tool_prefix"; then |
582 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 582 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
583 | @@ -6675,8 +6989,8 @@ esac | 583 | @@ -6673,8 +6987,8 @@ esac |
584 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 584 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
585 | 585 | ||
586 | # Transform an extracted symbol line into symbol name and symbol address | 586 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -591,7 +591,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
591 | 591 | ||
592 | # Handle CRLF in mingw tool chain | 592 | # Handle CRLF in mingw tool chain |
593 | opt_cr= | 593 | opt_cr= |
594 | @@ -6712,6 +7026,7 @@ for ac_symprfx in "" "_"; do | 594 | @@ -6710,6 +7024,7 @@ for ac_symprfx in "" "_"; do |
595 | else | 595 | else |
596 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 596 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
597 | fi | 597 | fi |
@@ -599,7 +599,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
599 | 599 | ||
600 | # Check to see that the pipe works correctly. | 600 | # Check to see that the pipe works correctly. |
601 | pipe_works=no | 601 | pipe_works=no |
602 | @@ -6753,6 +7068,18 @@ _LT_EOF | 602 | @@ -6751,6 +7066,18 @@ _LT_EOF |
603 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 603 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
604 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 604 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
605 | cat <<_LT_EOF > conftest.$ac_ext | 605 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -618,7 +618,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
618 | #ifdef __cplusplus | 618 | #ifdef __cplusplus |
619 | extern "C" { | 619 | extern "C" { |
620 | #endif | 620 | #endif |
621 | @@ -6764,7 +7091,7 @@ _LT_EOF | 621 | @@ -6762,7 +7089,7 @@ _LT_EOF |
622 | cat <<_LT_EOF >> conftest.$ac_ext | 622 | cat <<_LT_EOF >> conftest.$ac_ext |
623 | 623 | ||
624 | /* The mapping between symbol names and symbols. */ | 624 | /* The mapping between symbol names and symbols. */ |
@@ -627,7 +627,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
627 | const char *name; | 627 | const char *name; |
628 | void *address; | 628 | void *address; |
629 | } | 629 | } |
630 | @@ -6790,8 +7117,8 @@ static const void *lt_preloaded_setup() { | 630 | @@ -6788,8 +7115,8 @@ static const void *lt_preloaded_setup() { |
631 | _LT_EOF | 631 | _LT_EOF |
632 | # Now try linking the two files. | 632 | # Now try linking the two files. |
633 | mv conftest.$ac_objext conftstm.$ac_objext | 633 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -638,7 +638,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
638 | LIBS="conftstm.$ac_objext" | 638 | LIBS="conftstm.$ac_objext" |
639 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 639 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
640 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 640 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
641 | @@ -6801,8 +7128,8 @@ _LT_EOF | 641 | @@ -6799,8 +7126,8 @@ _LT_EOF |
642 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 642 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
643 | pipe_works=yes | 643 | pipe_works=yes |
644 | fi | 644 | fi |
@@ -649,7 +649,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
649 | else | 649 | else |
650 | echo "cannot find nm_test_func in $nlist" >&5 | 650 | echo "cannot find nm_test_func in $nlist" >&5 |
651 | fi | 651 | fi |
652 | @@ -6839,6 +7166,14 @@ else | 652 | @@ -6837,6 +7164,14 @@ else |
653 | $as_echo "ok" >&6; } | 653 | $as_echo "ok" >&6; } |
654 | fi | 654 | fi |
655 | 655 | ||
@@ -664,7 +664,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
664 | 664 | ||
665 | 665 | ||
666 | 666 | ||
667 | @@ -6857,6 +7192,47 @@ fi | 667 | @@ -6855,6 +7190,47 @@ fi |
668 | 668 | ||
669 | 669 | ||
670 | 670 | ||
@@ -712,7 +712,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
712 | 712 | ||
713 | 713 | ||
714 | 714 | ||
715 | @@ -7066,6 +7442,123 @@ esac | 715 | @@ -7064,6 +7440,123 @@ esac |
716 | 716 | ||
717 | need_locks="$enable_libtool_lock" | 717 | need_locks="$enable_libtool_lock" |
718 | 718 | ||
@@ -836,7 +836,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
836 | 836 | ||
837 | case $host_os in | 837 | case $host_os in |
838 | rhapsody* | darwin*) | 838 | rhapsody* | darwin*) |
839 | @@ -7629,6 +8122,8 @@ _LT_EOF | 839 | @@ -7627,6 +8120,8 @@ _LT_EOF |
840 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 840 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
841 | echo "$AR cru libconftest.a conftest.o" >&5 | 841 | echo "$AR cru libconftest.a conftest.o" >&5 |
842 | $AR cru libconftest.a conftest.o 2>&5 | 842 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -845,7 +845,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
845 | cat > conftest.c << _LT_EOF | 845 | cat > conftest.c << _LT_EOF |
846 | int main() { return 0;} | 846 | int main() { return 0;} |
847 | _LT_EOF | 847 | _LT_EOF |
848 | @@ -8182,8 +8677,6 @@ fi | 848 | @@ -8180,8 +8675,6 @@ fi |
849 | lt_prog_compiler_pic= | 849 | lt_prog_compiler_pic= |
850 | lt_prog_compiler_static= | 850 | lt_prog_compiler_static= |
851 | 851 | ||
@@ -854,7 +854,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
854 | 854 | ||
855 | if test "$GCC" = yes; then | 855 | if test "$GCC" = yes; then |
856 | lt_prog_compiler_wl='-Wl,' | 856 | lt_prog_compiler_wl='-Wl,' |
857 | @@ -8349,6 +8842,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 857 | @@ -8347,6 +8840,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
858 | lt_prog_compiler_pic='--shared' | 858 | lt_prog_compiler_pic='--shared' |
859 | lt_prog_compiler_static='--static' | 859 | lt_prog_compiler_static='--static' |
860 | ;; | 860 | ;; |
@@ -867,7 +867,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
867 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 867 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
868 | # Portland Group compilers (*not* the Pentium gcc compiler, | 868 | # Portland Group compilers (*not* the Pentium gcc compiler, |
869 | # which looks to be a dead project) | 869 | # which looks to be a dead project) |
870 | @@ -8411,7 +8910,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 870 | @@ -8409,7 +8908,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
871 | lt_prog_compiler_pic='-KPIC' | 871 | lt_prog_compiler_pic='-KPIC' |
872 | lt_prog_compiler_static='-Bstatic' | 872 | lt_prog_compiler_static='-Bstatic' |
873 | case $cc_basename in | 873 | case $cc_basename in |
@@ -876,7 +876,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
876 | lt_prog_compiler_wl='-Qoption ld ';; | 876 | lt_prog_compiler_wl='-Qoption ld ';; |
877 | *) | 877 | *) |
878 | lt_prog_compiler_wl='-Wl,';; | 878 | lt_prog_compiler_wl='-Wl,';; |
879 | @@ -8468,13 +8967,17 @@ case $host_os in | 879 | @@ -8466,13 +8965,17 @@ case $host_os in |
880 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 880 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
881 | ;; | 881 | ;; |
882 | esac | 882 | esac |
@@ -900,7 +900,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
900 | 900 | ||
901 | # | 901 | # |
902 | # Check to make sure the PIC flag actually works. | 902 | # Check to make sure the PIC flag actually works. |
903 | @@ -8535,6 +9038,11 @@ fi | 903 | @@ -8533,6 +9036,11 @@ fi |
904 | 904 | ||
905 | 905 | ||
906 | 906 | ||
@@ -912,7 +912,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
912 | # | 912 | # |
913 | # Check to make sure the static flag actually works. | 913 | # Check to make sure the static flag actually works. |
914 | # | 914 | # |
915 | @@ -8885,7 +9393,8 @@ _LT_EOF | 915 | @@ -8883,7 +9391,8 @@ _LT_EOF |
916 | allow_undefined_flag=unsupported | 916 | allow_undefined_flag=unsupported |
917 | always_export_symbols=no | 917 | always_export_symbols=no |
918 | enable_shared_with_static_runtimes=yes | 918 | enable_shared_with_static_runtimes=yes |
@@ -922,7 +922,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
922 | 922 | ||
923 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 923 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
924 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 924 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
925 | @@ -8984,12 +9493,12 @@ _LT_EOF | 925 | @@ -8982,12 +9491,12 @@ _LT_EOF |
926 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 926 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
927 | hardcode_libdir_flag_spec= | 927 | hardcode_libdir_flag_spec= |
928 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 928 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -937,7 +937,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
937 | fi | 937 | fi |
938 | ;; | 938 | ;; |
939 | esac | 939 | esac |
940 | @@ -9003,8 +9512,8 @@ _LT_EOF | 940 | @@ -9001,8 +9510,8 @@ _LT_EOF |
941 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 941 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
942 | wlarc= | 942 | wlarc= |
943 | else | 943 | else |
@@ -948,7 +948,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
948 | fi | 948 | fi |
949 | ;; | 949 | ;; |
950 | 950 | ||
951 | @@ -9022,8 +9531,8 @@ _LT_EOF | 951 | @@ -9020,8 +9529,8 @@ _LT_EOF |
952 | 952 | ||
953 | _LT_EOF | 953 | _LT_EOF |
954 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 954 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -959,7 +959,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
959 | else | 959 | else |
960 | ld_shlibs=no | 960 | ld_shlibs=no |
961 | fi | 961 | fi |
962 | @@ -9069,8 +9578,8 @@ _LT_EOF | 962 | @@ -9067,8 +9576,8 @@ _LT_EOF |
963 | 963 | ||
964 | *) | 964 | *) |
965 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 965 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -970,7 +970,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
970 | else | 970 | else |
971 | ld_shlibs=no | 971 | ld_shlibs=no |
972 | fi | 972 | fi |
973 | @@ -9200,7 +9709,13 @@ _LT_EOF | 973 | @@ -9198,7 +9707,13 @@ _LT_EOF |
974 | allow_undefined_flag='-berok' | 974 | allow_undefined_flag='-berok' |
975 | # Determine the default libpath from the value encoded in an | 975 | # Determine the default libpath from the value encoded in an |
976 | # empty executable. | 976 | # empty executable. |
@@ -985,7 +985,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
985 | /* end confdefs.h. */ | 985 | /* end confdefs.h. */ |
986 | 986 | ||
987 | int | 987 | int |
988 | @@ -9213,22 +9728,29 @@ main () | 988 | @@ -9211,22 +9726,29 @@ main () |
989 | _ACEOF | 989 | _ACEOF |
990 | if ac_fn_c_try_link "$LINENO"; then : | 990 | if ac_fn_c_try_link "$LINENO"; then : |
991 | 991 | ||
@@ -1028,7 +1028,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1028 | 1028 | ||
1029 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 1029 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
1030 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 1030 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
1031 | @@ -9240,7 +9762,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1031 | @@ -9238,7 +9760,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1032 | else | 1032 | else |
1033 | # Determine the default libpath from the value encoded in an | 1033 | # Determine the default libpath from the value encoded in an |
1034 | # empty executable. | 1034 | # empty executable. |
@@ -1043,7 +1043,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1043 | /* end confdefs.h. */ | 1043 | /* end confdefs.h. */ |
1044 | 1044 | ||
1045 | int | 1045 | int |
1046 | @@ -9253,22 +9781,29 @@ main () | 1046 | @@ -9251,22 +9779,29 @@ main () |
1047 | _ACEOF | 1047 | _ACEOF |
1048 | if ac_fn_c_try_link "$LINENO"; then : | 1048 | if ac_fn_c_try_link "$LINENO"; then : |
1049 | 1049 | ||
@@ -1086,7 +1086,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1086 | 1086 | ||
1087 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 1087 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
1088 | # Warning - without using the other run time loading flags, | 1088 | # Warning - without using the other run time loading flags, |
1089 | @@ -9313,20 +9848,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1089 | @@ -9311,20 +9846,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1090 | # Microsoft Visual C++. | 1090 | # Microsoft Visual C++. |
1091 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 1091 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
1092 | # no search path for DLLs. | 1092 | # no search path for DLLs. |
@@ -1164,7 +1164,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1164 | ;; | 1164 | ;; |
1165 | 1165 | ||
1166 | darwin* | rhapsody*) | 1166 | darwin* | rhapsody*) |
1167 | @@ -9387,7 +9965,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1167 | @@ -9385,7 +9963,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1168 | 1168 | ||
1169 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 1169 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
1170 | freebsd* | dragonfly*) | 1170 | freebsd* | dragonfly*) |
@@ -1173,7 +1173,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1173 | hardcode_libdir_flag_spec='-R$libdir' | 1173 | hardcode_libdir_flag_spec='-R$libdir' |
1174 | hardcode_direct=yes | 1174 | hardcode_direct=yes |
1175 | hardcode_shlibpath_var=no | 1175 | hardcode_shlibpath_var=no |
1176 | @@ -9395,7 +9973,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1176 | @@ -9393,7 +9971,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1177 | 1177 | ||
1178 | hpux9*) | 1178 | hpux9*) |
1179 | if test "$GCC" = yes; then | 1179 | if test "$GCC" = yes; then |
@@ -1182,7 +1182,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1182 | else | 1182 | else |
1183 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 1183 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
1184 | fi | 1184 | fi |
1185 | @@ -9411,7 +9989,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1185 | @@ -9409,7 +9987,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1186 | 1186 | ||
1187 | hpux10*) | 1187 | hpux10*) |
1188 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 1188 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -1191,7 +1191,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1191 | else | 1191 | else |
1192 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 1192 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
1193 | fi | 1193 | fi |
1194 | @@ -9435,10 +10013,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1194 | @@ -9433,10 +10011,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1195 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 1195 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
1196 | ;; | 1196 | ;; |
1197 | ia64*) | 1197 | ia64*) |
@@ -1204,7 +1204,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1204 | ;; | 1204 | ;; |
1205 | esac | 1205 | esac |
1206 | else | 1206 | else |
1207 | @@ -9517,23 +10095,36 @@ fi | 1207 | @@ -9515,23 +10093,36 @@ fi |
1208 | 1208 | ||
1209 | irix5* | irix6* | nonstopux*) | 1209 | irix5* | irix6* | nonstopux*) |
1210 | if test "$GCC" = yes; then | 1210 | if test "$GCC" = yes; then |
@@ -1249,7 +1249,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1249 | else | 1249 | else |
1250 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 1250 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
1251 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 1251 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
1252 | @@ -9618,7 +10209,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 1252 | @@ -9616,7 +10207,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
1253 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 1253 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
1254 | if test "$GCC" = yes; then | 1254 | if test "$GCC" = yes; then |
1255 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 1255 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -1258,7 +1258,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1258 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 1258 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
1259 | else | 1259 | else |
1260 | allow_undefined_flag=' -expect_unresolved \*' | 1260 | allow_undefined_flag=' -expect_unresolved \*' |
1261 | @@ -9637,9 +10228,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 1261 | @@ -9635,9 +10226,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
1262 | no_undefined_flag=' -z defs' | 1262 | no_undefined_flag=' -z defs' |
1263 | if test "$GCC" = yes; then | 1263 | if test "$GCC" = yes; then |
1264 | wlarc='${wl}' | 1264 | wlarc='${wl}' |
@@ -1270,7 +1270,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1270 | else | 1270 | else |
1271 | case `$CC -V 2>&1` in | 1271 | case `$CC -V 2>&1` in |
1272 | *"Compilers 5.0"*) | 1272 | *"Compilers 5.0"*) |
1273 | @@ -10215,8 +10806,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 1273 | @@ -10213,8 +10804,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
1274 | need_version=no | 1274 | need_version=no |
1275 | need_lib_prefix=no | 1275 | need_lib_prefix=no |
1276 | 1276 | ||
@@ -1282,7 +1282,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1282 | library_names_spec='$libname.dll.a' | 1282 | library_names_spec='$libname.dll.a' |
1283 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 1283 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
1284 | postinstall_cmds='base_file=`basename \${file}`~ | 1284 | postinstall_cmds='base_file=`basename \${file}`~ |
1285 | @@ -10249,13 +10841,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 1285 | @@ -10247,13 +10839,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
1286 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 1286 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
1287 | ;; | 1287 | ;; |
1288 | esac | 1288 | esac |
@@ -1355,16 +1355,16 @@ index acbac2f364a..a53a9d52719 100755 | |||
1355 | # FIXME: first we should search . and the directory the executable is in | 1355 | # FIXME: first we should search . and the directory the executable is in |
1356 | shlibpath_var=PATH | 1356 | shlibpath_var=PATH |
1357 | ;; | 1357 | ;; |
1358 | @@ -11157,7 +11807,7 @@ else | 1358 | @@ -11155,7 +11805,7 @@ else |
1359 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 1359 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
1360 | lt_status=$lt_dlunknown | 1360 | lt_status=$lt_dlunknown |
1361 | cat > conftest.$ac_ext <<_LT_EOF | 1361 | cat > conftest.$ac_ext <<_LT_EOF |
1362 | -#line 11160 "configure" | 1362 | -#line 11158 "configure" |
1363 | +#line $LINENO "configure" | 1363 | +#line $LINENO "configure" |
1364 | #include "confdefs.h" | 1364 | #include "confdefs.h" |
1365 | 1365 | ||
1366 | #if HAVE_DLFCN_H | 1366 | #if HAVE_DLFCN_H |
1367 | @@ -11201,10 +11851,10 @@ else | 1367 | @@ -11199,10 +11849,10 @@ else |
1368 | /* When -fvisbility=hidden is used, assume the code has been annotated | 1368 | /* When -fvisbility=hidden is used, assume the code has been annotated |
1369 | correspondingly for the symbols needed. */ | 1369 | correspondingly for the symbols needed. */ |
1370 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 1370 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -1377,16 +1377,16 @@ index acbac2f364a..a53a9d52719 100755 | |||
1377 | int main () | 1377 | int main () |
1378 | { | 1378 | { |
1379 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 1379 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
1380 | @@ -11263,7 +11913,7 @@ else | 1380 | @@ -11261,7 +11911,7 @@ else |
1381 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 1381 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
1382 | lt_status=$lt_dlunknown | 1382 | lt_status=$lt_dlunknown |
1383 | cat > conftest.$ac_ext <<_LT_EOF | 1383 | cat > conftest.$ac_ext <<_LT_EOF |
1384 | -#line 11266 "configure" | 1384 | -#line 11264 "configure" |
1385 | +#line $LINENO "configure" | 1385 | +#line $LINENO "configure" |
1386 | #include "confdefs.h" | 1386 | #include "confdefs.h" |
1387 | 1387 | ||
1388 | #if HAVE_DLFCN_H | 1388 | #if HAVE_DLFCN_H |
1389 | @@ -11307,10 +11957,10 @@ else | 1389 | @@ -11305,10 +11955,10 @@ else |
1390 | /* When -fvisbility=hidden is used, assume the code has been annotated | 1390 | /* When -fvisbility=hidden is used, assume the code has been annotated |
1391 | correspondingly for the symbols needed. */ | 1391 | correspondingly for the symbols needed. */ |
1392 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 1392 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -1399,7 +1399,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1399 | int main () | 1399 | int main () |
1400 | { | 1400 | { |
1401 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 1401 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
1402 | @@ -15691,7 +16341,7 @@ SHARED_LDFLAGS= | 1402 | @@ -15689,7 +16339,7 @@ SHARED_LDFLAGS= |
1403 | if test "$enable_shared" = "yes"; then | 1403 | if test "$enable_shared" = "yes"; then |
1404 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` | 1404 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` |
1405 | if test -n "$x"; then | 1405 | if test -n "$x"; then |
@@ -1408,7 +1408,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1408 | fi | 1408 | fi |
1409 | fi | 1409 | fi |
1410 | 1410 | ||
1411 | @@ -18313,13 +18963,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 1411 | @@ -18316,13 +18966,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
1412 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 1412 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
1413 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 1413 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
1414 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 1414 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -1429,7 +1429,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1429 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 1429 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
1430 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 1430 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
1431 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 1431 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
1432 | @@ -18334,14 +18991,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 1432 | @@ -18337,14 +18994,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
1433 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 1433 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
1434 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 1434 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
1435 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 1435 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -1448,7 +1448,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1448 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 1448 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
1449 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 1449 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
1450 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 1450 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
1451 | @@ -18374,12 +19034,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 1451 | @@ -18377,12 +19037,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
1452 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 1452 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
1453 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 1453 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
1454 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 1454 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -1462,7 +1462,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1462 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 1462 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
1463 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 1463 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
1464 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 1464 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
1465 | @@ -18434,8 +19094,13 @@ reload_flag \ | 1465 | @@ -18437,8 +19097,13 @@ reload_flag \ |
1466 | OBJDUMP \ | 1466 | OBJDUMP \ |
1467 | deplibs_check_method \ | 1467 | deplibs_check_method \ |
1468 | file_magic_cmd \ | 1468 | file_magic_cmd \ |
@@ -1476,7 +1476,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1476 | STRIP \ | 1476 | STRIP \ |
1477 | RANLIB \ | 1477 | RANLIB \ |
1478 | CC \ | 1478 | CC \ |
1479 | @@ -18445,12 +19110,14 @@ lt_cv_sys_global_symbol_pipe \ | 1479 | @@ -18448,12 +19113,14 @@ lt_cv_sys_global_symbol_pipe \ |
1480 | lt_cv_sys_global_symbol_to_cdecl \ | 1480 | lt_cv_sys_global_symbol_to_cdecl \ |
1481 | lt_cv_sys_global_symbol_to_c_name_address \ | 1481 | lt_cv_sys_global_symbol_to_c_name_address \ |
1482 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 1482 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -1492,7 +1492,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1492 | DSYMUTIL \ | 1492 | DSYMUTIL \ |
1493 | NMEDIT \ | 1493 | NMEDIT \ |
1494 | LIPO \ | 1494 | LIPO \ |
1495 | @@ -18466,7 +19133,6 @@ no_undefined_flag \ | 1495 | @@ -18469,7 +19136,6 @@ no_undefined_flag \ |
1496 | hardcode_libdir_flag_spec \ | 1496 | hardcode_libdir_flag_spec \ |
1497 | hardcode_libdir_flag_spec_ld \ | 1497 | hardcode_libdir_flag_spec_ld \ |
1498 | hardcode_libdir_separator \ | 1498 | hardcode_libdir_separator \ |
@@ -1500,7 +1500,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1500 | exclude_expsyms \ | 1500 | exclude_expsyms \ |
1501 | include_expsyms \ | 1501 | include_expsyms \ |
1502 | file_list_spec \ | 1502 | file_list_spec \ |
1503 | @@ -18502,6 +19168,7 @@ module_cmds \ | 1503 | @@ -18505,6 +19171,7 @@ module_cmds \ |
1504 | module_expsym_cmds \ | 1504 | module_expsym_cmds \ |
1505 | export_symbols_cmds \ | 1505 | export_symbols_cmds \ |
1506 | prelink_cmds \ | 1506 | prelink_cmds \ |
@@ -1508,7 +1508,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1508 | postinstall_cmds \ | 1508 | postinstall_cmds \ |
1509 | postuninstall_cmds \ | 1509 | postuninstall_cmds \ |
1510 | finish_cmds \ | 1510 | finish_cmds \ |
1511 | @@ -19278,7 +19945,8 @@ $as_echo X"$file" | | 1511 | @@ -19281,7 +19948,8 @@ $as_echo X"$file" | |
1512 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 1512 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
1513 | # | 1513 | # |
1514 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 1514 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -1518,7 +1518,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1518 | # Written by Gordon Matzigkeit, 1996 | 1518 | # Written by Gordon Matzigkeit, 1996 |
1519 | # | 1519 | # |
1520 | # This file is part of GNU Libtool. | 1520 | # This file is part of GNU Libtool. |
1521 | @@ -19381,19 +20049,42 @@ SP2NL=$lt_lt_SP2NL | 1521 | @@ -19384,19 +20052,42 @@ SP2NL=$lt_lt_SP2NL |
1522 | # turn newlines into spaces. | 1522 | # turn newlines into spaces. |
1523 | NL2SP=$lt_lt_NL2SP | 1523 | NL2SP=$lt_lt_NL2SP |
1524 | 1524 | ||
@@ -1562,7 +1562,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1562 | # A symbol stripping program. | 1562 | # A symbol stripping program. |
1563 | STRIP=$lt_STRIP | 1563 | STRIP=$lt_STRIP |
1564 | 1564 | ||
1565 | @@ -19423,6 +20114,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 1565 | @@ -19426,6 +20117,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
1566 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 1566 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
1567 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 1567 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
1568 | 1568 | ||
@@ -1575,7 +1575,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1575 | # The name of the directory that contains temporary libtool files. | 1575 | # The name of the directory that contains temporary libtool files. |
1576 | objdir=$objdir | 1576 | objdir=$objdir |
1577 | 1577 | ||
1578 | @@ -19432,6 +20129,9 @@ MAGIC_CMD=$MAGIC_CMD | 1578 | @@ -19435,6 +20132,9 @@ MAGIC_CMD=$MAGIC_CMD |
1579 | # Must we lock files when doing compilation? | 1579 | # Must we lock files when doing compilation? |
1580 | need_locks=$lt_need_locks | 1580 | need_locks=$lt_need_locks |
1581 | 1581 | ||
@@ -1585,7 +1585,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1585 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 1585 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
1586 | DSYMUTIL=$lt_DSYMUTIL | 1586 | DSYMUTIL=$lt_DSYMUTIL |
1587 | 1587 | ||
1588 | @@ -19546,12 +20246,12 @@ with_gcc=$GCC | 1588 | @@ -19549,12 +20249,12 @@ with_gcc=$GCC |
1589 | # Compiler flag to turn off builtin functions. | 1589 | # Compiler flag to turn off builtin functions. |
1590 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 1590 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
1591 | 1591 | ||
@@ -1601,7 +1601,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1601 | # Compiler flag to prevent dynamic linking. | 1601 | # Compiler flag to prevent dynamic linking. |
1602 | link_static_flag=$lt_lt_prog_compiler_static | 1602 | link_static_flag=$lt_lt_prog_compiler_static |
1603 | 1603 | ||
1604 | @@ -19638,9 +20338,6 @@ inherit_rpath=$inherit_rpath | 1604 | @@ -19641,9 +20341,6 @@ inherit_rpath=$inherit_rpath |
1605 | # Whether libtool must link a program against all its dependency libraries. | 1605 | # Whether libtool must link a program against all its dependency libraries. |
1606 | link_all_deplibs=$link_all_deplibs | 1606 | link_all_deplibs=$link_all_deplibs |
1607 | 1607 | ||
@@ -1611,7 +1611,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1611 | # Set to "yes" if exported symbols are required. | 1611 | # Set to "yes" if exported symbols are required. |
1612 | always_export_symbols=$always_export_symbols | 1612 | always_export_symbols=$always_export_symbols |
1613 | 1613 | ||
1614 | @@ -19656,6 +20353,9 @@ include_expsyms=$lt_include_expsyms | 1614 | @@ -19659,6 +20356,9 @@ include_expsyms=$lt_include_expsyms |
1615 | # Commands necessary for linking programs (against libraries) with templates. | 1615 | # Commands necessary for linking programs (against libraries) with templates. |
1616 | prelink_cmds=$lt_prelink_cmds | 1616 | prelink_cmds=$lt_prelink_cmds |
1617 | 1617 | ||
@@ -1621,7 +1621,7 @@ index acbac2f364a..a53a9d52719 100755 | |||
1621 | # Specify filename containing input files. | 1621 | # Specify filename containing input files. |
1622 | file_list_spec=$lt_file_list_spec | 1622 | file_list_spec=$lt_file_list_spec |
1623 | 1623 | ||
1624 | @@ -19688,210 +20388,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 1624 | @@ -19691,210 +20391,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
1625 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 1625 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
1626 | # text mode, it properly converts lines to CR/LF. This bash problem | 1626 | # text mode, it properly converts lines to CR/LF. This bash problem |
1627 | # is reportedly fixed, but why not run on old versions too? | 1627 | # is reportedly fixed, but why not run on old versions too? |
@@ -1996,10 +1996,10 @@ index acbac2f364a..a53a9d52719 100755 | |||
1996 | chmod +x "$ofile" | 1996 | chmod +x "$ofile" |
1997 | 1997 | ||
1998 | diff --git a/bfd/configure.ac b/bfd/configure.ac | 1998 | diff --git a/bfd/configure.ac b/bfd/configure.ac |
1999 | index 7fcc5d4a947..f7191d3f30f 100644 | 1999 | index 6bcfd1b7368..6aedf387cb9 100644 |
2000 | --- a/bfd/configure.ac | 2000 | --- a/bfd/configure.ac |
2001 | +++ b/bfd/configure.ac | 2001 | +++ b/bfd/configure.ac |
2002 | @@ -276,7 +276,7 @@ changequote(,)dnl | 2002 | @@ -275,7 +275,7 @@ changequote(,)dnl |
2003 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` | 2003 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` |
2004 | changequote([,])dnl | 2004 | changequote([,])dnl |
2005 | if test -n "$x"; then | 2005 | if test -n "$x"; then |
@@ -2009,7 +2009,7 @@ index 7fcc5d4a947..f7191d3f30f 100644 | |||
2009 | fi | 2009 | fi |
2010 | 2010 | ||
2011 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in | 2011 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in |
2012 | index 842a6d99b54..037cccde038 100644 | 2012 | index 67fa5b3b8d9..3273426119c 100644 |
2013 | --- a/binutils/Makefile.in | 2013 | --- a/binutils/Makefile.in |
2014 | +++ b/binutils/Makefile.in | 2014 | +++ b/binutils/Makefile.in |
2015 | @@ -495,6 +495,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ | 2015 | @@ -495,6 +495,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ |
@@ -2037,7 +2037,7 @@ index 842a6d99b54..037cccde038 100644 | |||
2037 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 2037 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
2038 | am__include = @am__include@ | 2038 | am__include = @am__include@ |
2039 | diff --git a/binutils/configure b/binutils/configure | 2039 | diff --git a/binutils/configure b/binutils/configure |
2040 | index a1092735311..f3bdee98f3f 100755 | 2040 | index e97f4cba053..6e6e08b350a 100755 |
2041 | --- a/binutils/configure | 2041 | --- a/binutils/configure |
2042 | +++ b/binutils/configure | 2042 | +++ b/binutils/configure |
2043 | @@ -704,8 +704,11 @@ OTOOL | 2043 | @@ -704,8 +704,11 @@ OTOOL |
@@ -2069,7 +2069,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2069 | --with-debuginfod Enable debuginfo lookups with debuginfod | 2069 | --with-debuginfod Enable debuginfo lookups with debuginfod |
2070 | (auto/yes/no) | 2070 | (auto/yes/no) |
2071 | --with-gnu-ld assume the C compiler uses GNU ld default=no | 2071 | --with-gnu-ld assume the C compiler uses GNU ld default=no |
2072 | @@ -4958,8 +4964,8 @@ esac | 2072 | @@ -4956,8 +4962,8 @@ esac |
2073 | 2073 | ||
2074 | 2074 | ||
2075 | 2075 | ||
@@ -2080,7 +2080,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2080 | 2080 | ||
2081 | 2081 | ||
2082 | 2082 | ||
2083 | @@ -4999,7 +5005,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 2083 | @@ -4997,7 +5003,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
2084 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 2084 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
2085 | $as_echo_n "checking how to print strings... " >&6; } | 2085 | $as_echo_n "checking how to print strings... " >&6; } |
2086 | # Test print first, because it will be a builtin if present. | 2086 | # Test print first, because it will be a builtin if present. |
@@ -2089,7 +2089,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2089 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 2089 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
2090 | ECHO='print -r --' | 2090 | ECHO='print -r --' |
2091 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 2091 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
2092 | @@ -5692,8 +5698,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 2092 | @@ -5690,8 +5696,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
2093 | # Try some XSI features | 2093 | # Try some XSI features |
2094 | xsi_shell=no | 2094 | xsi_shell=no |
2095 | ( _lt_dummy="a/b/c" | 2095 | ( _lt_dummy="a/b/c" |
@@ -2100,7 +2100,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2100 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 2100 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
2101 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 2101 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
2102 | && xsi_shell=yes | 2102 | && xsi_shell=yes |
2103 | @@ -5742,6 +5748,80 @@ esac | 2103 | @@ -5740,6 +5746,80 @@ esac |
2104 | 2104 | ||
2105 | 2105 | ||
2106 | 2106 | ||
@@ -2181,7 +2181,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2181 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 2181 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
2182 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 2182 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
2183 | if ${lt_cv_ld_reload_flag+:} false; then : | 2183 | if ${lt_cv_ld_reload_flag+:} false; then : |
2184 | @@ -5758,6 +5838,11 @@ case $reload_flag in | 2184 | @@ -5756,6 +5836,11 @@ case $reload_flag in |
2185 | esac | 2185 | esac |
2186 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 2186 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
2187 | case $host_os in | 2187 | case $host_os in |
@@ -2193,7 +2193,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2193 | darwin*) | 2193 | darwin*) |
2194 | if test "$GCC" = yes; then | 2194 | if test "$GCC" = yes; then |
2195 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 2195 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
2196 | @@ -5926,7 +6011,8 @@ mingw* | pw32*) | 2196 | @@ -5924,7 +6009,8 @@ mingw* | pw32*) |
2197 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 2197 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
2198 | lt_cv_file_magic_cmd='func_win32_libid' | 2198 | lt_cv_file_magic_cmd='func_win32_libid' |
2199 | else | 2199 | else |
@@ -2203,7 +2203,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2203 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 2203 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
2204 | fi | 2204 | fi |
2205 | ;; | 2205 | ;; |
2206 | @@ -6085,6 +6171,21 @@ esac | 2206 | @@ -6083,6 +6169,21 @@ esac |
2207 | fi | 2207 | fi |
2208 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 2208 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
2209 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 2209 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -2225,7 +2225,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2225 | file_magic_cmd=$lt_cv_file_magic_cmd | 2225 | file_magic_cmd=$lt_cv_file_magic_cmd |
2226 | deplibs_check_method=$lt_cv_deplibs_check_method | 2226 | deplibs_check_method=$lt_cv_deplibs_check_method |
2227 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 2227 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
2228 | @@ -6100,6 +6201,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 2228 | @@ -6098,6 +6199,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
2229 | 2229 | ||
2230 | 2230 | ||
2231 | 2231 | ||
@@ -2383,7 +2383,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2383 | plugin_option= | 2383 | plugin_option= |
2384 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 2384 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
2385 | for plugin in $plugin_names; do | 2385 | for plugin in $plugin_names; do |
2386 | @@ -6114,8 +6366,10 @@ for plugin in $plugin_names; do | 2386 | @@ -6112,8 +6364,10 @@ for plugin in $plugin_names; do |
2387 | done | 2387 | done |
2388 | 2388 | ||
2389 | if test -n "$ac_tool_prefix"; then | 2389 | if test -n "$ac_tool_prefix"; then |
@@ -2396,7 +2396,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2396 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2396 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2397 | $as_echo_n "checking for $ac_word... " >&6; } | 2397 | $as_echo_n "checking for $ac_word... " >&6; } |
2398 | if ${ac_cv_prog_AR+:} false; then : | 2398 | if ${ac_cv_prog_AR+:} false; then : |
2399 | @@ -6131,7 +6385,7 @@ do | 2399 | @@ -6129,7 +6383,7 @@ do |
2400 | test -z "$as_dir" && as_dir=. | 2400 | test -z "$as_dir" && as_dir=. |
2401 | for ac_exec_ext in '' $ac_executable_extensions; do | 2401 | for ac_exec_ext in '' $ac_executable_extensions; do |
2402 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 2402 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -2405,7 +2405,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2405 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2405 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2406 | break 2 | 2406 | break 2 |
2407 | fi | 2407 | fi |
2408 | @@ -6151,11 +6405,15 @@ $as_echo "no" >&6; } | 2408 | @@ -6149,11 +6403,15 @@ $as_echo "no" >&6; } |
2409 | fi | 2409 | fi |
2410 | 2410 | ||
2411 | 2411 | ||
@@ -2424,7 +2424,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2424 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2424 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2425 | $as_echo_n "checking for $ac_word... " >&6; } | 2425 | $as_echo_n "checking for $ac_word... " >&6; } |
2426 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 2426 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
2427 | @@ -6171,7 +6429,7 @@ do | 2427 | @@ -6169,7 +6427,7 @@ do |
2428 | test -z "$as_dir" && as_dir=. | 2428 | test -z "$as_dir" && as_dir=. |
2429 | for ac_exec_ext in '' $ac_executable_extensions; do | 2429 | for ac_exec_ext in '' $ac_executable_extensions; do |
2430 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 2430 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -2433,7 +2433,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2433 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2433 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2434 | break 2 | 2434 | break 2 |
2435 | fi | 2435 | fi |
2436 | @@ -6190,6 +6448,10 @@ else | 2436 | @@ -6188,6 +6446,10 @@ else |
2437 | $as_echo "no" >&6; } | 2437 | $as_echo "no" >&6; } |
2438 | fi | 2438 | fi |
2439 | 2439 | ||
@@ -2444,7 +2444,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2444 | if test "x$ac_ct_AR" = x; then | 2444 | if test "x$ac_ct_AR" = x; then |
2445 | AR="false" | 2445 | AR="false" |
2446 | else | 2446 | else |
2447 | @@ -6201,25 +6463,19 @@ ac_tool_warned=yes ;; | 2447 | @@ -6199,25 +6461,19 @@ ac_tool_warned=yes ;; |
2448 | esac | 2448 | esac |
2449 | AR=$ac_ct_AR | 2449 | AR=$ac_ct_AR |
2450 | fi | 2450 | fi |
@@ -2479,7 +2479,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2479 | 2479 | ||
2480 | 2480 | ||
2481 | 2481 | ||
2482 | @@ -6231,6 +6487,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 2482 | @@ -6229,6 +6485,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
2483 | 2483 | ||
2484 | 2484 | ||
2485 | 2485 | ||
@@ -2544,7 +2544,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2544 | if test -n "$ac_tool_prefix"; then | 2544 | if test -n "$ac_tool_prefix"; then |
2545 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 2545 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
2546 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 2546 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
2547 | @@ -6570,8 +6884,8 @@ esac | 2547 | @@ -6568,8 +6882,8 @@ esac |
2548 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 2548 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
2549 | 2549 | ||
2550 | # Transform an extracted symbol line into symbol name and symbol address | 2550 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -2555,7 +2555,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2555 | 2555 | ||
2556 | # Handle CRLF in mingw tool chain | 2556 | # Handle CRLF in mingw tool chain |
2557 | opt_cr= | 2557 | opt_cr= |
2558 | @@ -6607,6 +6921,7 @@ for ac_symprfx in "" "_"; do | 2558 | @@ -6605,6 +6919,7 @@ for ac_symprfx in "" "_"; do |
2559 | else | 2559 | else |
2560 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 2560 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
2561 | fi | 2561 | fi |
@@ -2563,7 +2563,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2563 | 2563 | ||
2564 | # Check to see that the pipe works correctly. | 2564 | # Check to see that the pipe works correctly. |
2565 | pipe_works=no | 2565 | pipe_works=no |
2566 | @@ -6648,6 +6963,18 @@ _LT_EOF | 2566 | @@ -6646,6 +6961,18 @@ _LT_EOF |
2567 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 2567 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
2568 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 2568 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
2569 | cat <<_LT_EOF > conftest.$ac_ext | 2569 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -2582,7 +2582,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2582 | #ifdef __cplusplus | 2582 | #ifdef __cplusplus |
2583 | extern "C" { | 2583 | extern "C" { |
2584 | #endif | 2584 | #endif |
2585 | @@ -6659,7 +6986,7 @@ _LT_EOF | 2585 | @@ -6657,7 +6984,7 @@ _LT_EOF |
2586 | cat <<_LT_EOF >> conftest.$ac_ext | 2586 | cat <<_LT_EOF >> conftest.$ac_ext |
2587 | 2587 | ||
2588 | /* The mapping between symbol names and symbols. */ | 2588 | /* The mapping between symbol names and symbols. */ |
@@ -2591,7 +2591,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2591 | const char *name; | 2591 | const char *name; |
2592 | void *address; | 2592 | void *address; |
2593 | } | 2593 | } |
2594 | @@ -6685,8 +7012,8 @@ static const void *lt_preloaded_setup() { | 2594 | @@ -6683,8 +7010,8 @@ static const void *lt_preloaded_setup() { |
2595 | _LT_EOF | 2595 | _LT_EOF |
2596 | # Now try linking the two files. | 2596 | # Now try linking the two files. |
2597 | mv conftest.$ac_objext conftstm.$ac_objext | 2597 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -2602,7 +2602,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2602 | LIBS="conftstm.$ac_objext" | 2602 | LIBS="conftstm.$ac_objext" |
2603 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 2603 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
2604 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 2604 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
2605 | @@ -6696,8 +7023,8 @@ _LT_EOF | 2605 | @@ -6694,8 +7021,8 @@ _LT_EOF |
2606 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 2606 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
2607 | pipe_works=yes | 2607 | pipe_works=yes |
2608 | fi | 2608 | fi |
@@ -2613,7 +2613,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2613 | else | 2613 | else |
2614 | echo "cannot find nm_test_func in $nlist" >&5 | 2614 | echo "cannot find nm_test_func in $nlist" >&5 |
2615 | fi | 2615 | fi |
2616 | @@ -6734,6 +7061,18 @@ else | 2616 | @@ -6732,6 +7059,18 @@ else |
2617 | $as_echo "ok" >&6; } | 2617 | $as_echo "ok" >&6; } |
2618 | fi | 2618 | fi |
2619 | 2619 | ||
@@ -2632,7 +2632,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2632 | 2632 | ||
2633 | 2633 | ||
2634 | 2634 | ||
2635 | @@ -6750,6 +7089,43 @@ fi | 2635 | @@ -6748,6 +7087,43 @@ fi |
2636 | 2636 | ||
2637 | 2637 | ||
2638 | 2638 | ||
@@ -2676,7 +2676,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2676 | 2676 | ||
2677 | 2677 | ||
2678 | 2678 | ||
2679 | @@ -6961,6 +7337,123 @@ esac | 2679 | @@ -6959,6 +7335,123 @@ esac |
2680 | 2680 | ||
2681 | need_locks="$enable_libtool_lock" | 2681 | need_locks="$enable_libtool_lock" |
2682 | 2682 | ||
@@ -2800,7 +2800,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2800 | 2800 | ||
2801 | case $host_os in | 2801 | case $host_os in |
2802 | rhapsody* | darwin*) | 2802 | rhapsody* | darwin*) |
2803 | @@ -7524,6 +8017,8 @@ _LT_EOF | 2803 | @@ -7522,6 +8015,8 @@ _LT_EOF |
2804 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 2804 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
2805 | echo "$AR cru libconftest.a conftest.o" >&5 | 2805 | echo "$AR cru libconftest.a conftest.o" >&5 |
2806 | $AR cru libconftest.a conftest.o 2>&5 | 2806 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -2809,7 +2809,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2809 | cat > conftest.c << _LT_EOF | 2809 | cat > conftest.c << _LT_EOF |
2810 | int main() { return 0;} | 2810 | int main() { return 0;} |
2811 | _LT_EOF | 2811 | _LT_EOF |
2812 | @@ -8108,8 +8603,6 @@ fi | 2812 | @@ -8106,8 +8601,6 @@ fi |
2813 | lt_prog_compiler_pic= | 2813 | lt_prog_compiler_pic= |
2814 | lt_prog_compiler_static= | 2814 | lt_prog_compiler_static= |
2815 | 2815 | ||
@@ -2818,7 +2818,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2818 | 2818 | ||
2819 | if test "$GCC" = yes; then | 2819 | if test "$GCC" = yes; then |
2820 | lt_prog_compiler_wl='-Wl,' | 2820 | lt_prog_compiler_wl='-Wl,' |
2821 | @@ -8275,6 +8768,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 2821 | @@ -8273,6 +8766,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
2822 | lt_prog_compiler_pic='--shared' | 2822 | lt_prog_compiler_pic='--shared' |
2823 | lt_prog_compiler_static='--static' | 2823 | lt_prog_compiler_static='--static' |
2824 | ;; | 2824 | ;; |
@@ -2831,7 +2831,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2831 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 2831 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
2832 | # Portland Group compilers (*not* the Pentium gcc compiler, | 2832 | # Portland Group compilers (*not* the Pentium gcc compiler, |
2833 | # which looks to be a dead project) | 2833 | # which looks to be a dead project) |
2834 | @@ -8337,7 +8836,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 2834 | @@ -8335,7 +8834,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
2835 | lt_prog_compiler_pic='-KPIC' | 2835 | lt_prog_compiler_pic='-KPIC' |
2836 | lt_prog_compiler_static='-Bstatic' | 2836 | lt_prog_compiler_static='-Bstatic' |
2837 | case $cc_basename in | 2837 | case $cc_basename in |
@@ -2840,7 +2840,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2840 | lt_prog_compiler_wl='-Qoption ld ';; | 2840 | lt_prog_compiler_wl='-Qoption ld ';; |
2841 | *) | 2841 | *) |
2842 | lt_prog_compiler_wl='-Wl,';; | 2842 | lt_prog_compiler_wl='-Wl,';; |
2843 | @@ -8394,13 +8893,17 @@ case $host_os in | 2843 | @@ -8392,13 +8891,17 @@ case $host_os in |
2844 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 2844 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
2845 | ;; | 2845 | ;; |
2846 | esac | 2846 | esac |
@@ -2864,7 +2864,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2864 | 2864 | ||
2865 | # | 2865 | # |
2866 | # Check to make sure the PIC flag actually works. | 2866 | # Check to make sure the PIC flag actually works. |
2867 | @@ -8461,6 +8964,11 @@ fi | 2867 | @@ -8459,6 +8962,11 @@ fi |
2868 | 2868 | ||
2869 | 2869 | ||
2870 | 2870 | ||
@@ -2876,7 +2876,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2876 | # | 2876 | # |
2877 | # Check to make sure the static flag actually works. | 2877 | # Check to make sure the static flag actually works. |
2878 | # | 2878 | # |
2879 | @@ -8811,7 +9319,8 @@ _LT_EOF | 2879 | @@ -8809,7 +9317,8 @@ _LT_EOF |
2880 | allow_undefined_flag=unsupported | 2880 | allow_undefined_flag=unsupported |
2881 | always_export_symbols=no | 2881 | always_export_symbols=no |
2882 | enable_shared_with_static_runtimes=yes | 2882 | enable_shared_with_static_runtimes=yes |
@@ -2886,7 +2886,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2886 | 2886 | ||
2887 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 2887 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
2888 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 2888 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
2889 | @@ -8910,12 +9419,12 @@ _LT_EOF | 2889 | @@ -8908,12 +9417,12 @@ _LT_EOF |
2890 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 2890 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
2891 | hardcode_libdir_flag_spec= | 2891 | hardcode_libdir_flag_spec= |
2892 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 2892 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -2901,7 +2901,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2901 | fi | 2901 | fi |
2902 | ;; | 2902 | ;; |
2903 | esac | 2903 | esac |
2904 | @@ -8929,8 +9438,8 @@ _LT_EOF | 2904 | @@ -8927,8 +9436,8 @@ _LT_EOF |
2905 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 2905 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
2906 | wlarc= | 2906 | wlarc= |
2907 | else | 2907 | else |
@@ -2912,7 +2912,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2912 | fi | 2912 | fi |
2913 | ;; | 2913 | ;; |
2914 | 2914 | ||
2915 | @@ -8948,8 +9457,8 @@ _LT_EOF | 2915 | @@ -8946,8 +9455,8 @@ _LT_EOF |
2916 | 2916 | ||
2917 | _LT_EOF | 2917 | _LT_EOF |
2918 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 2918 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -2923,7 +2923,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2923 | else | 2923 | else |
2924 | ld_shlibs=no | 2924 | ld_shlibs=no |
2925 | fi | 2925 | fi |
2926 | @@ -8995,8 +9504,8 @@ _LT_EOF | 2926 | @@ -8993,8 +9502,8 @@ _LT_EOF |
2927 | 2927 | ||
2928 | *) | 2928 | *) |
2929 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 2929 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -2934,7 +2934,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2934 | else | 2934 | else |
2935 | ld_shlibs=no | 2935 | ld_shlibs=no |
2936 | fi | 2936 | fi |
2937 | @@ -9126,7 +9635,13 @@ _LT_EOF | 2937 | @@ -9124,7 +9633,13 @@ _LT_EOF |
2938 | allow_undefined_flag='-berok' | 2938 | allow_undefined_flag='-berok' |
2939 | # Determine the default libpath from the value encoded in an | 2939 | # Determine the default libpath from the value encoded in an |
2940 | # empty executable. | 2940 | # empty executable. |
@@ -2949,7 +2949,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2949 | /* end confdefs.h. */ | 2949 | /* end confdefs.h. */ |
2950 | 2950 | ||
2951 | int | 2951 | int |
2952 | @@ -9139,22 +9654,29 @@ main () | 2952 | @@ -9137,22 +9652,29 @@ main () |
2953 | _ACEOF | 2953 | _ACEOF |
2954 | if ac_fn_c_try_link "$LINENO"; then : | 2954 | if ac_fn_c_try_link "$LINENO"; then : |
2955 | 2955 | ||
@@ -2992,7 +2992,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
2992 | 2992 | ||
2993 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 2993 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
2994 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 2994 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
2995 | @@ -9166,7 +9688,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 2995 | @@ -9164,7 +9686,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
2996 | else | 2996 | else |
2997 | # Determine the default libpath from the value encoded in an | 2997 | # Determine the default libpath from the value encoded in an |
2998 | # empty executable. | 2998 | # empty executable. |
@@ -3007,7 +3007,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3007 | /* end confdefs.h. */ | 3007 | /* end confdefs.h. */ |
3008 | 3008 | ||
3009 | int | 3009 | int |
3010 | @@ -9179,22 +9707,29 @@ main () | 3010 | @@ -9177,22 +9705,29 @@ main () |
3011 | _ACEOF | 3011 | _ACEOF |
3012 | if ac_fn_c_try_link "$LINENO"; then : | 3012 | if ac_fn_c_try_link "$LINENO"; then : |
3013 | 3013 | ||
@@ -3050,7 +3050,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3050 | 3050 | ||
3051 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 3051 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
3052 | # Warning - without using the other run time loading flags, | 3052 | # Warning - without using the other run time loading flags, |
3053 | @@ -9239,20 +9774,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 3053 | @@ -9237,20 +9772,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
3054 | # Microsoft Visual C++. | 3054 | # Microsoft Visual C++. |
3055 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 3055 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
3056 | # no search path for DLLs. | 3056 | # no search path for DLLs. |
@@ -3128,7 +3128,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3128 | ;; | 3128 | ;; |
3129 | 3129 | ||
3130 | darwin* | rhapsody*) | 3130 | darwin* | rhapsody*) |
3131 | @@ -9313,7 +9891,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 3131 | @@ -9311,7 +9889,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
3132 | 3132 | ||
3133 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 3133 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
3134 | freebsd* | dragonfly*) | 3134 | freebsd* | dragonfly*) |
@@ -3137,7 +3137,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3137 | hardcode_libdir_flag_spec='-R$libdir' | 3137 | hardcode_libdir_flag_spec='-R$libdir' |
3138 | hardcode_direct=yes | 3138 | hardcode_direct=yes |
3139 | hardcode_shlibpath_var=no | 3139 | hardcode_shlibpath_var=no |
3140 | @@ -9321,7 +9899,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 3140 | @@ -9319,7 +9897,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
3141 | 3141 | ||
3142 | hpux9*) | 3142 | hpux9*) |
3143 | if test "$GCC" = yes; then | 3143 | if test "$GCC" = yes; then |
@@ -3146,7 +3146,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3146 | else | 3146 | else |
3147 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 3147 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
3148 | fi | 3148 | fi |
3149 | @@ -9337,7 +9915,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 3149 | @@ -9335,7 +9913,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
3150 | 3150 | ||
3151 | hpux10*) | 3151 | hpux10*) |
3152 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 3152 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -3155,7 +3155,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3155 | else | 3155 | else |
3156 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 3156 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
3157 | fi | 3157 | fi |
3158 | @@ -9361,10 +9939,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 3158 | @@ -9359,10 +9937,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
3159 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 3159 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
3160 | ;; | 3160 | ;; |
3161 | ia64*) | 3161 | ia64*) |
@@ -3168,7 +3168,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3168 | ;; | 3168 | ;; |
3169 | esac | 3169 | esac |
3170 | else | 3170 | else |
3171 | @@ -9443,23 +10021,36 @@ fi | 3171 | @@ -9441,23 +10019,36 @@ fi |
3172 | 3172 | ||
3173 | irix5* | irix6* | nonstopux*) | 3173 | irix5* | irix6* | nonstopux*) |
3174 | if test "$GCC" = yes; then | 3174 | if test "$GCC" = yes; then |
@@ -3213,7 +3213,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3213 | else | 3213 | else |
3214 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 3214 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
3215 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 3215 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
3216 | @@ -9544,7 +10135,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 3216 | @@ -9542,7 +10133,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
3217 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 3217 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
3218 | if test "$GCC" = yes; then | 3218 | if test "$GCC" = yes; then |
3219 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 3219 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -3222,7 +3222,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3222 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 3222 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
3223 | else | 3223 | else |
3224 | allow_undefined_flag=' -expect_unresolved \*' | 3224 | allow_undefined_flag=' -expect_unresolved \*' |
3225 | @@ -9563,9 +10154,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 3225 | @@ -9561,9 +10152,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
3226 | no_undefined_flag=' -z defs' | 3226 | no_undefined_flag=' -z defs' |
3227 | if test "$GCC" = yes; then | 3227 | if test "$GCC" = yes; then |
3228 | wlarc='${wl}' | 3228 | wlarc='${wl}' |
@@ -3234,7 +3234,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3234 | else | 3234 | else |
3235 | case `$CC -V 2>&1` in | 3235 | case `$CC -V 2>&1` in |
3236 | *"Compilers 5.0"*) | 3236 | *"Compilers 5.0"*) |
3237 | @@ -10141,8 +10732,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 3237 | @@ -10139,8 +10730,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
3238 | need_version=no | 3238 | need_version=no |
3239 | need_lib_prefix=no | 3239 | need_lib_prefix=no |
3240 | 3240 | ||
@@ -3246,7 +3246,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3246 | library_names_spec='$libname.dll.a' | 3246 | library_names_spec='$libname.dll.a' |
3247 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 3247 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
3248 | postinstall_cmds='base_file=`basename \${file}`~ | 3248 | postinstall_cmds='base_file=`basename \${file}`~ |
3249 | @@ -10175,13 +10767,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 3249 | @@ -10173,13 +10765,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
3250 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 3250 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
3251 | ;; | 3251 | ;; |
3252 | esac | 3252 | esac |
@@ -3319,16 +3319,16 @@ index a1092735311..f3bdee98f3f 100755 | |||
3319 | # FIXME: first we should search . and the directory the executable is in | 3319 | # FIXME: first we should search . and the directory the executable is in |
3320 | shlibpath_var=PATH | 3320 | shlibpath_var=PATH |
3321 | ;; | 3321 | ;; |
3322 | @@ -11083,7 +11733,7 @@ else | 3322 | @@ -11081,7 +11731,7 @@ else |
3323 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 3323 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
3324 | lt_status=$lt_dlunknown | 3324 | lt_status=$lt_dlunknown |
3325 | cat > conftest.$ac_ext <<_LT_EOF | 3325 | cat > conftest.$ac_ext <<_LT_EOF |
3326 | -#line 11086 "configure" | 3326 | -#line 11084 "configure" |
3327 | +#line $LINENO "configure" | 3327 | +#line $LINENO "configure" |
3328 | #include "confdefs.h" | 3328 | #include "confdefs.h" |
3329 | 3329 | ||
3330 | #if HAVE_DLFCN_H | 3330 | #if HAVE_DLFCN_H |
3331 | @@ -11127,10 +11777,10 @@ else | 3331 | @@ -11125,10 +11775,10 @@ else |
3332 | /* When -fvisbility=hidden is used, assume the code has been annotated | 3332 | /* When -fvisbility=hidden is used, assume the code has been annotated |
3333 | correspondingly for the symbols needed. */ | 3333 | correspondingly for the symbols needed. */ |
3334 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 3334 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -3341,16 +3341,16 @@ index a1092735311..f3bdee98f3f 100755 | |||
3341 | int main () | 3341 | int main () |
3342 | { | 3342 | { |
3343 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 3343 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
3344 | @@ -11189,7 +11839,7 @@ else | 3344 | @@ -11187,7 +11837,7 @@ else |
3345 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 3345 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
3346 | lt_status=$lt_dlunknown | 3346 | lt_status=$lt_dlunknown |
3347 | cat > conftest.$ac_ext <<_LT_EOF | 3347 | cat > conftest.$ac_ext <<_LT_EOF |
3348 | -#line 11192 "configure" | 3348 | -#line 11190 "configure" |
3349 | +#line $LINENO "configure" | 3349 | +#line $LINENO "configure" |
3350 | #include "confdefs.h" | 3350 | #include "confdefs.h" |
3351 | 3351 | ||
3352 | #if HAVE_DLFCN_H | 3352 | #if HAVE_DLFCN_H |
3353 | @@ -11233,10 +11883,10 @@ else | 3353 | @@ -11231,10 +11881,10 @@ else |
3354 | /* When -fvisbility=hidden is used, assume the code has been annotated | 3354 | /* When -fvisbility=hidden is used, assume the code has been annotated |
3355 | correspondingly for the symbols needed. */ | 3355 | correspondingly for the symbols needed. */ |
3356 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 3356 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -3363,7 +3363,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3363 | int main () | 3363 | int main () |
3364 | { | 3364 | { |
3365 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 3365 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
3366 | @@ -17390,13 +18040,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 3366 | @@ -17393,13 +18043,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
3367 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 3367 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
3368 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 3368 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
3369 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 3369 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -3384,7 +3384,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3384 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 3384 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
3385 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 3385 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
3386 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 3386 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
3387 | @@ -17411,14 +18068,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 3387 | @@ -17414,14 +18071,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
3388 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 3388 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
3389 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 3389 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
3390 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 3390 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -3403,7 +3403,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3403 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 3403 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
3404 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 3404 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
3405 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 3405 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
3406 | @@ -17451,12 +18111,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 3406 | @@ -17454,12 +18114,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
3407 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 3407 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
3408 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 3408 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
3409 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 3409 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -3417,7 +3417,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3417 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 3417 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
3418 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 3418 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
3419 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 3419 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
3420 | @@ -17511,8 +18171,13 @@ reload_flag \ | 3420 | @@ -17514,8 +18174,13 @@ reload_flag \ |
3421 | OBJDUMP \ | 3421 | OBJDUMP \ |
3422 | deplibs_check_method \ | 3422 | deplibs_check_method \ |
3423 | file_magic_cmd \ | 3423 | file_magic_cmd \ |
@@ -3431,7 +3431,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3431 | STRIP \ | 3431 | STRIP \ |
3432 | RANLIB \ | 3432 | RANLIB \ |
3433 | CC \ | 3433 | CC \ |
3434 | @@ -17522,12 +18187,14 @@ lt_cv_sys_global_symbol_pipe \ | 3434 | @@ -17525,12 +18190,14 @@ lt_cv_sys_global_symbol_pipe \ |
3435 | lt_cv_sys_global_symbol_to_cdecl \ | 3435 | lt_cv_sys_global_symbol_to_cdecl \ |
3436 | lt_cv_sys_global_symbol_to_c_name_address \ | 3436 | lt_cv_sys_global_symbol_to_c_name_address \ |
3437 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 3437 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -3447,7 +3447,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3447 | DSYMUTIL \ | 3447 | DSYMUTIL \ |
3448 | NMEDIT \ | 3448 | NMEDIT \ |
3449 | LIPO \ | 3449 | LIPO \ |
3450 | @@ -17543,7 +18210,6 @@ no_undefined_flag \ | 3450 | @@ -17546,7 +18213,6 @@ no_undefined_flag \ |
3451 | hardcode_libdir_flag_spec \ | 3451 | hardcode_libdir_flag_spec \ |
3452 | hardcode_libdir_flag_spec_ld \ | 3452 | hardcode_libdir_flag_spec_ld \ |
3453 | hardcode_libdir_separator \ | 3453 | hardcode_libdir_separator \ |
@@ -3455,7 +3455,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3455 | exclude_expsyms \ | 3455 | exclude_expsyms \ |
3456 | include_expsyms \ | 3456 | include_expsyms \ |
3457 | file_list_spec \ | 3457 | file_list_spec \ |
3458 | @@ -17579,6 +18245,7 @@ module_cmds \ | 3458 | @@ -17582,6 +18248,7 @@ module_cmds \ |
3459 | module_expsym_cmds \ | 3459 | module_expsym_cmds \ |
3460 | export_symbols_cmds \ | 3460 | export_symbols_cmds \ |
3461 | prelink_cmds \ | 3461 | prelink_cmds \ |
@@ -3463,7 +3463,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3463 | postinstall_cmds \ | 3463 | postinstall_cmds \ |
3464 | postuninstall_cmds \ | 3464 | postuninstall_cmds \ |
3465 | finish_cmds \ | 3465 | finish_cmds \ |
3466 | @@ -18352,7 +19019,8 @@ $as_echo X"$file" | | 3466 | @@ -18355,7 +19022,8 @@ $as_echo X"$file" | |
3467 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 3467 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
3468 | # | 3468 | # |
3469 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 3469 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -3473,7 +3473,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3473 | # Written by Gordon Matzigkeit, 1996 | 3473 | # Written by Gordon Matzigkeit, 1996 |
3474 | # | 3474 | # |
3475 | # This file is part of GNU Libtool. | 3475 | # This file is part of GNU Libtool. |
3476 | @@ -18455,19 +19123,42 @@ SP2NL=$lt_lt_SP2NL | 3476 | @@ -18458,19 +19126,42 @@ SP2NL=$lt_lt_SP2NL |
3477 | # turn newlines into spaces. | 3477 | # turn newlines into spaces. |
3478 | NL2SP=$lt_lt_NL2SP | 3478 | NL2SP=$lt_lt_NL2SP |
3479 | 3479 | ||
@@ -3517,7 +3517,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3517 | # A symbol stripping program. | 3517 | # A symbol stripping program. |
3518 | STRIP=$lt_STRIP | 3518 | STRIP=$lt_STRIP |
3519 | 3519 | ||
3520 | @@ -18497,6 +19188,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 3520 | @@ -18500,6 +19191,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
3521 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 3521 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
3522 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 3522 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
3523 | 3523 | ||
@@ -3530,7 +3530,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3530 | # The name of the directory that contains temporary libtool files. | 3530 | # The name of the directory that contains temporary libtool files. |
3531 | objdir=$objdir | 3531 | objdir=$objdir |
3532 | 3532 | ||
3533 | @@ -18506,6 +19203,9 @@ MAGIC_CMD=$MAGIC_CMD | 3533 | @@ -18509,6 +19206,9 @@ MAGIC_CMD=$MAGIC_CMD |
3534 | # Must we lock files when doing compilation? | 3534 | # Must we lock files when doing compilation? |
3535 | need_locks=$lt_need_locks | 3535 | need_locks=$lt_need_locks |
3536 | 3536 | ||
@@ -3540,7 +3540,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3540 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 3540 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
3541 | DSYMUTIL=$lt_DSYMUTIL | 3541 | DSYMUTIL=$lt_DSYMUTIL |
3542 | 3542 | ||
3543 | @@ -18620,12 +19320,12 @@ with_gcc=$GCC | 3543 | @@ -18623,12 +19323,12 @@ with_gcc=$GCC |
3544 | # Compiler flag to turn off builtin functions. | 3544 | # Compiler flag to turn off builtin functions. |
3545 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 3545 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
3546 | 3546 | ||
@@ -3556,7 +3556,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3556 | # Compiler flag to prevent dynamic linking. | 3556 | # Compiler flag to prevent dynamic linking. |
3557 | link_static_flag=$lt_lt_prog_compiler_static | 3557 | link_static_flag=$lt_lt_prog_compiler_static |
3558 | 3558 | ||
3559 | @@ -18712,9 +19412,6 @@ inherit_rpath=$inherit_rpath | 3559 | @@ -18715,9 +19415,6 @@ inherit_rpath=$inherit_rpath |
3560 | # Whether libtool must link a program against all its dependency libraries. | 3560 | # Whether libtool must link a program against all its dependency libraries. |
3561 | link_all_deplibs=$link_all_deplibs | 3561 | link_all_deplibs=$link_all_deplibs |
3562 | 3562 | ||
@@ -3566,7 +3566,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3566 | # Set to "yes" if exported symbols are required. | 3566 | # Set to "yes" if exported symbols are required. |
3567 | always_export_symbols=$always_export_symbols | 3567 | always_export_symbols=$always_export_symbols |
3568 | 3568 | ||
3569 | @@ -18730,6 +19427,9 @@ include_expsyms=$lt_include_expsyms | 3569 | @@ -18733,6 +19430,9 @@ include_expsyms=$lt_include_expsyms |
3570 | # Commands necessary for linking programs (against libraries) with templates. | 3570 | # Commands necessary for linking programs (against libraries) with templates. |
3571 | prelink_cmds=$lt_prelink_cmds | 3571 | prelink_cmds=$lt_prelink_cmds |
3572 | 3572 | ||
@@ -3576,7 +3576,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3576 | # Specify filename containing input files. | 3576 | # Specify filename containing input files. |
3577 | file_list_spec=$lt_file_list_spec | 3577 | file_list_spec=$lt_file_list_spec |
3578 | 3578 | ||
3579 | @@ -18762,210 +19462,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 3579 | @@ -18765,210 +19465,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
3580 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 3580 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
3581 | # text mode, it properly converts lines to CR/LF. This bash problem | 3581 | # text mode, it properly converts lines to CR/LF. This bash problem |
3582 | # is reportedly fixed, but why not run on old versions too? | 3582 | # is reportedly fixed, but why not run on old versions too? |
@@ -3951,7 +3951,7 @@ index a1092735311..f3bdee98f3f 100755 | |||
3951 | chmod +x "$ofile" | 3951 | chmod +x "$ofile" |
3952 | 3952 | ||
3953 | diff --git a/gas/Makefile.in b/gas/Makefile.in | 3953 | diff --git a/gas/Makefile.in b/gas/Makefile.in |
3954 | index bc25765cb5b..c481d96a05a 100644 | 3954 | index b57516369d7..1d5f5295102 100644 |
3955 | --- a/gas/Makefile.in | 3955 | --- a/gas/Makefile.in |
3956 | +++ b/gas/Makefile.in | 3956 | +++ b/gas/Makefile.in |
3957 | @@ -384,6 +384,7 @@ CYGPATH_W = @CYGPATH_W@ | 3957 | @@ -384,6 +384,7 @@ CYGPATH_W = @CYGPATH_W@ |
@@ -3979,7 +3979,7 @@ index bc25765cb5b..c481d96a05a 100644 | |||
3979 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 3979 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
3980 | am__include = @am__include@ | 3980 | am__include = @am__include@ |
3981 | diff --git a/gas/configure b/gas/configure | 3981 | diff --git a/gas/configure b/gas/configure |
3982 | index 5f8c8493589..998727b6108 100755 | 3982 | index a4d64ce5289..01c0c35ecad 100755 |
3983 | --- a/gas/configure | 3983 | --- a/gas/configure |
3984 | +++ b/gas/configure | 3984 | +++ b/gas/configure |
3985 | @@ -692,8 +692,11 @@ OTOOL | 3985 | @@ -692,8 +692,11 @@ OTOOL |
@@ -4011,7 +4011,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4011 | --with-cpu=CPU default cpu variant is CPU (currently only supported | 4011 | --with-cpu=CPU default cpu variant is CPU (currently only supported |
4012 | on ARC) | 4012 | on ARC) |
4013 | --with-gnu-ld assume the C compiler uses GNU ld default=no | 4013 | --with-gnu-ld assume the C compiler uses GNU ld default=no |
4014 | @@ -4652,8 +4658,8 @@ esac | 4014 | @@ -4650,8 +4656,8 @@ esac |
4015 | 4015 | ||
4016 | 4016 | ||
4017 | 4017 | ||
@@ -4022,7 +4022,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4022 | 4022 | ||
4023 | 4023 | ||
4024 | 4024 | ||
4025 | @@ -4693,7 +4699,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 4025 | @@ -4691,7 +4697,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
4026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 4026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
4027 | $as_echo_n "checking how to print strings... " >&6; } | 4027 | $as_echo_n "checking how to print strings... " >&6; } |
4028 | # Test print first, because it will be a builtin if present. | 4028 | # Test print first, because it will be a builtin if present. |
@@ -4031,7 +4031,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4031 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 4031 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
4032 | ECHO='print -r --' | 4032 | ECHO='print -r --' |
4033 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 4033 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
4034 | @@ -5386,8 +5392,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 4034 | @@ -5384,8 +5390,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
4035 | # Try some XSI features | 4035 | # Try some XSI features |
4036 | xsi_shell=no | 4036 | xsi_shell=no |
4037 | ( _lt_dummy="a/b/c" | 4037 | ( _lt_dummy="a/b/c" |
@@ -4042,7 +4042,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4042 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 4042 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
4043 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 4043 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
4044 | && xsi_shell=yes | 4044 | && xsi_shell=yes |
4045 | @@ -5436,6 +5442,80 @@ esac | 4045 | @@ -5434,6 +5440,80 @@ esac |
4046 | 4046 | ||
4047 | 4047 | ||
4048 | 4048 | ||
@@ -4123,7 +4123,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4123 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 4123 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
4124 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 4124 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
4125 | if ${lt_cv_ld_reload_flag+:} false; then : | 4125 | if ${lt_cv_ld_reload_flag+:} false; then : |
4126 | @@ -5452,6 +5532,11 @@ case $reload_flag in | 4126 | @@ -5450,6 +5530,11 @@ case $reload_flag in |
4127 | esac | 4127 | esac |
4128 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 4128 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
4129 | case $host_os in | 4129 | case $host_os in |
@@ -4135,7 +4135,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4135 | darwin*) | 4135 | darwin*) |
4136 | if test "$GCC" = yes; then | 4136 | if test "$GCC" = yes; then |
4137 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 4137 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
4138 | @@ -5620,7 +5705,8 @@ mingw* | pw32*) | 4138 | @@ -5618,7 +5703,8 @@ mingw* | pw32*) |
4139 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 4139 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
4140 | lt_cv_file_magic_cmd='func_win32_libid' | 4140 | lt_cv_file_magic_cmd='func_win32_libid' |
4141 | else | 4141 | else |
@@ -4145,7 +4145,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4145 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 4145 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
4146 | fi | 4146 | fi |
4147 | ;; | 4147 | ;; |
4148 | @@ -5779,6 +5865,21 @@ esac | 4148 | @@ -5777,6 +5863,21 @@ esac |
4149 | fi | 4149 | fi |
4150 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 4150 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
4151 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 4151 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -4167,7 +4167,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4167 | file_magic_cmd=$lt_cv_file_magic_cmd | 4167 | file_magic_cmd=$lt_cv_file_magic_cmd |
4168 | deplibs_check_method=$lt_cv_deplibs_check_method | 4168 | deplibs_check_method=$lt_cv_deplibs_check_method |
4169 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 4169 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
4170 | @@ -5794,6 +5895,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 4170 | @@ -5792,6 +5893,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
4171 | 4171 | ||
4172 | 4172 | ||
4173 | 4173 | ||
@@ -4325,7 +4325,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4325 | plugin_option= | 4325 | plugin_option= |
4326 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 4326 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
4327 | for plugin in $plugin_names; do | 4327 | for plugin in $plugin_names; do |
4328 | @@ -5808,8 +6060,10 @@ for plugin in $plugin_names; do | 4328 | @@ -5806,8 +6058,10 @@ for plugin in $plugin_names; do |
4329 | done | 4329 | done |
4330 | 4330 | ||
4331 | if test -n "$ac_tool_prefix"; then | 4331 | if test -n "$ac_tool_prefix"; then |
@@ -4338,7 +4338,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4338 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4338 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4339 | $as_echo_n "checking for $ac_word... " >&6; } | 4339 | $as_echo_n "checking for $ac_word... " >&6; } |
4340 | if ${ac_cv_prog_AR+:} false; then : | 4340 | if ${ac_cv_prog_AR+:} false; then : |
4341 | @@ -5825,7 +6079,7 @@ do | 4341 | @@ -5823,7 +6077,7 @@ do |
4342 | test -z "$as_dir" && as_dir=. | 4342 | test -z "$as_dir" && as_dir=. |
4343 | for ac_exec_ext in '' $ac_executable_extensions; do | 4343 | for ac_exec_ext in '' $ac_executable_extensions; do |
4344 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 4344 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -4347,7 +4347,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4347 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4347 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4348 | break 2 | 4348 | break 2 |
4349 | fi | 4349 | fi |
4350 | @@ -5845,11 +6099,15 @@ $as_echo "no" >&6; } | 4350 | @@ -5843,11 +6097,15 @@ $as_echo "no" >&6; } |
4351 | fi | 4351 | fi |
4352 | 4352 | ||
4353 | 4353 | ||
@@ -4366,7 +4366,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4367 | $as_echo_n "checking for $ac_word... " >&6; } | 4367 | $as_echo_n "checking for $ac_word... " >&6; } |
4368 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 4368 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
4369 | @@ -5865,7 +6123,7 @@ do | 4369 | @@ -5863,7 +6121,7 @@ do |
4370 | test -z "$as_dir" && as_dir=. | 4370 | test -z "$as_dir" && as_dir=. |
4371 | for ac_exec_ext in '' $ac_executable_extensions; do | 4371 | for ac_exec_ext in '' $ac_executable_extensions; do |
4372 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 4372 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -4375,7 +4375,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4375 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4375 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4376 | break 2 | 4376 | break 2 |
4377 | fi | 4377 | fi |
4378 | @@ -5884,6 +6142,10 @@ else | 4378 | @@ -5882,6 +6140,10 @@ else |
4379 | $as_echo "no" >&6; } | 4379 | $as_echo "no" >&6; } |
4380 | fi | 4380 | fi |
4381 | 4381 | ||
@@ -4386,7 +4386,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4386 | if test "x$ac_ct_AR" = x; then | 4386 | if test "x$ac_ct_AR" = x; then |
4387 | AR="false" | 4387 | AR="false" |
4388 | else | 4388 | else |
4389 | @@ -5895,29 +6157,81 @@ ac_tool_warned=yes ;; | 4389 | @@ -5893,29 +6155,81 @@ ac_tool_warned=yes ;; |
4390 | esac | 4390 | esac |
4391 | AR=$ac_ct_AR | 4391 | AR=$ac_ct_AR |
4392 | fi | 4392 | fi |
@@ -4483,7 +4483,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4483 | 4483 | ||
4484 | 4484 | ||
4485 | 4485 | ||
4486 | @@ -6264,8 +6578,8 @@ esac | 4486 | @@ -6262,8 +6576,8 @@ esac |
4487 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 4487 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
4488 | 4488 | ||
4489 | # Transform an extracted symbol line into symbol name and symbol address | 4489 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -4494,7 +4494,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4494 | 4494 | ||
4495 | # Handle CRLF in mingw tool chain | 4495 | # Handle CRLF in mingw tool chain |
4496 | opt_cr= | 4496 | opt_cr= |
4497 | @@ -6301,6 +6615,7 @@ for ac_symprfx in "" "_"; do | 4497 | @@ -6299,6 +6613,7 @@ for ac_symprfx in "" "_"; do |
4498 | else | 4498 | else |
4499 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 4499 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
4500 | fi | 4500 | fi |
@@ -4502,7 +4502,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4502 | 4502 | ||
4503 | # Check to see that the pipe works correctly. | 4503 | # Check to see that the pipe works correctly. |
4504 | pipe_works=no | 4504 | pipe_works=no |
4505 | @@ -6342,6 +6657,18 @@ _LT_EOF | 4505 | @@ -6340,6 +6655,18 @@ _LT_EOF |
4506 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 4506 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
4507 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 4507 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
4508 | cat <<_LT_EOF > conftest.$ac_ext | 4508 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -4521,7 +4521,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4521 | #ifdef __cplusplus | 4521 | #ifdef __cplusplus |
4522 | extern "C" { | 4522 | extern "C" { |
4523 | #endif | 4523 | #endif |
4524 | @@ -6353,7 +6680,7 @@ _LT_EOF | 4524 | @@ -6351,7 +6678,7 @@ _LT_EOF |
4525 | cat <<_LT_EOF >> conftest.$ac_ext | 4525 | cat <<_LT_EOF >> conftest.$ac_ext |
4526 | 4526 | ||
4527 | /* The mapping between symbol names and symbols. */ | 4527 | /* The mapping between symbol names and symbols. */ |
@@ -4530,7 +4530,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4530 | const char *name; | 4530 | const char *name; |
4531 | void *address; | 4531 | void *address; |
4532 | } | 4532 | } |
4533 | @@ -6379,8 +6706,8 @@ static const void *lt_preloaded_setup() { | 4533 | @@ -6377,8 +6704,8 @@ static const void *lt_preloaded_setup() { |
4534 | _LT_EOF | 4534 | _LT_EOF |
4535 | # Now try linking the two files. | 4535 | # Now try linking the two files. |
4536 | mv conftest.$ac_objext conftstm.$ac_objext | 4536 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -4541,7 +4541,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4541 | LIBS="conftstm.$ac_objext" | 4541 | LIBS="conftstm.$ac_objext" |
4542 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 4542 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
4543 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 4543 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
4544 | @@ -6390,8 +6717,8 @@ _LT_EOF | 4544 | @@ -6388,8 +6715,8 @@ _LT_EOF |
4545 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 4545 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
4546 | pipe_works=yes | 4546 | pipe_works=yes |
4547 | fi | 4547 | fi |
@@ -4552,7 +4552,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4552 | else | 4552 | else |
4553 | echo "cannot find nm_test_func in $nlist" >&5 | 4553 | echo "cannot find nm_test_func in $nlist" >&5 |
4554 | fi | 4554 | fi |
4555 | @@ -6428,6 +6755,19 @@ else | 4555 | @@ -6426,6 +6753,19 @@ else |
4556 | $as_echo "ok" >&6; } | 4556 | $as_echo "ok" >&6; } |
4557 | fi | 4557 | fi |
4558 | 4558 | ||
@@ -4572,7 +4572,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4572 | 4572 | ||
4573 | 4573 | ||
4574 | 4574 | ||
4575 | @@ -6444,6 +6784,42 @@ fi | 4575 | @@ -6442,6 +6782,42 @@ fi |
4576 | 4576 | ||
4577 | 4577 | ||
4578 | 4578 | ||
@@ -4615,7 +4615,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4615 | 4615 | ||
4616 | 4616 | ||
4617 | 4617 | ||
4618 | @@ -6655,6 +7031,123 @@ esac | 4618 | @@ -6653,6 +7029,123 @@ esac |
4619 | 4619 | ||
4620 | need_locks="$enable_libtool_lock" | 4620 | need_locks="$enable_libtool_lock" |
4621 | 4621 | ||
@@ -4739,7 +4739,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4739 | 4739 | ||
4740 | case $host_os in | 4740 | case $host_os in |
4741 | rhapsody* | darwin*) | 4741 | rhapsody* | darwin*) |
4742 | @@ -7218,6 +7711,8 @@ _LT_EOF | 4742 | @@ -7216,6 +7709,8 @@ _LT_EOF |
4743 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 4743 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
4744 | echo "$AR cru libconftest.a conftest.o" >&5 | 4744 | echo "$AR cru libconftest.a conftest.o" >&5 |
4745 | $AR cru libconftest.a conftest.o 2>&5 | 4745 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -4748,7 +4748,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4748 | cat > conftest.c << _LT_EOF | 4748 | cat > conftest.c << _LT_EOF |
4749 | int main() { return 0;} | 4749 | int main() { return 0;} |
4750 | _LT_EOF | 4750 | _LT_EOF |
4751 | @@ -7802,8 +8297,6 @@ fi | 4751 | @@ -7800,8 +8295,6 @@ fi |
4752 | lt_prog_compiler_pic= | 4752 | lt_prog_compiler_pic= |
4753 | lt_prog_compiler_static= | 4753 | lt_prog_compiler_static= |
4754 | 4754 | ||
@@ -4757,7 +4757,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4757 | 4757 | ||
4758 | if test "$GCC" = yes; then | 4758 | if test "$GCC" = yes; then |
4759 | lt_prog_compiler_wl='-Wl,' | 4759 | lt_prog_compiler_wl='-Wl,' |
4760 | @@ -7969,6 +8462,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 4760 | @@ -7967,6 +8460,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
4761 | lt_prog_compiler_pic='--shared' | 4761 | lt_prog_compiler_pic='--shared' |
4762 | lt_prog_compiler_static='--static' | 4762 | lt_prog_compiler_static='--static' |
4763 | ;; | 4763 | ;; |
@@ -4770,7 +4770,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4770 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 4770 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
4771 | # Portland Group compilers (*not* the Pentium gcc compiler, | 4771 | # Portland Group compilers (*not* the Pentium gcc compiler, |
4772 | # which looks to be a dead project) | 4772 | # which looks to be a dead project) |
4773 | @@ -8031,7 +8530,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 4773 | @@ -8029,7 +8528,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
4774 | lt_prog_compiler_pic='-KPIC' | 4774 | lt_prog_compiler_pic='-KPIC' |
4775 | lt_prog_compiler_static='-Bstatic' | 4775 | lt_prog_compiler_static='-Bstatic' |
4776 | case $cc_basename in | 4776 | case $cc_basename in |
@@ -4779,7 +4779,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4779 | lt_prog_compiler_wl='-Qoption ld ';; | 4779 | lt_prog_compiler_wl='-Qoption ld ';; |
4780 | *) | 4780 | *) |
4781 | lt_prog_compiler_wl='-Wl,';; | 4781 | lt_prog_compiler_wl='-Wl,';; |
4782 | @@ -8088,13 +8587,17 @@ case $host_os in | 4782 | @@ -8086,13 +8585,17 @@ case $host_os in |
4783 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 4783 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
4784 | ;; | 4784 | ;; |
4785 | esac | 4785 | esac |
@@ -4803,7 +4803,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4803 | 4803 | ||
4804 | # | 4804 | # |
4805 | # Check to make sure the PIC flag actually works. | 4805 | # Check to make sure the PIC flag actually works. |
4806 | @@ -8155,6 +8658,11 @@ fi | 4806 | @@ -8153,6 +8656,11 @@ fi |
4807 | 4807 | ||
4808 | 4808 | ||
4809 | 4809 | ||
@@ -4815,7 +4815,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4815 | # | 4815 | # |
4816 | # Check to make sure the static flag actually works. | 4816 | # Check to make sure the static flag actually works. |
4817 | # | 4817 | # |
4818 | @@ -8505,7 +9013,8 @@ _LT_EOF | 4818 | @@ -8503,7 +9011,8 @@ _LT_EOF |
4819 | allow_undefined_flag=unsupported | 4819 | allow_undefined_flag=unsupported |
4820 | always_export_symbols=no | 4820 | always_export_symbols=no |
4821 | enable_shared_with_static_runtimes=yes | 4821 | enable_shared_with_static_runtimes=yes |
@@ -4825,7 +4825,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4825 | 4825 | ||
4826 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 4826 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
4827 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 4827 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
4828 | @@ -8604,12 +9113,12 @@ _LT_EOF | 4828 | @@ -8602,12 +9111,12 @@ _LT_EOF |
4829 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 4829 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
4830 | hardcode_libdir_flag_spec= | 4830 | hardcode_libdir_flag_spec= |
4831 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 4831 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -4840,7 +4840,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4840 | fi | 4840 | fi |
4841 | ;; | 4841 | ;; |
4842 | esac | 4842 | esac |
4843 | @@ -8623,8 +9132,8 @@ _LT_EOF | 4843 | @@ -8621,8 +9130,8 @@ _LT_EOF |
4844 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 4844 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
4845 | wlarc= | 4845 | wlarc= |
4846 | else | 4846 | else |
@@ -4851,7 +4851,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4851 | fi | 4851 | fi |
4852 | ;; | 4852 | ;; |
4853 | 4853 | ||
4854 | @@ -8642,8 +9151,8 @@ _LT_EOF | 4854 | @@ -8640,8 +9149,8 @@ _LT_EOF |
4855 | 4855 | ||
4856 | _LT_EOF | 4856 | _LT_EOF |
4857 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 4857 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -4862,7 +4862,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4862 | else | 4862 | else |
4863 | ld_shlibs=no | 4863 | ld_shlibs=no |
4864 | fi | 4864 | fi |
4865 | @@ -8689,8 +9198,8 @@ _LT_EOF | 4865 | @@ -8687,8 +9196,8 @@ _LT_EOF |
4866 | 4866 | ||
4867 | *) | 4867 | *) |
4868 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 4868 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -4873,7 +4873,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4873 | else | 4873 | else |
4874 | ld_shlibs=no | 4874 | ld_shlibs=no |
4875 | fi | 4875 | fi |
4876 | @@ -8820,7 +9329,13 @@ _LT_EOF | 4876 | @@ -8818,7 +9327,13 @@ _LT_EOF |
4877 | allow_undefined_flag='-berok' | 4877 | allow_undefined_flag='-berok' |
4878 | # Determine the default libpath from the value encoded in an | 4878 | # Determine the default libpath from the value encoded in an |
4879 | # empty executable. | 4879 | # empty executable. |
@@ -4888,7 +4888,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4888 | /* end confdefs.h. */ | 4888 | /* end confdefs.h. */ |
4889 | 4889 | ||
4890 | int | 4890 | int |
4891 | @@ -8833,22 +9348,29 @@ main () | 4891 | @@ -8831,22 +9346,29 @@ main () |
4892 | _ACEOF | 4892 | _ACEOF |
4893 | if ac_fn_c_try_link "$LINENO"; then : | 4893 | if ac_fn_c_try_link "$LINENO"; then : |
4894 | 4894 | ||
@@ -4931,7 +4931,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4931 | 4931 | ||
4932 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 4932 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
4933 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 4933 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
4934 | @@ -8860,7 +9382,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4934 | @@ -8858,7 +9380,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
4935 | else | 4935 | else |
4936 | # Determine the default libpath from the value encoded in an | 4936 | # Determine the default libpath from the value encoded in an |
4937 | # empty executable. | 4937 | # empty executable. |
@@ -4946,7 +4946,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4946 | /* end confdefs.h. */ | 4946 | /* end confdefs.h. */ |
4947 | 4947 | ||
4948 | int | 4948 | int |
4949 | @@ -8873,22 +9401,29 @@ main () | 4949 | @@ -8871,22 +9399,29 @@ main () |
4950 | _ACEOF | 4950 | _ACEOF |
4951 | if ac_fn_c_try_link "$LINENO"; then : | 4951 | if ac_fn_c_try_link "$LINENO"; then : |
4952 | 4952 | ||
@@ -4989,7 +4989,7 @@ index 5f8c8493589..998727b6108 100755 | |||
4989 | 4989 | ||
4990 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 4990 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
4991 | # Warning - without using the other run time loading flags, | 4991 | # Warning - without using the other run time loading flags, |
4992 | @@ -8933,20 +9468,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4992 | @@ -8931,20 +9466,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
4993 | # Microsoft Visual C++. | 4993 | # Microsoft Visual C++. |
4994 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 4994 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
4995 | # no search path for DLLs. | 4995 | # no search path for DLLs. |
@@ -5067,7 +5067,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5067 | ;; | 5067 | ;; |
5068 | 5068 | ||
5069 | darwin* | rhapsody*) | 5069 | darwin* | rhapsody*) |
5070 | @@ -9007,7 +9585,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5070 | @@ -9005,7 +9583,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
5071 | 5071 | ||
5072 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 5072 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
5073 | freebsd* | dragonfly*) | 5073 | freebsd* | dragonfly*) |
@@ -5076,7 +5076,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5076 | hardcode_libdir_flag_spec='-R$libdir' | 5076 | hardcode_libdir_flag_spec='-R$libdir' |
5077 | hardcode_direct=yes | 5077 | hardcode_direct=yes |
5078 | hardcode_shlibpath_var=no | 5078 | hardcode_shlibpath_var=no |
5079 | @@ -9015,7 +9593,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5079 | @@ -9013,7 +9591,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
5080 | 5080 | ||
5081 | hpux9*) | 5081 | hpux9*) |
5082 | if test "$GCC" = yes; then | 5082 | if test "$GCC" = yes; then |
@@ -5085,7 +5085,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5085 | else | 5085 | else |
5086 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 5086 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
5087 | fi | 5087 | fi |
5088 | @@ -9031,7 +9609,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5088 | @@ -9029,7 +9607,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
5089 | 5089 | ||
5090 | hpux10*) | 5090 | hpux10*) |
5091 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 5091 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -5094,7 +5094,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5094 | else | 5094 | else |
5095 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 5095 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
5096 | fi | 5096 | fi |
5097 | @@ -9055,10 +9633,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5097 | @@ -9053,10 +9631,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
5098 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 5098 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
5099 | ;; | 5099 | ;; |
5100 | ia64*) | 5100 | ia64*) |
@@ -5107,7 +5107,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5107 | ;; | 5107 | ;; |
5108 | esac | 5108 | esac |
5109 | else | 5109 | else |
5110 | @@ -9137,23 +9715,36 @@ fi | 5110 | @@ -9135,23 +9713,36 @@ fi |
5111 | 5111 | ||
5112 | irix5* | irix6* | nonstopux*) | 5112 | irix5* | irix6* | nonstopux*) |
5113 | if test "$GCC" = yes; then | 5113 | if test "$GCC" = yes; then |
@@ -5152,7 +5152,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5152 | else | 5152 | else |
5153 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 5153 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
5154 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 5154 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
5155 | @@ -9238,7 +9829,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 5155 | @@ -9236,7 +9827,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
5156 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 5156 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
5157 | if test "$GCC" = yes; then | 5157 | if test "$GCC" = yes; then |
5158 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 5158 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -5161,7 +5161,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5161 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 5161 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
5162 | else | 5162 | else |
5163 | allow_undefined_flag=' -expect_unresolved \*' | 5163 | allow_undefined_flag=' -expect_unresolved \*' |
5164 | @@ -9257,9 +9848,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 5164 | @@ -9255,9 +9846,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
5165 | no_undefined_flag=' -z defs' | 5165 | no_undefined_flag=' -z defs' |
5166 | if test "$GCC" = yes; then | 5166 | if test "$GCC" = yes; then |
5167 | wlarc='${wl}' | 5167 | wlarc='${wl}' |
@@ -5173,7 +5173,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5173 | else | 5173 | else |
5174 | case `$CC -V 2>&1` in | 5174 | case `$CC -V 2>&1` in |
5175 | *"Compilers 5.0"*) | 5175 | *"Compilers 5.0"*) |
5176 | @@ -9835,8 +10426,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 5176 | @@ -9833,8 +10424,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
5177 | need_version=no | 5177 | need_version=no |
5178 | need_lib_prefix=no | 5178 | need_lib_prefix=no |
5179 | 5179 | ||
@@ -5185,7 +5185,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5185 | library_names_spec='$libname.dll.a' | 5185 | library_names_spec='$libname.dll.a' |
5186 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 5186 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
5187 | postinstall_cmds='base_file=`basename \${file}`~ | 5187 | postinstall_cmds='base_file=`basename \${file}`~ |
5188 | @@ -9869,13 +10461,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 5188 | @@ -9867,13 +10459,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
5189 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 5189 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
5190 | ;; | 5190 | ;; |
5191 | esac | 5191 | esac |
@@ -5258,16 +5258,16 @@ index 5f8c8493589..998727b6108 100755 | |||
5258 | # FIXME: first we should search . and the directory the executable is in | 5258 | # FIXME: first we should search . and the directory the executable is in |
5259 | shlibpath_var=PATH | 5259 | shlibpath_var=PATH |
5260 | ;; | 5260 | ;; |
5261 | @@ -10777,7 +11427,7 @@ else | 5261 | @@ -10775,7 +11425,7 @@ else |
5262 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 5262 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
5263 | lt_status=$lt_dlunknown | 5263 | lt_status=$lt_dlunknown |
5264 | cat > conftest.$ac_ext <<_LT_EOF | 5264 | cat > conftest.$ac_ext <<_LT_EOF |
5265 | -#line 10780 "configure" | 5265 | -#line 10778 "configure" |
5266 | +#line $LINENO "configure" | 5266 | +#line $LINENO "configure" |
5267 | #include "confdefs.h" | 5267 | #include "confdefs.h" |
5268 | 5268 | ||
5269 | #if HAVE_DLFCN_H | 5269 | #if HAVE_DLFCN_H |
5270 | @@ -10821,10 +11471,10 @@ else | 5270 | @@ -10819,10 +11469,10 @@ else |
5271 | /* When -fvisbility=hidden is used, assume the code has been annotated | 5271 | /* When -fvisbility=hidden is used, assume the code has been annotated |
5272 | correspondingly for the symbols needed. */ | 5272 | correspondingly for the symbols needed. */ |
5273 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 5273 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -5280,16 +5280,16 @@ index 5f8c8493589..998727b6108 100755 | |||
5280 | int main () | 5280 | int main () |
5281 | { | 5281 | { |
5282 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5282 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
5283 | @@ -10883,7 +11533,7 @@ else | 5283 | @@ -10881,7 +11531,7 @@ else |
5284 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 5284 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
5285 | lt_status=$lt_dlunknown | 5285 | lt_status=$lt_dlunknown |
5286 | cat > conftest.$ac_ext <<_LT_EOF | 5286 | cat > conftest.$ac_ext <<_LT_EOF |
5287 | -#line 10886 "configure" | 5287 | -#line 10884 "configure" |
5288 | +#line $LINENO "configure" | 5288 | +#line $LINENO "configure" |
5289 | #include "confdefs.h" | 5289 | #include "confdefs.h" |
5290 | 5290 | ||
5291 | #if HAVE_DLFCN_H | 5291 | #if HAVE_DLFCN_H |
5292 | @@ -10927,10 +11577,10 @@ else | 5292 | @@ -10925,10 +11575,10 @@ else |
5293 | /* When -fvisbility=hidden is used, assume the code has been annotated | 5293 | /* When -fvisbility=hidden is used, assume the code has been annotated |
5294 | correspondingly for the symbols needed. */ | 5294 | correspondingly for the symbols needed. */ |
5295 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 5295 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -5302,7 +5302,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5302 | int main () | 5302 | int main () |
5303 | { | 5303 | { |
5304 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5304 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
5305 | @@ -17080,13 +17730,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 5305 | @@ -17078,13 +17728,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
5306 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 5306 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
5307 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 5307 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
5308 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 5308 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -5323,7 +5323,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5323 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 5323 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
5324 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 5324 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
5325 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 5325 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
5326 | @@ -17101,14 +17758,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 5326 | @@ -17099,14 +17756,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
5327 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 5327 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
5328 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 5328 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
5329 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 5329 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -5342,7 +5342,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5342 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 5342 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
5343 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 5343 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
5344 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 5344 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
5345 | @@ -17141,12 +17801,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 5345 | @@ -17139,12 +17799,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
5346 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 5346 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
5347 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 5347 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
5348 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 5348 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -5356,7 +5356,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5356 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 5356 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
5357 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 5357 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
5358 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 5358 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
5359 | @@ -17201,8 +17861,13 @@ reload_flag \ | 5359 | @@ -17199,8 +17859,13 @@ reload_flag \ |
5360 | OBJDUMP \ | 5360 | OBJDUMP \ |
5361 | deplibs_check_method \ | 5361 | deplibs_check_method \ |
5362 | file_magic_cmd \ | 5362 | file_magic_cmd \ |
@@ -5370,7 +5370,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5370 | STRIP \ | 5370 | STRIP \ |
5371 | RANLIB \ | 5371 | RANLIB \ |
5372 | CC \ | 5372 | CC \ |
5373 | @@ -17212,12 +17877,14 @@ lt_cv_sys_global_symbol_pipe \ | 5373 | @@ -17210,12 +17875,14 @@ lt_cv_sys_global_symbol_pipe \ |
5374 | lt_cv_sys_global_symbol_to_cdecl \ | 5374 | lt_cv_sys_global_symbol_to_cdecl \ |
5375 | lt_cv_sys_global_symbol_to_c_name_address \ | 5375 | lt_cv_sys_global_symbol_to_c_name_address \ |
5376 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 5376 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -5386,7 +5386,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5386 | DSYMUTIL \ | 5386 | DSYMUTIL \ |
5387 | NMEDIT \ | 5387 | NMEDIT \ |
5388 | LIPO \ | 5388 | LIPO \ |
5389 | @@ -17233,7 +17900,6 @@ no_undefined_flag \ | 5389 | @@ -17231,7 +17898,6 @@ no_undefined_flag \ |
5390 | hardcode_libdir_flag_spec \ | 5390 | hardcode_libdir_flag_spec \ |
5391 | hardcode_libdir_flag_spec_ld \ | 5391 | hardcode_libdir_flag_spec_ld \ |
5392 | hardcode_libdir_separator \ | 5392 | hardcode_libdir_separator \ |
@@ -5394,7 +5394,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5394 | exclude_expsyms \ | 5394 | exclude_expsyms \ |
5395 | include_expsyms \ | 5395 | include_expsyms \ |
5396 | file_list_spec \ | 5396 | file_list_spec \ |
5397 | @@ -17269,6 +17935,7 @@ module_cmds \ | 5397 | @@ -17267,6 +17933,7 @@ module_cmds \ |
5398 | module_expsym_cmds \ | 5398 | module_expsym_cmds \ |
5399 | export_symbols_cmds \ | 5399 | export_symbols_cmds \ |
5400 | prelink_cmds \ | 5400 | prelink_cmds \ |
@@ -5402,7 +5402,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5402 | postinstall_cmds \ | 5402 | postinstall_cmds \ |
5403 | postuninstall_cmds \ | 5403 | postuninstall_cmds \ |
5404 | finish_cmds \ | 5404 | finish_cmds \ |
5405 | @@ -18049,7 +18716,8 @@ $as_echo X"$file" | | 5405 | @@ -18047,7 +18714,8 @@ $as_echo X"$file" | |
5406 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 5406 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
5407 | # | 5407 | # |
5408 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 5408 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -5412,7 +5412,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5412 | # Written by Gordon Matzigkeit, 1996 | 5412 | # Written by Gordon Matzigkeit, 1996 |
5413 | # | 5413 | # |
5414 | # This file is part of GNU Libtool. | 5414 | # This file is part of GNU Libtool. |
5415 | @@ -18152,19 +18820,42 @@ SP2NL=$lt_lt_SP2NL | 5415 | @@ -18150,19 +18818,42 @@ SP2NL=$lt_lt_SP2NL |
5416 | # turn newlines into spaces. | 5416 | # turn newlines into spaces. |
5417 | NL2SP=$lt_lt_NL2SP | 5417 | NL2SP=$lt_lt_NL2SP |
5418 | 5418 | ||
@@ -5456,7 +5456,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5456 | # A symbol stripping program. | 5456 | # A symbol stripping program. |
5457 | STRIP=$lt_STRIP | 5457 | STRIP=$lt_STRIP |
5458 | 5458 | ||
5459 | @@ -18194,6 +18885,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 5459 | @@ -18192,6 +18883,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
5460 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 5460 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
5461 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 5461 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
5462 | 5462 | ||
@@ -5469,7 +5469,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5469 | # The name of the directory that contains temporary libtool files. | 5469 | # The name of the directory that contains temporary libtool files. |
5470 | objdir=$objdir | 5470 | objdir=$objdir |
5471 | 5471 | ||
5472 | @@ -18203,6 +18900,9 @@ MAGIC_CMD=$MAGIC_CMD | 5472 | @@ -18201,6 +18898,9 @@ MAGIC_CMD=$MAGIC_CMD |
5473 | # Must we lock files when doing compilation? | 5473 | # Must we lock files when doing compilation? |
5474 | need_locks=$lt_need_locks | 5474 | need_locks=$lt_need_locks |
5475 | 5475 | ||
@@ -5479,7 +5479,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5479 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 5479 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
5480 | DSYMUTIL=$lt_DSYMUTIL | 5480 | DSYMUTIL=$lt_DSYMUTIL |
5481 | 5481 | ||
5482 | @@ -18317,12 +19017,12 @@ with_gcc=$GCC | 5482 | @@ -18315,12 +19015,12 @@ with_gcc=$GCC |
5483 | # Compiler flag to turn off builtin functions. | 5483 | # Compiler flag to turn off builtin functions. |
5484 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 5484 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
5485 | 5485 | ||
@@ -5495,7 +5495,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5495 | # Compiler flag to prevent dynamic linking. | 5495 | # Compiler flag to prevent dynamic linking. |
5496 | link_static_flag=$lt_lt_prog_compiler_static | 5496 | link_static_flag=$lt_lt_prog_compiler_static |
5497 | 5497 | ||
5498 | @@ -18409,9 +19109,6 @@ inherit_rpath=$inherit_rpath | 5498 | @@ -18407,9 +19107,6 @@ inherit_rpath=$inherit_rpath |
5499 | # Whether libtool must link a program against all its dependency libraries. | 5499 | # Whether libtool must link a program against all its dependency libraries. |
5500 | link_all_deplibs=$link_all_deplibs | 5500 | link_all_deplibs=$link_all_deplibs |
5501 | 5501 | ||
@@ -5505,7 +5505,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5505 | # Set to "yes" if exported symbols are required. | 5505 | # Set to "yes" if exported symbols are required. |
5506 | always_export_symbols=$always_export_symbols | 5506 | always_export_symbols=$always_export_symbols |
5507 | 5507 | ||
5508 | @@ -18427,6 +19124,9 @@ include_expsyms=$lt_include_expsyms | 5508 | @@ -18425,6 +19122,9 @@ include_expsyms=$lt_include_expsyms |
5509 | # Commands necessary for linking programs (against libraries) with templates. | 5509 | # Commands necessary for linking programs (against libraries) with templates. |
5510 | prelink_cmds=$lt_prelink_cmds | 5510 | prelink_cmds=$lt_prelink_cmds |
5511 | 5511 | ||
@@ -5515,7 +5515,7 @@ index 5f8c8493589..998727b6108 100755 | |||
5515 | # Specify filename containing input files. | 5515 | # Specify filename containing input files. |
5516 | file_list_spec=$lt_file_list_spec | 5516 | file_list_spec=$lt_file_list_spec |
5517 | 5517 | ||
5518 | @@ -18459,210 +19159,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 5518 | @@ -18457,210 +19157,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
5519 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 5519 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
5520 | # text mode, it properly converts lines to CR/LF. This bash problem | 5520 | # text mode, it properly converts lines to CR/LF. This bash problem |
5521 | # is reportedly fixed, but why not run on old versions too? | 5521 | # is reportedly fixed, but why not run on old versions too? |
@@ -5918,7 +5918,7 @@ index a7398231030..fc7a3d78db0 100644 | |||
5918 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 5918 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
5919 | am__include = @am__include@ | 5919 | am__include = @am__include@ |
5920 | diff --git a/gprof/configure b/gprof/configure | 5920 | diff --git a/gprof/configure b/gprof/configure |
5921 | index 2d62b6fbb07..0cafee249eb 100755 | 5921 | index e3c86d3f1ed..e5e6edbe821 100755 |
5922 | --- a/gprof/configure | 5922 | --- a/gprof/configure |
5923 | +++ b/gprof/configure | 5923 | +++ b/gprof/configure |
5924 | @@ -669,8 +669,11 @@ OTOOL | 5924 | @@ -669,8 +669,11 @@ OTOOL |
@@ -5950,7 +5950,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
5950 | 5950 | ||
5951 | Some influential environment variables: | 5951 | Some influential environment variables: |
5952 | CC C compiler command | 5952 | CC C compiler command |
5953 | @@ -4530,8 +4536,8 @@ esac | 5953 | @@ -4528,8 +4534,8 @@ esac |
5954 | 5954 | ||
5955 | 5955 | ||
5956 | 5956 | ||
@@ -5961,7 +5961,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
5961 | 5961 | ||
5962 | 5962 | ||
5963 | 5963 | ||
5964 | @@ -4571,7 +4577,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 5964 | @@ -4569,7 +4575,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
5965 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 5965 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
5966 | $as_echo_n "checking how to print strings... " >&6; } | 5966 | $as_echo_n "checking how to print strings... " >&6; } |
5967 | # Test print first, because it will be a builtin if present. | 5967 | # Test print first, because it will be a builtin if present. |
@@ -5970,7 +5970,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
5970 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 5970 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
5971 | ECHO='print -r --' | 5971 | ECHO='print -r --' |
5972 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 5972 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
5973 | @@ -5264,8 +5270,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 5973 | @@ -5262,8 +5268,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
5974 | # Try some XSI features | 5974 | # Try some XSI features |
5975 | xsi_shell=no | 5975 | xsi_shell=no |
5976 | ( _lt_dummy="a/b/c" | 5976 | ( _lt_dummy="a/b/c" |
@@ -5981,7 +5981,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
5981 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 5981 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
5982 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 5982 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
5983 | && xsi_shell=yes | 5983 | && xsi_shell=yes |
5984 | @@ -5314,6 +5320,80 @@ esac | 5984 | @@ -5312,6 +5318,80 @@ esac |
5985 | 5985 | ||
5986 | 5986 | ||
5987 | 5987 | ||
@@ -6062,7 +6062,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6062 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 6062 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
6063 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 6063 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
6064 | if ${lt_cv_ld_reload_flag+:} false; then : | 6064 | if ${lt_cv_ld_reload_flag+:} false; then : |
6065 | @@ -5330,6 +5410,11 @@ case $reload_flag in | 6065 | @@ -5328,6 +5408,11 @@ case $reload_flag in |
6066 | esac | 6066 | esac |
6067 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 6067 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
6068 | case $host_os in | 6068 | case $host_os in |
@@ -6074,7 +6074,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6074 | darwin*) | 6074 | darwin*) |
6075 | if test "$GCC" = yes; then | 6075 | if test "$GCC" = yes; then |
6076 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 6076 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
6077 | @@ -5498,7 +5583,8 @@ mingw* | pw32*) | 6077 | @@ -5496,7 +5581,8 @@ mingw* | pw32*) |
6078 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 6078 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
6079 | lt_cv_file_magic_cmd='func_win32_libid' | 6079 | lt_cv_file_magic_cmd='func_win32_libid' |
6080 | else | 6080 | else |
@@ -6084,7 +6084,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6084 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 6084 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
6085 | fi | 6085 | fi |
6086 | ;; | 6086 | ;; |
6087 | @@ -5657,6 +5743,21 @@ esac | 6087 | @@ -5655,6 +5741,21 @@ esac |
6088 | fi | 6088 | fi |
6089 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 6089 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6090 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 6090 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -6106,7 +6106,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6106 | file_magic_cmd=$lt_cv_file_magic_cmd | 6106 | file_magic_cmd=$lt_cv_file_magic_cmd |
6107 | deplibs_check_method=$lt_cv_deplibs_check_method | 6107 | deplibs_check_method=$lt_cv_deplibs_check_method |
6108 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 6108 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
6109 | @@ -5672,6 +5773,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 6109 | @@ -5670,6 +5771,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
6110 | 6110 | ||
6111 | 6111 | ||
6112 | 6112 | ||
@@ -6264,7 +6264,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6264 | plugin_option= | 6264 | plugin_option= |
6265 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 6265 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
6266 | for plugin in $plugin_names; do | 6266 | for plugin in $plugin_names; do |
6267 | @@ -5686,8 +5938,10 @@ for plugin in $plugin_names; do | 6267 | @@ -5684,8 +5936,10 @@ for plugin in $plugin_names; do |
6268 | done | 6268 | done |
6269 | 6269 | ||
6270 | if test -n "$ac_tool_prefix"; then | 6270 | if test -n "$ac_tool_prefix"; then |
@@ -6277,7 +6277,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6277 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6277 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6278 | $as_echo_n "checking for $ac_word... " >&6; } | 6278 | $as_echo_n "checking for $ac_word... " >&6; } |
6279 | if ${ac_cv_prog_AR+:} false; then : | 6279 | if ${ac_cv_prog_AR+:} false; then : |
6280 | @@ -5703,7 +5957,7 @@ do | 6280 | @@ -5701,7 +5955,7 @@ do |
6281 | test -z "$as_dir" && as_dir=. | 6281 | test -z "$as_dir" && as_dir=. |
6282 | for ac_exec_ext in '' $ac_executable_extensions; do | 6282 | for ac_exec_ext in '' $ac_executable_extensions; do |
6283 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 6283 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -6286,7 +6286,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6286 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 6286 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6287 | break 2 | 6287 | break 2 |
6288 | fi | 6288 | fi |
6289 | @@ -5723,11 +5977,15 @@ $as_echo "no" >&6; } | 6289 | @@ -5721,11 +5975,15 @@ $as_echo "no" >&6; } |
6290 | fi | 6290 | fi |
6291 | 6291 | ||
6292 | 6292 | ||
@@ -6305,7 +6305,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6306 | $as_echo_n "checking for $ac_word... " >&6; } | 6306 | $as_echo_n "checking for $ac_word... " >&6; } |
6307 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 6307 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
6308 | @@ -5743,7 +6001,7 @@ do | 6308 | @@ -5741,7 +5999,7 @@ do |
6309 | test -z "$as_dir" && as_dir=. | 6309 | test -z "$as_dir" && as_dir=. |
6310 | for ac_exec_ext in '' $ac_executable_extensions; do | 6310 | for ac_exec_ext in '' $ac_executable_extensions; do |
6311 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 6311 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -6314,7 +6314,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6314 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 6314 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6315 | break 2 | 6315 | break 2 |
6316 | fi | 6316 | fi |
6317 | @@ -5762,6 +6020,10 @@ else | 6317 | @@ -5760,6 +6018,10 @@ else |
6318 | $as_echo "no" >&6; } | 6318 | $as_echo "no" >&6; } |
6319 | fi | 6319 | fi |
6320 | 6320 | ||
@@ -6325,7 +6325,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6325 | if test "x$ac_ct_AR" = x; then | 6325 | if test "x$ac_ct_AR" = x; then |
6326 | AR="false" | 6326 | AR="false" |
6327 | else | 6327 | else |
6328 | @@ -5773,25 +6035,19 @@ ac_tool_warned=yes ;; | 6328 | @@ -5771,25 +6033,19 @@ ac_tool_warned=yes ;; |
6329 | esac | 6329 | esac |
6330 | AR=$ac_ct_AR | 6330 | AR=$ac_ct_AR |
6331 | fi | 6331 | fi |
@@ -6360,7 +6360,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6360 | 6360 | ||
6361 | 6361 | ||
6362 | 6362 | ||
6363 | @@ -5803,6 +6059,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 6363 | @@ -5801,6 +6057,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
6364 | 6364 | ||
6365 | 6365 | ||
6366 | 6366 | ||
@@ -6425,7 +6425,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6425 | if test -n "$ac_tool_prefix"; then | 6425 | if test -n "$ac_tool_prefix"; then |
6426 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 6426 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
6427 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 6427 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
6428 | @@ -6142,8 +6456,8 @@ esac | 6428 | @@ -6140,8 +6454,8 @@ esac |
6429 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 6429 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
6430 | 6430 | ||
6431 | # Transform an extracted symbol line into symbol name and symbol address | 6431 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -6436,7 +6436,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6436 | 6436 | ||
6437 | # Handle CRLF in mingw tool chain | 6437 | # Handle CRLF in mingw tool chain |
6438 | opt_cr= | 6438 | opt_cr= |
6439 | @@ -6179,6 +6493,7 @@ for ac_symprfx in "" "_"; do | 6439 | @@ -6177,6 +6491,7 @@ for ac_symprfx in "" "_"; do |
6440 | else | 6440 | else |
6441 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 6441 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
6442 | fi | 6442 | fi |
@@ -6444,7 +6444,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6444 | 6444 | ||
6445 | # Check to see that the pipe works correctly. | 6445 | # Check to see that the pipe works correctly. |
6446 | pipe_works=no | 6446 | pipe_works=no |
6447 | @@ -6220,6 +6535,18 @@ _LT_EOF | 6447 | @@ -6218,6 +6533,18 @@ _LT_EOF |
6448 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 6448 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
6449 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 6449 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
6450 | cat <<_LT_EOF > conftest.$ac_ext | 6450 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -6463,7 +6463,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6463 | #ifdef __cplusplus | 6463 | #ifdef __cplusplus |
6464 | extern "C" { | 6464 | extern "C" { |
6465 | #endif | 6465 | #endif |
6466 | @@ -6231,7 +6558,7 @@ _LT_EOF | 6466 | @@ -6229,7 +6556,7 @@ _LT_EOF |
6467 | cat <<_LT_EOF >> conftest.$ac_ext | 6467 | cat <<_LT_EOF >> conftest.$ac_ext |
6468 | 6468 | ||
6469 | /* The mapping between symbol names and symbols. */ | 6469 | /* The mapping between symbol names and symbols. */ |
@@ -6472,7 +6472,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6472 | const char *name; | 6472 | const char *name; |
6473 | void *address; | 6473 | void *address; |
6474 | } | 6474 | } |
6475 | @@ -6257,8 +6584,8 @@ static const void *lt_preloaded_setup() { | 6475 | @@ -6255,8 +6582,8 @@ static const void *lt_preloaded_setup() { |
6476 | _LT_EOF | 6476 | _LT_EOF |
6477 | # Now try linking the two files. | 6477 | # Now try linking the two files. |
6478 | mv conftest.$ac_objext conftstm.$ac_objext | 6478 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -6483,7 +6483,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6483 | LIBS="conftstm.$ac_objext" | 6483 | LIBS="conftstm.$ac_objext" |
6484 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 6484 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
6485 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 6485 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
6486 | @@ -6268,8 +6595,8 @@ _LT_EOF | 6486 | @@ -6266,8 +6593,8 @@ _LT_EOF |
6487 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 6487 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
6488 | pipe_works=yes | 6488 | pipe_works=yes |
6489 | fi | 6489 | fi |
@@ -6494,7 +6494,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6494 | else | 6494 | else |
6495 | echo "cannot find nm_test_func in $nlist" >&5 | 6495 | echo "cannot find nm_test_func in $nlist" >&5 |
6496 | fi | 6496 | fi |
6497 | @@ -6306,6 +6633,18 @@ else | 6497 | @@ -6304,6 +6631,18 @@ else |
6498 | $as_echo "ok" >&6; } | 6498 | $as_echo "ok" >&6; } |
6499 | fi | 6499 | fi |
6500 | 6500 | ||
@@ -6513,7 +6513,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6513 | 6513 | ||
6514 | 6514 | ||
6515 | 6515 | ||
6516 | @@ -6322,6 +6661,43 @@ fi | 6516 | @@ -6320,6 +6659,43 @@ fi |
6517 | 6517 | ||
6518 | 6518 | ||
6519 | 6519 | ||
@@ -6557,7 +6557,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6557 | 6557 | ||
6558 | 6558 | ||
6559 | 6559 | ||
6560 | @@ -6533,6 +6909,123 @@ esac | 6560 | @@ -6531,6 +6907,123 @@ esac |
6561 | 6561 | ||
6562 | need_locks="$enable_libtool_lock" | 6562 | need_locks="$enable_libtool_lock" |
6563 | 6563 | ||
@@ -6681,7 +6681,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6681 | 6681 | ||
6682 | case $host_os in | 6682 | case $host_os in |
6683 | rhapsody* | darwin*) | 6683 | rhapsody* | darwin*) |
6684 | @@ -7096,6 +7589,8 @@ _LT_EOF | 6684 | @@ -7094,6 +7587,8 @@ _LT_EOF |
6685 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 6685 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
6686 | echo "$AR cru libconftest.a conftest.o" >&5 | 6686 | echo "$AR cru libconftest.a conftest.o" >&5 |
6687 | $AR cru libconftest.a conftest.o 2>&5 | 6687 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -6690,7 +6690,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6690 | cat > conftest.c << _LT_EOF | 6690 | cat > conftest.c << _LT_EOF |
6691 | int main() { return 0;} | 6691 | int main() { return 0;} |
6692 | _LT_EOF | 6692 | _LT_EOF |
6693 | @@ -7680,8 +8175,6 @@ fi | 6693 | @@ -7678,8 +8173,6 @@ fi |
6694 | lt_prog_compiler_pic= | 6694 | lt_prog_compiler_pic= |
6695 | lt_prog_compiler_static= | 6695 | lt_prog_compiler_static= |
6696 | 6696 | ||
@@ -6699,7 +6699,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6699 | 6699 | ||
6700 | if test "$GCC" = yes; then | 6700 | if test "$GCC" = yes; then |
6701 | lt_prog_compiler_wl='-Wl,' | 6701 | lt_prog_compiler_wl='-Wl,' |
6702 | @@ -7847,6 +8340,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 6702 | @@ -7845,6 +8338,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
6703 | lt_prog_compiler_pic='--shared' | 6703 | lt_prog_compiler_pic='--shared' |
6704 | lt_prog_compiler_static='--static' | 6704 | lt_prog_compiler_static='--static' |
6705 | ;; | 6705 | ;; |
@@ -6712,7 +6712,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6712 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 6712 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
6713 | # Portland Group compilers (*not* the Pentium gcc compiler, | 6713 | # Portland Group compilers (*not* the Pentium gcc compiler, |
6714 | # which looks to be a dead project) | 6714 | # which looks to be a dead project) |
6715 | @@ -7909,7 +8408,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 6715 | @@ -7907,7 +8406,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
6716 | lt_prog_compiler_pic='-KPIC' | 6716 | lt_prog_compiler_pic='-KPIC' |
6717 | lt_prog_compiler_static='-Bstatic' | 6717 | lt_prog_compiler_static='-Bstatic' |
6718 | case $cc_basename in | 6718 | case $cc_basename in |
@@ -6721,7 +6721,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6721 | lt_prog_compiler_wl='-Qoption ld ';; | 6721 | lt_prog_compiler_wl='-Qoption ld ';; |
6722 | *) | 6722 | *) |
6723 | lt_prog_compiler_wl='-Wl,';; | 6723 | lt_prog_compiler_wl='-Wl,';; |
6724 | @@ -7966,13 +8465,17 @@ case $host_os in | 6724 | @@ -7964,13 +8463,17 @@ case $host_os in |
6725 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 6725 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
6726 | ;; | 6726 | ;; |
6727 | esac | 6727 | esac |
@@ -6745,7 +6745,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6745 | 6745 | ||
6746 | # | 6746 | # |
6747 | # Check to make sure the PIC flag actually works. | 6747 | # Check to make sure the PIC flag actually works. |
6748 | @@ -8033,6 +8536,11 @@ fi | 6748 | @@ -8031,6 +8534,11 @@ fi |
6749 | 6749 | ||
6750 | 6750 | ||
6751 | 6751 | ||
@@ -6757,7 +6757,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6757 | # | 6757 | # |
6758 | # Check to make sure the static flag actually works. | 6758 | # Check to make sure the static flag actually works. |
6759 | # | 6759 | # |
6760 | @@ -8383,7 +8891,8 @@ _LT_EOF | 6760 | @@ -8381,7 +8889,8 @@ _LT_EOF |
6761 | allow_undefined_flag=unsupported | 6761 | allow_undefined_flag=unsupported |
6762 | always_export_symbols=no | 6762 | always_export_symbols=no |
6763 | enable_shared_with_static_runtimes=yes | 6763 | enable_shared_with_static_runtimes=yes |
@@ -6767,7 +6767,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6767 | 6767 | ||
6768 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 6768 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
6769 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 6769 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
6770 | @@ -8482,12 +8991,12 @@ _LT_EOF | 6770 | @@ -8480,12 +8989,12 @@ _LT_EOF |
6771 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 6771 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
6772 | hardcode_libdir_flag_spec= | 6772 | hardcode_libdir_flag_spec= |
6773 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 6773 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -6782,7 +6782,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6782 | fi | 6782 | fi |
6783 | ;; | 6783 | ;; |
6784 | esac | 6784 | esac |
6785 | @@ -8501,8 +9010,8 @@ _LT_EOF | 6785 | @@ -8499,8 +9008,8 @@ _LT_EOF |
6786 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 6786 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
6787 | wlarc= | 6787 | wlarc= |
6788 | else | 6788 | else |
@@ -6793,7 +6793,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6793 | fi | 6793 | fi |
6794 | ;; | 6794 | ;; |
6795 | 6795 | ||
6796 | @@ -8520,8 +9029,8 @@ _LT_EOF | 6796 | @@ -8518,8 +9027,8 @@ _LT_EOF |
6797 | 6797 | ||
6798 | _LT_EOF | 6798 | _LT_EOF |
6799 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 6799 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -6804,7 +6804,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6804 | else | 6804 | else |
6805 | ld_shlibs=no | 6805 | ld_shlibs=no |
6806 | fi | 6806 | fi |
6807 | @@ -8567,8 +9076,8 @@ _LT_EOF | 6807 | @@ -8565,8 +9074,8 @@ _LT_EOF |
6808 | 6808 | ||
6809 | *) | 6809 | *) |
6810 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 6810 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -6815,7 +6815,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6815 | else | 6815 | else |
6816 | ld_shlibs=no | 6816 | ld_shlibs=no |
6817 | fi | 6817 | fi |
6818 | @@ -8698,7 +9207,13 @@ _LT_EOF | 6818 | @@ -8696,7 +9205,13 @@ _LT_EOF |
6819 | allow_undefined_flag='-berok' | 6819 | allow_undefined_flag='-berok' |
6820 | # Determine the default libpath from the value encoded in an | 6820 | # Determine the default libpath from the value encoded in an |
6821 | # empty executable. | 6821 | # empty executable. |
@@ -6830,7 +6830,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6830 | /* end confdefs.h. */ | 6830 | /* end confdefs.h. */ |
6831 | 6831 | ||
6832 | int | 6832 | int |
6833 | @@ -8711,22 +9226,29 @@ main () | 6833 | @@ -8709,22 +9224,29 @@ main () |
6834 | _ACEOF | 6834 | _ACEOF |
6835 | if ac_fn_c_try_link "$LINENO"; then : | 6835 | if ac_fn_c_try_link "$LINENO"; then : |
6836 | 6836 | ||
@@ -6873,7 +6873,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6873 | 6873 | ||
6874 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 6874 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
6875 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 6875 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
6876 | @@ -8738,7 +9260,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 6876 | @@ -8736,7 +9258,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
6877 | else | 6877 | else |
6878 | # Determine the default libpath from the value encoded in an | 6878 | # Determine the default libpath from the value encoded in an |
6879 | # empty executable. | 6879 | # empty executable. |
@@ -6888,7 +6888,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6888 | /* end confdefs.h. */ | 6888 | /* end confdefs.h. */ |
6889 | 6889 | ||
6890 | int | 6890 | int |
6891 | @@ -8751,22 +9279,29 @@ main () | 6891 | @@ -8749,22 +9277,29 @@ main () |
6892 | _ACEOF | 6892 | _ACEOF |
6893 | if ac_fn_c_try_link "$LINENO"; then : | 6893 | if ac_fn_c_try_link "$LINENO"; then : |
6894 | 6894 | ||
@@ -6931,7 +6931,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
6931 | 6931 | ||
6932 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 6932 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
6933 | # Warning - without using the other run time loading flags, | 6933 | # Warning - without using the other run time loading flags, |
6934 | @@ -8811,20 +9346,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 6934 | @@ -8809,20 +9344,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
6935 | # Microsoft Visual C++. | 6935 | # Microsoft Visual C++. |
6936 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 6936 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
6937 | # no search path for DLLs. | 6937 | # no search path for DLLs. |
@@ -7009,7 +7009,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7009 | ;; | 7009 | ;; |
7010 | 7010 | ||
7011 | darwin* | rhapsody*) | 7011 | darwin* | rhapsody*) |
7012 | @@ -8885,7 +9463,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7012 | @@ -8883,7 +9461,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7013 | 7013 | ||
7014 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 7014 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
7015 | freebsd* | dragonfly*) | 7015 | freebsd* | dragonfly*) |
@@ -7018,7 +7018,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7018 | hardcode_libdir_flag_spec='-R$libdir' | 7018 | hardcode_libdir_flag_spec='-R$libdir' |
7019 | hardcode_direct=yes | 7019 | hardcode_direct=yes |
7020 | hardcode_shlibpath_var=no | 7020 | hardcode_shlibpath_var=no |
7021 | @@ -8893,7 +9471,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7021 | @@ -8891,7 +9469,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7022 | 7022 | ||
7023 | hpux9*) | 7023 | hpux9*) |
7024 | if test "$GCC" = yes; then | 7024 | if test "$GCC" = yes; then |
@@ -7027,7 +7027,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7027 | else | 7027 | else |
7028 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 7028 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
7029 | fi | 7029 | fi |
7030 | @@ -8909,7 +9487,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7030 | @@ -8907,7 +9485,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7031 | 7031 | ||
7032 | hpux10*) | 7032 | hpux10*) |
7033 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 7033 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -7036,7 +7036,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7036 | else | 7036 | else |
7037 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 7037 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
7038 | fi | 7038 | fi |
7039 | @@ -8933,10 +9511,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7039 | @@ -8931,10 +9509,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7040 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 7040 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
7041 | ;; | 7041 | ;; |
7042 | ia64*) | 7042 | ia64*) |
@@ -7049,7 +7049,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7049 | ;; | 7049 | ;; |
7050 | esac | 7050 | esac |
7051 | else | 7051 | else |
7052 | @@ -9015,23 +9593,36 @@ fi | 7052 | @@ -9013,23 +9591,36 @@ fi |
7053 | 7053 | ||
7054 | irix5* | irix6* | nonstopux*) | 7054 | irix5* | irix6* | nonstopux*) |
7055 | if test "$GCC" = yes; then | 7055 | if test "$GCC" = yes; then |
@@ -7094,7 +7094,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7094 | else | 7094 | else |
7095 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 7095 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
7096 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 7096 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
7097 | @@ -9116,7 +9707,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 7097 | @@ -9114,7 +9705,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
7098 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 7098 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
7099 | if test "$GCC" = yes; then | 7099 | if test "$GCC" = yes; then |
7100 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 7100 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -7103,7 +7103,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7103 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 7103 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
7104 | else | 7104 | else |
7105 | allow_undefined_flag=' -expect_unresolved \*' | 7105 | allow_undefined_flag=' -expect_unresolved \*' |
7106 | @@ -9135,9 +9726,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 7106 | @@ -9133,9 +9724,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
7107 | no_undefined_flag=' -z defs' | 7107 | no_undefined_flag=' -z defs' |
7108 | if test "$GCC" = yes; then | 7108 | if test "$GCC" = yes; then |
7109 | wlarc='${wl}' | 7109 | wlarc='${wl}' |
@@ -7115,7 +7115,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7115 | else | 7115 | else |
7116 | case `$CC -V 2>&1` in | 7116 | case `$CC -V 2>&1` in |
7117 | *"Compilers 5.0"*) | 7117 | *"Compilers 5.0"*) |
7118 | @@ -9713,8 +10304,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 7118 | @@ -9711,8 +10302,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
7119 | need_version=no | 7119 | need_version=no |
7120 | need_lib_prefix=no | 7120 | need_lib_prefix=no |
7121 | 7121 | ||
@@ -7127,7 +7127,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7127 | library_names_spec='$libname.dll.a' | 7127 | library_names_spec='$libname.dll.a' |
7128 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 7128 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
7129 | postinstall_cmds='base_file=`basename \${file}`~ | 7129 | postinstall_cmds='base_file=`basename \${file}`~ |
7130 | @@ -9747,13 +10339,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 7130 | @@ -9745,13 +10337,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
7131 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 7131 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
7132 | ;; | 7132 | ;; |
7133 | esac | 7133 | esac |
@@ -7200,16 +7200,16 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7200 | # FIXME: first we should search . and the directory the executable is in | 7200 | # FIXME: first we should search . and the directory the executable is in |
7201 | shlibpath_var=PATH | 7201 | shlibpath_var=PATH |
7202 | ;; | 7202 | ;; |
7203 | @@ -10655,7 +11305,7 @@ else | 7203 | @@ -10653,7 +11303,7 @@ else |
7204 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 7204 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
7205 | lt_status=$lt_dlunknown | 7205 | lt_status=$lt_dlunknown |
7206 | cat > conftest.$ac_ext <<_LT_EOF | 7206 | cat > conftest.$ac_ext <<_LT_EOF |
7207 | -#line 10658 "configure" | 7207 | -#line 10656 "configure" |
7208 | +#line $LINENO "configure" | 7208 | +#line $LINENO "configure" |
7209 | #include "confdefs.h" | 7209 | #include "confdefs.h" |
7210 | 7210 | ||
7211 | #if HAVE_DLFCN_H | 7211 | #if HAVE_DLFCN_H |
7212 | @@ -10699,10 +11349,10 @@ else | 7212 | @@ -10697,10 +11347,10 @@ else |
7213 | /* When -fvisbility=hidden is used, assume the code has been annotated | 7213 | /* When -fvisbility=hidden is used, assume the code has been annotated |
7214 | correspondingly for the symbols needed. */ | 7214 | correspondingly for the symbols needed. */ |
7215 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 7215 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -7222,16 +7222,16 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7222 | int main () | 7222 | int main () |
7223 | { | 7223 | { |
7224 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 7224 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
7225 | @@ -10761,7 +11411,7 @@ else | 7225 | @@ -10759,7 +11409,7 @@ else |
7226 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 7226 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
7227 | lt_status=$lt_dlunknown | 7227 | lt_status=$lt_dlunknown |
7228 | cat > conftest.$ac_ext <<_LT_EOF | 7228 | cat > conftest.$ac_ext <<_LT_EOF |
7229 | -#line 10764 "configure" | 7229 | -#line 10762 "configure" |
7230 | +#line $LINENO "configure" | 7230 | +#line $LINENO "configure" |
7231 | #include "confdefs.h" | 7231 | #include "confdefs.h" |
7232 | 7232 | ||
7233 | #if HAVE_DLFCN_H | 7233 | #if HAVE_DLFCN_H |
7234 | @@ -10805,10 +11455,10 @@ else | 7234 | @@ -10803,10 +11453,10 @@ else |
7235 | /* When -fvisbility=hidden is used, assume the code has been annotated | 7235 | /* When -fvisbility=hidden is used, assume the code has been annotated |
7236 | correspondingly for the symbols needed. */ | 7236 | correspondingly for the symbols needed. */ |
7237 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 7237 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -7244,7 +7244,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7244 | int main () | 7244 | int main () |
7245 | { | 7245 | { |
7246 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 7246 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
7247 | @@ -14728,13 +15378,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 7247 | @@ -14726,13 +15376,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
7248 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 7248 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
7249 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 7249 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
7250 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 7250 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -7265,7 +7265,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7265 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 7265 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
7266 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 7266 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
7267 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 7267 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
7268 | @@ -14749,14 +15406,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 7268 | @@ -14747,14 +15404,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
7269 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 7269 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
7270 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 7270 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
7271 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 7271 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -7284,7 +7284,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7284 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 7284 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
7285 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 7285 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
7286 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 7286 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
7287 | @@ -14789,12 +15449,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 7287 | @@ -14787,12 +15447,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
7288 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 7288 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
7289 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 7289 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
7290 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 7290 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -7298,7 +7298,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7298 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 7298 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
7299 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 7299 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
7300 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 7300 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
7301 | @@ -14849,8 +15509,13 @@ reload_flag \ | 7301 | @@ -14847,8 +15507,13 @@ reload_flag \ |
7302 | OBJDUMP \ | 7302 | OBJDUMP \ |
7303 | deplibs_check_method \ | 7303 | deplibs_check_method \ |
7304 | file_magic_cmd \ | 7304 | file_magic_cmd \ |
@@ -7312,7 +7312,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7312 | STRIP \ | 7312 | STRIP \ |
7313 | RANLIB \ | 7313 | RANLIB \ |
7314 | CC \ | 7314 | CC \ |
7315 | @@ -14860,12 +15525,14 @@ lt_cv_sys_global_symbol_pipe \ | 7315 | @@ -14858,12 +15523,14 @@ lt_cv_sys_global_symbol_pipe \ |
7316 | lt_cv_sys_global_symbol_to_cdecl \ | 7316 | lt_cv_sys_global_symbol_to_cdecl \ |
7317 | lt_cv_sys_global_symbol_to_c_name_address \ | 7317 | lt_cv_sys_global_symbol_to_c_name_address \ |
7318 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 7318 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -7328,7 +7328,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7328 | DSYMUTIL \ | 7328 | DSYMUTIL \ |
7329 | NMEDIT \ | 7329 | NMEDIT \ |
7330 | LIPO \ | 7330 | LIPO \ |
7331 | @@ -14881,7 +15548,6 @@ no_undefined_flag \ | 7331 | @@ -14879,7 +15546,6 @@ no_undefined_flag \ |
7332 | hardcode_libdir_flag_spec \ | 7332 | hardcode_libdir_flag_spec \ |
7333 | hardcode_libdir_flag_spec_ld \ | 7333 | hardcode_libdir_flag_spec_ld \ |
7334 | hardcode_libdir_separator \ | 7334 | hardcode_libdir_separator \ |
@@ -7336,7 +7336,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7336 | exclude_expsyms \ | 7336 | exclude_expsyms \ |
7337 | include_expsyms \ | 7337 | include_expsyms \ |
7338 | file_list_spec \ | 7338 | file_list_spec \ |
7339 | @@ -14917,6 +15583,7 @@ module_cmds \ | 7339 | @@ -14915,6 +15581,7 @@ module_cmds \ |
7340 | module_expsym_cmds \ | 7340 | module_expsym_cmds \ |
7341 | export_symbols_cmds \ | 7341 | export_symbols_cmds \ |
7342 | prelink_cmds \ | 7342 | prelink_cmds \ |
@@ -7344,7 +7344,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7344 | postinstall_cmds \ | 7344 | postinstall_cmds \ |
7345 | postuninstall_cmds \ | 7345 | postuninstall_cmds \ |
7346 | finish_cmds \ | 7346 | finish_cmds \ |
7347 | @@ -15690,7 +16357,8 @@ $as_echo X"$file" | | 7347 | @@ -15688,7 +16355,8 @@ $as_echo X"$file" | |
7348 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 7348 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
7349 | # | 7349 | # |
7350 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 7350 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -7354,7 +7354,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7354 | # Written by Gordon Matzigkeit, 1996 | 7354 | # Written by Gordon Matzigkeit, 1996 |
7355 | # | 7355 | # |
7356 | # This file is part of GNU Libtool. | 7356 | # This file is part of GNU Libtool. |
7357 | @@ -15793,19 +16461,42 @@ SP2NL=$lt_lt_SP2NL | 7357 | @@ -15791,19 +16459,42 @@ SP2NL=$lt_lt_SP2NL |
7358 | # turn newlines into spaces. | 7358 | # turn newlines into spaces. |
7359 | NL2SP=$lt_lt_NL2SP | 7359 | NL2SP=$lt_lt_NL2SP |
7360 | 7360 | ||
@@ -7398,7 +7398,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7398 | # A symbol stripping program. | 7398 | # A symbol stripping program. |
7399 | STRIP=$lt_STRIP | 7399 | STRIP=$lt_STRIP |
7400 | 7400 | ||
7401 | @@ -15835,6 +16526,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 7401 | @@ -15833,6 +16524,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
7402 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 7402 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
7403 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 7403 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
7404 | 7404 | ||
@@ -7411,7 +7411,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7411 | # The name of the directory that contains temporary libtool files. | 7411 | # The name of the directory that contains temporary libtool files. |
7412 | objdir=$objdir | 7412 | objdir=$objdir |
7413 | 7413 | ||
7414 | @@ -15844,6 +16541,9 @@ MAGIC_CMD=$MAGIC_CMD | 7414 | @@ -15842,6 +16539,9 @@ MAGIC_CMD=$MAGIC_CMD |
7415 | # Must we lock files when doing compilation? | 7415 | # Must we lock files when doing compilation? |
7416 | need_locks=$lt_need_locks | 7416 | need_locks=$lt_need_locks |
7417 | 7417 | ||
@@ -7421,7 +7421,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7421 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 7421 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
7422 | DSYMUTIL=$lt_DSYMUTIL | 7422 | DSYMUTIL=$lt_DSYMUTIL |
7423 | 7423 | ||
7424 | @@ -15958,12 +16658,12 @@ with_gcc=$GCC | 7424 | @@ -15956,12 +16656,12 @@ with_gcc=$GCC |
7425 | # Compiler flag to turn off builtin functions. | 7425 | # Compiler flag to turn off builtin functions. |
7426 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 7426 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
7427 | 7427 | ||
@@ -7437,7 +7437,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7437 | # Compiler flag to prevent dynamic linking. | 7437 | # Compiler flag to prevent dynamic linking. |
7438 | link_static_flag=$lt_lt_prog_compiler_static | 7438 | link_static_flag=$lt_lt_prog_compiler_static |
7439 | 7439 | ||
7440 | @@ -16050,9 +16750,6 @@ inherit_rpath=$inherit_rpath | 7440 | @@ -16048,9 +16748,6 @@ inherit_rpath=$inherit_rpath |
7441 | # Whether libtool must link a program against all its dependency libraries. | 7441 | # Whether libtool must link a program against all its dependency libraries. |
7442 | link_all_deplibs=$link_all_deplibs | 7442 | link_all_deplibs=$link_all_deplibs |
7443 | 7443 | ||
@@ -7447,7 +7447,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7447 | # Set to "yes" if exported symbols are required. | 7447 | # Set to "yes" if exported symbols are required. |
7448 | always_export_symbols=$always_export_symbols | 7448 | always_export_symbols=$always_export_symbols |
7449 | 7449 | ||
7450 | @@ -16068,6 +16765,9 @@ include_expsyms=$lt_include_expsyms | 7450 | @@ -16066,6 +16763,9 @@ include_expsyms=$lt_include_expsyms |
7451 | # Commands necessary for linking programs (against libraries) with templates. | 7451 | # Commands necessary for linking programs (against libraries) with templates. |
7452 | prelink_cmds=$lt_prelink_cmds | 7452 | prelink_cmds=$lt_prelink_cmds |
7453 | 7453 | ||
@@ -7457,7 +7457,7 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7457 | # Specify filename containing input files. | 7457 | # Specify filename containing input files. |
7458 | file_list_spec=$lt_file_list_spec | 7458 | file_list_spec=$lt_file_list_spec |
7459 | 7459 | ||
7460 | @@ -16100,210 +16800,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 7460 | @@ -16098,210 +16798,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
7461 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 7461 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
7462 | # text mode, it properly converts lines to CR/LF. This bash problem | 7462 | # text mode, it properly converts lines to CR/LF. This bash problem |
7463 | # is reportedly fixed, but why not run on old versions too? | 7463 | # is reportedly fixed, but why not run on old versions too? |
@@ -7832,10 +7832,10 @@ index 2d62b6fbb07..0cafee249eb 100755 | |||
7832 | chmod +x "$ofile" | 7832 | chmod +x "$ofile" |
7833 | 7833 | ||
7834 | diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in | 7834 | diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in |
7835 | index dbc868191b7..1ca6dd01f58 100644 | 7835 | index 5ced0e012eb..e6174273972 100644 |
7836 | --- a/gprofng/Makefile.in | 7836 | --- a/gprofng/Makefile.in |
7837 | +++ b/gprofng/Makefile.in | 7837 | +++ b/gprofng/Makefile.in |
7838 | @@ -253,6 +253,7 @@ CXXFLAGS = @CXXFLAGS@ | 7838 | @@ -254,6 +254,7 @@ CXXFLAGS = @CXXFLAGS@ |
7839 | CYGPATH_W = @CYGPATH_W@ | 7839 | CYGPATH_W = @CYGPATH_W@ |
7840 | DEFS = @DEFS@ | 7840 | DEFS = @DEFS@ |
7841 | DEPDIR = @DEPDIR@ | 7841 | DEPDIR = @DEPDIR@ |
@@ -7843,7 +7843,7 @@ index dbc868191b7..1ca6dd01f58 100644 | |||
7843 | DSYMUTIL = @DSYMUTIL@ | 7843 | DSYMUTIL = @DSYMUTIL@ |
7844 | DUMPBIN = @DUMPBIN@ | 7844 | DUMPBIN = @DUMPBIN@ |
7845 | ECHO_C = @ECHO_C@ | 7845 | ECHO_C = @ECHO_C@ |
7846 | @@ -289,6 +290,7 @@ LN_S = @LN_S@ | 7846 | @@ -290,6 +291,7 @@ LN_S = @LN_S@ |
7847 | LTLIBOBJS = @LTLIBOBJS@ | 7847 | LTLIBOBJS = @LTLIBOBJS@ |
7848 | MAINT = @MAINT@ | 7848 | MAINT = @MAINT@ |
7849 | MAKEINFO = @MAKEINFO@ | 7849 | MAKEINFO = @MAKEINFO@ |
@@ -7852,10 +7852,10 @@ index dbc868191b7..1ca6dd01f58 100644 | |||
7852 | NM = @NM@ | 7852 | NM = @NM@ |
7853 | NMEDIT = @NMEDIT@ | 7853 | NMEDIT = @NMEDIT@ |
7854 | diff --git a/gprofng/configure b/gprofng/configure | 7854 | diff --git a/gprofng/configure b/gprofng/configure |
7855 | index bdfa2281f2c..b6376eb3f77 100755 | 7855 | index cf3e9c3d0db..56e99cbe272 100755 |
7856 | --- a/gprofng/configure | 7856 | --- a/gprofng/configure |
7857 | +++ b/gprofng/configure | 7857 | +++ b/gprofng/configure |
7858 | @@ -671,6 +671,8 @@ OTOOL | 7858 | @@ -672,6 +672,8 @@ OTOOL |
7859 | LIPO | 7859 | LIPO |
7860 | NMEDIT | 7860 | NMEDIT |
7861 | DSYMUTIL | 7861 | DSYMUTIL |
@@ -7864,7 +7864,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
7864 | OBJDUMP | 7864 | OBJDUMP |
7865 | LN_S | 7865 | LN_S |
7866 | NM | 7866 | NM |
7867 | @@ -801,6 +803,7 @@ enable_static | 7867 | @@ -802,6 +804,7 @@ enable_static |
7868 | with_pic | 7868 | with_pic |
7869 | enable_fast_install | 7869 | enable_fast_install |
7870 | with_gnu_ld | 7870 | with_gnu_ld |
@@ -7872,7 +7872,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
7872 | enable_libtool_lock | 7872 | enable_libtool_lock |
7873 | enable_werror_always | 7873 | enable_werror_always |
7874 | enable_gprofng_tools | 7874 | enable_gprofng_tools |
7875 | @@ -1464,6 +1467,8 @@ Optional Packages: | 7875 | @@ -1465,6 +1468,8 @@ Optional Packages: |
7876 | --with-pic try to use only PIC/non-PIC objects [default=use | 7876 | --with-pic try to use only PIC/non-PIC objects [default=use |
7877 | both] | 7877 | both] |
7878 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 7878 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -7881,7 +7881,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
7881 | --with-jdk=PATH specify prefix directory for installed JDK. | 7881 | --with-jdk=PATH specify prefix directory for installed JDK. |
7882 | --with-system-zlib use installed libz | 7882 | --with-system-zlib use installed libz |
7883 | 7883 | ||
7884 | @@ -6152,8 +6157,8 @@ esac | 7884 | @@ -6153,8 +6158,8 @@ esac |
7885 | 7885 | ||
7886 | 7886 | ||
7887 | 7887 | ||
@@ -7892,7 +7892,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
7892 | 7892 | ||
7893 | 7893 | ||
7894 | 7894 | ||
7895 | @@ -6193,7 +6198,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 7895 | @@ -6194,7 +6199,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
7896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 7896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
7897 | $as_echo_n "checking how to print strings... " >&6; } | 7897 | $as_echo_n "checking how to print strings... " >&6; } |
7898 | # Test print first, because it will be a builtin if present. | 7898 | # Test print first, because it will be a builtin if present. |
@@ -7901,7 +7901,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
7901 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 7901 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
7902 | ECHO='print -r --' | 7902 | ECHO='print -r --' |
7903 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 7903 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
7904 | @@ -6886,8 +6891,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 7904 | @@ -6887,8 +6892,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
7905 | # Try some XSI features | 7905 | # Try some XSI features |
7906 | xsi_shell=no | 7906 | xsi_shell=no |
7907 | ( _lt_dummy="a/b/c" | 7907 | ( _lt_dummy="a/b/c" |
@@ -7912,7 +7912,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
7912 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 7912 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
7913 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 7913 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
7914 | && xsi_shell=yes | 7914 | && xsi_shell=yes |
7915 | @@ -6936,6 +6941,80 @@ esac | 7915 | @@ -6937,6 +6942,80 @@ esac |
7916 | 7916 | ||
7917 | 7917 | ||
7918 | 7918 | ||
@@ -7993,7 +7993,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
7993 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 7993 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
7994 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 7994 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
7995 | if ${lt_cv_ld_reload_flag+:} false; then : | 7995 | if ${lt_cv_ld_reload_flag+:} false; then : |
7996 | @@ -6952,6 +7031,11 @@ case $reload_flag in | 7996 | @@ -6953,6 +7032,11 @@ case $reload_flag in |
7997 | esac | 7997 | esac |
7998 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 7998 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
7999 | case $host_os in | 7999 | case $host_os in |
@@ -8005,7 +8005,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8005 | darwin*) | 8005 | darwin*) |
8006 | if test "$GCC" = yes; then | 8006 | if test "$GCC" = yes; then |
8007 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 8007 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
8008 | @@ -7120,7 +7204,8 @@ mingw* | pw32*) | 8008 | @@ -7121,7 +7205,8 @@ mingw* | pw32*) |
8009 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 8009 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
8010 | lt_cv_file_magic_cmd='func_win32_libid' | 8010 | lt_cv_file_magic_cmd='func_win32_libid' |
8011 | else | 8011 | else |
@@ -8015,7 +8015,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8015 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 8015 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
8016 | fi | 8016 | fi |
8017 | ;; | 8017 | ;; |
8018 | @@ -7279,6 +7364,21 @@ esac | 8018 | @@ -7280,6 +7365,21 @@ esac |
8019 | fi | 8019 | fi |
8020 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 8020 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
8021 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 8021 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -8037,7 +8037,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8037 | file_magic_cmd=$lt_cv_file_magic_cmd | 8037 | file_magic_cmd=$lt_cv_file_magic_cmd |
8038 | deplibs_check_method=$lt_cv_deplibs_check_method | 8038 | deplibs_check_method=$lt_cv_deplibs_check_method |
8039 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 8039 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
8040 | @@ -7294,6 +7394,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 8040 | @@ -7295,6 +7395,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
8041 | 8041 | ||
8042 | 8042 | ||
8043 | 8043 | ||
@@ -8195,7 +8195,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8195 | plugin_option= | 8195 | plugin_option= |
8196 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 8196 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
8197 | for plugin in $plugin_names; do | 8197 | for plugin in $plugin_names; do |
8198 | @@ -7308,8 +7559,10 @@ for plugin in $plugin_names; do | 8198 | @@ -7309,8 +7560,10 @@ for plugin in $plugin_names; do |
8199 | done | 8199 | done |
8200 | 8200 | ||
8201 | if test -n "$ac_tool_prefix"; then | 8201 | if test -n "$ac_tool_prefix"; then |
@@ -8208,7 +8208,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8208 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8208 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
8209 | $as_echo_n "checking for $ac_word... " >&6; } | 8209 | $as_echo_n "checking for $ac_word... " >&6; } |
8210 | if ${ac_cv_prog_AR+:} false; then : | 8210 | if ${ac_cv_prog_AR+:} false; then : |
8211 | @@ -7325,7 +7578,7 @@ do | 8211 | @@ -7326,7 +7579,7 @@ do |
8212 | test -z "$as_dir" && as_dir=. | 8212 | test -z "$as_dir" && as_dir=. |
8213 | for ac_exec_ext in '' $ac_executable_extensions; do | 8213 | for ac_exec_ext in '' $ac_executable_extensions; do |
8214 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 8214 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -8217,7 +8217,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8217 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 8217 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
8218 | break 2 | 8218 | break 2 |
8219 | fi | 8219 | fi |
8220 | @@ -7345,11 +7598,15 @@ $as_echo "no" >&6; } | 8220 | @@ -7346,11 +7599,15 @@ $as_echo "no" >&6; } |
8221 | fi | 8221 | fi |
8222 | 8222 | ||
8223 | 8223 | ||
@@ -8236,7 +8236,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8236 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8236 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
8237 | $as_echo_n "checking for $ac_word... " >&6; } | 8237 | $as_echo_n "checking for $ac_word... " >&6; } |
8238 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 8238 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
8239 | @@ -7365,7 +7622,7 @@ do | 8239 | @@ -7366,7 +7623,7 @@ do |
8240 | test -z "$as_dir" && as_dir=. | 8240 | test -z "$as_dir" && as_dir=. |
8241 | for ac_exec_ext in '' $ac_executable_extensions; do | 8241 | for ac_exec_ext in '' $ac_executable_extensions; do |
8242 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 8242 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -8245,7 +8245,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8245 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 8245 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
8246 | break 2 | 8246 | break 2 |
8247 | fi | 8247 | fi |
8248 | @@ -7384,6 +7641,10 @@ else | 8248 | @@ -7385,6 +7642,10 @@ else |
8249 | $as_echo "no" >&6; } | 8249 | $as_echo "no" >&6; } |
8250 | fi | 8250 | fi |
8251 | 8251 | ||
@@ -8256,7 +8256,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8256 | if test "x$ac_ct_AR" = x; then | 8256 | if test "x$ac_ct_AR" = x; then |
8257 | AR="false" | 8257 | AR="false" |
8258 | else | 8258 | else |
8259 | @@ -7395,25 +7656,19 @@ ac_tool_warned=yes ;; | 8259 | @@ -7396,25 +7657,19 @@ ac_tool_warned=yes ;; |
8260 | esac | 8260 | esac |
8261 | AR=$ac_ct_AR | 8261 | AR=$ac_ct_AR |
8262 | fi | 8262 | fi |
@@ -8291,7 +8291,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8291 | 8291 | ||
8292 | 8292 | ||
8293 | 8293 | ||
8294 | @@ -7425,6 +7680,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 8294 | @@ -7426,6 +7681,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
8295 | 8295 | ||
8296 | 8296 | ||
8297 | 8297 | ||
@@ -8356,7 +8356,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8356 | if test -n "$ac_tool_prefix"; then | 8356 | if test -n "$ac_tool_prefix"; then |
8357 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 8357 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
8358 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 8358 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
8359 | @@ -7764,8 +8077,8 @@ esac | 8359 | @@ -7765,8 +8078,8 @@ esac |
8360 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 8360 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
8361 | 8361 | ||
8362 | # Transform an extracted symbol line into symbol name and symbol address | 8362 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -8367,7 +8367,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8367 | 8367 | ||
8368 | # Handle CRLF in mingw tool chain | 8368 | # Handle CRLF in mingw tool chain |
8369 | opt_cr= | 8369 | opt_cr= |
8370 | @@ -7801,6 +8114,7 @@ for ac_symprfx in "" "_"; do | 8370 | @@ -7802,6 +8115,7 @@ for ac_symprfx in "" "_"; do |
8371 | else | 8371 | else |
8372 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 8372 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
8373 | fi | 8373 | fi |
@@ -8375,7 +8375,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8375 | 8375 | ||
8376 | # Check to see that the pipe works correctly. | 8376 | # Check to see that the pipe works correctly. |
8377 | pipe_works=no | 8377 | pipe_works=no |
8378 | @@ -7842,6 +8156,18 @@ _LT_EOF | 8378 | @@ -7843,6 +8157,18 @@ _LT_EOF |
8379 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 8379 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
8380 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 8380 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
8381 | cat <<_LT_EOF > conftest.$ac_ext | 8381 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -8394,7 +8394,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8394 | #ifdef __cplusplus | 8394 | #ifdef __cplusplus |
8395 | extern "C" { | 8395 | extern "C" { |
8396 | #endif | 8396 | #endif |
8397 | @@ -7853,7 +8179,7 @@ _LT_EOF | 8397 | @@ -7854,7 +8180,7 @@ _LT_EOF |
8398 | cat <<_LT_EOF >> conftest.$ac_ext | 8398 | cat <<_LT_EOF >> conftest.$ac_ext |
8399 | 8399 | ||
8400 | /* The mapping between symbol names and symbols. */ | 8400 | /* The mapping between symbol names and symbols. */ |
@@ -8403,7 +8403,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8403 | const char *name; | 8403 | const char *name; |
8404 | void *address; | 8404 | void *address; |
8405 | } | 8405 | } |
8406 | @@ -7879,8 +8205,8 @@ static const void *lt_preloaded_setup() { | 8406 | @@ -7880,8 +8206,8 @@ static const void *lt_preloaded_setup() { |
8407 | _LT_EOF | 8407 | _LT_EOF |
8408 | # Now try linking the two files. | 8408 | # Now try linking the two files. |
8409 | mv conftest.$ac_objext conftstm.$ac_objext | 8409 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -8414,7 +8414,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8414 | LIBS="conftstm.$ac_objext" | 8414 | LIBS="conftstm.$ac_objext" |
8415 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 8415 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
8416 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 8416 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
8417 | @@ -7890,8 +8216,8 @@ _LT_EOF | 8417 | @@ -7891,8 +8217,8 @@ _LT_EOF |
8418 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 8418 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
8419 | pipe_works=yes | 8419 | pipe_works=yes |
8420 | fi | 8420 | fi |
@@ -8425,7 +8425,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8425 | else | 8425 | else |
8426 | echo "cannot find nm_test_func in $nlist" >&5 | 8426 | echo "cannot find nm_test_func in $nlist" >&5 |
8427 | fi | 8427 | fi |
8428 | @@ -7928,6 +8254,14 @@ else | 8428 | @@ -7929,6 +8255,14 @@ else |
8429 | $as_echo "ok" >&6; } | 8429 | $as_echo "ok" >&6; } |
8430 | fi | 8430 | fi |
8431 | 8431 | ||
@@ -8440,7 +8440,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8440 | 8440 | ||
8441 | 8441 | ||
8442 | 8442 | ||
8443 | @@ -7946,6 +8280,47 @@ fi | 8443 | @@ -7947,6 +8281,47 @@ fi |
8444 | 8444 | ||
8445 | 8445 | ||
8446 | 8446 | ||
@@ -8488,7 +8488,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8488 | 8488 | ||
8489 | 8489 | ||
8490 | 8490 | ||
8491 | @@ -8155,6 +8530,123 @@ esac | 8491 | @@ -8156,6 +8531,123 @@ esac |
8492 | 8492 | ||
8493 | need_locks="$enable_libtool_lock" | 8493 | need_locks="$enable_libtool_lock" |
8494 | 8494 | ||
@@ -8612,7 +8612,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8612 | 8612 | ||
8613 | case $host_os in | 8613 | case $host_os in |
8614 | rhapsody* | darwin*) | 8614 | rhapsody* | darwin*) |
8615 | @@ -8718,6 +9210,8 @@ _LT_EOF | 8615 | @@ -8719,6 +9211,8 @@ _LT_EOF |
8616 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 8616 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
8617 | echo "$AR cru libconftest.a conftest.o" >&5 | 8617 | echo "$AR cru libconftest.a conftest.o" >&5 |
8618 | $AR cru libconftest.a conftest.o 2>&5 | 8618 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -8621,7 +8621,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8621 | cat > conftest.c << _LT_EOF | 8621 | cat > conftest.c << _LT_EOF |
8622 | int main() { return 0;} | 8622 | int main() { return 0;} |
8623 | _LT_EOF | 8623 | _LT_EOF |
8624 | @@ -8788,6 +9282,16 @@ done | 8624 | @@ -8789,6 +9283,16 @@ done |
8625 | 8625 | ||
8626 | 8626 | ||
8627 | 8627 | ||
@@ -8638,7 +8638,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8638 | 8638 | ||
8639 | 8639 | ||
8640 | # Set options | 8640 | # Set options |
8641 | @@ -9273,8 +9777,6 @@ fi | 8641 | @@ -9274,8 +9778,6 @@ fi |
8642 | lt_prog_compiler_pic= | 8642 | lt_prog_compiler_pic= |
8643 | lt_prog_compiler_static= | 8643 | lt_prog_compiler_static= |
8644 | 8644 | ||
@@ -8647,7 +8647,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8647 | 8647 | ||
8648 | if test "$GCC" = yes; then | 8648 | if test "$GCC" = yes; then |
8649 | lt_prog_compiler_wl='-Wl,' | 8649 | lt_prog_compiler_wl='-Wl,' |
8650 | @@ -9440,6 +9942,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 8650 | @@ -9441,6 +9943,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
8651 | lt_prog_compiler_pic='--shared' | 8651 | lt_prog_compiler_pic='--shared' |
8652 | lt_prog_compiler_static='--static' | 8652 | lt_prog_compiler_static='--static' |
8653 | ;; | 8653 | ;; |
@@ -8660,7 +8660,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8660 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 8660 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
8661 | # Portland Group compilers (*not* the Pentium gcc compiler, | 8661 | # Portland Group compilers (*not* the Pentium gcc compiler, |
8662 | # which looks to be a dead project) | 8662 | # which looks to be a dead project) |
8663 | @@ -9502,7 +10010,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 8663 | @@ -9503,7 +10011,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
8664 | lt_prog_compiler_pic='-KPIC' | 8664 | lt_prog_compiler_pic='-KPIC' |
8665 | lt_prog_compiler_static='-Bstatic' | 8665 | lt_prog_compiler_static='-Bstatic' |
8666 | case $cc_basename in | 8666 | case $cc_basename in |
@@ -8669,7 +8669,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8669 | lt_prog_compiler_wl='-Qoption ld ';; | 8669 | lt_prog_compiler_wl='-Qoption ld ';; |
8670 | *) | 8670 | *) |
8671 | lt_prog_compiler_wl='-Wl,';; | 8671 | lt_prog_compiler_wl='-Wl,';; |
8672 | @@ -9559,13 +10067,17 @@ case $host_os in | 8672 | @@ -9560,13 +10068,17 @@ case $host_os in |
8673 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 8673 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
8674 | ;; | 8674 | ;; |
8675 | esac | 8675 | esac |
@@ -8693,7 +8693,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8693 | 8693 | ||
8694 | # | 8694 | # |
8695 | # Check to make sure the PIC flag actually works. | 8695 | # Check to make sure the PIC flag actually works. |
8696 | @@ -9626,6 +10138,11 @@ fi | 8696 | @@ -9627,6 +10139,11 @@ fi |
8697 | 8697 | ||
8698 | 8698 | ||
8699 | 8699 | ||
@@ -8705,7 +8705,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8705 | # | 8705 | # |
8706 | # Check to make sure the static flag actually works. | 8706 | # Check to make sure the static flag actually works. |
8707 | # | 8707 | # |
8708 | @@ -9976,7 +10493,8 @@ _LT_EOF | 8708 | @@ -9977,7 +10494,8 @@ _LT_EOF |
8709 | allow_undefined_flag=unsupported | 8709 | allow_undefined_flag=unsupported |
8710 | always_export_symbols=no | 8710 | always_export_symbols=no |
8711 | enable_shared_with_static_runtimes=yes | 8711 | enable_shared_with_static_runtimes=yes |
@@ -8715,7 +8715,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8715 | 8715 | ||
8716 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 8716 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
8717 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 8717 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
8718 | @@ -10075,12 +10593,12 @@ _LT_EOF | 8718 | @@ -10076,12 +10594,12 @@ _LT_EOF |
8719 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 8719 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
8720 | hardcode_libdir_flag_spec= | 8720 | hardcode_libdir_flag_spec= |
8721 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 8721 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -8730,7 +8730,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8730 | fi | 8730 | fi |
8731 | ;; | 8731 | ;; |
8732 | esac | 8732 | esac |
8733 | @@ -10094,8 +10612,8 @@ _LT_EOF | 8733 | @@ -10095,8 +10613,8 @@ _LT_EOF |
8734 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 8734 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
8735 | wlarc= | 8735 | wlarc= |
8736 | else | 8736 | else |
@@ -8741,7 +8741,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8741 | fi | 8741 | fi |
8742 | ;; | 8742 | ;; |
8743 | 8743 | ||
8744 | @@ -10113,8 +10631,8 @@ _LT_EOF | 8744 | @@ -10114,8 +10632,8 @@ _LT_EOF |
8745 | 8745 | ||
8746 | _LT_EOF | 8746 | _LT_EOF |
8747 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 8747 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -8752,7 +8752,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8752 | else | 8752 | else |
8753 | ld_shlibs=no | 8753 | ld_shlibs=no |
8754 | fi | 8754 | fi |
8755 | @@ -10160,8 +10678,8 @@ _LT_EOF | 8755 | @@ -10161,8 +10679,8 @@ _LT_EOF |
8756 | 8756 | ||
8757 | *) | 8757 | *) |
8758 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 8758 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -8763,7 +8763,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8763 | else | 8763 | else |
8764 | ld_shlibs=no | 8764 | ld_shlibs=no |
8765 | fi | 8765 | fi |
8766 | @@ -10291,7 +10809,13 @@ _LT_EOF | 8766 | @@ -10292,7 +10810,13 @@ _LT_EOF |
8767 | allow_undefined_flag='-berok' | 8767 | allow_undefined_flag='-berok' |
8768 | # Determine the default libpath from the value encoded in an | 8768 | # Determine the default libpath from the value encoded in an |
8769 | # empty executable. | 8769 | # empty executable. |
@@ -8778,7 +8778,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8778 | /* end confdefs.h. */ | 8778 | /* end confdefs.h. */ |
8779 | 8779 | ||
8780 | int | 8780 | int |
8781 | @@ -10304,22 +10828,29 @@ main () | 8781 | @@ -10305,22 +10829,29 @@ main () |
8782 | _ACEOF | 8782 | _ACEOF |
8783 | if ac_fn_c_try_link "$LINENO"; then : | 8783 | if ac_fn_c_try_link "$LINENO"; then : |
8784 | 8784 | ||
@@ -8821,7 +8821,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8821 | 8821 | ||
8822 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 8822 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
8823 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 8823 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
8824 | @@ -10331,7 +10862,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8824 | @@ -10332,7 +10863,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
8825 | else | 8825 | else |
8826 | # Determine the default libpath from the value encoded in an | 8826 | # Determine the default libpath from the value encoded in an |
8827 | # empty executable. | 8827 | # empty executable. |
@@ -8836,7 +8836,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8836 | /* end confdefs.h. */ | 8836 | /* end confdefs.h. */ |
8837 | 8837 | ||
8838 | int | 8838 | int |
8839 | @@ -10344,22 +10881,29 @@ main () | 8839 | @@ -10345,22 +10882,29 @@ main () |
8840 | _ACEOF | 8840 | _ACEOF |
8841 | if ac_fn_c_try_link "$LINENO"; then : | 8841 | if ac_fn_c_try_link "$LINENO"; then : |
8842 | 8842 | ||
@@ -8879,7 +8879,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8879 | 8879 | ||
8880 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 8880 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
8881 | # Warning - without using the other run time loading flags, | 8881 | # Warning - without using the other run time loading flags, |
8882 | @@ -10404,20 +10948,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8882 | @@ -10405,20 +10949,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
8883 | # Microsoft Visual C++. | 8883 | # Microsoft Visual C++. |
8884 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 8884 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
8885 | # no search path for DLLs. | 8885 | # no search path for DLLs. |
@@ -8957,7 +8957,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8957 | ;; | 8957 | ;; |
8958 | 8958 | ||
8959 | darwin* | rhapsody*) | 8959 | darwin* | rhapsody*) |
8960 | @@ -10478,7 +11065,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8960 | @@ -10479,7 +11066,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
8961 | 8961 | ||
8962 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 8962 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
8963 | freebsd* | dragonfly*) | 8963 | freebsd* | dragonfly*) |
@@ -8966,7 +8966,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8966 | hardcode_libdir_flag_spec='-R$libdir' | 8966 | hardcode_libdir_flag_spec='-R$libdir' |
8967 | hardcode_direct=yes | 8967 | hardcode_direct=yes |
8968 | hardcode_shlibpath_var=no | 8968 | hardcode_shlibpath_var=no |
8969 | @@ -10486,7 +11073,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8969 | @@ -10487,7 +11074,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
8970 | 8970 | ||
8971 | hpux9*) | 8971 | hpux9*) |
8972 | if test "$GCC" = yes; then | 8972 | if test "$GCC" = yes; then |
@@ -8975,7 +8975,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8975 | else | 8975 | else |
8976 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 8976 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
8977 | fi | 8977 | fi |
8978 | @@ -10502,7 +11089,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8978 | @@ -10503,7 +11090,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
8979 | 8979 | ||
8980 | hpux10*) | 8980 | hpux10*) |
8981 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 8981 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -8984,7 +8984,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8984 | else | 8984 | else |
8985 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 8985 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
8986 | fi | 8986 | fi |
8987 | @@ -10526,10 +11113,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8987 | @@ -10527,10 +11114,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
8988 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 8988 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
8989 | ;; | 8989 | ;; |
8990 | ia64*) | 8990 | ia64*) |
@@ -8997,7 +8997,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
8997 | ;; | 8997 | ;; |
8998 | esac | 8998 | esac |
8999 | else | 8999 | else |
9000 | @@ -10608,23 +11195,36 @@ fi | 9000 | @@ -10609,23 +11196,36 @@ fi |
9001 | 9001 | ||
9002 | irix5* | irix6* | nonstopux*) | 9002 | irix5* | irix6* | nonstopux*) |
9003 | if test "$GCC" = yes; then | 9003 | if test "$GCC" = yes; then |
@@ -9042,7 +9042,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9042 | else | 9042 | else |
9043 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 9043 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
9044 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 9044 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
9045 | @@ -10709,7 +11309,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 9045 | @@ -10710,7 +11310,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
9046 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 9046 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
9047 | if test "$GCC" = yes; then | 9047 | if test "$GCC" = yes; then |
9048 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 9048 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -9051,7 +9051,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9051 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 9051 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
9052 | else | 9052 | else |
9053 | allow_undefined_flag=' -expect_unresolved \*' | 9053 | allow_undefined_flag=' -expect_unresolved \*' |
9054 | @@ -10728,9 +11328,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 9054 | @@ -10729,9 +11329,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
9055 | no_undefined_flag=' -z defs' | 9055 | no_undefined_flag=' -z defs' |
9056 | if test "$GCC" = yes; then | 9056 | if test "$GCC" = yes; then |
9057 | wlarc='${wl}' | 9057 | wlarc='${wl}' |
@@ -9063,7 +9063,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9063 | else | 9063 | else |
9064 | case `$CC -V 2>&1` in | 9064 | case `$CC -V 2>&1` in |
9065 | *"Compilers 5.0"*) | 9065 | *"Compilers 5.0"*) |
9066 | @@ -11306,8 +11906,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 9066 | @@ -11307,8 +11907,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
9067 | need_version=no | 9067 | need_version=no |
9068 | need_lib_prefix=no | 9068 | need_lib_prefix=no |
9069 | 9069 | ||
@@ -9075,7 +9075,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9075 | library_names_spec='$libname.dll.a' | 9075 | library_names_spec='$libname.dll.a' |
9076 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 9076 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
9077 | postinstall_cmds='base_file=`basename \${file}`~ | 9077 | postinstall_cmds='base_file=`basename \${file}`~ |
9078 | @@ -11340,13 +11941,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 9078 | @@ -11341,13 +11942,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
9079 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 9079 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
9080 | ;; | 9080 | ;; |
9081 | esac | 9081 | esac |
@@ -9148,16 +9148,16 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9148 | # FIXME: first we should search . and the directory the executable is in | 9148 | # FIXME: first we should search . and the directory the executable is in |
9149 | shlibpath_var=PATH | 9149 | shlibpath_var=PATH |
9150 | ;; | 9150 | ;; |
9151 | @@ -12248,7 +12907,7 @@ else | 9151 | @@ -12249,7 +12908,7 @@ else |
9152 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 9152 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9153 | lt_status=$lt_dlunknown | 9153 | lt_status=$lt_dlunknown |
9154 | cat > conftest.$ac_ext <<_LT_EOF | 9154 | cat > conftest.$ac_ext <<_LT_EOF |
9155 | -#line 12251 "configure" | 9155 | -#line 12252 "configure" |
9156 | +#line $LINENO "configure" | 9156 | +#line $LINENO "configure" |
9157 | #include "confdefs.h" | 9157 | #include "confdefs.h" |
9158 | 9158 | ||
9159 | #if HAVE_DLFCN_H | 9159 | #if HAVE_DLFCN_H |
9160 | @@ -12292,10 +12951,10 @@ else | 9160 | @@ -12293,10 +12952,10 @@ else |
9161 | /* When -fvisbility=hidden is used, assume the code has been annotated | 9161 | /* When -fvisbility=hidden is used, assume the code has been annotated |
9162 | correspondingly for the symbols needed. */ | 9162 | correspondingly for the symbols needed. */ |
9163 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 9163 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -9170,16 +9170,16 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9170 | int main () | 9170 | int main () |
9171 | { | 9171 | { |
9172 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 9172 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
9173 | @@ -12354,7 +13013,7 @@ else | 9173 | @@ -12355,7 +13014,7 @@ else |
9174 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 9174 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9175 | lt_status=$lt_dlunknown | 9175 | lt_status=$lt_dlunknown |
9176 | cat > conftest.$ac_ext <<_LT_EOF | 9176 | cat > conftest.$ac_ext <<_LT_EOF |
9177 | -#line 12357 "configure" | 9177 | -#line 12358 "configure" |
9178 | +#line $LINENO "configure" | 9178 | +#line $LINENO "configure" |
9179 | #include "confdefs.h" | 9179 | #include "confdefs.h" |
9180 | 9180 | ||
9181 | #if HAVE_DLFCN_H | 9181 | #if HAVE_DLFCN_H |
9182 | @@ -12398,10 +13057,10 @@ else | 9182 | @@ -12399,10 +13058,10 @@ else |
9183 | /* When -fvisbility=hidden is used, assume the code has been annotated | 9183 | /* When -fvisbility=hidden is used, assume the code has been annotated |
9184 | correspondingly for the symbols needed. */ | 9184 | correspondingly for the symbols needed. */ |
9185 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 9185 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -9192,7 +9192,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9192 | int main () | 9192 | int main () |
9193 | { | 9193 | { |
9194 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 9194 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
9195 | @@ -12793,6 +13452,7 @@ $RM -r conftest* | 9195 | @@ -12794,6 +13453,7 @@ $RM -r conftest* |
9196 | 9196 | ||
9197 | # Allow CC to be a program name with arguments. | 9197 | # Allow CC to be a program name with arguments. |
9198 | lt_save_CC=$CC | 9198 | lt_save_CC=$CC |
@@ -9200,7 +9200,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9200 | lt_save_LD=$LD | 9200 | lt_save_LD=$LD |
9201 | lt_save_GCC=$GCC | 9201 | lt_save_GCC=$GCC |
9202 | GCC=$GXX | 9202 | GCC=$GXX |
9203 | @@ -12810,6 +13470,7 @@ $RM -r conftest* | 9203 | @@ -12811,6 +13471,7 @@ $RM -r conftest* |
9204 | fi | 9204 | fi |
9205 | test -z "${LDCXX+set}" || LD=$LDCXX | 9205 | test -z "${LDCXX+set}" || LD=$LDCXX |
9206 | CC=${CXX-"c++"} | 9206 | CC=${CXX-"c++"} |
@@ -9208,7 +9208,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9208 | compiler=$CC | 9208 | compiler=$CC |
9209 | compiler_CXX=$CC | 9209 | compiler_CXX=$CC |
9210 | for cc_temp in $compiler""; do | 9210 | for cc_temp in $compiler""; do |
9211 | @@ -13092,7 +13753,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 9211 | @@ -13093,7 +13754,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
9212 | allow_undefined_flag_CXX='-berok' | 9212 | allow_undefined_flag_CXX='-berok' |
9213 | # Determine the default libpath from the value encoded in an empty | 9213 | # Determine the default libpath from the value encoded in an empty |
9214 | # executable. | 9214 | # executable. |
@@ -9223,7 +9223,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9223 | /* end confdefs.h. */ | 9223 | /* end confdefs.h. */ |
9224 | 9224 | ||
9225 | int | 9225 | int |
9226 | @@ -13105,22 +13772,29 @@ main () | 9226 | @@ -13106,22 +13773,29 @@ main () |
9227 | _ACEOF | 9227 | _ACEOF |
9228 | if ac_fn_cxx_try_link "$LINENO"; then : | 9228 | if ac_fn_cxx_try_link "$LINENO"; then : |
9229 | 9229 | ||
@@ -9266,7 +9266,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9266 | 9266 | ||
9267 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 9267 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
9268 | 9268 | ||
9269 | @@ -13133,7 +13807,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9269 | @@ -13134,7 +13808,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9270 | else | 9270 | else |
9271 | # Determine the default libpath from the value encoded in an | 9271 | # Determine the default libpath from the value encoded in an |
9272 | # empty executable. | 9272 | # empty executable. |
@@ -9281,7 +9281,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9281 | /* end confdefs.h. */ | 9281 | /* end confdefs.h. */ |
9282 | 9282 | ||
9283 | int | 9283 | int |
9284 | @@ -13146,22 +13826,29 @@ main () | 9284 | @@ -13147,22 +13827,29 @@ main () |
9285 | _ACEOF | 9285 | _ACEOF |
9286 | if ac_fn_cxx_try_link "$LINENO"; then : | 9286 | if ac_fn_cxx_try_link "$LINENO"; then : |
9287 | 9287 | ||
@@ -9324,7 +9324,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9324 | 9324 | ||
9325 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 9325 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
9326 | # Warning - without using the other run time loading flags, | 9326 | # Warning - without using the other run time loading flags, |
9327 | @@ -13204,29 +13891,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9327 | @@ -13205,29 +13892,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9328 | ;; | 9328 | ;; |
9329 | 9329 | ||
9330 | cygwin* | mingw* | pw32* | cegcc*) | 9330 | cygwin* | mingw* | pw32* | cegcc*) |
@@ -9423,7 +9423,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9423 | darwin* | rhapsody*) | 9423 | darwin* | rhapsody*) |
9424 | 9424 | ||
9425 | 9425 | ||
9426 | @@ -13332,7 +14065,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9426 | @@ -13333,7 +14066,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9427 | ;; | 9427 | ;; |
9428 | *) | 9428 | *) |
9429 | if test "$GXX" = yes; then | 9429 | if test "$GXX" = yes; then |
@@ -9432,7 +9432,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9432 | else | 9432 | else |
9433 | # FIXME: insert proper C++ library support | 9433 | # FIXME: insert proper C++ library support |
9434 | ld_shlibs_CXX=no | 9434 | ld_shlibs_CXX=no |
9435 | @@ -13403,10 +14136,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9435 | @@ -13404,10 +14137,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9436 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | 9436 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
9437 | ;; | 9437 | ;; |
9438 | ia64*) | 9438 | ia64*) |
@@ -9445,7 +9445,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9445 | ;; | 9445 | ;; |
9446 | esac | 9446 | esac |
9447 | fi | 9447 | fi |
9448 | @@ -13447,9 +14180,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9448 | @@ -13448,9 +14181,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9449 | *) | 9449 | *) |
9450 | if test "$GXX" = yes; then | 9450 | if test "$GXX" = yes; then |
9451 | if test "$with_gnu_ld" = no; then | 9451 | if test "$with_gnu_ld" = no; then |
@@ -9457,7 +9457,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9457 | fi | 9457 | fi |
9458 | fi | 9458 | fi |
9459 | link_all_deplibs_CXX=yes | 9459 | link_all_deplibs_CXX=yes |
9460 | @@ -13727,7 +14460,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9460 | @@ -13728,7 +14461,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9461 | archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | 9461 | archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
9462 | ;; | 9462 | ;; |
9463 | *) | 9463 | *) |
@@ -9466,7 +9466,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9466 | ;; | 9466 | ;; |
9467 | esac | 9467 | esac |
9468 | 9468 | ||
9469 | @@ -13773,7 +14506,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9469 | @@ -13774,7 +14507,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9470 | 9470 | ||
9471 | solaris*) | 9471 | solaris*) |
9472 | case $cc_basename in | 9472 | case $cc_basename in |
@@ -9475,7 +9475,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9475 | # Sun C++ 4.2, 5.x and Centerline C++ | 9475 | # Sun C++ 4.2, 5.x and Centerline C++ |
9476 | archive_cmds_need_lc_CXX=yes | 9476 | archive_cmds_need_lc_CXX=yes |
9477 | no_undefined_flag_CXX=' -zdefs' | 9477 | no_undefined_flag_CXX=' -zdefs' |
9478 | @@ -13814,9 +14547,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9478 | @@ -13815,9 +14548,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9479 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then | 9479 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
9480 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' | 9480 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' |
9481 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then | 9481 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then |
@@ -9487,7 +9487,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9487 | 9487 | ||
9488 | # Commands to make compiler produce verbose output that lists | 9488 | # Commands to make compiler produce verbose output that lists |
9489 | # what "hidden" libraries, object files and flags are used when | 9489 | # what "hidden" libraries, object files and flags are used when |
9490 | @@ -13952,6 +14685,13 @@ private: | 9490 | @@ -13953,6 +14686,13 @@ private: |
9491 | }; | 9491 | }; |
9492 | _LT_EOF | 9492 | _LT_EOF |
9493 | 9493 | ||
@@ -9501,7 +9501,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9501 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9501 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
9502 | (eval $ac_compile) 2>&5 | 9502 | (eval $ac_compile) 2>&5 |
9503 | ac_status=$? | 9503 | ac_status=$? |
9504 | @@ -13965,7 +14705,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9504 | @@ -13966,7 +14706,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
9505 | pre_test_object_deps_done=no | 9505 | pre_test_object_deps_done=no |
9506 | 9506 | ||
9507 | for p in `eval "$output_verbose_link_cmd"`; do | 9507 | for p in `eval "$output_verbose_link_cmd"`; do |
@@ -9510,7 +9510,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9510 | 9510 | ||
9511 | -L* | -R* | -l*) | 9511 | -L* | -R* | -l*) |
9512 | # Some compilers place space between "-{L,R}" and the path. | 9512 | # Some compilers place space between "-{L,R}" and the path. |
9513 | @@ -13974,13 +14714,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9513 | @@ -13975,13 +14715,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
9514 | test $p = "-R"; then | 9514 | test $p = "-R"; then |
9515 | prev=$p | 9515 | prev=$p |
9516 | continue | 9516 | continue |
@@ -9537,7 +9537,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9537 | # Internal compiler library paths should come after those | 9537 | # Internal compiler library paths should come after those |
9538 | # provided the user. The postdeps already come after the | 9538 | # provided the user. The postdeps already come after the |
9539 | # user supplied libs so there is no need to process them. | 9539 | # user supplied libs so there is no need to process them. |
9540 | @@ -14000,8 +14749,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9540 | @@ -14001,8 +14750,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
9541 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" | 9541 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" |
9542 | fi | 9542 | fi |
9543 | fi | 9543 | fi |
@@ -9548,7 +9548,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9548 | *.$objext) | 9548 | *.$objext) |
9549 | # This assumes that the test object file only shows up | 9549 | # This assumes that the test object file only shows up |
9550 | # once in the compiler output. | 9550 | # once in the compiler output. |
9551 | @@ -14037,6 +14788,7 @@ else | 9551 | @@ -14038,6 +14789,7 @@ else |
9552 | fi | 9552 | fi |
9553 | 9553 | ||
9554 | $RM -f confest.$objext | 9554 | $RM -f confest.$objext |
@@ -9556,7 +9556,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9556 | 9556 | ||
9557 | # PORTME: override above test on systems where it is broken | 9557 | # PORTME: override above test on systems where it is broken |
9558 | case $host_os in | 9558 | case $host_os in |
9559 | @@ -14072,7 +14824,7 @@ linux*) | 9559 | @@ -14073,7 +14825,7 @@ linux*) |
9560 | 9560 | ||
9561 | solaris*) | 9561 | solaris*) |
9562 | case $cc_basename in | 9562 | case $cc_basename in |
@@ -9565,7 +9565,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9565 | # The more standards-conforming stlport4 library is | 9565 | # The more standards-conforming stlport4 library is |
9566 | # incompatible with the Cstd library. Avoid specifying | 9566 | # incompatible with the Cstd library. Avoid specifying |
9567 | # it if it's in CXXFLAGS. Ignore libCrun as | 9567 | # it if it's in CXXFLAGS. Ignore libCrun as |
9568 | @@ -14137,8 +14889,6 @@ fi | 9568 | @@ -14138,8 +14890,6 @@ fi |
9569 | lt_prog_compiler_pic_CXX= | 9569 | lt_prog_compiler_pic_CXX= |
9570 | lt_prog_compiler_static_CXX= | 9570 | lt_prog_compiler_static_CXX= |
9571 | 9571 | ||
@@ -9574,7 +9574,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9574 | 9574 | ||
9575 | # C++ specific cases for pic, static, wl, etc. | 9575 | # C++ specific cases for pic, static, wl, etc. |
9576 | if test "$GXX" = yes; then | 9576 | if test "$GXX" = yes; then |
9577 | @@ -14243,6 +14993,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 9577 | @@ -14244,6 +14994,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
9578 | ;; | 9578 | ;; |
9579 | esac | 9579 | esac |
9580 | ;; | 9580 | ;; |
@@ -9586,7 +9586,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9586 | dgux*) | 9586 | dgux*) |
9587 | case $cc_basename in | 9587 | case $cc_basename in |
9588 | ec++*) | 9588 | ec++*) |
9589 | @@ -14395,7 +15150,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 9589 | @@ -14396,7 +15151,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
9590 | ;; | 9590 | ;; |
9591 | solaris*) | 9591 | solaris*) |
9592 | case $cc_basename in | 9592 | case $cc_basename in |
@@ -9595,7 +9595,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9595 | # Sun C++ 4.2, 5.x and Centerline C++ | 9595 | # Sun C++ 4.2, 5.x and Centerline C++ |
9596 | lt_prog_compiler_pic_CXX='-KPIC' | 9596 | lt_prog_compiler_pic_CXX='-KPIC' |
9597 | lt_prog_compiler_static_CXX='-Bstatic' | 9597 | lt_prog_compiler_static_CXX='-Bstatic' |
9598 | @@ -14460,10 +15215,17 @@ case $host_os in | 9598 | @@ -14461,10 +15216,17 @@ case $host_os in |
9599 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" | 9599 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" |
9600 | ;; | 9600 | ;; |
9601 | esac | 9601 | esac |
@@ -9616,7 +9616,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9616 | 9616 | ||
9617 | # | 9617 | # |
9618 | # Check to make sure the PIC flag actually works. | 9618 | # Check to make sure the PIC flag actually works. |
9619 | @@ -14521,6 +15283,8 @@ fi | 9619 | @@ -14522,6 +15284,8 @@ fi |
9620 | 9620 | ||
9621 | 9621 | ||
9622 | 9622 | ||
@@ -9625,7 +9625,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9625 | # | 9625 | # |
9626 | # Check to make sure the static flag actually works. | 9626 | # Check to make sure the static flag actually works. |
9627 | # | 9627 | # |
9628 | @@ -14698,6 +15462,7 @@ fi | 9628 | @@ -14699,6 +15463,7 @@ fi |
9629 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | 9629 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } |
9630 | 9630 | ||
9631 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | 9631 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
@@ -9633,7 +9633,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9633 | case $host_os in | 9633 | case $host_os in |
9634 | aix[4-9]*) | 9634 | aix[4-9]*) |
9635 | # If we're using GNU nm, then we don't want the "-C" option. | 9635 | # If we're using GNU nm, then we don't want the "-C" option. |
9636 | @@ -14712,15 +15477,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 9636 | @@ -14713,15 +15478,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
9637 | ;; | 9637 | ;; |
9638 | pw32*) | 9638 | pw32*) |
9639 | export_symbols_cmds_CXX="$ltdll_cmds" | 9639 | export_symbols_cmds_CXX="$ltdll_cmds" |
@@ -9659,7 +9659,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9659 | 9659 | ||
9660 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 | 9660 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 |
9661 | $as_echo "$ld_shlibs_CXX" >&6; } | 9661 | $as_echo "$ld_shlibs_CXX" >&6; } |
9662 | @@ -14983,8 +15753,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 9662 | @@ -14984,8 +15754,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
9663 | need_version=no | 9663 | need_version=no |
9664 | need_lib_prefix=no | 9664 | need_lib_prefix=no |
9665 | 9665 | ||
@@ -9671,7 +9671,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9671 | library_names_spec='$libname.dll.a' | 9671 | library_names_spec='$libname.dll.a' |
9672 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 9672 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
9673 | postinstall_cmds='base_file=`basename \${file}`~ | 9673 | postinstall_cmds='base_file=`basename \${file}`~ |
9674 | @@ -15016,13 +15787,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 9674 | @@ -15017,13 +15788,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
9675 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 9675 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
9676 | ;; | 9676 | ;; |
9677 | esac | 9677 | esac |
@@ -9744,7 +9744,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9744 | # FIXME: first we should search . and the directory the executable is in | 9744 | # FIXME: first we should search . and the directory the executable is in |
9745 | shlibpath_var=PATH | 9745 | shlibpath_var=PATH |
9746 | ;; | 9746 | ;; |
9747 | @@ -15586,6 +16415,7 @@ fi | 9747 | @@ -15587,6 +16416,7 @@ fi |
9748 | fi # test -n "$compiler" | 9748 | fi # test -n "$compiler" |
9749 | 9749 | ||
9750 | CC=$lt_save_CC | 9750 | CC=$lt_save_CC |
@@ -9752,7 +9752,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9752 | LDCXX=$LD | 9752 | LDCXX=$LD |
9753 | LD=$lt_save_LD | 9753 | LD=$lt_save_LD |
9754 | GCC=$lt_save_GCC | 9754 | GCC=$lt_save_GCC |
9755 | @@ -17738,13 +18568,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 9755 | @@ -17785,13 +18615,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
9756 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 9756 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
9757 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 9757 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
9758 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 9758 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -9773,7 +9773,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9773 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 9773 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
9774 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 9774 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
9775 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 9775 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
9776 | @@ -17759,14 +18596,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 9776 | @@ -17806,14 +18643,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
9777 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 9777 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
9778 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 9778 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
9779 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 9779 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -9792,7 +9792,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9792 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 9792 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
9793 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 9793 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
9794 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 9794 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
9795 | @@ -17799,12 +18639,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 9795 | @@ -17846,12 +18686,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
9796 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 9796 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
9797 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 9797 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
9798 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 9798 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -9806,7 +9806,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9806 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 9806 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
9807 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 9807 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
9808 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 9808 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
9809 | @@ -17843,8 +18683,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 9809 | @@ -17890,8 +18730,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote |
9810 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' | 9810 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
9811 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 9811 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' |
9812 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' | 9812 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -9816,7 +9816,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9816 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 9816 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' |
9817 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' | 9817 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' |
9818 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' | 9818 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
9819 | @@ -17871,12 +18711,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 9819 | @@ -17918,12 +18758,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ |
9820 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' | 9820 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' |
9821 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' | 9821 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' |
9822 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' | 9822 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -9830,7 +9830,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9830 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 9830 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' |
9831 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' | 9831 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' |
9832 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' | 9832 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
9833 | @@ -17914,8 +18754,13 @@ reload_flag \ | 9833 | @@ -17961,8 +18801,13 @@ reload_flag \ |
9834 | OBJDUMP \ | 9834 | OBJDUMP \ |
9835 | deplibs_check_method \ | 9835 | deplibs_check_method \ |
9836 | file_magic_cmd \ | 9836 | file_magic_cmd \ |
@@ -9844,7 +9844,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9844 | STRIP \ | 9844 | STRIP \ |
9845 | RANLIB \ | 9845 | RANLIB \ |
9846 | CC \ | 9846 | CC \ |
9847 | @@ -17925,12 +18770,14 @@ lt_cv_sys_global_symbol_pipe \ | 9847 | @@ -17972,12 +18817,14 @@ lt_cv_sys_global_symbol_pipe \ |
9848 | lt_cv_sys_global_symbol_to_cdecl \ | 9848 | lt_cv_sys_global_symbol_to_cdecl \ |
9849 | lt_cv_sys_global_symbol_to_c_name_address \ | 9849 | lt_cv_sys_global_symbol_to_c_name_address \ |
9850 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 9850 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -9860,7 +9860,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9860 | DSYMUTIL \ | 9860 | DSYMUTIL \ |
9861 | NMEDIT \ | 9861 | NMEDIT \ |
9862 | LIPO \ | 9862 | LIPO \ |
9863 | @@ -17946,7 +18793,6 @@ no_undefined_flag \ | 9863 | @@ -17993,7 +18840,6 @@ no_undefined_flag \ |
9864 | hardcode_libdir_flag_spec \ | 9864 | hardcode_libdir_flag_spec \ |
9865 | hardcode_libdir_flag_spec_ld \ | 9865 | hardcode_libdir_flag_spec_ld \ |
9866 | hardcode_libdir_separator \ | 9866 | hardcode_libdir_separator \ |
@@ -9868,7 +9868,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9868 | exclude_expsyms \ | 9868 | exclude_expsyms \ |
9869 | include_expsyms \ | 9869 | include_expsyms \ |
9870 | file_list_spec \ | 9870 | file_list_spec \ |
9871 | @@ -17968,8 +18814,8 @@ LD_CXX \ | 9871 | @@ -18015,8 +18861,8 @@ LD_CXX \ |
9872 | reload_flag_CXX \ | 9872 | reload_flag_CXX \ |
9873 | compiler_CXX \ | 9873 | compiler_CXX \ |
9874 | lt_prog_compiler_no_builtin_flag_CXX \ | 9874 | lt_prog_compiler_no_builtin_flag_CXX \ |
@@ -9878,7 +9878,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9878 | lt_prog_compiler_static_CXX \ | 9878 | lt_prog_compiler_static_CXX \ |
9879 | lt_cv_prog_compiler_c_o_CXX \ | 9879 | lt_cv_prog_compiler_c_o_CXX \ |
9880 | export_dynamic_flag_spec_CXX \ | 9880 | export_dynamic_flag_spec_CXX \ |
9881 | @@ -17981,7 +18827,6 @@ no_undefined_flag_CXX \ | 9881 | @@ -18028,7 +18874,6 @@ no_undefined_flag_CXX \ |
9882 | hardcode_libdir_flag_spec_CXX \ | 9882 | hardcode_libdir_flag_spec_CXX \ |
9883 | hardcode_libdir_flag_spec_ld_CXX \ | 9883 | hardcode_libdir_flag_spec_ld_CXX \ |
9884 | hardcode_libdir_separator_CXX \ | 9884 | hardcode_libdir_separator_CXX \ |
@@ -9886,7 +9886,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9886 | exclude_expsyms_CXX \ | 9886 | exclude_expsyms_CXX \ |
9887 | include_expsyms_CXX \ | 9887 | include_expsyms_CXX \ |
9888 | file_list_spec_CXX \ | 9888 | file_list_spec_CXX \ |
9889 | @@ -18015,6 +18860,7 @@ module_cmds \ | 9889 | @@ -18062,6 +18907,7 @@ module_cmds \ |
9890 | module_expsym_cmds \ | 9890 | module_expsym_cmds \ |
9891 | export_symbols_cmds \ | 9891 | export_symbols_cmds \ |
9892 | prelink_cmds \ | 9892 | prelink_cmds \ |
@@ -9894,7 +9894,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9894 | postinstall_cmds \ | 9894 | postinstall_cmds \ |
9895 | postuninstall_cmds \ | 9895 | postuninstall_cmds \ |
9896 | finish_cmds \ | 9896 | finish_cmds \ |
9897 | @@ -18029,7 +18875,8 @@ archive_expsym_cmds_CXX \ | 9897 | @@ -18076,7 +18922,8 @@ archive_expsym_cmds_CXX \ |
9898 | module_cmds_CXX \ | 9898 | module_cmds_CXX \ |
9899 | module_expsym_cmds_CXX \ | 9899 | module_expsym_cmds_CXX \ |
9900 | export_symbols_cmds_CXX \ | 9900 | export_symbols_cmds_CXX \ |
@@ -9904,7 +9904,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9904 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 9904 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
9905 | *[\\\\\\\`\\"\\\$]*) | 9905 | *[\\\\\\\`\\"\\\$]*) |
9906 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 9906 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
9907 | @@ -18786,7 +19633,8 @@ $as_echo X"$file" | | 9907 | @@ -18833,7 +19680,8 @@ $as_echo X"$file" | |
9908 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 9908 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
9909 | # | 9909 | # |
9910 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 9910 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -9914,7 +9914,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9914 | # Written by Gordon Matzigkeit, 1996 | 9914 | # Written by Gordon Matzigkeit, 1996 |
9915 | # | 9915 | # |
9916 | # This file is part of GNU Libtool. | 9916 | # This file is part of GNU Libtool. |
9917 | @@ -18889,19 +19737,42 @@ SP2NL=$lt_lt_SP2NL | 9917 | @@ -18936,19 +19784,42 @@ SP2NL=$lt_lt_SP2NL |
9918 | # turn newlines into spaces. | 9918 | # turn newlines into spaces. |
9919 | NL2SP=$lt_lt_NL2SP | 9919 | NL2SP=$lt_lt_NL2SP |
9920 | 9920 | ||
@@ -9958,7 +9958,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9958 | # A symbol stripping program. | 9958 | # A symbol stripping program. |
9959 | STRIP=$lt_STRIP | 9959 | STRIP=$lt_STRIP |
9960 | 9960 | ||
9961 | @@ -18931,6 +19802,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 9961 | @@ -18978,6 +19849,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
9962 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 9962 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
9963 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 9963 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
9964 | 9964 | ||
@@ -9971,7 +9971,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9971 | # The name of the directory that contains temporary libtool files. | 9971 | # The name of the directory that contains temporary libtool files. |
9972 | objdir=$objdir | 9972 | objdir=$objdir |
9973 | 9973 | ||
9974 | @@ -18940,6 +19817,9 @@ MAGIC_CMD=$MAGIC_CMD | 9974 | @@ -18987,6 +19864,9 @@ MAGIC_CMD=$MAGIC_CMD |
9975 | # Must we lock files when doing compilation? | 9975 | # Must we lock files when doing compilation? |
9976 | need_locks=$lt_need_locks | 9976 | need_locks=$lt_need_locks |
9977 | 9977 | ||
@@ -9981,7 +9981,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9981 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 9981 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
9982 | DSYMUTIL=$lt_DSYMUTIL | 9982 | DSYMUTIL=$lt_DSYMUTIL |
9983 | 9983 | ||
9984 | @@ -19054,12 +19934,12 @@ with_gcc=$GCC | 9984 | @@ -19101,12 +19981,12 @@ with_gcc=$GCC |
9985 | # Compiler flag to turn off builtin functions. | 9985 | # Compiler flag to turn off builtin functions. |
9986 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 9986 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
9987 | 9987 | ||
@@ -9997,7 +9997,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
9997 | # Compiler flag to prevent dynamic linking. | 9997 | # Compiler flag to prevent dynamic linking. |
9998 | link_static_flag=$lt_lt_prog_compiler_static | 9998 | link_static_flag=$lt_lt_prog_compiler_static |
9999 | 9999 | ||
10000 | @@ -19146,9 +20026,6 @@ inherit_rpath=$inherit_rpath | 10000 | @@ -19193,9 +20073,6 @@ inherit_rpath=$inherit_rpath |
10001 | # Whether libtool must link a program against all its dependency libraries. | 10001 | # Whether libtool must link a program against all its dependency libraries. |
10002 | link_all_deplibs=$link_all_deplibs | 10002 | link_all_deplibs=$link_all_deplibs |
10003 | 10003 | ||
@@ -10007,7 +10007,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
10007 | # Set to "yes" if exported symbols are required. | 10007 | # Set to "yes" if exported symbols are required. |
10008 | always_export_symbols=$always_export_symbols | 10008 | always_export_symbols=$always_export_symbols |
10009 | 10009 | ||
10010 | @@ -19164,6 +20041,9 @@ include_expsyms=$lt_include_expsyms | 10010 | @@ -19211,6 +20088,9 @@ include_expsyms=$lt_include_expsyms |
10011 | # Commands necessary for linking programs (against libraries) with templates. | 10011 | # Commands necessary for linking programs (against libraries) with templates. |
10012 | prelink_cmds=$lt_prelink_cmds | 10012 | prelink_cmds=$lt_prelink_cmds |
10013 | 10013 | ||
@@ -10017,7 +10017,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
10017 | # Specify filename containing input files. | 10017 | # Specify filename containing input files. |
10018 | file_list_spec=$lt_file_list_spec | 10018 | file_list_spec=$lt_file_list_spec |
10019 | 10019 | ||
10020 | @@ -19210,210 +20090,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 10020 | @@ -19257,210 +20137,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
10021 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 10021 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
10022 | # text mode, it properly converts lines to CR/LF. This bash problem | 10022 | # text mode, it properly converts lines to CR/LF. This bash problem |
10023 | # is reportedly fixed, but why not run on old versions too? | 10023 | # is reportedly fixed, but why not run on old versions too? |
@@ -10391,7 +10391,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
10391 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 10391 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
10392 | chmod +x "$ofile" | 10392 | chmod +x "$ofile" |
10393 | 10393 | ||
10394 | @@ -19441,12 +20280,12 @@ with_gcc=$GCC_CXX | 10394 | @@ -19488,12 +20327,12 @@ with_gcc=$GCC_CXX |
10395 | # Compiler flag to turn off builtin functions. | 10395 | # Compiler flag to turn off builtin functions. |
10396 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 10396 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
10397 | 10397 | ||
@@ -10407,7 +10407,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
10407 | # Compiler flag to prevent dynamic linking. | 10407 | # Compiler flag to prevent dynamic linking. |
10408 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 10408 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
10409 | 10409 | ||
10410 | @@ -19533,9 +20372,6 @@ inherit_rpath=$inherit_rpath_CXX | 10410 | @@ -19580,9 +20419,6 @@ inherit_rpath=$inherit_rpath_CXX |
10411 | # Whether libtool must link a program against all its dependency libraries. | 10411 | # Whether libtool must link a program against all its dependency libraries. |
10412 | link_all_deplibs=$link_all_deplibs_CXX | 10412 | link_all_deplibs=$link_all_deplibs_CXX |
10413 | 10413 | ||
@@ -10417,7 +10417,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
10417 | # Set to "yes" if exported symbols are required. | 10417 | # Set to "yes" if exported symbols are required. |
10418 | always_export_symbols=$always_export_symbols_CXX | 10418 | always_export_symbols=$always_export_symbols_CXX |
10419 | 10419 | ||
10420 | @@ -19551,6 +20387,9 @@ include_expsyms=$lt_include_expsyms_CXX | 10420 | @@ -19598,6 +20434,9 @@ include_expsyms=$lt_include_expsyms_CXX |
10421 | # Commands necessary for linking programs (against libraries) with templates. | 10421 | # Commands necessary for linking programs (against libraries) with templates. |
10422 | prelink_cmds=$lt_prelink_cmds_CXX | 10422 | prelink_cmds=$lt_prelink_cmds_CXX |
10423 | 10423 | ||
@@ -10428,7 +10428,7 @@ index bdfa2281f2c..b6376eb3f77 100755 | |||
10428 | file_list_spec=$lt_file_list_spec_CXX | 10428 | file_list_spec=$lt_file_list_spec_CXX |
10429 | 10429 | ||
10430 | diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in | 10430 | diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in |
10431 | index 3306c51b31c..6ab3d9636c8 100644 | 10431 | index 5b57544d91a..da05c4cc0f0 100644 |
10432 | --- a/gprofng/doc/Makefile.in | 10432 | --- a/gprofng/doc/Makefile.in |
10433 | +++ b/gprofng/doc/Makefile.in | 10433 | +++ b/gprofng/doc/Makefile.in |
10434 | @@ -238,6 +238,7 @@ CXXFLAGS = @CXXFLAGS@ | 10434 | @@ -238,6 +238,7 @@ CXXFLAGS = @CXXFLAGS@ |
@@ -10448,10 +10448,10 @@ index 3306c51b31c..6ab3d9636c8 100644 | |||
10448 | NM = @NM@ | 10448 | NM = @NM@ |
10449 | NMEDIT = @NMEDIT@ | 10449 | NMEDIT = @NMEDIT@ |
10450 | diff --git a/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in | 10450 | diff --git a/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in |
10451 | index 61c00cd6e46..edce3cb94c5 100644 | 10451 | index b667ae91617..1a6dcf47d34 100644 |
10452 | --- a/gprofng/gp-display-html/Makefile.in | 10452 | --- a/gprofng/gp-display-html/Makefile.in |
10453 | +++ b/gprofng/gp-display-html/Makefile.in | 10453 | +++ b/gprofng/gp-display-html/Makefile.in |
10454 | @@ -197,6 +197,7 @@ CXXFLAGS = @CXXFLAGS@ | 10454 | @@ -198,6 +198,7 @@ CXXFLAGS = @CXXFLAGS@ |
10455 | CYGPATH_W = @CYGPATH_W@ | 10455 | CYGPATH_W = @CYGPATH_W@ |
10456 | DEFS = @DEFS@ | 10456 | DEFS = @DEFS@ |
10457 | DEPDIR = @DEPDIR@ | 10457 | DEPDIR = @DEPDIR@ |
@@ -10459,7 +10459,7 @@ index 61c00cd6e46..edce3cb94c5 100644 | |||
10459 | DSYMUTIL = @DSYMUTIL@ | 10459 | DSYMUTIL = @DSYMUTIL@ |
10460 | DUMPBIN = @DUMPBIN@ | 10460 | DUMPBIN = @DUMPBIN@ |
10461 | ECHO_C = @ECHO_C@ | 10461 | ECHO_C = @ECHO_C@ |
10462 | @@ -231,6 +232,7 @@ LN_S = @LN_S@ | 10462 | @@ -232,6 +233,7 @@ LN_S = @LN_S@ |
10463 | LTLIBOBJS = @LTLIBOBJS@ | 10463 | LTLIBOBJS = @LTLIBOBJS@ |
10464 | MAINT = @MAINT@ | 10464 | MAINT = @MAINT@ |
10465 | MAKEINFO = @MAKEINFO@ | 10465 | MAKEINFO = @MAKEINFO@ |
@@ -10488,7 +10488,7 @@ index ce8755c80c9..91e29c29ab8 100644 | |||
10488 | NM = @NM@ | 10488 | NM = @NM@ |
10489 | NMEDIT = @NMEDIT@ | 10489 | NMEDIT = @NMEDIT@ |
10490 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure | 10490 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure |
10491 | index 8b0092433fe..a363ab1047c 100755 | 10491 | index 4c55f672332..5c175851e3c 100755 |
10492 | --- a/gprofng/libcollector/configure | 10492 | --- a/gprofng/libcollector/configure |
10493 | +++ b/gprofng/libcollector/configure | 10493 | +++ b/gprofng/libcollector/configure |
10494 | @@ -640,6 +640,8 @@ OTOOL | 10494 | @@ -640,6 +640,8 @@ OTOOL |
@@ -13064,10 +13064,10 @@ index 8b0092433fe..a363ab1047c 100755 | |||
13064 | file_list_spec=$lt_file_list_spec_CXX | 13064 | file_list_spec=$lt_file_list_spec_CXX |
13065 | 13065 | ||
13066 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in | 13066 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in |
13067 | index db763ef71b2..726dc69bf85 100644 | 13067 | index cef4b275305..8b769d439fa 100644 |
13068 | --- a/gprofng/src/Makefile.in | 13068 | --- a/gprofng/src/Makefile.in |
13069 | +++ b/gprofng/src/Makefile.in | 13069 | +++ b/gprofng/src/Makefile.in |
13070 | @@ -321,6 +321,7 @@ CXXFLAGS = @CXXFLAGS@ | 13070 | @@ -322,6 +322,7 @@ CXXFLAGS = @CXXFLAGS@ |
13071 | CYGPATH_W = @CYGPATH_W@ | 13071 | CYGPATH_W = @CYGPATH_W@ |
13072 | DEFS = @DEFS@ | 13072 | DEFS = @DEFS@ |
13073 | DEPDIR = @DEPDIR@ | 13073 | DEPDIR = @DEPDIR@ |
@@ -13075,7 +13075,7 @@ index db763ef71b2..726dc69bf85 100644 | |||
13075 | DSYMUTIL = @DSYMUTIL@ | 13075 | DSYMUTIL = @DSYMUTIL@ |
13076 | DUMPBIN = @DUMPBIN@ | 13076 | DUMPBIN = @DUMPBIN@ |
13077 | ECHO_C = @ECHO_C@ | 13077 | ECHO_C = @ECHO_C@ |
13078 | @@ -355,6 +356,7 @@ LN_S = @LN_S@ | 13078 | @@ -356,6 +357,7 @@ LN_S = @LN_S@ |
13079 | LTLIBOBJS = @LTLIBOBJS@ | 13079 | LTLIBOBJS = @LTLIBOBJS@ |
13080 | MAINT = @MAINT@ | 13080 | MAINT = @MAINT@ |
13081 | MAKEINFO = @MAKEINFO@ | 13081 | MAKEINFO = @MAKEINFO@ |
@@ -13084,7 +13084,7 @@ index db763ef71b2..726dc69bf85 100644 | |||
13084 | NM = @NM@ | 13084 | NM = @NM@ |
13085 | NMEDIT = @NMEDIT@ | 13085 | NMEDIT = @NMEDIT@ |
13086 | diff --git a/ld/Makefile.in b/ld/Makefile.in | 13086 | diff --git a/ld/Makefile.in b/ld/Makefile.in |
13087 | index 15311048855..71b39ee9311 100644 | 13087 | index 4be38a75feb..24b219d9df6 100644 |
13088 | --- a/ld/Makefile.in | 13088 | --- a/ld/Makefile.in |
13089 | +++ b/ld/Makefile.in | 13089 | +++ b/ld/Makefile.in |
13090 | @@ -390,6 +390,7 @@ CYGPATH_W = @CYGPATH_W@ | 13090 | @@ -390,6 +390,7 @@ CYGPATH_W = @CYGPATH_W@ |
@@ -13112,7 +13112,7 @@ index 15311048855..71b39ee9311 100644 | |||
13112 | ac_ct_CXX = @ac_ct_CXX@ | 13112 | ac_ct_CXX = @ac_ct_CXX@ |
13113 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 13113 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
13114 | diff --git a/ld/configure b/ld/configure | 13114 | diff --git a/ld/configure b/ld/configure |
13115 | index 98a76d6da7f..a4266996c44 100755 | 13115 | index dd770216b61..e8c5bc61d24 100755 |
13116 | --- a/ld/configure | 13116 | --- a/ld/configure |
13117 | +++ b/ld/configure | 13117 | +++ b/ld/configure |
13118 | @@ -705,8 +705,11 @@ OTOOL | 13118 | @@ -705,8 +705,11 @@ OTOOL |
@@ -13135,7 +13135,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
13135 | enable_libtool_lock | 13135 | enable_libtool_lock |
13136 | enable_plugins | 13136 | enable_plugins |
13137 | enable_largefile | 13137 | enable_largefile |
13138 | @@ -1581,6 +1585,8 @@ Optional Packages: | 13138 | @@ -1583,6 +1587,8 @@ Optional Packages: |
13139 | --with-pic try to use only PIC/non-PIC objects [default=use | 13139 | --with-pic try to use only PIC/non-PIC objects [default=use |
13140 | both] | 13140 | both] |
13141 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 13141 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -15016,7 +15016,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15016 | LDCXX=$LD | 15016 | LDCXX=$LD |
15017 | LD=$lt_save_LD | 15017 | LD=$lt_save_LD |
15018 | GCC=$lt_save_GCC | 15018 | GCC=$lt_save_GCC |
15019 | @@ -20310,13 +21141,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 15019 | @@ -20335,13 +21166,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
15020 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 15020 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
15021 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 15021 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
15022 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 15022 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -15037,7 +15037,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15037 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 15037 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
15038 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 15038 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
15039 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 15039 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
15040 | @@ -20331,14 +21169,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 15040 | @@ -20356,14 +21194,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
15041 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 15041 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
15042 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 15042 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
15043 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 15043 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -15056,7 +15056,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15056 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 15056 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
15057 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 15057 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
15058 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 15058 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
15059 | @@ -20371,12 +21212,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 15059 | @@ -20396,12 +21237,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
15060 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 15060 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
15061 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 15061 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
15062 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 15062 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -15070,7 +15070,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15070 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 15070 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
15071 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 15071 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
15072 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 15072 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
15073 | @@ -20415,8 +21256,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 15073 | @@ -20440,8 +21281,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote |
15074 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' | 15074 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
15075 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 15075 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' |
15076 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' | 15076 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -15080,7 +15080,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15080 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 15080 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' |
15081 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' | 15081 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' |
15082 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' | 15082 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
15083 | @@ -20443,12 +21284,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 15083 | @@ -20468,12 +21309,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ |
15084 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' | 15084 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' |
15085 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' | 15085 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' |
15086 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' | 15086 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -15094,7 +15094,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15094 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 15094 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' |
15095 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' | 15095 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' |
15096 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' | 15096 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
15097 | @@ -20486,8 +21327,13 @@ reload_flag \ | 15097 | @@ -20511,8 +21352,13 @@ reload_flag \ |
15098 | OBJDUMP \ | 15098 | OBJDUMP \ |
15099 | deplibs_check_method \ | 15099 | deplibs_check_method \ |
15100 | file_magic_cmd \ | 15100 | file_magic_cmd \ |
@@ -15108,7 +15108,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15108 | STRIP \ | 15108 | STRIP \ |
15109 | RANLIB \ | 15109 | RANLIB \ |
15110 | CC \ | 15110 | CC \ |
15111 | @@ -20497,12 +21343,14 @@ lt_cv_sys_global_symbol_pipe \ | 15111 | @@ -20522,12 +21368,14 @@ lt_cv_sys_global_symbol_pipe \ |
15112 | lt_cv_sys_global_symbol_to_cdecl \ | 15112 | lt_cv_sys_global_symbol_to_cdecl \ |
15113 | lt_cv_sys_global_symbol_to_c_name_address \ | 15113 | lt_cv_sys_global_symbol_to_c_name_address \ |
15114 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 15114 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -15124,7 +15124,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15124 | DSYMUTIL \ | 15124 | DSYMUTIL \ |
15125 | NMEDIT \ | 15125 | NMEDIT \ |
15126 | LIPO \ | 15126 | LIPO \ |
15127 | @@ -20518,7 +21366,6 @@ no_undefined_flag \ | 15127 | @@ -20543,7 +21391,6 @@ no_undefined_flag \ |
15128 | hardcode_libdir_flag_spec \ | 15128 | hardcode_libdir_flag_spec \ |
15129 | hardcode_libdir_flag_spec_ld \ | 15129 | hardcode_libdir_flag_spec_ld \ |
15130 | hardcode_libdir_separator \ | 15130 | hardcode_libdir_separator \ |
@@ -15132,7 +15132,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15132 | exclude_expsyms \ | 15132 | exclude_expsyms \ |
15133 | include_expsyms \ | 15133 | include_expsyms \ |
15134 | file_list_spec \ | 15134 | file_list_spec \ |
15135 | @@ -20540,8 +21387,8 @@ LD_CXX \ | 15135 | @@ -20565,8 +21412,8 @@ LD_CXX \ |
15136 | reload_flag_CXX \ | 15136 | reload_flag_CXX \ |
15137 | compiler_CXX \ | 15137 | compiler_CXX \ |
15138 | lt_prog_compiler_no_builtin_flag_CXX \ | 15138 | lt_prog_compiler_no_builtin_flag_CXX \ |
@@ -15142,7 +15142,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15142 | lt_prog_compiler_static_CXX \ | 15142 | lt_prog_compiler_static_CXX \ |
15143 | lt_cv_prog_compiler_c_o_CXX \ | 15143 | lt_cv_prog_compiler_c_o_CXX \ |
15144 | export_dynamic_flag_spec_CXX \ | 15144 | export_dynamic_flag_spec_CXX \ |
15145 | @@ -20553,7 +21400,6 @@ no_undefined_flag_CXX \ | 15145 | @@ -20578,7 +21425,6 @@ no_undefined_flag_CXX \ |
15146 | hardcode_libdir_flag_spec_CXX \ | 15146 | hardcode_libdir_flag_spec_CXX \ |
15147 | hardcode_libdir_flag_spec_ld_CXX \ | 15147 | hardcode_libdir_flag_spec_ld_CXX \ |
15148 | hardcode_libdir_separator_CXX \ | 15148 | hardcode_libdir_separator_CXX \ |
@@ -15150,7 +15150,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15150 | exclude_expsyms_CXX \ | 15150 | exclude_expsyms_CXX \ |
15151 | include_expsyms_CXX \ | 15151 | include_expsyms_CXX \ |
15152 | file_list_spec_CXX \ | 15152 | file_list_spec_CXX \ |
15153 | @@ -20587,6 +21433,7 @@ module_cmds \ | 15153 | @@ -20612,6 +21458,7 @@ module_cmds \ |
15154 | module_expsym_cmds \ | 15154 | module_expsym_cmds \ |
15155 | export_symbols_cmds \ | 15155 | export_symbols_cmds \ |
15156 | prelink_cmds \ | 15156 | prelink_cmds \ |
@@ -15158,7 +15158,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15158 | postinstall_cmds \ | 15158 | postinstall_cmds \ |
15159 | postuninstall_cmds \ | 15159 | postuninstall_cmds \ |
15160 | finish_cmds \ | 15160 | finish_cmds \ |
15161 | @@ -20601,7 +21448,8 @@ archive_expsym_cmds_CXX \ | 15161 | @@ -20626,7 +21473,8 @@ archive_expsym_cmds_CXX \ |
15162 | module_cmds_CXX \ | 15162 | module_cmds_CXX \ |
15163 | module_expsym_cmds_CXX \ | 15163 | module_expsym_cmds_CXX \ |
15164 | export_symbols_cmds_CXX \ | 15164 | export_symbols_cmds_CXX \ |
@@ -15168,7 +15168,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15168 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 15168 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
15169 | *[\\\\\\\`\\"\\\$]*) | 15169 | *[\\\\\\\`\\"\\\$]*) |
15170 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 15170 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
15171 | @@ -21374,7 +22222,8 @@ $as_echo X"$file" | | 15171 | @@ -21399,7 +22247,8 @@ $as_echo X"$file" | |
15172 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 15172 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
15173 | # | 15173 | # |
15174 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 15174 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -15178,7 +15178,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15178 | # Written by Gordon Matzigkeit, 1996 | 15178 | # Written by Gordon Matzigkeit, 1996 |
15179 | # | 15179 | # |
15180 | # This file is part of GNU Libtool. | 15180 | # This file is part of GNU Libtool. |
15181 | @@ -21477,19 +22326,42 @@ SP2NL=$lt_lt_SP2NL | 15181 | @@ -21502,19 +22351,42 @@ SP2NL=$lt_lt_SP2NL |
15182 | # turn newlines into spaces. | 15182 | # turn newlines into spaces. |
15183 | NL2SP=$lt_lt_NL2SP | 15183 | NL2SP=$lt_lt_NL2SP |
15184 | 15184 | ||
@@ -15222,7 +15222,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15222 | # A symbol stripping program. | 15222 | # A symbol stripping program. |
15223 | STRIP=$lt_STRIP | 15223 | STRIP=$lt_STRIP |
15224 | 15224 | ||
15225 | @@ -21519,6 +22391,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 15225 | @@ -21544,6 +22416,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
15226 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 15226 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
15227 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 15227 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
15228 | 15228 | ||
@@ -15235,7 +15235,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15235 | # The name of the directory that contains temporary libtool files. | 15235 | # The name of the directory that contains temporary libtool files. |
15236 | objdir=$objdir | 15236 | objdir=$objdir |
15237 | 15237 | ||
15238 | @@ -21528,6 +22406,9 @@ MAGIC_CMD=$MAGIC_CMD | 15238 | @@ -21553,6 +22431,9 @@ MAGIC_CMD=$MAGIC_CMD |
15239 | # Must we lock files when doing compilation? | 15239 | # Must we lock files when doing compilation? |
15240 | need_locks=$lt_need_locks | 15240 | need_locks=$lt_need_locks |
15241 | 15241 | ||
@@ -15245,7 +15245,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15245 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 15245 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
15246 | DSYMUTIL=$lt_DSYMUTIL | 15246 | DSYMUTIL=$lt_DSYMUTIL |
15247 | 15247 | ||
15248 | @@ -21642,12 +22523,12 @@ with_gcc=$GCC | 15248 | @@ -21667,12 +22548,12 @@ with_gcc=$GCC |
15249 | # Compiler flag to turn off builtin functions. | 15249 | # Compiler flag to turn off builtin functions. |
15250 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 15250 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
15251 | 15251 | ||
@@ -15261,7 +15261,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15261 | # Compiler flag to prevent dynamic linking. | 15261 | # Compiler flag to prevent dynamic linking. |
15262 | link_static_flag=$lt_lt_prog_compiler_static | 15262 | link_static_flag=$lt_lt_prog_compiler_static |
15263 | 15263 | ||
15264 | @@ -21734,9 +22615,6 @@ inherit_rpath=$inherit_rpath | 15264 | @@ -21759,9 +22640,6 @@ inherit_rpath=$inherit_rpath |
15265 | # Whether libtool must link a program against all its dependency libraries. | 15265 | # Whether libtool must link a program against all its dependency libraries. |
15266 | link_all_deplibs=$link_all_deplibs | 15266 | link_all_deplibs=$link_all_deplibs |
15267 | 15267 | ||
@@ -15271,7 +15271,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15271 | # Set to "yes" if exported symbols are required. | 15271 | # Set to "yes" if exported symbols are required. |
15272 | always_export_symbols=$always_export_symbols | 15272 | always_export_symbols=$always_export_symbols |
15273 | 15273 | ||
15274 | @@ -21752,6 +22630,9 @@ include_expsyms=$lt_include_expsyms | 15274 | @@ -21777,6 +22655,9 @@ include_expsyms=$lt_include_expsyms |
15275 | # Commands necessary for linking programs (against libraries) with templates. | 15275 | # Commands necessary for linking programs (against libraries) with templates. |
15276 | prelink_cmds=$lt_prelink_cmds | 15276 | prelink_cmds=$lt_prelink_cmds |
15277 | 15277 | ||
@@ -15281,7 +15281,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15281 | # Specify filename containing input files. | 15281 | # Specify filename containing input files. |
15282 | file_list_spec=$lt_file_list_spec | 15282 | file_list_spec=$lt_file_list_spec |
15283 | 15283 | ||
15284 | @@ -21798,210 +22679,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 15284 | @@ -21823,210 +22704,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
15285 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 15285 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
15286 | # text mode, it properly converts lines to CR/LF. This bash problem | 15286 | # text mode, it properly converts lines to CR/LF. This bash problem |
15287 | # is reportedly fixed, but why not run on old versions too? | 15287 | # is reportedly fixed, but why not run on old versions too? |
@@ -15655,7 +15655,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15655 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 15655 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
15656 | chmod +x "$ofile" | 15656 | chmod +x "$ofile" |
15657 | 15657 | ||
15658 | @@ -22029,12 +22869,12 @@ with_gcc=$GCC_CXX | 15658 | @@ -22054,12 +22894,12 @@ with_gcc=$GCC_CXX |
15659 | # Compiler flag to turn off builtin functions. | 15659 | # Compiler flag to turn off builtin functions. |
15660 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 15660 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
15661 | 15661 | ||
@@ -15671,7 +15671,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15671 | # Compiler flag to prevent dynamic linking. | 15671 | # Compiler flag to prevent dynamic linking. |
15672 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 15672 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
15673 | 15673 | ||
15674 | @@ -22121,9 +22961,6 @@ inherit_rpath=$inherit_rpath_CXX | 15674 | @@ -22146,9 +22986,6 @@ inherit_rpath=$inherit_rpath_CXX |
15675 | # Whether libtool must link a program against all its dependency libraries. | 15675 | # Whether libtool must link a program against all its dependency libraries. |
15676 | link_all_deplibs=$link_all_deplibs_CXX | 15676 | link_all_deplibs=$link_all_deplibs_CXX |
15677 | 15677 | ||
@@ -15681,7 +15681,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15681 | # Set to "yes" if exported symbols are required. | 15681 | # Set to "yes" if exported symbols are required. |
15682 | always_export_symbols=$always_export_symbols_CXX | 15682 | always_export_symbols=$always_export_symbols_CXX |
15683 | 15683 | ||
15684 | @@ -22139,6 +22976,9 @@ include_expsyms=$lt_include_expsyms_CXX | 15684 | @@ -22164,6 +23001,9 @@ include_expsyms=$lt_include_expsyms_CXX |
15685 | # Commands necessary for linking programs (against libraries) with templates. | 15685 | # Commands necessary for linking programs (against libraries) with templates. |
15686 | prelink_cmds=$lt_prelink_cmds_CXX | 15686 | prelink_cmds=$lt_prelink_cmds_CXX |
15687 | 15687 | ||
@@ -15692,7 +15692,7 @@ index 98a76d6da7f..a4266996c44 100755 | |||
15692 | file_list_spec=$lt_file_list_spec_CXX | 15692 | file_list_spec=$lt_file_list_spec_CXX |
15693 | 15693 | ||
15694 | diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in | 15694 | diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in |
15695 | index 0a61880ba67..500756cd023 100644 | 15695 | index 49852a21d37..d371dda2d34 100644 |
15696 | --- a/libbacktrace/Makefile.in | 15696 | --- a/libbacktrace/Makefile.in |
15697 | +++ b/libbacktrace/Makefile.in | 15697 | +++ b/libbacktrace/Makefile.in |
15698 | @@ -1,7 +1,7 @@ | 15698 | @@ -1,7 +1,7 @@ |
@@ -15705,79 +15705,83 @@ index 0a61880ba67..500756cd023 100644 | |||
15705 | 15705 | ||
15706 | # This Makefile.in is free software; the Free Software Foundation | 15706 | # This Makefile.in is free software; the Free Software Foundation |
15707 | # gives unlimited permission to copy and/or distribute it, | 15707 | # gives unlimited permission to copy and/or distribute it, |
15708 | @@ -189,6 +189,35 @@ CONFIG_HEADER = config.h | 15708 | @@ -190,37 +190,6 @@ CONFIG_HEADER = config.h |
15709 | CONFIG_CLEAN_FILES = backtrace-supported.h \ | 15709 | CONFIG_CLEAN_FILES = backtrace-supported.h \ |
15710 | install-debuginfo-for-buildid.sh | 15710 | install-debuginfo-for-buildid.sh |
15711 | CONFIG_CLEAN_VPATH_FILES = | 15711 | CONFIG_CLEAN_VPATH_FILES = |
15712 | +@NATIVE_TRUE@am__EXEEXT_1 = allocfail$(EXEEXT) | 15712 | -LTLIBRARIES = $(noinst_LTLIBRARIES) |
15713 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = b2test$(EXEEXT) | 15713 | -am__DEPENDENCIES_1 = |
15714 | +@HAVE_DWZ_TRUE@@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = b3test$(EXEEXT) | 15714 | -am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \ |
15715 | +@NATIVE_TRUE@am__EXEEXT_4 = test_elf_32$(EXEEXT) test_elf_64$(EXEEXT) \ | 15715 | - print.lo sort.lo state.lo |
15716 | +@NATIVE_TRUE@ test_macho$(EXEEXT) test_xcoff_32$(EXEEXT) \ | 15716 | -libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS) |
15717 | +@NATIVE_TRUE@ test_xcoff_64$(EXEEXT) test_pecoff$(EXEEXT) \ | 15717 | -AM_V_lt = $(am__v_lt_@AM_V@) |
15718 | +@NATIVE_TRUE@ test_unknown$(EXEEXT) unittest$(EXEEXT) \ | 15718 | -am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
15719 | +@NATIVE_TRUE@ unittest_alloc$(EXEEXT) btest$(EXEEXT) | 15719 | -am__v_lt_0 = --silent |
15720 | +@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_5 = btest_lto$(EXEEXT) | 15720 | -am__v_lt_1 = |
15721 | +@NATIVE_TRUE@am__EXEEXT_6 = btest_alloc$(EXEEXT) stest$(EXEEXT) \ | 15721 | -am__objects_1 = atomic.lo dwarf.lo fileline.lo posix.lo print.lo \ |
15722 | +@NATIVE_TRUE@ stest_alloc$(EXEEXT) | 15722 | - sort.lo state.lo |
15723 | +@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_7 = ztest$(EXEEXT) \ | 15723 | -@NATIVE_TRUE@am_libbacktrace_alloc_la_OBJECTS = $(am__objects_1) |
15724 | +@HAVE_ELF_TRUE@@NATIVE_TRUE@ ztest_alloc$(EXEEXT) | 15724 | -libbacktrace_alloc_la_OBJECTS = $(am_libbacktrace_alloc_la_OBJECTS) |
15725 | +@NATIVE_TRUE@am__EXEEXT_8 = edtest$(EXEEXT) edtest_alloc$(EXEEXT) | 15725 | -@NATIVE_TRUE@am_libbacktrace_alloc_la_rpath = |
15726 | +@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_9 = ttest$(EXEEXT) \ | 15726 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@libbacktrace_elf_for_test_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ |
15727 | +@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest_alloc$(EXEEXT) | 15727 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ elf_for_test.lo \ |
15728 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_10 = \ | 15728 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(am__DEPENDENCIES_1) \ |
15729 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg$(EXEEXT) \ | 15729 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(am__DEPENDENCIES_1) |
15730 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta$(EXEEXT) \ | 15730 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am_libbacktrace_elf_for_test_la_OBJECTS = $(am__objects_1) |
15731 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg_alloc$(EXEEXT) \ | 15731 | -libbacktrace_elf_for_test_la_OBJECTS = \ |
15732 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta_alloc$(EXEEXT) | 15732 | - $(am_libbacktrace_elf_for_test_la_OBJECTS) |
15733 | +@HAVE_DWARF5_TRUE@@NATIVE_TRUE@am__EXEEXT_11 = dwarf5$(EXEEXT) \ | 15733 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am_libbacktrace_elf_for_test_la_rpath = |
15734 | +@HAVE_DWARF5_TRUE@@NATIVE_TRUE@ dwarf5_alloc$(EXEEXT) | 15734 | -@NATIVE_TRUE@am_libbacktrace_instrumented_alloc_la_OBJECTS = \ |
15735 | +@NATIVE_TRUE@am__EXEEXT_12 = mtest$(EXEEXT) | 15735 | -@NATIVE_TRUE@ $(am__objects_1) |
15736 | +@HAVE_ELF_TRUE@am__EXEEXT_13 = xztest$(EXEEXT) xztest_alloc$(EXEEXT) | 15736 | -libbacktrace_instrumented_alloc_la_OBJECTS = \ |
15737 | +am__EXEEXT_14 = $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ | 15737 | - $(am_libbacktrace_instrumented_alloc_la_OBJECTS) |
15738 | + $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ | 15738 | -@NATIVE_TRUE@am_libbacktrace_instrumented_alloc_la_rpath = |
15739 | + $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \ | 15739 | -@NATIVE_TRUE@am_libbacktrace_noformat_la_OBJECTS = $(am__objects_1) |
15740 | + $(am__EXEEXT_13) | 15740 | -libbacktrace_noformat_la_OBJECTS = \ |
15741 | LTLIBRARIES = $(noinst_LTLIBRARIES) | 15741 | - $(am_libbacktrace_noformat_la_OBJECTS) |
15742 | am__DEPENDENCIES_1 = | 15742 | -@NATIVE_TRUE@am_libbacktrace_noformat_la_rpath = |
15743 | am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \ | 15743 | @NATIVE_TRUE@am__EXEEXT_1 = allocfail$(EXEEXT) |
15744 | @@ -220,35 +249,6 @@ libbacktrace_instrumented_alloc_la_OBJECTS = \ | 15744 | @HAVE_BUILDID_TRUE@@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = b2test$(EXEEXT) |
15745 | libbacktrace_noformat_la_OBJECTS = \ | 15745 | @HAVE_BUILDID_TRUE@@HAVE_DWZ_TRUE@@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = b3test$(EXEEXT) |
15746 | $(am_libbacktrace_noformat_la_OBJECTS) | 15746 | @@ -253,6 +222,37 @@ am__EXEEXT_16 = $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ |
15747 | @NATIVE_TRUE@am_libbacktrace_noformat_la_rpath = | 15747 | $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ |
15748 | -@NATIVE_TRUE@am__EXEEXT_1 = allocfail$(EXEEXT) | 15748 | $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \ |
15749 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = b2test$(EXEEXT) | 15749 | $(am__EXEEXT_13) $(am__EXEEXT_14) $(am__EXEEXT_15) |
15750 | -@HAVE_DWZ_TRUE@@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = b3test$(EXEEXT) | 15750 | +LTLIBRARIES = $(noinst_LTLIBRARIES) |
15751 | -@NATIVE_TRUE@am__EXEEXT_4 = test_elf_32$(EXEEXT) test_elf_64$(EXEEXT) \ | 15751 | +am__DEPENDENCIES_1 = |
15752 | -@NATIVE_TRUE@ test_macho$(EXEEXT) test_xcoff_32$(EXEEXT) \ | 15752 | +am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \ |
15753 | -@NATIVE_TRUE@ test_xcoff_64$(EXEEXT) test_pecoff$(EXEEXT) \ | 15753 | + print.lo sort.lo state.lo |
15754 | -@NATIVE_TRUE@ test_unknown$(EXEEXT) unittest$(EXEEXT) \ | 15754 | +libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS) |
15755 | -@NATIVE_TRUE@ unittest_alloc$(EXEEXT) btest$(EXEEXT) | 15755 | +AM_V_lt = $(am__v_lt_@AM_V@) |
15756 | -@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_5 = btest_lto$(EXEEXT) | 15756 | +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
15757 | -@NATIVE_TRUE@am__EXEEXT_6 = btest_alloc$(EXEEXT) stest$(EXEEXT) \ | 15757 | +am__v_lt_0 = --silent |
15758 | -@NATIVE_TRUE@ stest_alloc$(EXEEXT) | 15758 | +am__v_lt_1 = |
15759 | -@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_7 = ztest$(EXEEXT) \ | 15759 | +am__objects_1 = atomic.lo dwarf.lo fileline.lo posix.lo print.lo \ |
15760 | -@HAVE_ELF_TRUE@@NATIVE_TRUE@ ztest_alloc$(EXEEXT) | 15760 | + sort.lo state.lo |
15761 | -@NATIVE_TRUE@am__EXEEXT_8 = edtest$(EXEEXT) edtest_alloc$(EXEEXT) | 15761 | +@NATIVE_TRUE@am_libbacktrace_alloc_la_OBJECTS = $(am__objects_1) |
15762 | -@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_9 = ttest$(EXEEXT) \ | 15762 | +libbacktrace_alloc_la_OBJECTS = $(am_libbacktrace_alloc_la_OBJECTS) |
15763 | -@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest_alloc$(EXEEXT) | 15763 | +@NATIVE_TRUE@am_libbacktrace_alloc_la_rpath = |
15764 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_10 = \ | 15764 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@libbacktrace_elf_for_test_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ |
15765 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg$(EXEEXT) \ | 15765 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ elf_for_test.lo \ |
15766 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta$(EXEEXT) \ | 15766 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(am__DEPENDENCIES_1) \ |
15767 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg_alloc$(EXEEXT) \ | 15767 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(am__DEPENDENCIES_1) |
15768 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta_alloc$(EXEEXT) | 15768 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am_libbacktrace_elf_for_test_la_OBJECTS = $(am__objects_1) |
15769 | -@HAVE_DWARF5_TRUE@@NATIVE_TRUE@am__EXEEXT_11 = dwarf5$(EXEEXT) \ | 15769 | +libbacktrace_elf_for_test_la_OBJECTS = \ |
15770 | -@HAVE_DWARF5_TRUE@@NATIVE_TRUE@ dwarf5_alloc$(EXEEXT) | 15770 | + $(am_libbacktrace_elf_for_test_la_OBJECTS) |
15771 | -@NATIVE_TRUE@am__EXEEXT_12 = mtest$(EXEEXT) | 15771 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am_libbacktrace_elf_for_test_la_rpath = |
15772 | -@HAVE_ELF_TRUE@am__EXEEXT_13 = xztest$(EXEEXT) xztest_alloc$(EXEEXT) | 15772 | +@NATIVE_TRUE@am_libbacktrace_instrumented_alloc_la_OBJECTS = \ |
15773 | -am__EXEEXT_14 = $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ | 15773 | +@NATIVE_TRUE@ $(am__objects_1) |
15774 | - $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ | 15774 | +libbacktrace_instrumented_alloc_la_OBJECTS = \ |
15775 | - $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \ | 15775 | + $(am_libbacktrace_instrumented_alloc_la_OBJECTS) |
15776 | - $(am__EXEEXT_13) | 15776 | +@NATIVE_TRUE@am_libbacktrace_instrumented_alloc_la_rpath = |
15777 | +@NATIVE_TRUE@am_libbacktrace_noformat_la_OBJECTS = $(am__objects_1) | ||
15778 | +libbacktrace_noformat_la_OBJECTS = \ | ||
15779 | + $(am_libbacktrace_noformat_la_OBJECTS) | ||
15780 | +@NATIVE_TRUE@am_libbacktrace_noformat_la_rpath = | ||
15777 | @NATIVE_TRUE@am_allocfail_OBJECTS = allocfail-allocfail.$(OBJEXT) \ | 15781 | @NATIVE_TRUE@am_allocfail_OBJECTS = allocfail-allocfail.$(OBJEXT) \ |
15778 | @NATIVE_TRUE@ allocfail-testlib.$(OBJEXT) | 15782 | @NATIVE_TRUE@ allocfail-testlib.$(OBJEXT) |
15779 | allocfail_OBJECTS = $(am_allocfail_OBJECTS) | 15783 | allocfail_OBJECTS = $(am_allocfail_OBJECTS) |
15780 | @@ -536,7 +536,7 @@ am__v_at_0 = @ | 15784 | @@ -571,7 +571,7 @@ am__v_at_0 = @ |
15781 | am__v_at_1 = | 15785 | am__v_at_1 = |
15782 | DEFAULT_INCLUDES = -I.@am__isrc@ | 15786 | DEFAULT_INCLUDES = -I.@am__isrc@ |
15783 | depcomp = | 15787 | depcomp = |
@@ -15786,7 +15790,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15786 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | 15790 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
15787 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | 15791 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
15788 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | 15792 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
15789 | @@ -579,8 +579,8 @@ am__can_run_installinfo = \ | 15793 | @@ -615,8 +615,8 @@ am__can_run_installinfo = \ |
15790 | n|no|NO) false;; \ | 15794 | n|no|NO) false;; \ |
15791 | *) (install-info --version) >/dev/null 2>&1;; \ | 15795 | *) (install-info --version) >/dev/null 2>&1;; \ |
15792 | esac | 15796 | esac |
@@ -15797,7 +15801,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15797 | # Read a list of newline-separated strings from the standard input, | 15801 | # Read a list of newline-separated strings from the standard input, |
15798 | # and print each of them once, without duplicates. Input order is | 15802 | # and print each of them once, without duplicates. Input order is |
15799 | # *not* preserved. | 15803 | # *not* preserved. |
15800 | @@ -597,9 +597,6 @@ am__define_uniq_tagged_files = \ | 15804 | @@ -633,9 +633,6 @@ am__define_uniq_tagged_files = \ |
15801 | unique=`for i in $$list; do \ | 15805 | unique=`for i in $$list; do \ |
15802 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 15806 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
15803 | done | $(am__uniquify_input)` | 15807 | done | $(am__uniquify_input)` |
@@ -15807,7 +15811,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15807 | AM_RECURSIVE_TARGETS = cscope check recheck | 15811 | AM_RECURSIVE_TARGETS = cscope check recheck |
15808 | am__tty_colors_dummy = \ | 15812 | am__tty_colors_dummy = \ |
15809 | mgn= red= grn= lgn= blu= brg= std=; \ | 15813 | mgn= red= grn= lgn= blu= brg= std=; \ |
15810 | @@ -783,6 +780,7 @@ am__set_TESTS_bases = \ | 15814 | @@ -819,6 +816,7 @@ am__set_TESTS_bases = \ |
15811 | bases='$(TEST_LOGS)'; \ | 15815 | bases='$(TEST_LOGS)'; \ |
15812 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | 15816 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
15813 | bases=`echo $$bases` | 15817 | bases=`echo $$bases` |
@@ -15815,7 +15819,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15815 | RECHECK_LOGS = $(TEST_LOGS) | 15819 | RECHECK_LOGS = $(TEST_LOGS) |
15816 | TEST_SUITE_LOG = test-suite.log | 15820 | TEST_SUITE_LOG = test-suite.log |
15817 | TEST_EXTENSIONS = @EXEEXT@ .test | 15821 | TEST_EXTENSIONS = @EXEEXT@ .test |
15818 | @@ -825,8 +823,11 @@ CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@ | 15822 | @@ -861,8 +859,11 @@ CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@ |
15819 | COMM = @COMM@ | 15823 | COMM = @COMM@ |
15820 | CPP = @CPP@ | 15824 | CPP = @CPP@ |
15821 | CPPFLAGS = @CPPFLAGS@ | 15825 | CPPFLAGS = @CPPFLAGS@ |
@@ -15827,7 +15831,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15827 | DSYMUTIL = @DSYMUTIL@ | 15831 | DSYMUTIL = @DSYMUTIL@ |
15828 | DUMPBIN = @DUMPBIN@ | 15832 | DUMPBIN = @DUMPBIN@ |
15829 | DWZ = @DWZ@ | 15833 | DWZ = @DWZ@ |
15830 | @@ -834,6 +835,7 @@ ECHO_C = @ECHO_C@ | 15834 | @@ -870,6 +871,7 @@ ECHO_C = @ECHO_C@ |
15831 | ECHO_N = @ECHO_N@ | 15835 | ECHO_N = @ECHO_N@ |
15832 | ECHO_T = @ECHO_T@ | 15836 | ECHO_T = @ECHO_T@ |
15833 | EGREP = @EGREP@ | 15837 | EGREP = @EGREP@ |
@@ -15835,7 +15839,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15835 | EXEEXT = @EXEEXT@ | 15839 | EXEEXT = @EXEEXT@ |
15836 | EXTRA_FLAGS = @EXTRA_FLAGS@ | 15840 | EXTRA_FLAGS = @EXTRA_FLAGS@ |
15837 | FGREP = @FGREP@ | 15841 | FGREP = @FGREP@ |
15838 | @@ -854,6 +856,7 @@ LN_S = @LN_S@ | 15842 | @@ -890,6 +892,7 @@ LN_S = @LN_S@ |
15839 | LTLIBOBJS = @LTLIBOBJS@ | 15843 | LTLIBOBJS = @LTLIBOBJS@ |
15840 | MAINT = @MAINT@ | 15844 | MAINT = @MAINT@ |
15841 | MAKEINFO = @MAKEINFO@ | 15845 | MAKEINFO = @MAKEINFO@ |
@@ -15843,7 +15847,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15843 | MKDIR_P = @MKDIR_P@ | 15847 | MKDIR_P = @MKDIR_P@ |
15844 | NM = @NM@ | 15848 | NM = @NM@ |
15845 | NMEDIT = @NMEDIT@ | 15849 | NMEDIT = @NMEDIT@ |
15846 | @@ -886,6 +889,7 @@ abs_builddir = @abs_builddir@ | 15850 | @@ -922,6 +925,7 @@ abs_builddir = @abs_builddir@ |
15847 | abs_srcdir = @abs_srcdir@ | 15851 | abs_srcdir = @abs_srcdir@ |
15848 | abs_top_builddir = @abs_top_builddir@ | 15852 | abs_top_builddir = @abs_top_builddir@ |
15849 | abs_top_srcdir = @abs_top_srcdir@ | 15853 | abs_top_srcdir = @abs_top_srcdir@ |
@@ -15851,7 +15855,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15851 | ac_ct_CC = @ac_ct_CC@ | 15855 | ac_ct_CC = @ac_ct_CC@ |
15852 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 15856 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
15853 | am__leading_dot = @am__leading_dot@ | 15857 | am__leading_dot = @am__leading_dot@ |
15854 | @@ -1178,8 +1182,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 15858 | @@ -1267,8 +1271,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
15855 | echo ' $(SHELL) ./config.status'; \ | 15859 | echo ' $(SHELL) ./config.status'; \ |
15856 | $(SHELL) ./config.status;; \ | 15860 | $(SHELL) ./config.status;; \ |
15857 | *) \ | 15861 | *) \ |
@@ -15862,7 +15866,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15862 | esac; | 15866 | esac; |
15863 | $(top_srcdir)/../multilib.am $(am__empty): | 15867 | $(top_srcdir)/../multilib.am $(am__empty): |
15864 | 15868 | ||
15865 | @@ -1211,6 +1215,15 @@ backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-support | 15869 | @@ -1300,6 +1304,15 @@ backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-support |
15866 | install-debuginfo-for-buildid.sh: $(top_builddir)/config.status $(srcdir)/install-debuginfo-for-buildid.sh.in | 15870 | install-debuginfo-for-buildid.sh: $(top_builddir)/config.status $(srcdir)/install-debuginfo-for-buildid.sh.in |
15867 | cd $(top_builddir) && $(SHELL) ./config.status $@ | 15871 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
15868 | 15872 | ||
@@ -15878,7 +15882,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15878 | clean-checkLTLIBRARIES: | 15882 | clean-checkLTLIBRARIES: |
15879 | -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) | 15883 | -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) |
15880 | @list='$(check_LTLIBRARIES)'; \ | 15884 | @list='$(check_LTLIBRARIES)'; \ |
15881 | @@ -1248,15 +1261,6 @@ libbacktrace_instrumented_alloc.la: $(libbacktrace_instrumented_alloc_la_OBJECTS | 15885 | @@ -1337,15 +1350,6 @@ libbacktrace_instrumented_alloc.la: $(libbacktrace_instrumented_alloc_la_OBJECTS |
15882 | libbacktrace_noformat.la: $(libbacktrace_noformat_la_OBJECTS) $(libbacktrace_noformat_la_DEPENDENCIES) $(EXTRA_libbacktrace_noformat_la_DEPENDENCIES) | 15886 | libbacktrace_noformat.la: $(libbacktrace_noformat_la_OBJECTS) $(libbacktrace_noformat_la_DEPENDENCIES) $(EXTRA_libbacktrace_noformat_la_DEPENDENCIES) |
15883 | $(AM_V_CCLD)$(LINK) $(am_libbacktrace_noformat_la_rpath) $(libbacktrace_noformat_la_OBJECTS) $(libbacktrace_noformat_la_LIBADD) $(LIBS) | 15887 | $(AM_V_CCLD)$(LINK) $(am_libbacktrace_noformat_la_rpath) $(libbacktrace_noformat_la_OBJECTS) $(libbacktrace_noformat_la_LIBADD) $(LIBS) |
15884 | 15888 | ||
@@ -15894,7 +15898,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15894 | allocfail$(EXEEXT): $(allocfail_OBJECTS) $(allocfail_DEPENDENCIES) $(EXTRA_allocfail_DEPENDENCIES) | 15898 | allocfail$(EXEEXT): $(allocfail_OBJECTS) $(allocfail_DEPENDENCIES) $(EXTRA_allocfail_DEPENDENCIES) |
15895 | @rm -f allocfail$(EXEEXT) | 15899 | @rm -f allocfail$(EXEEXT) |
15896 | $(AM_V_CCLD)$(allocfail_LINK) $(allocfail_OBJECTS) $(allocfail_LDADD) $(LIBS) | 15900 | $(AM_V_CCLD)$(allocfail_LINK) $(allocfail_OBJECTS) $(allocfail_LDADD) $(LIBS) |
15897 | @@ -1959,7 +1963,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) | 15901 | @@ -2096,7 +2100,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) |
15898 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | 15902 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
15899 | fi; \ | 15903 | fi; \ |
15900 | echo "$${col}$$br$${std}"; \ | 15904 | echo "$${col}$$br$${std}"; \ |
@@ -15903,7 +15907,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15903 | echo "$${col}$$br$${std}"; \ | 15907 | echo "$${col}$$br$${std}"; \ |
15904 | create_testsuite_report --maybe-color; \ | 15908 | create_testsuite_report --maybe-color; \ |
15905 | echo "$$col$$br$$std"; \ | 15909 | echo "$$col$$br$$std"; \ |
15906 | @@ -1972,7 +1976,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) | 15910 | @@ -2109,7 +2113,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) |
15907 | fi; \ | 15911 | fi; \ |
15908 | $$success || exit 1 | 15912 | $$success || exit 1 |
15909 | 15913 | ||
@@ -15912,7 +15916,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15912 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list | 15916 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
15913 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list | 15917 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
15914 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | 15918 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
15915 | @@ -1982,7 +1986,7 @@ check-TESTS: | 15919 | @@ -2119,7 +2123,7 @@ check-TESTS: |
15916 | log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ | 15920 | log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ |
15917 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ | 15921 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ |
15918 | exit $$?; | 15922 | exit $$?; |
@@ -15921,7 +15925,7 @@ index 0a61880ba67..500756cd023 100644 | |||
15921 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | 15925 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
15922 | @set +e; $(am__set_TESTS_bases); \ | 15926 | @set +e; $(am__set_TESTS_bases); \ |
15923 | bases=`for i in $$bases; do echo $$i; done \ | 15927 | bases=`for i in $$bases; do echo $$i; done \ |
15924 | @@ -2260,7 +2264,7 @@ xztest_alloc.log: xztest_alloc$(EXEEXT) | 15928 | @@ -2439,7 +2443,7 @@ xztest_alloc.log: xztest_alloc$(EXEEXT) |
15925 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ | 15929 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
15926 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) | 15930 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) |
15927 | check-am: all-am | 15931 | check-am: all-am |
@@ -16175,10 +16179,10 @@ index 528e6173930..d88a5ec84f2 100644 | |||
16175 | # This file is free software; the Free Software Foundation | 16179 | # This file is free software; the Free Software Foundation |
16176 | # gives unlimited permission to copy and/or distribute it, | 16180 | # gives unlimited permission to copy and/or distribute it, |
16177 | diff --git a/libbacktrace/configure b/libbacktrace/configure | 16181 | diff --git a/libbacktrace/configure b/libbacktrace/configure |
16178 | index e5ca8ad9379..b7c4c4be78d 100755 | 16182 | index 4ab612dc780..68f6b8566e9 100755 |
16179 | --- a/libbacktrace/configure | 16183 | --- a/libbacktrace/configure |
16180 | +++ b/libbacktrace/configure | 16184 | +++ b/libbacktrace/configure |
16181 | @@ -680,7 +680,10 @@ OTOOL | 16185 | @@ -686,7 +686,10 @@ OTOOL |
16182 | LIPO | 16186 | LIPO |
16183 | NMEDIT | 16187 | NMEDIT |
16184 | DSYMUTIL | 16188 | DSYMUTIL |
@@ -16189,7 +16193,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16189 | OBJDUMP | 16193 | OBJDUMP |
16190 | LN_S | 16194 | LN_S |
16191 | NM | 16195 | NM |
16192 | @@ -701,6 +704,9 @@ AM_BACKSLASH | 16196 | @@ -707,6 +710,9 @@ AM_BACKSLASH |
16193 | AM_DEFAULT_VERBOSITY | 16197 | AM_DEFAULT_VERBOSITY |
16194 | AM_DEFAULT_V | 16198 | AM_DEFAULT_V |
16195 | AM_V | 16199 | AM_V |
@@ -16199,7 +16203,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16199 | am__untar | 16203 | am__untar |
16200 | am__tar | 16204 | am__tar |
16201 | AMTAR | 16205 | AMTAR |
16202 | @@ -798,6 +804,7 @@ enable_static | 16206 | @@ -804,6 +810,7 @@ enable_static |
16203 | with_pic | 16207 | with_pic |
16204 | enable_fast_install | 16208 | enable_fast_install |
16205 | with_gnu_ld | 16209 | with_gnu_ld |
@@ -16207,7 +16211,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16207 | enable_libtool_lock | 16211 | enable_libtool_lock |
16208 | enable_largefile | 16212 | enable_largefile |
16209 | enable_cet | 16213 | enable_cet |
16210 | @@ -1458,6 +1465,8 @@ Optional Packages: | 16214 | @@ -1466,6 +1473,8 @@ Optional Packages: |
16211 | --with-pic try to use only PIC/non-PIC objects [default=use | 16215 | --with-pic try to use only PIC/non-PIC objects [default=use |
16212 | both] | 16216 | both] |
16213 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 16217 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -16216,7 +16220,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16216 | --with-system-libunwind use installed libunwind | 16220 | --with-system-libunwind use installed libunwind |
16217 | 16221 | ||
16218 | Some influential environment variables: | 16222 | Some influential environment variables: |
16219 | @@ -4047,7 +4056,7 @@ libtool_VERSION=1:0:0 | 16223 | @@ -4054,7 +4063,7 @@ libtool_VERSION=1:0:0 |
16220 | # -Wall: Issue all automake warnings. | 16224 | # -Wall: Issue all automake warnings. |
16221 | # -Wno-portability: Don't warn about constructs supported by GNU make. | 16225 | # -Wno-portability: Don't warn about constructs supported by GNU make. |
16222 | # (because GCC requires GNU make anyhow). | 16226 | # (because GCC requires GNU make anyhow). |
@@ -16225,7 +16229,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16225 | 16229 | ||
16226 | # Find a good install program. We prefer a C program (faster), | 16230 | # Find a good install program. We prefer a C program (faster), |
16227 | # so one script is as good as another. But avoid the broken or | 16231 | # so one script is as good as another. But avoid the broken or |
16228 | @@ -4220,12 +4229,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | 16232 | @@ -4227,12 +4236,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
16229 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | 16233 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
16230 | 16234 | ||
16231 | if test x"${MISSING+set}" != xset; then | 16235 | if test x"${MISSING+set}" != xset; then |
@@ -16239,7 +16243,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16239 | fi | 16243 | fi |
16240 | # Use eval to expand $SHELL | 16244 | # Use eval to expand $SHELL |
16241 | if eval "$MISSING --is-lightweight"; then | 16245 | if eval "$MISSING --is-lightweight"; then |
16242 | @@ -4551,8 +4555,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | 16246 | @@ -4558,8 +4562,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
16243 | 16247 | ||
16244 | # For better backward compatibility. To be removed once Automake 1.9.x | 16248 | # For better backward compatibility. To be removed once Automake 1.9.x |
16245 | # dies out for good. For more background, see: | 16249 | # dies out for good. For more background, see: |
@@ -16250,7 +16254,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16250 | mkdir_p='$(MKDIR_P)' | 16254 | mkdir_p='$(MKDIR_P)' |
16251 | 16255 | ||
16252 | # We need awk for the "check" target (and possibly the TAP driver). The | 16256 | # We need awk for the "check" target (and possibly the TAP driver). The |
16253 | @@ -4571,6 +4575,20 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' | 16257 | @@ -4578,6 +4582,20 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
16254 | 16258 | ||
16255 | 16259 | ||
16256 | 16260 | ||
@@ -16271,7 +16275,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16271 | 16275 | ||
16272 | # POSIX will say in a future version that running "rm -f" with no argument | 16276 | # POSIX will say in a future version that running "rm -f" with no argument |
16273 | # is OK; and we want to be able to make that assumption in our Makefile | 16277 | # is OK; and we want to be able to make that assumption in our Makefile |
16274 | @@ -4603,7 +4621,7 @@ END | 16278 | @@ -4610,7 +4628,7 @@ END |
16275 | Aborting the configuration process, to ensure you take notice of the issue. | 16279 | Aborting the configuration process, to ensure you take notice of the issue. |
16276 | 16280 | ||
16277 | You can download and install GNU coreutils to get an 'rm' implementation | 16281 | You can download and install GNU coreutils to get an 'rm' implementation |
@@ -16280,7 +16284,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16280 | 16284 | ||
16281 | If you want to complete the configuration process using your problematic | 16285 | If you want to complete the configuration process using your problematic |
16282 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | 16286 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
16283 | @@ -5446,8 +5464,8 @@ esac | 16287 | @@ -5453,8 +5471,8 @@ esac |
16284 | 16288 | ||
16285 | 16289 | ||
16286 | 16290 | ||
@@ -16291,7 +16295,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16291 | 16295 | ||
16292 | 16296 | ||
16293 | 16297 | ||
16294 | @@ -5487,7 +5505,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 16298 | @@ -5494,7 +5512,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
16295 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 16299 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
16296 | $as_echo_n "checking how to print strings... " >&6; } | 16300 | $as_echo_n "checking how to print strings... " >&6; } |
16297 | # Test print first, because it will be a builtin if present. | 16301 | # Test print first, because it will be a builtin if present. |
@@ -16300,7 +16304,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16300 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 16304 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
16301 | ECHO='print -r --' | 16305 | ECHO='print -r --' |
16302 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 16306 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
16303 | @@ -6180,8 +6198,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 16307 | @@ -6187,8 +6205,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
16304 | # Try some XSI features | 16308 | # Try some XSI features |
16305 | xsi_shell=no | 16309 | xsi_shell=no |
16306 | ( _lt_dummy="a/b/c" | 16310 | ( _lt_dummy="a/b/c" |
@@ -16311,7 +16315,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16311 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 16315 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
16312 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 16316 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
16313 | && xsi_shell=yes | 16317 | && xsi_shell=yes |
16314 | @@ -6230,6 +6248,80 @@ esac | 16318 | @@ -6237,6 +6255,80 @@ esac |
16315 | 16319 | ||
16316 | 16320 | ||
16317 | 16321 | ||
@@ -16392,7 +16396,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16392 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 16396 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
16393 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 16397 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
16394 | if ${lt_cv_ld_reload_flag+:} false; then : | 16398 | if ${lt_cv_ld_reload_flag+:} false; then : |
16395 | @@ -6246,6 +6338,11 @@ case $reload_flag in | 16399 | @@ -6253,6 +6345,11 @@ case $reload_flag in |
16396 | esac | 16400 | esac |
16397 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 16401 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
16398 | case $host_os in | 16402 | case $host_os in |
@@ -16404,7 +16408,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16404 | darwin*) | 16408 | darwin*) |
16405 | if test "$GCC" = yes; then | 16409 | if test "$GCC" = yes; then |
16406 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 16410 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
16407 | @@ -6414,7 +6511,8 @@ mingw* | pw32*) | 16411 | @@ -6421,7 +6518,8 @@ mingw* | pw32*) |
16408 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 16412 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
16409 | lt_cv_file_magic_cmd='func_win32_libid' | 16413 | lt_cv_file_magic_cmd='func_win32_libid' |
16410 | else | 16414 | else |
@@ -16414,7 +16418,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16414 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 16418 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
16415 | fi | 16419 | fi |
16416 | ;; | 16420 | ;; |
16417 | @@ -6573,6 +6671,21 @@ esac | 16421 | @@ -6580,6 +6678,21 @@ esac |
16418 | fi | 16422 | fi |
16419 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 16423 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
16420 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 16424 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -16436,7 +16440,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16436 | file_magic_cmd=$lt_cv_file_magic_cmd | 16440 | file_magic_cmd=$lt_cv_file_magic_cmd |
16437 | deplibs_check_method=$lt_cv_deplibs_check_method | 16441 | deplibs_check_method=$lt_cv_deplibs_check_method |
16438 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 16442 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
16439 | @@ -6588,6 +6701,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 16443 | @@ -6595,6 +6708,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
16440 | 16444 | ||
16441 | 16445 | ||
16442 | 16446 | ||
@@ -16594,7 +16598,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16594 | plugin_option= | 16598 | plugin_option= |
16595 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 16599 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
16596 | for plugin in $plugin_names; do | 16600 | for plugin in $plugin_names; do |
16597 | @@ -6602,8 +6866,10 @@ for plugin in $plugin_names; do | 16601 | @@ -6609,8 +6873,10 @@ for plugin in $plugin_names; do |
16598 | done | 16602 | done |
16599 | 16603 | ||
16600 | if test -n "$ac_tool_prefix"; then | 16604 | if test -n "$ac_tool_prefix"; then |
@@ -16607,7 +16611,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16607 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 16611 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
16608 | $as_echo_n "checking for $ac_word... " >&6; } | 16612 | $as_echo_n "checking for $ac_word... " >&6; } |
16609 | if ${ac_cv_prog_AR+:} false; then : | 16613 | if ${ac_cv_prog_AR+:} false; then : |
16610 | @@ -6619,7 +6885,7 @@ do | 16614 | @@ -6626,7 +6892,7 @@ do |
16611 | test -z "$as_dir" && as_dir=. | 16615 | test -z "$as_dir" && as_dir=. |
16612 | for ac_exec_ext in '' $ac_executable_extensions; do | 16616 | for ac_exec_ext in '' $ac_executable_extensions; do |
16613 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 16617 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -16616,7 +16620,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16616 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 16620 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
16617 | break 2 | 16621 | break 2 |
16618 | fi | 16622 | fi |
16619 | @@ -6639,11 +6905,15 @@ $as_echo "no" >&6; } | 16623 | @@ -6646,11 +6912,15 @@ $as_echo "no" >&6; } |
16620 | fi | 16624 | fi |
16621 | 16625 | ||
16622 | 16626 | ||
@@ -16635,7 +16639,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16635 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 16639 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
16636 | $as_echo_n "checking for $ac_word... " >&6; } | 16640 | $as_echo_n "checking for $ac_word... " >&6; } |
16637 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 16641 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
16638 | @@ -6659,7 +6929,7 @@ do | 16642 | @@ -6666,7 +6936,7 @@ do |
16639 | test -z "$as_dir" && as_dir=. | 16643 | test -z "$as_dir" && as_dir=. |
16640 | for ac_exec_ext in '' $ac_executable_extensions; do | 16644 | for ac_exec_ext in '' $ac_executable_extensions; do |
16641 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 16645 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -16644,7 +16648,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16644 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 16648 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
16645 | break 2 | 16649 | break 2 |
16646 | fi | 16650 | fi |
16647 | @@ -6678,6 +6948,10 @@ else | 16651 | @@ -6685,6 +6955,10 @@ else |
16648 | $as_echo "no" >&6; } | 16652 | $as_echo "no" >&6; } |
16649 | fi | 16653 | fi |
16650 | 16654 | ||
@@ -16655,7 +16659,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16655 | if test "x$ac_ct_AR" = x; then | 16659 | if test "x$ac_ct_AR" = x; then |
16656 | AR="false" | 16660 | AR="false" |
16657 | else | 16661 | else |
16658 | @@ -6689,31 +6963,83 @@ ac_tool_warned=yes ;; | 16662 | @@ -6696,31 +6970,83 @@ ac_tool_warned=yes ;; |
16659 | esac | 16663 | esac |
16660 | AR=$ac_ct_AR | 16664 | AR=$ac_ct_AR |
16661 | fi | 16665 | fi |
@@ -16754,7 +16758,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16754 | 16758 | ||
16755 | 16759 | ||
16756 | 16760 | ||
16757 | @@ -7058,8 +7384,8 @@ esac | 16761 | @@ -7065,8 +7391,8 @@ esac |
16758 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 16762 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
16759 | 16763 | ||
16760 | # Transform an extracted symbol line into symbol name and symbol address | 16764 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -16765,7 +16769,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16765 | 16769 | ||
16766 | # Handle CRLF in mingw tool chain | 16770 | # Handle CRLF in mingw tool chain |
16767 | opt_cr= | 16771 | opt_cr= |
16768 | @@ -7095,6 +7421,7 @@ for ac_symprfx in "" "_"; do | 16772 | @@ -7102,6 +7428,7 @@ for ac_symprfx in "" "_"; do |
16769 | else | 16773 | else |
16770 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 16774 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
16771 | fi | 16775 | fi |
@@ -16773,7 +16777,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16773 | 16777 | ||
16774 | # Check to see that the pipe works correctly. | 16778 | # Check to see that the pipe works correctly. |
16775 | pipe_works=no | 16779 | pipe_works=no |
16776 | @@ -7136,6 +7463,18 @@ _LT_EOF | 16780 | @@ -7143,6 +7470,18 @@ _LT_EOF |
16777 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 16781 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
16778 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 16782 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
16779 | cat <<_LT_EOF > conftest.$ac_ext | 16783 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -16792,7 +16796,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16792 | #ifdef __cplusplus | 16796 | #ifdef __cplusplus |
16793 | extern "C" { | 16797 | extern "C" { |
16794 | #endif | 16798 | #endif |
16795 | @@ -7147,7 +7486,7 @@ _LT_EOF | 16799 | @@ -7154,7 +7493,7 @@ _LT_EOF |
16796 | cat <<_LT_EOF >> conftest.$ac_ext | 16800 | cat <<_LT_EOF >> conftest.$ac_ext |
16797 | 16801 | ||
16798 | /* The mapping between symbol names and symbols. */ | 16802 | /* The mapping between symbol names and symbols. */ |
@@ -16801,7 +16805,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16801 | const char *name; | 16805 | const char *name; |
16802 | void *address; | 16806 | void *address; |
16803 | } | 16807 | } |
16804 | @@ -7173,8 +7512,8 @@ static const void *lt_preloaded_setup() { | 16808 | @@ -7180,8 +7519,8 @@ static const void *lt_preloaded_setup() { |
16805 | _LT_EOF | 16809 | _LT_EOF |
16806 | # Now try linking the two files. | 16810 | # Now try linking the two files. |
16807 | mv conftest.$ac_objext conftstm.$ac_objext | 16811 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -16812,7 +16816,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16812 | LIBS="conftstm.$ac_objext" | 16816 | LIBS="conftstm.$ac_objext" |
16813 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 16817 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
16814 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 16818 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
16815 | @@ -7184,8 +7523,8 @@ _LT_EOF | 16819 | @@ -7191,8 +7530,8 @@ _LT_EOF |
16816 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 16820 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
16817 | pipe_works=yes | 16821 | pipe_works=yes |
16818 | fi | 16822 | fi |
@@ -16823,7 +16827,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16823 | else | 16827 | else |
16824 | echo "cannot find nm_test_func in $nlist" >&5 | 16828 | echo "cannot find nm_test_func in $nlist" >&5 |
16825 | fi | 16829 | fi |
16826 | @@ -7222,6 +7561,18 @@ else | 16830 | @@ -7229,6 +7568,18 @@ else |
16827 | $as_echo "ok" >&6; } | 16831 | $as_echo "ok" >&6; } |
16828 | fi | 16832 | fi |
16829 | 16833 | ||
@@ -16842,7 +16846,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16842 | 16846 | ||
16843 | 16847 | ||
16844 | 16848 | ||
16845 | @@ -7238,6 +7589,43 @@ fi | 16849 | @@ -7245,6 +7596,43 @@ fi |
16846 | 16850 | ||
16847 | 16851 | ||
16848 | 16852 | ||
@@ -16886,7 +16890,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
16886 | 16890 | ||
16887 | 16891 | ||
16888 | 16892 | ||
16889 | @@ -7404,50 +7792,167 @@ _ACEOF | 16893 | @@ -7411,50 +7799,167 @@ _ACEOF |
16890 | if ac_fn_c_try_link "$LINENO"; then : | 16894 | if ac_fn_c_try_link "$LINENO"; then : |
16891 | lt_cv_cc_needs_belf=yes | 16895 | lt_cv_cc_needs_belf=yes |
16892 | else | 16896 | else |
@@ -17093,7 +17097,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17093 | 17097 | ||
17094 | 17098 | ||
17095 | case $host_os in | 17099 | case $host_os in |
17096 | @@ -8012,6 +8517,8 @@ _LT_EOF | 17100 | @@ -8019,6 +8524,8 @@ _LT_EOF |
17097 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 17101 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
17098 | echo "$AR cru libconftest.a conftest.o" >&5 | 17102 | echo "$AR cru libconftest.a conftest.o" >&5 |
17099 | $AR cru libconftest.a conftest.o 2>&5 | 17103 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -17102,7 +17106,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17102 | cat > conftest.c << _LT_EOF | 17106 | cat > conftest.c << _LT_EOF |
17103 | int main() { return 0;} | 17107 | int main() { return 0;} |
17104 | _LT_EOF | 17108 | _LT_EOF |
17105 | @@ -8596,8 +9103,6 @@ fi | 17109 | @@ -8603,8 +9110,6 @@ fi |
17106 | lt_prog_compiler_pic= | 17110 | lt_prog_compiler_pic= |
17107 | lt_prog_compiler_static= | 17111 | lt_prog_compiler_static= |
17108 | 17112 | ||
@@ -17111,7 +17115,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17111 | 17115 | ||
17112 | if test "$GCC" = yes; then | 17116 | if test "$GCC" = yes; then |
17113 | lt_prog_compiler_wl='-Wl,' | 17117 | lt_prog_compiler_wl='-Wl,' |
17114 | @@ -8763,6 +9268,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 17118 | @@ -8770,6 +9275,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
17115 | lt_prog_compiler_pic='--shared' | 17119 | lt_prog_compiler_pic='--shared' |
17116 | lt_prog_compiler_static='--static' | 17120 | lt_prog_compiler_static='--static' |
17117 | ;; | 17121 | ;; |
@@ -17124,7 +17128,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17124 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 17128 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
17125 | # Portland Group compilers (*not* the Pentium gcc compiler, | 17129 | # Portland Group compilers (*not* the Pentium gcc compiler, |
17126 | # which looks to be a dead project) | 17130 | # which looks to be a dead project) |
17127 | @@ -8825,7 +9336,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 17131 | @@ -8832,7 +9343,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
17128 | lt_prog_compiler_pic='-KPIC' | 17132 | lt_prog_compiler_pic='-KPIC' |
17129 | lt_prog_compiler_static='-Bstatic' | 17133 | lt_prog_compiler_static='-Bstatic' |
17130 | case $cc_basename in | 17134 | case $cc_basename in |
@@ -17133,7 +17137,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17133 | lt_prog_compiler_wl='-Qoption ld ';; | 17137 | lt_prog_compiler_wl='-Qoption ld ';; |
17134 | *) | 17138 | *) |
17135 | lt_prog_compiler_wl='-Wl,';; | 17139 | lt_prog_compiler_wl='-Wl,';; |
17136 | @@ -8882,13 +9393,17 @@ case $host_os in | 17140 | @@ -8889,13 +9400,17 @@ case $host_os in |
17137 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 17141 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
17138 | ;; | 17142 | ;; |
17139 | esac | 17143 | esac |
@@ -17157,7 +17161,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17157 | 17161 | ||
17158 | # | 17162 | # |
17159 | # Check to make sure the PIC flag actually works. | 17163 | # Check to make sure the PIC flag actually works. |
17160 | @@ -8949,6 +9464,11 @@ fi | 17164 | @@ -8956,6 +9471,11 @@ fi |
17161 | 17165 | ||
17162 | 17166 | ||
17163 | 17167 | ||
@@ -17169,7 +17173,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17169 | # | 17173 | # |
17170 | # Check to make sure the static flag actually works. | 17174 | # Check to make sure the static flag actually works. |
17171 | # | 17175 | # |
17172 | @@ -9299,7 +9819,8 @@ _LT_EOF | 17176 | @@ -9306,7 +9826,8 @@ _LT_EOF |
17173 | allow_undefined_flag=unsupported | 17177 | allow_undefined_flag=unsupported |
17174 | always_export_symbols=no | 17178 | always_export_symbols=no |
17175 | enable_shared_with_static_runtimes=yes | 17179 | enable_shared_with_static_runtimes=yes |
@@ -17179,7 +17183,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17179 | 17183 | ||
17180 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 17184 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
17181 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 17185 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
17182 | @@ -9398,12 +9919,12 @@ _LT_EOF | 17186 | @@ -9405,12 +9926,12 @@ _LT_EOF |
17183 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 17187 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
17184 | hardcode_libdir_flag_spec= | 17188 | hardcode_libdir_flag_spec= |
17185 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 17189 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -17194,7 +17198,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17194 | fi | 17198 | fi |
17195 | ;; | 17199 | ;; |
17196 | esac | 17200 | esac |
17197 | @@ -9417,8 +9938,8 @@ _LT_EOF | 17201 | @@ -9424,8 +9945,8 @@ _LT_EOF |
17198 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 17202 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
17199 | wlarc= | 17203 | wlarc= |
17200 | else | 17204 | else |
@@ -17205,7 +17209,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17205 | fi | 17209 | fi |
17206 | ;; | 17210 | ;; |
17207 | 17211 | ||
17208 | @@ -9436,8 +9957,8 @@ _LT_EOF | 17212 | @@ -9443,8 +9964,8 @@ _LT_EOF |
17209 | 17213 | ||
17210 | _LT_EOF | 17214 | _LT_EOF |
17211 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 17215 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -17216,7 +17220,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17216 | else | 17220 | else |
17217 | ld_shlibs=no | 17221 | ld_shlibs=no |
17218 | fi | 17222 | fi |
17219 | @@ -9483,8 +10004,8 @@ _LT_EOF | 17223 | @@ -9490,8 +10011,8 @@ _LT_EOF |
17220 | 17224 | ||
17221 | *) | 17225 | *) |
17222 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 17226 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -17227,7 +17231,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17227 | else | 17231 | else |
17228 | ld_shlibs=no | 17232 | ld_shlibs=no |
17229 | fi | 17233 | fi |
17230 | @@ -9614,7 +10135,13 @@ _LT_EOF | 17234 | @@ -9621,7 +10142,13 @@ _LT_EOF |
17231 | allow_undefined_flag='-berok' | 17235 | allow_undefined_flag='-berok' |
17232 | # Determine the default libpath from the value encoded in an | 17236 | # Determine the default libpath from the value encoded in an |
17233 | # empty executable. | 17237 | # empty executable. |
@@ -17242,7 +17246,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17242 | /* end confdefs.h. */ | 17246 | /* end confdefs.h. */ |
17243 | 17247 | ||
17244 | int | 17248 | int |
17245 | @@ -9627,22 +10154,29 @@ main () | 17249 | @@ -9634,22 +10161,29 @@ main () |
17246 | _ACEOF | 17250 | _ACEOF |
17247 | if ac_fn_c_try_link "$LINENO"; then : | 17251 | if ac_fn_c_try_link "$LINENO"; then : |
17248 | 17252 | ||
@@ -17285,7 +17289,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17285 | 17289 | ||
17286 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 17290 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
17287 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 17291 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
17288 | @@ -9654,7 +10188,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17292 | @@ -9661,7 +10195,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
17289 | else | 17293 | else |
17290 | # Determine the default libpath from the value encoded in an | 17294 | # Determine the default libpath from the value encoded in an |
17291 | # empty executable. | 17295 | # empty executable. |
@@ -17300,7 +17304,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17300 | /* end confdefs.h. */ | 17304 | /* end confdefs.h. */ |
17301 | 17305 | ||
17302 | int | 17306 | int |
17303 | @@ -9667,22 +10207,29 @@ main () | 17307 | @@ -9674,22 +10214,29 @@ main () |
17304 | _ACEOF | 17308 | _ACEOF |
17305 | if ac_fn_c_try_link "$LINENO"; then : | 17309 | if ac_fn_c_try_link "$LINENO"; then : |
17306 | 17310 | ||
@@ -17343,7 +17347,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17343 | 17347 | ||
17344 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 17348 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
17345 | # Warning - without using the other run time loading flags, | 17349 | # Warning - without using the other run time loading flags, |
17346 | @@ -9727,20 +10274,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17350 | @@ -9734,20 +10281,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
17347 | # Microsoft Visual C++. | 17351 | # Microsoft Visual C++. |
17348 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 17352 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
17349 | # no search path for DLLs. | 17353 | # no search path for DLLs. |
@@ -17421,7 +17425,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17421 | ;; | 17425 | ;; |
17422 | 17426 | ||
17423 | darwin* | rhapsody*) | 17427 | darwin* | rhapsody*) |
17424 | @@ -9801,7 +10391,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17428 | @@ -9808,7 +10398,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
17425 | 17429 | ||
17426 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 17430 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
17427 | freebsd* | dragonfly*) | 17431 | freebsd* | dragonfly*) |
@@ -17430,7 +17434,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17430 | hardcode_libdir_flag_spec='-R$libdir' | 17434 | hardcode_libdir_flag_spec='-R$libdir' |
17431 | hardcode_direct=yes | 17435 | hardcode_direct=yes |
17432 | hardcode_shlibpath_var=no | 17436 | hardcode_shlibpath_var=no |
17433 | @@ -9809,7 +10399,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17437 | @@ -9816,7 +10406,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
17434 | 17438 | ||
17435 | hpux9*) | 17439 | hpux9*) |
17436 | if test "$GCC" = yes; then | 17440 | if test "$GCC" = yes; then |
@@ -17439,7 +17443,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17439 | else | 17443 | else |
17440 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 17444 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
17441 | fi | 17445 | fi |
17442 | @@ -9825,7 +10415,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17446 | @@ -9832,7 +10422,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
17443 | 17447 | ||
17444 | hpux10*) | 17448 | hpux10*) |
17445 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 17449 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -17448,7 +17452,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17448 | else | 17452 | else |
17449 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 17453 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
17450 | fi | 17454 | fi |
17451 | @@ -9849,10 +10439,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17455 | @@ -9856,10 +10446,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
17452 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 17456 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
17453 | ;; | 17457 | ;; |
17454 | ia64*) | 17458 | ia64*) |
@@ -17461,7 +17465,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17461 | ;; | 17465 | ;; |
17462 | esac | 17466 | esac |
17463 | else | 17467 | else |
17464 | @@ -9931,23 +10521,36 @@ fi | 17468 | @@ -9938,23 +10528,36 @@ fi |
17465 | 17469 | ||
17466 | irix5* | irix6* | nonstopux*) | 17470 | irix5* | irix6* | nonstopux*) |
17467 | if test "$GCC" = yes; then | 17471 | if test "$GCC" = yes; then |
@@ -17506,7 +17510,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17506 | else | 17510 | else |
17507 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 17511 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
17508 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 17512 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
17509 | @@ -10032,7 +10635,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 17513 | @@ -10039,7 +10642,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
17510 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 17514 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
17511 | if test "$GCC" = yes; then | 17515 | if test "$GCC" = yes; then |
17512 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 17516 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -17515,7 +17519,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17515 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 17519 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
17516 | else | 17520 | else |
17517 | allow_undefined_flag=' -expect_unresolved \*' | 17521 | allow_undefined_flag=' -expect_unresolved \*' |
17518 | @@ -10051,9 +10654,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 17522 | @@ -10058,9 +10661,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
17519 | no_undefined_flag=' -z defs' | 17523 | no_undefined_flag=' -z defs' |
17520 | if test "$GCC" = yes; then | 17524 | if test "$GCC" = yes; then |
17521 | wlarc='${wl}' | 17525 | wlarc='${wl}' |
@@ -17527,7 +17531,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17527 | else | 17531 | else |
17528 | case `$CC -V 2>&1` in | 17532 | case `$CC -V 2>&1` in |
17529 | *"Compilers 5.0"*) | 17533 | *"Compilers 5.0"*) |
17530 | @@ -10629,8 +11232,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 17534 | @@ -10636,8 +11239,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
17531 | need_version=no | 17535 | need_version=no |
17532 | need_lib_prefix=no | 17536 | need_lib_prefix=no |
17533 | 17537 | ||
@@ -17539,7 +17543,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17539 | library_names_spec='$libname.dll.a' | 17543 | library_names_spec='$libname.dll.a' |
17540 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 17544 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
17541 | postinstall_cmds='base_file=`basename \${file}`~ | 17545 | postinstall_cmds='base_file=`basename \${file}`~ |
17542 | @@ -10663,13 +11267,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 17546 | @@ -10670,13 +11274,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
17543 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 17547 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
17544 | ;; | 17548 | ;; |
17545 | esac | 17549 | esac |
@@ -17612,16 +17616,16 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17612 | # FIXME: first we should search . and the directory the executable is in | 17616 | # FIXME: first we should search . and the directory the executable is in |
17613 | shlibpath_var=PATH | 17617 | shlibpath_var=PATH |
17614 | ;; | 17618 | ;; |
17615 | @@ -11571,7 +12233,7 @@ else | 17619 | @@ -11578,7 +12240,7 @@ else |
17616 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 17620 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
17617 | lt_status=$lt_dlunknown | 17621 | lt_status=$lt_dlunknown |
17618 | cat > conftest.$ac_ext <<_LT_EOF | 17622 | cat > conftest.$ac_ext <<_LT_EOF |
17619 | -#line 11574 "configure" | 17623 | -#line 11581 "configure" |
17620 | +#line $LINENO "configure" | 17624 | +#line $LINENO "configure" |
17621 | #include "confdefs.h" | 17625 | #include "confdefs.h" |
17622 | 17626 | ||
17623 | #if HAVE_DLFCN_H | 17627 | #if HAVE_DLFCN_H |
17624 | @@ -11615,10 +12277,10 @@ else | 17628 | @@ -11622,10 +12284,10 @@ else |
17625 | /* When -fvisbility=hidden is used, assume the code has been annotated | 17629 | /* When -fvisbility=hidden is used, assume the code has been annotated |
17626 | correspondingly for the symbols needed. */ | 17630 | correspondingly for the symbols needed. */ |
17627 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 17631 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -17634,16 +17638,16 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17634 | int main () | 17638 | int main () |
17635 | { | 17639 | { |
17636 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 17640 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
17637 | @@ -11677,7 +12339,7 @@ else | 17641 | @@ -11684,7 +12346,7 @@ else |
17638 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 17642 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
17639 | lt_status=$lt_dlunknown | 17643 | lt_status=$lt_dlunknown |
17640 | cat > conftest.$ac_ext <<_LT_EOF | 17644 | cat > conftest.$ac_ext <<_LT_EOF |
17641 | -#line 11680 "configure" | 17645 | -#line 11687 "configure" |
17642 | +#line $LINENO "configure" | 17646 | +#line $LINENO "configure" |
17643 | #include "confdefs.h" | 17647 | #include "confdefs.h" |
17644 | 17648 | ||
17645 | #if HAVE_DLFCN_H | 17649 | #if HAVE_DLFCN_H |
17646 | @@ -11721,10 +12383,10 @@ else | 17650 | @@ -11728,10 +12390,10 @@ else |
17647 | /* When -fvisbility=hidden is used, assume the code has been annotated | 17651 | /* When -fvisbility=hidden is used, assume the code has been annotated |
17648 | correspondingly for the symbols needed. */ | 17652 | correspondingly for the symbols needed. */ |
17649 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 17653 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -17656,7 +17660,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17656 | int main () | 17660 | int main () |
17657 | { | 17661 | { |
17658 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 17662 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
17659 | @@ -15010,13 +15672,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 17663 | @@ -15191,13 +15853,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
17660 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 17664 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
17661 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 17665 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
17662 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 17666 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -17677,7 +17681,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17677 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 17681 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
17678 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 17682 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
17679 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 17683 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
17680 | @@ -15031,14 +15700,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 17684 | @@ -15212,14 +15881,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
17681 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 17685 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
17682 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 17686 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
17683 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 17687 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -17696,7 +17700,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17696 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 17700 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
17697 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 17701 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
17698 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 17702 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
17699 | @@ -15071,12 +15743,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 17703 | @@ -15252,12 +15924,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
17700 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 17704 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
17701 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 17705 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
17702 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 17706 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -17710,7 +17714,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17710 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 17714 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
17711 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 17715 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
17712 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 17716 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
17713 | @@ -15131,8 +15803,13 @@ reload_flag \ | 17717 | @@ -15312,8 +15984,13 @@ reload_flag \ |
17714 | OBJDUMP \ | 17718 | OBJDUMP \ |
17715 | deplibs_check_method \ | 17719 | deplibs_check_method \ |
17716 | file_magic_cmd \ | 17720 | file_magic_cmd \ |
@@ -17724,7 +17728,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17724 | STRIP \ | 17728 | STRIP \ |
17725 | RANLIB \ | 17729 | RANLIB \ |
17726 | CC \ | 17730 | CC \ |
17727 | @@ -15142,12 +15819,14 @@ lt_cv_sys_global_symbol_pipe \ | 17731 | @@ -15323,12 +16000,14 @@ lt_cv_sys_global_symbol_pipe \ |
17728 | lt_cv_sys_global_symbol_to_cdecl \ | 17732 | lt_cv_sys_global_symbol_to_cdecl \ |
17729 | lt_cv_sys_global_symbol_to_c_name_address \ | 17733 | lt_cv_sys_global_symbol_to_c_name_address \ |
17730 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 17734 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -17740,7 +17744,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17740 | DSYMUTIL \ | 17744 | DSYMUTIL \ |
17741 | NMEDIT \ | 17745 | NMEDIT \ |
17742 | LIPO \ | 17746 | LIPO \ |
17743 | @@ -15163,7 +15842,6 @@ no_undefined_flag \ | 17747 | @@ -15344,7 +16023,6 @@ no_undefined_flag \ |
17744 | hardcode_libdir_flag_spec \ | 17748 | hardcode_libdir_flag_spec \ |
17745 | hardcode_libdir_flag_spec_ld \ | 17749 | hardcode_libdir_flag_spec_ld \ |
17746 | hardcode_libdir_separator \ | 17750 | hardcode_libdir_separator \ |
@@ -17748,7 +17752,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17748 | exclude_expsyms \ | 17752 | exclude_expsyms \ |
17749 | include_expsyms \ | 17753 | include_expsyms \ |
17750 | file_list_spec \ | 17754 | file_list_spec \ |
17751 | @@ -15199,6 +15877,7 @@ module_cmds \ | 17755 | @@ -15380,6 +16058,7 @@ module_cmds \ |
17752 | module_expsym_cmds \ | 17756 | module_expsym_cmds \ |
17753 | export_symbols_cmds \ | 17757 | export_symbols_cmds \ |
17754 | prelink_cmds \ | 17758 | prelink_cmds \ |
@@ -17756,7 +17760,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17756 | postinstall_cmds \ | 17760 | postinstall_cmds \ |
17757 | postuninstall_cmds \ | 17761 | postuninstall_cmds \ |
17758 | finish_cmds \ | 17762 | finish_cmds \ |
17759 | @@ -15897,7 +16576,8 @@ esac ;; | 17763 | @@ -16078,7 +16757,8 @@ esac ;; |
17760 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 17764 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
17761 | # | 17765 | # |
17762 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 17766 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -17766,7 +17770,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17766 | # Written by Gordon Matzigkeit, 1996 | 17770 | # Written by Gordon Matzigkeit, 1996 |
17767 | # | 17771 | # |
17768 | # This file is part of GNU Libtool. | 17772 | # This file is part of GNU Libtool. |
17769 | @@ -16000,19 +16680,42 @@ SP2NL=$lt_lt_SP2NL | 17773 | @@ -16181,19 +16861,42 @@ SP2NL=$lt_lt_SP2NL |
17770 | # turn newlines into spaces. | 17774 | # turn newlines into spaces. |
17771 | NL2SP=$lt_lt_NL2SP | 17775 | NL2SP=$lt_lt_NL2SP |
17772 | 17776 | ||
@@ -17810,7 +17814,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17810 | # A symbol stripping program. | 17814 | # A symbol stripping program. |
17811 | STRIP=$lt_STRIP | 17815 | STRIP=$lt_STRIP |
17812 | 17816 | ||
17813 | @@ -16042,6 +16745,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 17817 | @@ -16223,6 +16926,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
17814 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 17818 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
17815 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 17819 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
17816 | 17820 | ||
@@ -17823,7 +17827,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17823 | # The name of the directory that contains temporary libtool files. | 17827 | # The name of the directory that contains temporary libtool files. |
17824 | objdir=$objdir | 17828 | objdir=$objdir |
17825 | 17829 | ||
17826 | @@ -16051,6 +16760,9 @@ MAGIC_CMD=$MAGIC_CMD | 17830 | @@ -16232,6 +16941,9 @@ MAGIC_CMD=$MAGIC_CMD |
17827 | # Must we lock files when doing compilation? | 17831 | # Must we lock files when doing compilation? |
17828 | need_locks=$lt_need_locks | 17832 | need_locks=$lt_need_locks |
17829 | 17833 | ||
@@ -17833,7 +17837,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17833 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 17837 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
17834 | DSYMUTIL=$lt_DSYMUTIL | 17838 | DSYMUTIL=$lt_DSYMUTIL |
17835 | 17839 | ||
17836 | @@ -16165,12 +16877,12 @@ with_gcc=$GCC | 17840 | @@ -16346,12 +17058,12 @@ with_gcc=$GCC |
17837 | # Compiler flag to turn off builtin functions. | 17841 | # Compiler flag to turn off builtin functions. |
17838 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 17842 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
17839 | 17843 | ||
@@ -17849,7 +17853,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17849 | # Compiler flag to prevent dynamic linking. | 17853 | # Compiler flag to prevent dynamic linking. |
17850 | link_static_flag=$lt_lt_prog_compiler_static | 17854 | link_static_flag=$lt_lt_prog_compiler_static |
17851 | 17855 | ||
17852 | @@ -16257,9 +16969,6 @@ inherit_rpath=$inherit_rpath | 17856 | @@ -16438,9 +17150,6 @@ inherit_rpath=$inherit_rpath |
17853 | # Whether libtool must link a program against all its dependency libraries. | 17857 | # Whether libtool must link a program against all its dependency libraries. |
17854 | link_all_deplibs=$link_all_deplibs | 17858 | link_all_deplibs=$link_all_deplibs |
17855 | 17859 | ||
@@ -17859,7 +17863,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17859 | # Set to "yes" if exported symbols are required. | 17863 | # Set to "yes" if exported symbols are required. |
17860 | always_export_symbols=$always_export_symbols | 17864 | always_export_symbols=$always_export_symbols |
17861 | 17865 | ||
17862 | @@ -16275,6 +16984,9 @@ include_expsyms=$lt_include_expsyms | 17866 | @@ -16456,6 +17165,9 @@ include_expsyms=$lt_include_expsyms |
17863 | # Commands necessary for linking programs (against libraries) with templates. | 17867 | # Commands necessary for linking programs (against libraries) with templates. |
17864 | prelink_cmds=$lt_prelink_cmds | 17868 | prelink_cmds=$lt_prelink_cmds |
17865 | 17869 | ||
@@ -17869,7 +17873,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
17869 | # Specify filename containing input files. | 17873 | # Specify filename containing input files. |
17870 | file_list_spec=$lt_file_list_spec | 17874 | file_list_spec=$lt_file_list_spec |
17871 | 17875 | ||
17872 | @@ -16307,210 +17019,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 17876 | @@ -16488,210 +17200,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
17873 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 17877 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
17874 | # text mode, it properly converts lines to CR/LF. This bash problem | 17878 | # text mode, it properly converts lines to CR/LF. This bash problem |
17875 | # is reportedly fixed, but why not run on old versions too? | 17879 | # is reportedly fixed, but why not run on old versions too? |
@@ -18244,7 +18248,7 @@ index e5ca8ad9379..b7c4c4be78d 100755 | |||
18244 | chmod +x "$ofile" | 18248 | chmod +x "$ofile" |
18245 | 18249 | ||
18246 | diff --git a/libctf/Makefile.in b/libctf/Makefile.in | 18250 | diff --git a/libctf/Makefile.in b/libctf/Makefile.in |
18247 | index 1cdf105a323..b69d6472e86 100644 | 18251 | index 54f5daa79ee..ce780a7ccde 100644 |
18248 | --- a/libctf/Makefile.in | 18252 | --- a/libctf/Makefile.in |
18249 | +++ b/libctf/Makefile.in | 18253 | +++ b/libctf/Makefile.in |
18250 | @@ -442,6 +442,7 @@ CYGPATH_W = @CYGPATH_W@ | 18254 | @@ -442,6 +442,7 @@ CYGPATH_W = @CYGPATH_W@ |
@@ -18264,7 +18268,7 @@ index 1cdf105a323..b69d6472e86 100644 | |||
18264 | MKINSTALLDIRS = @MKINSTALLDIRS@ | 18268 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
18265 | MSGFMT = @MSGFMT@ | 18269 | MSGFMT = @MSGFMT@ |
18266 | diff --git a/libctf/configure b/libctf/configure | 18270 | diff --git a/libctf/configure b/libctf/configure |
18267 | index 3701bd8e796..9e36ae7c51c 100755 | 18271 | index 7466d56a18b..0325e438a47 100755 |
18268 | --- a/libctf/configure | 18272 | --- a/libctf/configure |
18269 | +++ b/libctf/configure | 18273 | +++ b/libctf/configure |
18270 | @@ -669,6 +669,8 @@ OTOOL | 18274 | @@ -669,6 +669,8 @@ OTOOL |
@@ -19543,7 +19547,16 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19543 | # FIXME: first we should search . and the directory the executable is in | 19547 | # FIXME: first we should search . and the directory the executable is in |
19544 | shlibpath_var=PATH | 19548 | shlibpath_var=PATH |
19545 | ;; | 19549 | ;; |
19546 | @@ -13640,10 +14293,10 @@ else | 19550 | @@ -13596,7 +14245,7 @@ else |
19551 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | ||
19552 | lt_status=$lt_dlunknown | ||
19553 | cat > conftest.$ac_ext <<_LT_EOF | ||
19554 | -#line 13599 "configure" | ||
19555 | +#line $LINENO "configure" | ||
19556 | #include "confdefs.h" | ||
19557 | |||
19558 | #if HAVE_DLFCN_H | ||
19559 | @@ -13640,10 +14289,10 @@ else | ||
19547 | /* When -fvisbility=hidden is used, assume the code has been annotated | 19560 | /* When -fvisbility=hidden is used, assume the code has been annotated |
19548 | correspondingly for the symbols needed. */ | 19561 | correspondingly for the symbols needed. */ |
19549 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 19562 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -19556,7 +19569,16 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19556 | int main () | 19569 | int main () |
19557 | { | 19570 | { |
19558 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 19571 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
19559 | @@ -13746,10 +14403,10 @@ else | 19572 | @@ -13702,7 +14351,7 @@ else |
19573 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | ||
19574 | lt_status=$lt_dlunknown | ||
19575 | cat > conftest.$ac_ext <<_LT_EOF | ||
19576 | -#line 13705 "configure" | ||
19577 | +#line $LINENO "configure" | ||
19578 | #include "confdefs.h" | ||
19579 | |||
19580 | #if HAVE_DLFCN_H | ||
19581 | @@ -13746,10 +14395,10 @@ else | ||
19560 | /* When -fvisbility=hidden is used, assume the code has been annotated | 19582 | /* When -fvisbility=hidden is used, assume the code has been annotated |
19561 | correspondingly for the symbols needed. */ | 19583 | correspondingly for the symbols needed. */ |
19562 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 19584 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -19569,7 +19591,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19569 | int main () | 19591 | int main () |
19570 | { | 19592 | { |
19571 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 19593 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
19572 | @@ -17797,13 +18454,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 19594 | @@ -17813,13 +18462,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
19573 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 19595 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
19574 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 19596 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
19575 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 19597 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -19590,7 +19612,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19590 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 19612 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
19591 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 19613 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
19592 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 19614 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
19593 | @@ -17818,14 +18482,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 19615 | @@ -17834,14 +18490,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
19594 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 19616 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
19595 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 19617 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
19596 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 19618 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -19609,7 +19631,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19609 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 19631 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
19610 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 19632 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
19611 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 19633 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
19612 | @@ -17858,12 +18525,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 19634 | @@ -17874,12 +18533,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
19613 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 19635 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
19614 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 19636 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
19615 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 19637 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -19623,7 +19645,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19623 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 19645 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
19624 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 19646 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
19625 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 19647 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
19626 | @@ -17918,8 +18585,13 @@ reload_flag \ | 19648 | @@ -17934,8 +18593,13 @@ reload_flag \ |
19627 | OBJDUMP \ | 19649 | OBJDUMP \ |
19628 | deplibs_check_method \ | 19650 | deplibs_check_method \ |
19629 | file_magic_cmd \ | 19651 | file_magic_cmd \ |
@@ -19637,7 +19659,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19637 | STRIP \ | 19659 | STRIP \ |
19638 | RANLIB \ | 19660 | RANLIB \ |
19639 | CC \ | 19661 | CC \ |
19640 | @@ -17929,12 +18601,14 @@ lt_cv_sys_global_symbol_pipe \ | 19662 | @@ -17945,12 +18609,14 @@ lt_cv_sys_global_symbol_pipe \ |
19641 | lt_cv_sys_global_symbol_to_cdecl \ | 19663 | lt_cv_sys_global_symbol_to_cdecl \ |
19642 | lt_cv_sys_global_symbol_to_c_name_address \ | 19664 | lt_cv_sys_global_symbol_to_c_name_address \ |
19643 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 19665 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -19653,7 +19675,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19653 | DSYMUTIL \ | 19675 | DSYMUTIL \ |
19654 | NMEDIT \ | 19676 | NMEDIT \ |
19655 | LIPO \ | 19677 | LIPO \ |
19656 | @@ -17950,7 +18624,6 @@ no_undefined_flag \ | 19678 | @@ -17966,7 +18632,6 @@ no_undefined_flag \ |
19657 | hardcode_libdir_flag_spec \ | 19679 | hardcode_libdir_flag_spec \ |
19658 | hardcode_libdir_flag_spec_ld \ | 19680 | hardcode_libdir_flag_spec_ld \ |
19659 | hardcode_libdir_separator \ | 19681 | hardcode_libdir_separator \ |
@@ -19661,7 +19683,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19661 | exclude_expsyms \ | 19683 | exclude_expsyms \ |
19662 | include_expsyms \ | 19684 | include_expsyms \ |
19663 | file_list_spec \ | 19685 | file_list_spec \ |
19664 | @@ -17986,6 +18659,7 @@ module_cmds \ | 19686 | @@ -18002,6 +18667,7 @@ module_cmds \ |
19665 | module_expsym_cmds \ | 19687 | module_expsym_cmds \ |
19666 | export_symbols_cmds \ | 19688 | export_symbols_cmds \ |
19667 | prelink_cmds \ | 19689 | prelink_cmds \ |
@@ -19669,7 +19691,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19669 | postinstall_cmds \ | 19691 | postinstall_cmds \ |
19670 | postuninstall_cmds \ | 19692 | postuninstall_cmds \ |
19671 | finish_cmds \ | 19693 | finish_cmds \ |
19672 | @@ -18845,7 +19519,8 @@ $as_echo X"$file" | | 19694 | @@ -18861,7 +19527,8 @@ $as_echo X"$file" | |
19673 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 19695 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
19674 | # | 19696 | # |
19675 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 19697 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -19679,7 +19701,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19679 | # Written by Gordon Matzigkeit, 1996 | 19701 | # Written by Gordon Matzigkeit, 1996 |
19680 | # | 19702 | # |
19681 | # This file is part of GNU Libtool. | 19703 | # This file is part of GNU Libtool. |
19682 | @@ -18948,19 +19623,42 @@ SP2NL=$lt_lt_SP2NL | 19704 | @@ -18964,19 +19631,42 @@ SP2NL=$lt_lt_SP2NL |
19683 | # turn newlines into spaces. | 19705 | # turn newlines into spaces. |
19684 | NL2SP=$lt_lt_NL2SP | 19706 | NL2SP=$lt_lt_NL2SP |
19685 | 19707 | ||
@@ -19723,7 +19745,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19723 | # A symbol stripping program. | 19745 | # A symbol stripping program. |
19724 | STRIP=$lt_STRIP | 19746 | STRIP=$lt_STRIP |
19725 | 19747 | ||
19726 | @@ -18990,6 +19688,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 19748 | @@ -19006,6 +19696,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
19727 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 19749 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
19728 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 19750 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
19729 | 19751 | ||
@@ -19736,7 +19758,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19736 | # The name of the directory that contains temporary libtool files. | 19758 | # The name of the directory that contains temporary libtool files. |
19737 | objdir=$objdir | 19759 | objdir=$objdir |
19738 | 19760 | ||
19739 | @@ -18999,6 +19703,9 @@ MAGIC_CMD=$MAGIC_CMD | 19761 | @@ -19015,6 +19711,9 @@ MAGIC_CMD=$MAGIC_CMD |
19740 | # Must we lock files when doing compilation? | 19762 | # Must we lock files when doing compilation? |
19741 | need_locks=$lt_need_locks | 19763 | need_locks=$lt_need_locks |
19742 | 19764 | ||
@@ -19746,7 +19768,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19746 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 19768 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
19747 | DSYMUTIL=$lt_DSYMUTIL | 19769 | DSYMUTIL=$lt_DSYMUTIL |
19748 | 19770 | ||
19749 | @@ -19113,12 +19820,12 @@ with_gcc=$GCC | 19771 | @@ -19129,12 +19828,12 @@ with_gcc=$GCC |
19750 | # Compiler flag to turn off builtin functions. | 19772 | # Compiler flag to turn off builtin functions. |
19751 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 19773 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
19752 | 19774 | ||
@@ -19762,7 +19784,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19762 | # Compiler flag to prevent dynamic linking. | 19784 | # Compiler flag to prevent dynamic linking. |
19763 | link_static_flag=$lt_lt_prog_compiler_static | 19785 | link_static_flag=$lt_lt_prog_compiler_static |
19764 | 19786 | ||
19765 | @@ -19205,9 +19912,6 @@ inherit_rpath=$inherit_rpath | 19787 | @@ -19221,9 +19920,6 @@ inherit_rpath=$inherit_rpath |
19766 | # Whether libtool must link a program against all its dependency libraries. | 19788 | # Whether libtool must link a program against all its dependency libraries. |
19767 | link_all_deplibs=$link_all_deplibs | 19789 | link_all_deplibs=$link_all_deplibs |
19768 | 19790 | ||
@@ -19772,7 +19794,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19772 | # Set to "yes" if exported symbols are required. | 19794 | # Set to "yes" if exported symbols are required. |
19773 | always_export_symbols=$always_export_symbols | 19795 | always_export_symbols=$always_export_symbols |
19774 | 19796 | ||
19775 | @@ -19223,6 +19927,9 @@ include_expsyms=$lt_include_expsyms | 19797 | @@ -19239,6 +19935,9 @@ include_expsyms=$lt_include_expsyms |
19776 | # Commands necessary for linking programs (against libraries) with templates. | 19798 | # Commands necessary for linking programs (against libraries) with templates. |
19777 | prelink_cmds=$lt_prelink_cmds | 19799 | prelink_cmds=$lt_prelink_cmds |
19778 | 19800 | ||
@@ -19782,7 +19804,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
19782 | # Specify filename containing input files. | 19804 | # Specify filename containing input files. |
19783 | file_list_spec=$lt_file_list_spec | 19805 | file_list_spec=$lt_file_list_spec |
19784 | 19806 | ||
19785 | @@ -19255,210 +19962,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 19807 | @@ -19271,210 +19970,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
19786 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 19808 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
19787 | # text mode, it properly converts lines to CR/LF. This bash problem | 19809 | # text mode, it properly converts lines to CR/LF. This bash problem |
19788 | # is reportedly fixed, but why not run on old versions too? | 19810 | # is reportedly fixed, but why not run on old versions too? |
@@ -20157,7 +20179,7 @@ index 3701bd8e796..9e36ae7c51c 100755 | |||
20157 | chmod +x "$ofile" | 20179 | chmod +x "$ofile" |
20158 | 20180 | ||
20159 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in | 20181 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in |
20160 | index 9e3d268902b..c22ed33460a 100644 | 20182 | index 8915321da78..13c725a698d 100644 |
20161 | --- a/libsframe/Makefile.in | 20183 | --- a/libsframe/Makefile.in |
20162 | +++ b/libsframe/Makefile.in | 20184 | +++ b/libsframe/Makefile.in |
20163 | @@ -1,7 +1,7 @@ | 20185 | @@ -1,7 +1,7 @@ |
@@ -20170,7 +20192,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20170 | 20192 | ||
20171 | # This Makefile.in is free software; the Free Software Foundation | 20193 | # This Makefile.in is free software; the Free Software Foundation |
20172 | # gives unlimited permission to copy and/or distribute it, | 20194 | # gives unlimited permission to copy and/or distribute it, |
20173 | @@ -142,6 +142,13 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | 20195 | @@ -144,6 +144,13 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs |
20174 | CONFIG_HEADER = config.h | 20196 | CONFIG_HEADER = config.h |
20175 | CONFIG_CLEAN_FILES = | 20197 | CONFIG_CLEAN_FILES = |
20176 | CONFIG_CLEAN_VPATH_FILES = | 20198 | CONFIG_CLEAN_VPATH_FILES = |
@@ -20184,7 +20206,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20184 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | 20206 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
20185 | am__vpath_adj = case $$p in \ | 20207 | am__vpath_adj = case $$p in \ |
20186 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | 20208 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
20187 | @@ -185,45 +192,44 @@ libsframe_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | 20209 | @@ -187,45 +194,44 @@ libsframe_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
20188 | $(libsframe_la_LDFLAGS) $(LDFLAGS) -o $@ | 20210 | $(libsframe_la_LDFLAGS) $(LDFLAGS) -o $@ |
20189 | @INSTALL_LIBBFD_FALSE@am_libsframe_la_rpath = | 20211 | @INSTALL_LIBBFD_FALSE@am_libsframe_la_rpath = |
20190 | @INSTALL_LIBBFD_TRUE@am_libsframe_la_rpath = -rpath $(libdir) | 20212 | @INSTALL_LIBBFD_TRUE@am_libsframe_la_rpath = -rpath $(libdir) |
@@ -20243,7 +20265,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20243 | testsuite_libsframe_find_plt_findfre_1_OBJECTS = \ | 20265 | testsuite_libsframe_find_plt_findfre_1_OBJECTS = \ |
20244 | $(am_testsuite_libsframe_find_plt_findfre_1_OBJECTS) | 20266 | $(am_testsuite_libsframe_find_plt_findfre_1_OBJECTS) |
20245 | testsuite_libsframe_find_plt_findfre_1_DEPENDENCIES = \ | 20267 | testsuite_libsframe_find_plt_findfre_1_DEPENDENCIES = \ |
20246 | @@ -242,7 +248,17 @@ am__v_at_0 = @ | 20268 | @@ -244,7 +250,17 @@ am__v_at_0 = @ |
20247 | am__v_at_1 = | 20269 | am__v_at_1 = |
20248 | DEFAULT_INCLUDES = -I.@am__isrc@ | 20270 | DEFAULT_INCLUDES = -I.@am__isrc@ |
20249 | depcomp = $(SHELL) $(top_srcdir)/../depcomp | 20271 | depcomp = $(SHELL) $(top_srcdir)/../depcomp |
@@ -20262,7 +20284,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20262 | am__mv = mv -f | 20284 | am__mv = mv -f |
20263 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | 20285 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
20264 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | 20286 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
20265 | @@ -325,8 +341,8 @@ am__can_run_installinfo = \ | 20287 | @@ -327,8 +343,8 @@ am__can_run_installinfo = \ |
20266 | esac | 20288 | esac |
20267 | am__include_HEADERS_DIST = $(INCDIR)/sframe.h $(INCDIR)/sframe-api.h | 20289 | am__include_HEADERS_DIST = $(INCDIR)/sframe.h $(INCDIR)/sframe-api.h |
20268 | HEADERS = $(include_HEADERS) | 20290 | HEADERS = $(include_HEADERS) |
@@ -20273,7 +20295,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20273 | # Read a list of newline-separated strings from the standard input, | 20295 | # Read a list of newline-separated strings from the standard input, |
20274 | # and print each of them once, without duplicates. Input order is | 20296 | # and print each of them once, without duplicates. Input order is |
20275 | # *not* preserved. | 20297 | # *not* preserved. |
20276 | @@ -343,9 +359,6 @@ am__define_uniq_tagged_files = \ | 20298 | @@ -345,9 +361,6 @@ am__define_uniq_tagged_files = \ |
20277 | unique=`for i in $$list; do \ | 20299 | unique=`for i in $$list; do \ |
20278 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 20300 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
20279 | done | $(am__uniquify_input)` | 20301 | done | $(am__uniquify_input)` |
@@ -20283,7 +20305,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20283 | AM_RECURSIVE_TARGETS = cscope | 20305 | AM_RECURSIVE_TARGETS = cscope |
20284 | DEJATOOL = $(PACKAGE) | 20306 | DEJATOOL = $(PACKAGE) |
20285 | RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir | 20307 | RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir |
20286 | @@ -372,6 +385,8 @@ am__post_remove_distdir = $(am__remove_distdir) | 20308 | @@ -374,6 +387,8 @@ am__post_remove_distdir = $(am__remove_distdir) |
20287 | DIST_ARCHIVES = $(distdir).tar.gz | 20309 | DIST_ARCHIVES = $(distdir).tar.gz |
20288 | GZIP_ENV = --best | 20310 | GZIP_ENV = --best |
20289 | DIST_TARGETS = dist-gzip | 20311 | DIST_TARGETS = dist-gzip |
@@ -20292,7 +20314,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20292 | distuninstallcheck_listfiles = find . -type f -print | 20314 | distuninstallcheck_listfiles = find . -type f -print |
20293 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | 20315 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
20294 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | 20316 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
20295 | @@ -390,15 +405,19 @@ CFLAGS = @CFLAGS@ | 20317 | @@ -392,15 +407,19 @@ CFLAGS = @CFLAGS@ |
20296 | COMPAT_DEJAGNU = @COMPAT_DEJAGNU@ | 20318 | COMPAT_DEJAGNU = @COMPAT_DEJAGNU@ |
20297 | CPP = @CPP@ | 20319 | CPP = @CPP@ |
20298 | CPPFLAGS = @CPPFLAGS@ | 20320 | CPPFLAGS = @CPPFLAGS@ |
@@ -20312,7 +20334,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20312 | EXEEXT = @EXEEXT@ | 20334 | EXEEXT = @EXEEXT@ |
20313 | FGREP = @FGREP@ | 20335 | FGREP = @FGREP@ |
20314 | GREP = @GREP@ | 20336 | GREP = @GREP@ |
20315 | @@ -417,6 +436,7 @@ LN_S = @LN_S@ | 20337 | @@ -419,6 +438,7 @@ LN_S = @LN_S@ |
20316 | LTLIBOBJS = @LTLIBOBJS@ | 20338 | LTLIBOBJS = @LTLIBOBJS@ |
20317 | MAINT = @MAINT@ | 20339 | MAINT = @MAINT@ |
20318 | MAKEINFO = @MAKEINFO@ | 20340 | MAKEINFO = @MAKEINFO@ |
@@ -20320,7 +20342,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20320 | MKDIR_P = @MKDIR_P@ | 20342 | MKDIR_P = @MKDIR_P@ |
20321 | NM = @NM@ | 20343 | NM = @NM@ |
20322 | NMEDIT = @NMEDIT@ | 20344 | NMEDIT = @NMEDIT@ |
20323 | @@ -589,8 +609,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 20345 | @@ -595,8 +615,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
20324 | echo ' $(SHELL) ./config.status'; \ | 20346 | echo ' $(SHELL) ./config.status'; \ |
20325 | $(SHELL) ./config.status;; \ | 20347 | $(SHELL) ./config.status;; \ |
20326 | *) \ | 20348 | *) \ |
@@ -20331,7 +20353,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20331 | esac; | 20353 | esac; |
20332 | $(srcdir)/doc/local.mk $(srcdir)/testsuite/local.mk $(srcdir)/testsuite/libsframe.decode/local.mk $(srcdir)/testsuite/libsframe.encode/local.mk $(srcdir)/testsuite/libsframe.find/local.mk $(am__empty): | 20354 | $(srcdir)/doc/local.mk $(srcdir)/testsuite/local.mk $(srcdir)/testsuite/libsframe.decode/local.mk $(srcdir)/testsuite/libsframe.encode/local.mk $(srcdir)/testsuite/libsframe.find/local.mk $(am__empty): |
20333 | 20355 | ||
20334 | @@ -618,6 +638,15 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | 20356 | @@ -624,6 +644,15 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
20335 | distclean-hdr: | 20357 | distclean-hdr: |
20336 | -rm -f config.h stamp-h1 | 20358 | -rm -f config.h stamp-h1 |
20337 | 20359 | ||
@@ -20347,7 +20369,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20347 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | 20369 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
20348 | @$(NORMAL_INSTALL) | 20370 | @$(NORMAL_INSTALL) |
20349 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | 20371 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
20350 | @@ -666,36 +695,27 @@ clean-noinstLTLIBRARIES: | 20372 | @@ -672,36 +701,27 @@ clean-noinstLTLIBRARIES: |
20351 | 20373 | ||
20352 | libsframe.la: $(libsframe_la_OBJECTS) $(libsframe_la_DEPENDENCIES) $(EXTRA_libsframe_la_DEPENDENCIES) | 20374 | libsframe.la: $(libsframe_la_OBJECTS) $(libsframe_la_DEPENDENCIES) $(EXTRA_libsframe_la_DEPENDENCIES) |
20353 | $(AM_V_CCLD)$(libsframe_la_LINK) $(am_libsframe_la_rpath) $(libsframe_la_OBJECTS) $(libsframe_la_LIBADD) $(LIBS) | 20375 | $(AM_V_CCLD)$(libsframe_la_LINK) $(am_libsframe_la_rpath) $(libsframe_la_OBJECTS) $(libsframe_la_LIBADD) $(LIBS) |
@@ -20387,7 +20409,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20387 | testsuite/libsframe.decode/$(am__dirstamp) \ | 20409 | testsuite/libsframe.decode/$(am__dirstamp) \ |
20388 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) | 20410 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) |
20389 | 20411 | ||
20390 | @@ -708,7 +728,7 @@ testsuite/libsframe.encode/$(am__dirstamp): | 20412 | @@ -714,7 +734,7 @@ testsuite/libsframe.encode/$(am__dirstamp): |
20391 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp): | 20413 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp): |
20392 | @$(MKDIR_P) testsuite/libsframe.encode/$(DEPDIR) | 20414 | @$(MKDIR_P) testsuite/libsframe.encode/$(DEPDIR) |
20393 | @: > testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) | 20415 | @: > testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) |
@@ -20396,7 +20418,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20396 | testsuite/libsframe.encode/$(am__dirstamp) \ | 20418 | testsuite/libsframe.encode/$(am__dirstamp) \ |
20397 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) | 20419 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) |
20398 | 20420 | ||
20399 | @@ -721,21 +741,21 @@ testsuite/libsframe.find/$(am__dirstamp): | 20421 | @@ -727,21 +747,21 @@ testsuite/libsframe.find/$(am__dirstamp): |
20400 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp): | 20422 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp): |
20401 | @$(MKDIR_P) testsuite/libsframe.find/$(DEPDIR) | 20423 | @$(MKDIR_P) testsuite/libsframe.find/$(DEPDIR) |
20402 | @: > testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | 20424 | @: > testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) |
@@ -20421,7 +20443,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20421 | testsuite/libsframe.find/$(am__dirstamp) \ | 20443 | testsuite/libsframe.find/$(am__dirstamp) \ |
20422 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | 20444 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) |
20423 | 20445 | ||
20424 | @@ -752,16 +772,22 @@ mostlyclean-compile: | 20446 | @@ -758,16 +778,22 @@ mostlyclean-compile: |
20425 | distclean-compile: | 20447 | distclean-compile: |
20426 | -rm -f *.tab.c | 20448 | -rm -f *.tab.c |
20427 | 20449 | ||
@@ -20454,7 +20476,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20454 | 20476 | ||
20455 | .c.o: | 20477 | .c.o: |
20456 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ | 20478 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
20457 | @@ -808,103 +834,103 @@ libsframe_la-sframe-error.lo: sframe-error.c | 20479 | @@ -814,103 +840,103 @@ libsframe_la-sframe-error.lo: sframe-error.c |
20458 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 20480 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
20459 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsframe_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsframe_la-sframe-error.lo `test -f 'sframe-error.c' || echo '$(srcdir)/'`sframe-error.c | 20481 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsframe_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsframe_la-sframe-error.lo `test -f 'sframe-error.c' || echo '$(srcdir)/'`sframe-error.c |
20460 | 20482 | ||
@@ -20628,7 +20650,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20628 | 20650 | ||
20629 | mostlyclean-libtool: | 20651 | mostlyclean-libtool: |
20630 | -rm -f *.lo | 20652 | -rm -f *.lo |
20631 | @@ -1142,7 +1168,7 @@ site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) | 20653 | @@ -1148,7 +1174,7 @@ site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) |
20632 | @echo '# Do not edit here. If you wish to override these values' >>site.tmp | 20654 | @echo '# Do not edit here. If you wish to override these values' >>site.tmp |
20633 | @echo '# edit the last section' >>site.tmp | 20655 | @echo '# edit the last section' >>site.tmp |
20634 | @echo 'set srcdir "$(srcdir)"' >>site.tmp | 20656 | @echo 'set srcdir "$(srcdir)"' >>site.tmp |
@@ -20637,7 +20659,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20637 | @echo 'set build_alias "$(build_alias)"' >>site.tmp | 20659 | @echo 'set build_alias "$(build_alias)"' >>site.tmp |
20638 | @echo 'set build_triplet $(build_triplet)' >>site.tmp | 20660 | @echo 'set build_triplet $(build_triplet)' >>site.tmp |
20639 | @echo 'set host_alias "$(host_alias)"' >>site.tmp | 20661 | @echo 'set host_alias "$(host_alias)"' >>site.tmp |
20640 | @@ -1166,8 +1192,10 @@ distclean-DEJAGNU: | 20662 | @@ -1174,8 +1200,10 @@ distclean-DEJAGNU: |
20641 | -l='$(DEJATOOL)'; for tool in $$l; do \ | 20663 | -l='$(DEJATOOL)'; for tool in $$l; do \ |
20642 | rm -f $$tool.sum $$tool.log; \ | 20664 | rm -f $$tool.sum $$tool.log; \ |
20643 | done | 20665 | done |
@@ -20649,7 +20671,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20649 | $(am__remove_distdir) | 20671 | $(am__remove_distdir) |
20650 | test -d "$(distdir)" || mkdir "$(distdir)" | 20672 | test -d "$(distdir)" || mkdir "$(distdir)" |
20651 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 20673 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
20652 | @@ -1225,6 +1253,10 @@ dist-xz: distdir | 20674 | @@ -1233,6 +1261,10 @@ dist-xz: distdir |
20653 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | 20675 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
20654 | $(am__post_remove_distdir) | 20676 | $(am__post_remove_distdir) |
20655 | 20677 | ||
@@ -20660,7 +20682,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20660 | dist-tarZ: distdir | 20682 | dist-tarZ: distdir |
20661 | @echo WARNING: "Support for distribution archives compressed with" \ | 20683 | @echo WARNING: "Support for distribution archives compressed with" \ |
20662 | "legacy program 'compress' is deprecated." >&2 | 20684 | "legacy program 'compress' is deprecated." >&2 |
20663 | @@ -1267,6 +1299,8 @@ distcheck: dist | 20685 | @@ -1275,6 +1307,8 @@ distcheck: dist |
20664 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | 20686 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
20665 | *.zip*) \ | 20687 | *.zip*) \ |
20666 | unzip $(distdir).zip ;;\ | 20688 | unzip $(distdir).zip ;;\ |
@@ -20669,7 +20691,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20669 | esac | 20691 | esac |
20670 | chmod -R a-w $(distdir) | 20692 | chmod -R a-w $(distdir) |
20671 | chmod u+w $(distdir) | 20693 | chmod u+w $(distdir) |
20672 | @@ -1282,7 +1316,7 @@ distcheck: dist | 20694 | @@ -1290,7 +1324,7 @@ distcheck: dist |
20673 | $(DISTCHECK_CONFIGURE_FLAGS) \ | 20695 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
20674 | --srcdir=../.. --prefix="$$dc_install_base" \ | 20696 | --srcdir=../.. --prefix="$$dc_install_base" \ |
20675 | && $(MAKE) $(AM_MAKEFLAGS) \ | 20697 | && $(MAKE) $(AM_MAKEFLAGS) \ |
@@ -20678,7 +20700,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20678 | && $(MAKE) $(AM_MAKEFLAGS) check \ | 20700 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
20679 | && $(MAKE) $(AM_MAKEFLAGS) install \ | 20701 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
20680 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | 20702 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
20681 | @@ -1338,6 +1372,8 @@ check-am: all-am | 20703 | @@ -1346,6 +1380,8 @@ check-am: all-am |
20682 | $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU | 20704 | $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU |
20683 | check: check-am | 20705 | check: check-am |
20684 | all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h | 20706 | all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h |
@@ -20687,7 +20709,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20687 | installdirs: | 20709 | installdirs: |
20688 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(includedir)"; do \ | 20710 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(includedir)"; do \ |
20689 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | 20711 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
20690 | @@ -1390,7 +1426,16 @@ clean-am: clean-aminfo clean-checkPROGRAMS clean-generic \ | 20712 | @@ -1398,7 +1434,16 @@ clean-am: clean-aminfo clean-checkPROGRAMS clean-generic \ |
20691 | 20713 | ||
20692 | distclean: distclean-am | 20714 | distclean: distclean-am |
20693 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 20715 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
@@ -20705,7 +20727,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20705 | -rm -f Makefile | 20727 | -rm -f Makefile |
20706 | distclean-am: clean-am distclean-DEJAGNU distclean-compile \ | 20728 | distclean-am: clean-am distclean-DEJAGNU distclean-compile \ |
20707 | distclean-generic distclean-hdr distclean-libtool \ | 20729 | distclean-generic distclean-hdr distclean-libtool \ |
20708 | @@ -1530,7 +1575,16 @@ installcheck-am: | 20730 | @@ -1538,7 +1583,16 @@ installcheck-am: |
20709 | maintainer-clean: maintainer-clean-am | 20731 | maintainer-clean: maintainer-clean-am |
20710 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 20732 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
20711 | -rm -rf $(top_srcdir)/autom4te.cache | 20733 | -rm -rf $(top_srcdir)/autom4te.cache |
@@ -20723,7 +20745,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20723 | -rm -f Makefile | 20745 | -rm -f Makefile |
20724 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ | 20746 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ |
20725 | maintainer-clean-generic | 20747 | maintainer-clean-generic |
20726 | @@ -1554,28 +1608,28 @@ uninstall-am: uninstall-dvi-am uninstall-html-am \ | 20748 | @@ -1562,28 +1616,28 @@ uninstall-am: uninstall-dvi-am uninstall-html-am \ |
20727 | 20749 | ||
20728 | .MAKE: all check-am install-am install-strip | 20750 | .MAKE: all check-am install-am install-strip |
20729 | 20751 | ||
@@ -20773,7 +20795,7 @@ index 9e3d268902b..c22ed33460a 100644 | |||
20773 | .PRECIOUS: Makefile | 20795 | .PRECIOUS: Makefile |
20774 | 20796 | ||
20775 | diff --git a/libsframe/aclocal.m4 b/libsframe/aclocal.m4 | 20797 | diff --git a/libsframe/aclocal.m4 b/libsframe/aclocal.m4 |
20776 | index b0cdd6b184d..c83d4f62ece 100644 | 20798 | index 8804d9fb42b..f4974423bd6 100644 |
20777 | --- a/libsframe/aclocal.m4 | 20799 | --- a/libsframe/aclocal.m4 |
20778 | +++ b/libsframe/aclocal.m4 | 20800 | +++ b/libsframe/aclocal.m4 |
20779 | @@ -1,6 +1,6 @@ | 20801 | @@ -1,6 +1,6 @@ |
@@ -21222,7 +21244,7 @@ index b0cdd6b184d..c83d4f62ece 100644 | |||
21222 | # This file is free software; the Free Software Foundation | 21244 | # This file is free software; the Free Software Foundation |
21223 | # gives unlimited permission to copy and/or distribute it, | 21245 | # gives unlimited permission to copy and/or distribute it, |
21224 | diff --git a/libsframe/configure b/libsframe/configure | 21246 | diff --git a/libsframe/configure b/libsframe/configure |
21225 | index 1d9e5e10695..a234c4815b1 100755 | 21247 | index 4727eff533a..ca3885ad105 100755 |
21226 | --- a/libsframe/configure | 21248 | --- a/libsframe/configure |
21227 | +++ b/libsframe/configure | 21249 | +++ b/libsframe/configure |
21228 | @@ -658,6 +658,8 @@ OTOOL | 21250 | @@ -658,6 +658,8 @@ OTOOL |
@@ -21234,7 +21256,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21234 | OBJDUMP | 21256 | OBJDUMP |
21235 | LN_S | 21257 | LN_S |
21236 | NM | 21258 | NM |
21237 | @@ -682,6 +684,9 @@ AM_BACKSLASH | 21259 | @@ -674,6 +676,9 @@ AM_BACKSLASH |
21238 | AM_DEFAULT_VERBOSITY | 21260 | AM_DEFAULT_VERBOSITY |
21239 | AM_DEFAULT_V | 21261 | AM_DEFAULT_V |
21240 | AM_V | 21262 | AM_V |
@@ -21244,7 +21266,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21244 | am__fastdepCC_FALSE | 21266 | am__fastdepCC_FALSE |
21245 | am__fastdepCC_TRUE | 21267 | am__fastdepCC_TRUE |
21246 | CCDEPMODE | 21268 | CCDEPMODE |
21247 | @@ -689,7 +694,6 @@ am__nodep | 21269 | @@ -681,7 +686,6 @@ am__nodep |
21248 | AMDEPBACKSLASH | 21270 | AMDEPBACKSLASH |
21249 | AMDEP_FALSE | 21271 | AMDEP_FALSE |
21250 | AMDEP_TRUE | 21272 | AMDEP_TRUE |
@@ -21252,7 +21274,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21252 | am__include | 21274 | am__include |
21253 | DEPDIR | 21275 | DEPDIR |
21254 | am__untar | 21276 | am__untar |
21255 | @@ -762,7 +766,8 @@ PACKAGE_VERSION | 21277 | @@ -766,7 +770,8 @@ PACKAGE_VERSION |
21256 | PACKAGE_TARNAME | 21278 | PACKAGE_TARNAME |
21257 | PACKAGE_NAME | 21279 | PACKAGE_NAME |
21258 | PATH_SEPARATOR | 21280 | PATH_SEPARATOR |
@@ -21262,7 +21284,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21262 | ac_subst_files='' | 21284 | ac_subst_files='' |
21263 | ac_user_opts=' | 21285 | ac_user_opts=' |
21264 | enable_option_checking | 21286 | enable_option_checking |
21265 | @@ -773,6 +778,7 @@ enable_static | 21287 | @@ -777,6 +782,7 @@ enable_static |
21266 | with_pic | 21288 | with_pic |
21267 | enable_fast_install | 21289 | enable_fast_install |
21268 | with_gnu_ld | 21290 | with_gnu_ld |
@@ -21270,7 +21292,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21270 | enable_libtool_lock | 21292 | enable_libtool_lock |
21271 | enable_largefile | 21293 | enable_largefile |
21272 | enable_maintainer_mode | 21294 | enable_maintainer_mode |
21273 | @@ -1428,6 +1434,8 @@ Optional Packages: | 21295 | @@ -1433,6 +1439,8 @@ Optional Packages: |
21274 | --with-pic try to use only PIC/non-PIC objects [default=use | 21296 | --with-pic try to use only PIC/non-PIC objects [default=use |
21275 | both] | 21297 | both] |
21276 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 21298 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -21279,7 +21301,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21279 | 21301 | ||
21280 | Some influential environment variables: | 21302 | Some influential environment variables: |
21281 | CC C compiler command | 21303 | CC C compiler command |
21282 | @@ -3610,7 +3618,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | 21304 | @@ -3727,7 +3735,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } |
21283 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | 21305 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h |
21284 | 21306 | ||
21285 | 21307 | ||
@@ -21288,7 +21310,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21288 | 21310 | ||
21289 | # Find a good install program. We prefer a C program (faster), | 21311 | # Find a good install program. We prefer a C program (faster), |
21290 | # so one script is as good as another. But avoid the broken or | 21312 | # so one script is as good as another. But avoid the broken or |
21291 | @@ -3783,12 +3791,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | 21313 | @@ -3900,12 +3908,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
21292 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | 21314 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
21293 | 21315 | ||
21294 | if test x"${MISSING+set}" != xset; then | 21316 | if test x"${MISSING+set}" != xset; then |
@@ -21302,7 +21324,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21302 | fi | 21324 | fi |
21303 | # Use eval to expand $SHELL | 21325 | # Use eval to expand $SHELL |
21304 | if eval "$MISSING --is-lightweight"; then | 21326 | if eval "$MISSING --is-lightweight"; then |
21305 | @@ -4036,45 +4039,45 @@ DEPDIR="${am__leading_dot}deps" | 21327 | @@ -4153,45 +4156,45 @@ DEPDIR="${am__leading_dot}deps" |
21306 | 21328 | ||
21307 | ac_config_commands="$ac_config_commands depfiles" | 21329 | ac_config_commands="$ac_config_commands depfiles" |
21308 | 21330 | ||
@@ -21381,7 +21403,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21381 | 21403 | ||
21382 | # Check whether --enable-dependency-tracking was given. | 21404 | # Check whether --enable-dependency-tracking was given. |
21383 | if test "${enable_dependency_tracking+set}" = set; then : | 21405 | if test "${enable_dependency_tracking+set}" = set; then : |
21384 | @@ -4186,8 +4189,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | 21406 | @@ -4303,8 +4306,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
21385 | 21407 | ||
21386 | # For better backward compatibility. To be removed once Automake 1.9.x | 21408 | # For better backward compatibility. To be removed once Automake 1.9.x |
21387 | # dies out for good. For more background, see: | 21409 | # dies out for good. For more background, see: |
@@ -21392,7 +21414,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21392 | mkdir_p='$(MKDIR_P)' | 21414 | mkdir_p='$(MKDIR_P)' |
21393 | 21415 | ||
21394 | # We need awk for the "check" target (and possibly the TAP driver). The | 21416 | # We need awk for the "check" target (and possibly the TAP driver). The |
21395 | @@ -4334,6 +4337,20 @@ else | 21417 | @@ -4451,6 +4454,20 @@ else |
21396 | fi | 21418 | fi |
21397 | 21419 | ||
21398 | 21420 | ||
@@ -21413,7 +21435,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21413 | 21435 | ||
21414 | # POSIX will say in a future version that running "rm -f" with no argument | 21436 | # POSIX will say in a future version that running "rm -f" with no argument |
21415 | # is OK; and we want to be able to make that assumption in our Makefile | 21437 | # is OK; and we want to be able to make that assumption in our Makefile |
21416 | @@ -4366,7 +4383,7 @@ END | 21438 | @@ -4483,7 +4500,7 @@ END |
21417 | Aborting the configuration process, to ensure you take notice of the issue. | 21439 | Aborting the configuration process, to ensure you take notice of the issue. |
21418 | 21440 | ||
21419 | You can download and install GNU coreutils to get an 'rm' implementation | 21441 | You can download and install GNU coreutils to get an 'rm' implementation |
@@ -21422,7 +21444,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21422 | 21444 | ||
21423 | If you want to complete the configuration process using your problematic | 21445 | If you want to complete the configuration process using your problematic |
21424 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | 21446 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
21425 | @@ -5351,8 +5368,8 @@ esac | 21447 | @@ -5468,8 +5485,8 @@ esac |
21426 | 21448 | ||
21427 | 21449 | ||
21428 | 21450 | ||
@@ -21433,7 +21455,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21433 | 21455 | ||
21434 | 21456 | ||
21435 | 21457 | ||
21436 | @@ -5463,7 +5480,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 21458 | @@ -5509,7 +5526,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
21437 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 21459 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
21438 | $as_echo_n "checking how to print strings... " >&6; } | 21460 | $as_echo_n "checking how to print strings... " >&6; } |
21439 | # Test print first, because it will be a builtin if present. | 21461 | # Test print first, because it will be a builtin if present. |
@@ -21442,7 +21464,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21442 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 21464 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
21443 | ECHO='print -r --' | 21465 | ECHO='print -r --' |
21444 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 21466 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
21445 | @@ -6156,8 +6173,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 21467 | @@ -6202,8 +6219,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
21446 | # Try some XSI features | 21468 | # Try some XSI features |
21447 | xsi_shell=no | 21469 | xsi_shell=no |
21448 | ( _lt_dummy="a/b/c" | 21470 | ( _lt_dummy="a/b/c" |
@@ -21453,7 +21475,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21453 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 21475 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
21454 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 21476 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
21455 | && xsi_shell=yes | 21477 | && xsi_shell=yes |
21456 | @@ -6206,6 +6223,80 @@ esac | 21478 | @@ -6252,6 +6269,80 @@ esac |
21457 | 21479 | ||
21458 | 21480 | ||
21459 | 21481 | ||
@@ -21534,7 +21556,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21534 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 21556 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
21535 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 21557 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
21536 | if ${lt_cv_ld_reload_flag+:} false; then : | 21558 | if ${lt_cv_ld_reload_flag+:} false; then : |
21537 | @@ -6222,6 +6313,11 @@ case $reload_flag in | 21559 | @@ -6268,6 +6359,11 @@ case $reload_flag in |
21538 | esac | 21560 | esac |
21539 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 21561 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
21540 | case $host_os in | 21562 | case $host_os in |
@@ -21546,7 +21568,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21546 | darwin*) | 21568 | darwin*) |
21547 | if test "$GCC" = yes; then | 21569 | if test "$GCC" = yes; then |
21548 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 21570 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
21549 | @@ -6390,7 +6486,8 @@ mingw* | pw32*) | 21571 | @@ -6436,7 +6532,8 @@ mingw* | pw32*) |
21550 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 21572 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
21551 | lt_cv_file_magic_cmd='func_win32_libid' | 21573 | lt_cv_file_magic_cmd='func_win32_libid' |
21552 | else | 21574 | else |
@@ -21556,7 +21578,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21556 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 21578 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
21557 | fi | 21579 | fi |
21558 | ;; | 21580 | ;; |
21559 | @@ -6549,6 +6646,21 @@ esac | 21581 | @@ -6595,6 +6692,21 @@ esac |
21560 | fi | 21582 | fi |
21561 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 21583 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
21562 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 21584 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -21578,7 +21600,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21578 | file_magic_cmd=$lt_cv_file_magic_cmd | 21600 | file_magic_cmd=$lt_cv_file_magic_cmd |
21579 | deplibs_check_method=$lt_cv_deplibs_check_method | 21601 | deplibs_check_method=$lt_cv_deplibs_check_method |
21580 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 21602 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
21581 | @@ -6564,6 +6676,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 21603 | @@ -6610,6 +6722,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
21582 | 21604 | ||
21583 | 21605 | ||
21584 | 21606 | ||
@@ -21736,7 +21758,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21736 | plugin_option= | 21758 | plugin_option= |
21737 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 21759 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
21738 | for plugin in $plugin_names; do | 21760 | for plugin in $plugin_names; do |
21739 | @@ -6578,8 +6841,10 @@ for plugin in $plugin_names; do | 21761 | @@ -6624,8 +6887,10 @@ for plugin in $plugin_names; do |
21740 | done | 21762 | done |
21741 | 21763 | ||
21742 | if test -n "$ac_tool_prefix"; then | 21764 | if test -n "$ac_tool_prefix"; then |
@@ -21749,7 +21771,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 21771 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
21750 | $as_echo_n "checking for $ac_word... " >&6; } | 21772 | $as_echo_n "checking for $ac_word... " >&6; } |
21751 | if ${ac_cv_prog_AR+:} false; then : | 21773 | if ${ac_cv_prog_AR+:} false; then : |
21752 | @@ -6595,7 +6860,7 @@ do | 21774 | @@ -6641,7 +6906,7 @@ do |
21753 | test -z "$as_dir" && as_dir=. | 21775 | test -z "$as_dir" && as_dir=. |
21754 | for ac_exec_ext in '' $ac_executable_extensions; do | 21776 | for ac_exec_ext in '' $ac_executable_extensions; do |
21755 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 21777 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -21758,7 +21780,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21758 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 21780 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
21759 | break 2 | 21781 | break 2 |
21760 | fi | 21782 | fi |
21761 | @@ -6615,11 +6880,15 @@ $as_echo "no" >&6; } | 21783 | @@ -6661,11 +6926,15 @@ $as_echo "no" >&6; } |
21762 | fi | 21784 | fi |
21763 | 21785 | ||
21764 | 21786 | ||
@@ -21777,7 +21799,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21777 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 21799 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
21778 | $as_echo_n "checking for $ac_word... " >&6; } | 21800 | $as_echo_n "checking for $ac_word... " >&6; } |
21779 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 21801 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
21780 | @@ -6635,7 +6904,7 @@ do | 21802 | @@ -6681,7 +6950,7 @@ do |
21781 | test -z "$as_dir" && as_dir=. | 21803 | test -z "$as_dir" && as_dir=. |
21782 | for ac_exec_ext in '' $ac_executable_extensions; do | 21804 | for ac_exec_ext in '' $ac_executable_extensions; do |
21783 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 21805 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -21786,7 +21808,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21786 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 21808 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
21787 | break 2 | 21809 | break 2 |
21788 | fi | 21810 | fi |
21789 | @@ -6654,6 +6923,10 @@ else | 21811 | @@ -6700,6 +6969,10 @@ else |
21790 | $as_echo "no" >&6; } | 21812 | $as_echo "no" >&6; } |
21791 | fi | 21813 | fi |
21792 | 21814 | ||
@@ -21797,7 +21819,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21797 | if test "x$ac_ct_AR" = x; then | 21819 | if test "x$ac_ct_AR" = x; then |
21798 | AR="false" | 21820 | AR="false" |
21799 | else | 21821 | else |
21800 | @@ -6665,29 +6938,81 @@ ac_tool_warned=yes ;; | 21822 | @@ -6711,29 +6984,81 @@ ac_tool_warned=yes ;; |
21801 | esac | 21823 | esac |
21802 | AR=$ac_ct_AR | 21824 | AR=$ac_ct_AR |
21803 | fi | 21825 | fi |
@@ -21894,7 +21916,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21894 | 21916 | ||
21895 | 21917 | ||
21896 | 21918 | ||
21897 | @@ -7034,8 +7359,8 @@ esac | 21919 | @@ -7080,8 +7405,8 @@ esac |
21898 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 21920 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
21899 | 21921 | ||
21900 | # Transform an extracted symbol line into symbol name and symbol address | 21922 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -21905,7 +21927,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21905 | 21927 | ||
21906 | # Handle CRLF in mingw tool chain | 21928 | # Handle CRLF in mingw tool chain |
21907 | opt_cr= | 21929 | opt_cr= |
21908 | @@ -7071,6 +7396,7 @@ for ac_symprfx in "" "_"; do | 21930 | @@ -7117,6 +7442,7 @@ for ac_symprfx in "" "_"; do |
21909 | else | 21931 | else |
21910 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 21932 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
21911 | fi | 21933 | fi |
@@ -21913,7 +21935,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21913 | 21935 | ||
21914 | # Check to see that the pipe works correctly. | 21936 | # Check to see that the pipe works correctly. |
21915 | pipe_works=no | 21937 | pipe_works=no |
21916 | @@ -7112,6 +7438,18 @@ _LT_EOF | 21938 | @@ -7158,6 +7484,18 @@ _LT_EOF |
21917 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 21939 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
21918 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 21940 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
21919 | cat <<_LT_EOF > conftest.$ac_ext | 21941 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -21932,7 +21954,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21932 | #ifdef __cplusplus | 21954 | #ifdef __cplusplus |
21933 | extern "C" { | 21955 | extern "C" { |
21934 | #endif | 21956 | #endif |
21935 | @@ -7123,7 +7461,7 @@ _LT_EOF | 21957 | @@ -7169,7 +7507,7 @@ _LT_EOF |
21936 | cat <<_LT_EOF >> conftest.$ac_ext | 21958 | cat <<_LT_EOF >> conftest.$ac_ext |
21937 | 21959 | ||
21938 | /* The mapping between symbol names and symbols. */ | 21960 | /* The mapping between symbol names and symbols. */ |
@@ -21941,7 +21963,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21941 | const char *name; | 21963 | const char *name; |
21942 | void *address; | 21964 | void *address; |
21943 | } | 21965 | } |
21944 | @@ -7149,8 +7487,8 @@ static const void *lt_preloaded_setup() { | 21966 | @@ -7195,8 +7533,8 @@ static const void *lt_preloaded_setup() { |
21945 | _LT_EOF | 21967 | _LT_EOF |
21946 | # Now try linking the two files. | 21968 | # Now try linking the two files. |
21947 | mv conftest.$ac_objext conftstm.$ac_objext | 21969 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -21952,7 +21974,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21952 | LIBS="conftstm.$ac_objext" | 21974 | LIBS="conftstm.$ac_objext" |
21953 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 21975 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
21954 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 21976 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
21955 | @@ -7160,8 +7498,8 @@ _LT_EOF | 21977 | @@ -7206,8 +7544,8 @@ _LT_EOF |
21956 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 21978 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
21957 | pipe_works=yes | 21979 | pipe_works=yes |
21958 | fi | 21980 | fi |
@@ -21963,7 +21985,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21963 | else | 21985 | else |
21964 | echo "cannot find nm_test_func in $nlist" >&5 | 21986 | echo "cannot find nm_test_func in $nlist" >&5 |
21965 | fi | 21987 | fi |
21966 | @@ -7198,6 +7536,16 @@ else | 21988 | @@ -7244,6 +7582,16 @@ else |
21967 | $as_echo "ok" >&6; } | 21989 | $as_echo "ok" >&6; } |
21968 | fi | 21990 | fi |
21969 | 21991 | ||
@@ -21980,7 +22002,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
21980 | 22002 | ||
21981 | 22003 | ||
21982 | 22004 | ||
21983 | @@ -7214,6 +7562,45 @@ fi | 22005 | @@ -7260,6 +7608,45 @@ fi |
21984 | 22006 | ||
21985 | 22007 | ||
21986 | 22008 | ||
@@ -22026,7 +22048,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22026 | 22048 | ||
22027 | 22049 | ||
22028 | 22050 | ||
22029 | @@ -7419,11 +7806,128 @@ sparc*-*solaris*) | 22051 | @@ -7465,11 +7852,128 @@ sparc*-*solaris*) |
22030 | ;; | 22052 | ;; |
22031 | esac | 22053 | esac |
22032 | fi | 22054 | fi |
@@ -22158,7 +22180,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22158 | 22180 | ||
22159 | 22181 | ||
22160 | case $host_os in | 22182 | case $host_os in |
22161 | @@ -7988,6 +8492,8 @@ _LT_EOF | 22183 | @@ -8034,6 +8538,8 @@ _LT_EOF |
22162 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 22184 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
22163 | echo "$AR cru libconftest.a conftest.o" >&5 | 22185 | echo "$AR cru libconftest.a conftest.o" >&5 |
22164 | $AR cru libconftest.a conftest.o 2>&5 | 22186 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -22167,7 +22189,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22167 | cat > conftest.c << _LT_EOF | 22189 | cat > conftest.c << _LT_EOF |
22168 | int main() { return 0;} | 22190 | int main() { return 0;} |
22169 | _LT_EOF | 22191 | _LT_EOF |
22170 | @@ -8542,8 +9048,6 @@ fi | 22192 | @@ -8588,8 +9094,6 @@ fi |
22171 | lt_prog_compiler_pic= | 22193 | lt_prog_compiler_pic= |
22172 | lt_prog_compiler_static= | 22194 | lt_prog_compiler_static= |
22173 | 22195 | ||
@@ -22176,7 +22198,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22176 | 22198 | ||
22177 | if test "$GCC" = yes; then | 22199 | if test "$GCC" = yes; then |
22178 | lt_prog_compiler_wl='-Wl,' | 22200 | lt_prog_compiler_wl='-Wl,' |
22179 | @@ -8709,6 +9213,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 22201 | @@ -8755,6 +9259,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
22180 | lt_prog_compiler_pic='--shared' | 22202 | lt_prog_compiler_pic='--shared' |
22181 | lt_prog_compiler_static='--static' | 22203 | lt_prog_compiler_static='--static' |
22182 | ;; | 22204 | ;; |
@@ -22189,7 +22211,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22189 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 22211 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
22190 | # Portland Group compilers (*not* the Pentium gcc compiler, | 22212 | # Portland Group compilers (*not* the Pentium gcc compiler, |
22191 | # which looks to be a dead project) | 22213 | # which looks to be a dead project) |
22192 | @@ -8771,7 +9281,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 22214 | @@ -8817,7 +9327,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
22193 | lt_prog_compiler_pic='-KPIC' | 22215 | lt_prog_compiler_pic='-KPIC' |
22194 | lt_prog_compiler_static='-Bstatic' | 22216 | lt_prog_compiler_static='-Bstatic' |
22195 | case $cc_basename in | 22217 | case $cc_basename in |
@@ -22198,7 +22220,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22198 | lt_prog_compiler_wl='-Qoption ld ';; | 22220 | lt_prog_compiler_wl='-Qoption ld ';; |
22199 | *) | 22221 | *) |
22200 | lt_prog_compiler_wl='-Wl,';; | 22222 | lt_prog_compiler_wl='-Wl,';; |
22201 | @@ -8828,13 +9338,17 @@ case $host_os in | 22223 | @@ -8874,13 +9384,17 @@ case $host_os in |
22202 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 22224 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
22203 | ;; | 22225 | ;; |
22204 | esac | 22226 | esac |
@@ -22222,7 +22244,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22222 | 22244 | ||
22223 | # | 22245 | # |
22224 | # Check to make sure the PIC flag actually works. | 22246 | # Check to make sure the PIC flag actually works. |
22225 | @@ -8895,6 +9409,11 @@ fi | 22247 | @@ -8941,6 +9455,11 @@ fi |
22226 | 22248 | ||
22227 | 22249 | ||
22228 | 22250 | ||
@@ -22234,7 +22256,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22234 | # | 22256 | # |
22235 | # Check to make sure the static flag actually works. | 22257 | # Check to make sure the static flag actually works. |
22236 | # | 22258 | # |
22237 | @@ -9245,7 +9764,8 @@ _LT_EOF | 22259 | @@ -9291,7 +9810,8 @@ _LT_EOF |
22238 | allow_undefined_flag=unsupported | 22260 | allow_undefined_flag=unsupported |
22239 | always_export_symbols=no | 22261 | always_export_symbols=no |
22240 | enable_shared_with_static_runtimes=yes | 22262 | enable_shared_with_static_runtimes=yes |
@@ -22244,7 +22266,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22244 | 22266 | ||
22245 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 22267 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
22246 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 22268 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
22247 | @@ -9344,12 +9864,12 @@ _LT_EOF | 22269 | @@ -9390,12 +9910,12 @@ _LT_EOF |
22248 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 22270 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
22249 | hardcode_libdir_flag_spec= | 22271 | hardcode_libdir_flag_spec= |
22250 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 22272 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -22259,7 +22281,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22259 | fi | 22281 | fi |
22260 | ;; | 22282 | ;; |
22261 | esac | 22283 | esac |
22262 | @@ -9363,8 +9883,8 @@ _LT_EOF | 22284 | @@ -9409,8 +9929,8 @@ _LT_EOF |
22263 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 22285 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
22264 | wlarc= | 22286 | wlarc= |
22265 | else | 22287 | else |
@@ -22270,7 +22292,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22270 | fi | 22292 | fi |
22271 | ;; | 22293 | ;; |
22272 | 22294 | ||
22273 | @@ -9382,8 +9902,8 @@ _LT_EOF | 22295 | @@ -9428,8 +9948,8 @@ _LT_EOF |
22274 | 22296 | ||
22275 | _LT_EOF | 22297 | _LT_EOF |
22276 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 22298 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -22281,7 +22303,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22281 | else | 22303 | else |
22282 | ld_shlibs=no | 22304 | ld_shlibs=no |
22283 | fi | 22305 | fi |
22284 | @@ -9429,8 +9949,8 @@ _LT_EOF | 22306 | @@ -9475,8 +9995,8 @@ _LT_EOF |
22285 | 22307 | ||
22286 | *) | 22308 | *) |
22287 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 22309 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -22292,7 +22314,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22292 | else | 22314 | else |
22293 | ld_shlibs=no | 22315 | ld_shlibs=no |
22294 | fi | 22316 | fi |
22295 | @@ -9560,7 +10080,13 @@ _LT_EOF | 22317 | @@ -9606,7 +10126,13 @@ _LT_EOF |
22296 | allow_undefined_flag='-berok' | 22318 | allow_undefined_flag='-berok' |
22297 | # Determine the default libpath from the value encoded in an | 22319 | # Determine the default libpath from the value encoded in an |
22298 | # empty executable. | 22320 | # empty executable. |
@@ -22307,7 +22329,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22307 | /* end confdefs.h. */ | 22329 | /* end confdefs.h. */ |
22308 | 22330 | ||
22309 | int | 22331 | int |
22310 | @@ -9573,22 +10099,29 @@ main () | 22332 | @@ -9619,22 +10145,29 @@ main () |
22311 | _ACEOF | 22333 | _ACEOF |
22312 | if ac_fn_c_try_link "$LINENO"; then : | 22334 | if ac_fn_c_try_link "$LINENO"; then : |
22313 | 22335 | ||
@@ -22350,7 +22372,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22350 | 22372 | ||
22351 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 22373 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
22352 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 22374 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
22353 | @@ -9600,7 +10133,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22375 | @@ -9646,7 +10179,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22354 | else | 22376 | else |
22355 | # Determine the default libpath from the value encoded in an | 22377 | # Determine the default libpath from the value encoded in an |
22356 | # empty executable. | 22378 | # empty executable. |
@@ -22365,7 +22387,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22365 | /* end confdefs.h. */ | 22387 | /* end confdefs.h. */ |
22366 | 22388 | ||
22367 | int | 22389 | int |
22368 | @@ -9613,22 +10152,29 @@ main () | 22390 | @@ -9659,22 +10198,29 @@ main () |
22369 | _ACEOF | 22391 | _ACEOF |
22370 | if ac_fn_c_try_link "$LINENO"; then : | 22392 | if ac_fn_c_try_link "$LINENO"; then : |
22371 | 22393 | ||
@@ -22408,7 +22430,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22408 | 22430 | ||
22409 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 22431 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
22410 | # Warning - without using the other run time loading flags, | 22432 | # Warning - without using the other run time loading flags, |
22411 | @@ -9673,20 +10219,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22433 | @@ -9719,20 +10265,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22412 | # Microsoft Visual C++. | 22434 | # Microsoft Visual C++. |
22413 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 22435 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
22414 | # no search path for DLLs. | 22436 | # no search path for DLLs. |
@@ -22486,7 +22508,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22486 | ;; | 22508 | ;; |
22487 | 22509 | ||
22488 | darwin* | rhapsody*) | 22510 | darwin* | rhapsody*) |
22489 | @@ -9747,7 +10336,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22511 | @@ -9793,7 +10382,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22490 | 22512 | ||
22491 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 22513 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
22492 | freebsd* | dragonfly*) | 22514 | freebsd* | dragonfly*) |
@@ -22495,7 +22517,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22495 | hardcode_libdir_flag_spec='-R$libdir' | 22517 | hardcode_libdir_flag_spec='-R$libdir' |
22496 | hardcode_direct=yes | 22518 | hardcode_direct=yes |
22497 | hardcode_shlibpath_var=no | 22519 | hardcode_shlibpath_var=no |
22498 | @@ -9755,7 +10344,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22520 | @@ -9801,7 +10390,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22499 | 22521 | ||
22500 | hpux9*) | 22522 | hpux9*) |
22501 | if test "$GCC" = yes; then | 22523 | if test "$GCC" = yes; then |
@@ -22504,7 +22526,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22504 | else | 22526 | else |
22505 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 22527 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
22506 | fi | 22528 | fi |
22507 | @@ -9771,7 +10360,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22529 | @@ -9817,7 +10406,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22508 | 22530 | ||
22509 | hpux10*) | 22531 | hpux10*) |
22510 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 22532 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -22513,7 +22535,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22513 | else | 22535 | else |
22514 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 22536 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
22515 | fi | 22537 | fi |
22516 | @@ -9795,10 +10384,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22538 | @@ -9841,10 +10430,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22517 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 22539 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
22518 | ;; | 22540 | ;; |
22519 | ia64*) | 22541 | ia64*) |
@@ -22526,7 +22548,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22526 | ;; | 22548 | ;; |
22527 | esac | 22549 | esac |
22528 | else | 22550 | else |
22529 | @@ -9877,23 +10466,36 @@ fi | 22551 | @@ -9923,23 +10512,36 @@ fi |
22530 | 22552 | ||
22531 | irix5* | irix6* | nonstopux*) | 22553 | irix5* | irix6* | nonstopux*) |
22532 | if test "$GCC" = yes; then | 22554 | if test "$GCC" = yes; then |
@@ -22571,7 +22593,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22571 | else | 22593 | else |
22572 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 22594 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
22573 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 22595 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
22574 | @@ -9978,7 +10580,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 22596 | @@ -10024,7 +10626,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
22575 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 22597 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
22576 | if test "$GCC" = yes; then | 22598 | if test "$GCC" = yes; then |
22577 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 22599 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -22580,7 +22602,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22580 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 22602 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
22581 | else | 22603 | else |
22582 | allow_undefined_flag=' -expect_unresolved \*' | 22604 | allow_undefined_flag=' -expect_unresolved \*' |
22583 | @@ -9997,9 +10599,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 22605 | @@ -10043,9 +10645,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
22584 | no_undefined_flag=' -z defs' | 22606 | no_undefined_flag=' -z defs' |
22585 | if test "$GCC" = yes; then | 22607 | if test "$GCC" = yes; then |
22586 | wlarc='${wl}' | 22608 | wlarc='${wl}' |
@@ -22592,7 +22614,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22592 | else | 22614 | else |
22593 | case `$CC -V 2>&1` in | 22615 | case `$CC -V 2>&1` in |
22594 | *"Compilers 5.0"*) | 22616 | *"Compilers 5.0"*) |
22595 | @@ -10575,8 +11177,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 22617 | @@ -10621,8 +11223,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
22596 | need_version=no | 22618 | need_version=no |
22597 | need_lib_prefix=no | 22619 | need_lib_prefix=no |
22598 | 22620 | ||
@@ -22604,7 +22626,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22604 | library_names_spec='$libname.dll.a' | 22626 | library_names_spec='$libname.dll.a' |
22605 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 22627 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
22606 | postinstall_cmds='base_file=`basename \${file}`~ | 22628 | postinstall_cmds='base_file=`basename \${file}`~ |
22607 | @@ -10609,13 +11212,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 22629 | @@ -10655,13 +11258,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
22608 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 22630 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
22609 | ;; | 22631 | ;; |
22610 | esac | 22632 | esac |
@@ -22677,16 +22699,16 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22677 | # FIXME: first we should search . and the directory the executable is in | 22699 | # FIXME: first we should search . and the directory the executable is in |
22678 | shlibpath_var=PATH | 22700 | shlibpath_var=PATH |
22679 | ;; | 22701 | ;; |
22680 | @@ -11517,7 +12178,7 @@ else | 22702 | @@ -11563,7 +12224,7 @@ else |
22681 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 22703 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
22682 | lt_status=$lt_dlunknown | 22704 | lt_status=$lt_dlunknown |
22683 | cat > conftest.$ac_ext <<_LT_EOF | 22705 | cat > conftest.$ac_ext <<_LT_EOF |
22684 | -#line 11520 "configure" | 22706 | -#line 11566 "configure" |
22685 | +#line $LINENO "configure" | 22707 | +#line $LINENO "configure" |
22686 | #include "confdefs.h" | 22708 | #include "confdefs.h" |
22687 | 22709 | ||
22688 | #if HAVE_DLFCN_H | 22710 | #if HAVE_DLFCN_H |
22689 | @@ -11561,10 +12222,10 @@ else | 22711 | @@ -11607,10 +12268,10 @@ else |
22690 | /* When -fvisbility=hidden is used, assume the code has been annotated | 22712 | /* When -fvisbility=hidden is used, assume the code has been annotated |
22691 | correspondingly for the symbols needed. */ | 22713 | correspondingly for the symbols needed. */ |
22692 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 22714 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -22699,16 +22721,16 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22699 | int main () | 22721 | int main () |
22700 | { | 22722 | { |
22701 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 22723 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
22702 | @@ -11623,7 +12284,7 @@ else | 22724 | @@ -11669,7 +12330,7 @@ else |
22703 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 22725 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
22704 | lt_status=$lt_dlunknown | 22726 | lt_status=$lt_dlunknown |
22705 | cat > conftest.$ac_ext <<_LT_EOF | 22727 | cat > conftest.$ac_ext <<_LT_EOF |
22706 | -#line 11626 "configure" | 22728 | -#line 11672 "configure" |
22707 | +#line $LINENO "configure" | 22729 | +#line $LINENO "configure" |
22708 | #include "confdefs.h" | 22730 | #include "confdefs.h" |
22709 | 22731 | ||
22710 | #if HAVE_DLFCN_H | 22732 | #if HAVE_DLFCN_H |
22711 | @@ -11667,10 +12328,10 @@ else | 22733 | @@ -11713,10 +12374,10 @@ else |
22712 | /* When -fvisbility=hidden is used, assume the code has been annotated | 22734 | /* When -fvisbility=hidden is used, assume the code has been annotated |
22713 | correspondingly for the symbols needed. */ | 22735 | correspondingly for the symbols needed. */ |
22714 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 22736 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -22721,7 +22743,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22721 | int main () | 22743 | int main () |
22722 | { | 22744 | { |
22723 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 22745 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
22724 | @@ -13490,7 +14151,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 22746 | @@ -13541,7 +14202,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
22725 | # | 22747 | # |
22726 | # INIT-COMMANDS | 22748 | # INIT-COMMANDS |
22727 | # | 22749 | # |
@@ -22730,7 +22752,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22730 | 22752 | ||
22731 | 22753 | ||
22732 | # The HP-UX ksh and POSIX shell print the target directory to stdout | 22754 | # The HP-UX ksh and POSIX shell print the target directory to stdout |
22733 | @@ -13528,13 +14189,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 22755 | @@ -13579,13 +14240,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
22734 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 22756 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
22735 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 22757 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
22736 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 22758 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -22751,7 +22773,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22751 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 22773 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
22752 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 22774 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
22753 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 22775 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
22754 | @@ -13549,14 +14217,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 22776 | @@ -13600,14 +14268,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
22755 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 22777 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
22756 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 22778 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
22757 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 22779 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -22770,7 +22792,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22770 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 22792 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
22771 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 22793 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
22772 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 22794 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
22773 | @@ -13589,12 +14260,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 22795 | @@ -13640,12 +14311,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
22774 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 22796 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
22775 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 22797 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
22776 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 22798 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -22784,7 +22806,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22784 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 22806 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
22785 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 22807 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
22786 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 22808 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
22787 | @@ -13649,8 +14320,13 @@ reload_flag \ | 22809 | @@ -13700,8 +14371,13 @@ reload_flag \ |
22788 | OBJDUMP \ | 22810 | OBJDUMP \ |
22789 | deplibs_check_method \ | 22811 | deplibs_check_method \ |
22790 | file_magic_cmd \ | 22812 | file_magic_cmd \ |
@@ -22798,7 +22820,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22798 | STRIP \ | 22820 | STRIP \ |
22799 | RANLIB \ | 22821 | RANLIB \ |
22800 | CC \ | 22822 | CC \ |
22801 | @@ -13660,12 +14336,14 @@ lt_cv_sys_global_symbol_pipe \ | 22823 | @@ -13711,12 +14387,14 @@ lt_cv_sys_global_symbol_pipe \ |
22802 | lt_cv_sys_global_symbol_to_cdecl \ | 22824 | lt_cv_sys_global_symbol_to_cdecl \ |
22803 | lt_cv_sys_global_symbol_to_c_name_address \ | 22825 | lt_cv_sys_global_symbol_to_c_name_address \ |
22804 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 22826 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -22814,7 +22836,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22814 | DSYMUTIL \ | 22836 | DSYMUTIL \ |
22815 | NMEDIT \ | 22837 | NMEDIT \ |
22816 | LIPO \ | 22838 | LIPO \ |
22817 | @@ -13681,7 +14359,6 @@ no_undefined_flag \ | 22839 | @@ -13732,7 +14410,6 @@ no_undefined_flag \ |
22818 | hardcode_libdir_flag_spec \ | 22840 | hardcode_libdir_flag_spec \ |
22819 | hardcode_libdir_flag_spec_ld \ | 22841 | hardcode_libdir_flag_spec_ld \ |
22820 | hardcode_libdir_separator \ | 22842 | hardcode_libdir_separator \ |
@@ -22822,7 +22844,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22822 | exclude_expsyms \ | 22844 | exclude_expsyms \ |
22823 | include_expsyms \ | 22845 | include_expsyms \ |
22824 | file_list_spec \ | 22846 | file_list_spec \ |
22825 | @@ -13717,6 +14394,7 @@ module_cmds \ | 22847 | @@ -13768,6 +14445,7 @@ module_cmds \ |
22826 | module_expsym_cmds \ | 22848 | module_expsym_cmds \ |
22827 | export_symbols_cmds \ | 22849 | export_symbols_cmds \ |
22828 | prelink_cmds \ | 22850 | prelink_cmds \ |
@@ -22830,7 +22852,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22830 | postinstall_cmds \ | 22852 | postinstall_cmds \ |
22831 | postuninstall_cmds \ | 22853 | postuninstall_cmds \ |
22832 | finish_cmds \ | 22854 | finish_cmds \ |
22833 | @@ -14363,29 +15041,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} | 22855 | @@ -14414,29 +15092,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
22834 | # Older Autoconf quotes --file arguments for eval, but not when files | 22856 | # Older Autoconf quotes --file arguments for eval, but not when files |
22835 | # are listed without --file. Let's play safe and only enable the eval | 22857 | # are listed without --file. Let's play safe and only enable the eval |
22836 | # if we detect the quoting. | 22858 | # if we detect the quoting. |
@@ -22885,7 +22907,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22885 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 22907 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
22886 | s//\1/ | 22908 | s//\1/ |
22887 | q | 22909 | q |
22888 | @@ -14403,53 +15087,50 @@ $as_echo X"$mf" | | 22910 | @@ -14454,53 +15138,50 @@ $as_echo X"$mf" | |
22889 | q | 22911 | q |
22890 | } | 22912 | } |
22891 | s/.*/./; q'` | 22913 | s/.*/./; q'` |
@@ -22972,7 +22994,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22972 | } | 22994 | } |
22973 | ;; | 22995 | ;; |
22974 | "libtool":C) | 22996 | "libtool":C) |
22975 | @@ -14473,7 +15154,8 @@ $as_echo X"$file" | | 22997 | @@ -14524,7 +15205,8 @@ $as_echo X"$file" | |
22976 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 22998 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
22977 | # | 22999 | # |
22978 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 23000 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -22982,7 +23004,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
22982 | # Written by Gordon Matzigkeit, 1996 | 23004 | # Written by Gordon Matzigkeit, 1996 |
22983 | # | 23005 | # |
22984 | # This file is part of GNU Libtool. | 23006 | # This file is part of GNU Libtool. |
22985 | @@ -14576,19 +15258,42 @@ SP2NL=$lt_lt_SP2NL | 23007 | @@ -14627,19 +15309,42 @@ SP2NL=$lt_lt_SP2NL |
22986 | # turn newlines into spaces. | 23008 | # turn newlines into spaces. |
22987 | NL2SP=$lt_lt_NL2SP | 23009 | NL2SP=$lt_lt_NL2SP |
22988 | 23010 | ||
@@ -23026,7 +23048,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
23026 | # A symbol stripping program. | 23048 | # A symbol stripping program. |
23027 | STRIP=$lt_STRIP | 23049 | STRIP=$lt_STRIP |
23028 | 23050 | ||
23029 | @@ -14618,6 +15323,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 23051 | @@ -14669,6 +15374,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
23030 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 23052 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
23031 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 23053 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
23032 | 23054 | ||
@@ -23039,7 +23061,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
23039 | # The name of the directory that contains temporary libtool files. | 23061 | # The name of the directory that contains temporary libtool files. |
23040 | objdir=$objdir | 23062 | objdir=$objdir |
23041 | 23063 | ||
23042 | @@ -14627,6 +15338,9 @@ MAGIC_CMD=$MAGIC_CMD | 23064 | @@ -14678,6 +15389,9 @@ MAGIC_CMD=$MAGIC_CMD |
23043 | # Must we lock files when doing compilation? | 23065 | # Must we lock files when doing compilation? |
23044 | need_locks=$lt_need_locks | 23066 | need_locks=$lt_need_locks |
23045 | 23067 | ||
@@ -23049,7 +23071,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
23049 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 23071 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
23050 | DSYMUTIL=$lt_DSYMUTIL | 23072 | DSYMUTIL=$lt_DSYMUTIL |
23051 | 23073 | ||
23052 | @@ -14741,12 +15455,12 @@ with_gcc=$GCC | 23074 | @@ -14792,12 +15506,12 @@ with_gcc=$GCC |
23053 | # Compiler flag to turn off builtin functions. | 23075 | # Compiler flag to turn off builtin functions. |
23054 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 23076 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
23055 | 23077 | ||
@@ -23065,7 +23087,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
23065 | # Compiler flag to prevent dynamic linking. | 23087 | # Compiler flag to prevent dynamic linking. |
23066 | link_static_flag=$lt_lt_prog_compiler_static | 23088 | link_static_flag=$lt_lt_prog_compiler_static |
23067 | 23089 | ||
23068 | @@ -14833,9 +15547,6 @@ inherit_rpath=$inherit_rpath | 23090 | @@ -14884,9 +15598,6 @@ inherit_rpath=$inherit_rpath |
23069 | # Whether libtool must link a program against all its dependency libraries. | 23091 | # Whether libtool must link a program against all its dependency libraries. |
23070 | link_all_deplibs=$link_all_deplibs | 23092 | link_all_deplibs=$link_all_deplibs |
23071 | 23093 | ||
@@ -23075,7 +23097,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
23075 | # Set to "yes" if exported symbols are required. | 23097 | # Set to "yes" if exported symbols are required. |
23076 | always_export_symbols=$always_export_symbols | 23098 | always_export_symbols=$always_export_symbols |
23077 | 23099 | ||
23078 | @@ -14851,6 +15562,9 @@ include_expsyms=$lt_include_expsyms | 23100 | @@ -14902,6 +15613,9 @@ include_expsyms=$lt_include_expsyms |
23079 | # Commands necessary for linking programs (against libraries) with templates. | 23101 | # Commands necessary for linking programs (against libraries) with templates. |
23080 | prelink_cmds=$lt_prelink_cmds | 23102 | prelink_cmds=$lt_prelink_cmds |
23081 | 23103 | ||
@@ -23085,7 +23107,7 @@ index 1d9e5e10695..a234c4815b1 100755 | |||
23085 | # Specify filename containing input files. | 23107 | # Specify filename containing input files. |
23086 | file_list_spec=$lt_file_list_spec | 23108 | file_list_spec=$lt_file_list_spec |
23087 | 23109 | ||
23088 | @@ -14883,210 +15597,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 23110 | @@ -14934,210 +15648,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
23089 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 23111 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
23090 | # text mode, it properly converts lines to CR/LF. This bash problem | 23112 | # text mode, it properly converts lines to CR/LF. This bash problem |
23091 | # is reportedly fixed, but why not run on old versions too? | 23113 | # is reportedly fixed, but why not run on old versions too? |
@@ -30496,7 +30518,7 @@ index bf92b5e0790..c573da90c5c 100644 | |||
30496 | # These exist entirely to fool aclocal when bootstrapping libtool. | 30518 | # These exist entirely to fool aclocal when bootstrapping libtool. |
30497 | # | 30519 | # |
30498 | diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in | 30520 | diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in |
30499 | index 245479140c9..bfed90449bf 100644 | 30521 | index 57aaed26da8..9cca46c7dfd 100644 |
30500 | --- a/opcodes/Makefile.in | 30522 | --- a/opcodes/Makefile.in |
30501 | +++ b/opcodes/Makefile.in | 30523 | +++ b/opcodes/Makefile.in |
30502 | @@ -298,6 +298,7 @@ CYGPATH_W = @CYGPATH_W@ | 30524 | @@ -298,6 +298,7 @@ CYGPATH_W = @CYGPATH_W@ |
@@ -30524,7 +30546,7 @@ index 245479140c9..bfed90449bf 100644 | |||
30524 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 30546 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
30525 | am__include = @am__include@ | 30547 | am__include = @am__include@ |
30526 | diff --git a/opcodes/configure b/opcodes/configure | 30548 | diff --git a/opcodes/configure b/opcodes/configure |
30527 | index 1660c3266a3..a1b84ed81f9 100755 | 30549 | index 313cbd436ed..e8ef4ba915b 100755 |
30528 | --- a/opcodes/configure | 30550 | --- a/opcodes/configure |
30529 | +++ b/opcodes/configure | 30551 | +++ b/opcodes/configure |
30530 | @@ -688,6 +688,9 @@ OTOOL | 30552 | @@ -688,6 +688,9 @@ OTOOL |
@@ -30554,7 +30576,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30554 | 30576 | ||
30555 | Some influential environment variables: | 30577 | Some influential environment variables: |
30556 | CC C compiler command | 30578 | CC C compiler command |
30557 | @@ -4997,8 +5003,8 @@ esac | 30579 | @@ -4995,8 +5001,8 @@ esac |
30558 | 30580 | ||
30559 | 30581 | ||
30560 | 30582 | ||
@@ -30565,7 +30587,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30565 | 30587 | ||
30566 | 30588 | ||
30567 | 30589 | ||
30568 | @@ -5038,7 +5044,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 30590 | @@ -5036,7 +5042,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
30569 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 30591 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
30570 | $as_echo_n "checking how to print strings... " >&6; } | 30592 | $as_echo_n "checking how to print strings... " >&6; } |
30571 | # Test print first, because it will be a builtin if present. | 30593 | # Test print first, because it will be a builtin if present. |
@@ -30574,7 +30596,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30574 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 30596 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
30575 | ECHO='print -r --' | 30597 | ECHO='print -r --' |
30576 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 30598 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
30577 | @@ -5731,8 +5737,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 30599 | @@ -5729,8 +5735,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
30578 | # Try some XSI features | 30600 | # Try some XSI features |
30579 | xsi_shell=no | 30601 | xsi_shell=no |
30580 | ( _lt_dummy="a/b/c" | 30602 | ( _lt_dummy="a/b/c" |
@@ -30585,7 +30607,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30585 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 30607 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
30586 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 30608 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
30587 | && xsi_shell=yes | 30609 | && xsi_shell=yes |
30588 | @@ -5781,6 +5787,80 @@ esac | 30610 | @@ -5779,6 +5785,80 @@ esac |
30589 | 30611 | ||
30590 | 30612 | ||
30591 | 30613 | ||
@@ -30666,7 +30688,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30666 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 30688 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
30667 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 30689 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
30668 | if ${lt_cv_ld_reload_flag+:} false; then : | 30690 | if ${lt_cv_ld_reload_flag+:} false; then : |
30669 | @@ -5797,6 +5877,11 @@ case $reload_flag in | 30691 | @@ -5795,6 +5875,11 @@ case $reload_flag in |
30670 | esac | 30692 | esac |
30671 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 30693 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
30672 | case $host_os in | 30694 | case $host_os in |
@@ -30678,7 +30700,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30678 | darwin*) | 30700 | darwin*) |
30679 | if test "$GCC" = yes; then | 30701 | if test "$GCC" = yes; then |
30680 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 30702 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
30681 | @@ -5965,7 +6050,8 @@ mingw* | pw32*) | 30703 | @@ -5963,7 +6048,8 @@ mingw* | pw32*) |
30682 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 30704 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
30683 | lt_cv_file_magic_cmd='func_win32_libid' | 30705 | lt_cv_file_magic_cmd='func_win32_libid' |
30684 | else | 30706 | else |
@@ -30688,7 +30710,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30688 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 30710 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
30689 | fi | 30711 | fi |
30690 | ;; | 30712 | ;; |
30691 | @@ -6124,6 +6210,21 @@ esac | 30713 | @@ -6122,6 +6208,21 @@ esac |
30692 | fi | 30714 | fi |
30693 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 30715 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
30694 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 30716 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -30710,7 +30732,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30710 | file_magic_cmd=$lt_cv_file_magic_cmd | 30732 | file_magic_cmd=$lt_cv_file_magic_cmd |
30711 | deplibs_check_method=$lt_cv_deplibs_check_method | 30733 | deplibs_check_method=$lt_cv_deplibs_check_method |
30712 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 30734 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
30713 | @@ -6139,6 +6240,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 30735 | @@ -6137,6 +6238,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
30714 | 30736 | ||
30715 | 30737 | ||
30716 | 30738 | ||
@@ -30868,7 +30890,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30868 | plugin_option= | 30890 | plugin_option= |
30869 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 30891 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
30870 | for plugin in $plugin_names; do | 30892 | for plugin in $plugin_names; do |
30871 | @@ -6153,8 +6405,10 @@ for plugin in $plugin_names; do | 30893 | @@ -6151,8 +6403,10 @@ for plugin in $plugin_names; do |
30872 | done | 30894 | done |
30873 | 30895 | ||
30874 | if test -n "$ac_tool_prefix"; then | 30896 | if test -n "$ac_tool_prefix"; then |
@@ -30881,7 +30903,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30881 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 30903 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
30882 | $as_echo_n "checking for $ac_word... " >&6; } | 30904 | $as_echo_n "checking for $ac_word... " >&6; } |
30883 | if ${ac_cv_prog_AR+:} false; then : | 30905 | if ${ac_cv_prog_AR+:} false; then : |
30884 | @@ -6170,7 +6424,7 @@ do | 30906 | @@ -6168,7 +6422,7 @@ do |
30885 | test -z "$as_dir" && as_dir=. | 30907 | test -z "$as_dir" && as_dir=. |
30886 | for ac_exec_ext in '' $ac_executable_extensions; do | 30908 | for ac_exec_ext in '' $ac_executable_extensions; do |
30887 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 30909 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -30890,7 +30912,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30890 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 30912 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
30891 | break 2 | 30913 | break 2 |
30892 | fi | 30914 | fi |
30893 | @@ -6190,11 +6444,15 @@ $as_echo "no" >&6; } | 30915 | @@ -6188,11 +6442,15 @@ $as_echo "no" >&6; } |
30894 | fi | 30916 | fi |
30895 | 30917 | ||
30896 | 30918 | ||
@@ -30909,7 +30931,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30909 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 30931 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
30910 | $as_echo_n "checking for $ac_word... " >&6; } | 30932 | $as_echo_n "checking for $ac_word... " >&6; } |
30911 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 30933 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
30912 | @@ -6210,7 +6468,7 @@ do | 30934 | @@ -6208,7 +6466,7 @@ do |
30913 | test -z "$as_dir" && as_dir=. | 30935 | test -z "$as_dir" && as_dir=. |
30914 | for ac_exec_ext in '' $ac_executable_extensions; do | 30936 | for ac_exec_ext in '' $ac_executable_extensions; do |
30915 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 30937 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -30918,7 +30940,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30918 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 30940 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
30919 | break 2 | 30941 | break 2 |
30920 | fi | 30942 | fi |
30921 | @@ -6229,6 +6487,10 @@ else | 30943 | @@ -6227,6 +6485,10 @@ else |
30922 | $as_echo "no" >&6; } | 30944 | $as_echo "no" >&6; } |
30923 | fi | 30945 | fi |
30924 | 30946 | ||
@@ -30929,7 +30951,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30929 | if test "x$ac_ct_AR" = x; then | 30951 | if test "x$ac_ct_AR" = x; then |
30930 | AR="false" | 30952 | AR="false" |
30931 | else | 30953 | else |
30932 | @@ -6240,25 +6502,20 @@ ac_tool_warned=yes ;; | 30954 | @@ -6238,25 +6500,20 @@ ac_tool_warned=yes ;; |
30933 | esac | 30955 | esac |
30934 | AR=$ac_ct_AR | 30956 | AR=$ac_ct_AR |
30935 | fi | 30957 | fi |
@@ -30965,7 +30987,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
30965 | 30987 | ||
30966 | 30988 | ||
30967 | 30989 | ||
30968 | @@ -6269,6 +6526,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 30990 | @@ -6267,6 +6524,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
30969 | 30991 | ||
30970 | 30992 | ||
30971 | 30993 | ||
@@ -31029,7 +31051,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31029 | 31051 | ||
31030 | if test -n "$ac_tool_prefix"; then | 31052 | if test -n "$ac_tool_prefix"; then |
31031 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 31053 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
31032 | @@ -6609,8 +6923,8 @@ esac | 31054 | @@ -6607,8 +6921,8 @@ esac |
31033 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 31055 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
31034 | 31056 | ||
31035 | # Transform an extracted symbol line into symbol name and symbol address | 31057 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -31040,7 +31062,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31040 | 31062 | ||
31041 | # Handle CRLF in mingw tool chain | 31063 | # Handle CRLF in mingw tool chain |
31042 | opt_cr= | 31064 | opt_cr= |
31043 | @@ -6646,6 +6960,7 @@ for ac_symprfx in "" "_"; do | 31065 | @@ -6644,6 +6958,7 @@ for ac_symprfx in "" "_"; do |
31044 | else | 31066 | else |
31045 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 31067 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
31046 | fi | 31068 | fi |
@@ -31048,7 +31070,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31048 | 31070 | ||
31049 | # Check to see that the pipe works correctly. | 31071 | # Check to see that the pipe works correctly. |
31050 | pipe_works=no | 31072 | pipe_works=no |
31051 | @@ -6687,6 +7002,18 @@ _LT_EOF | 31073 | @@ -6685,6 +7000,18 @@ _LT_EOF |
31052 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 31074 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
31053 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 31075 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
31054 | cat <<_LT_EOF > conftest.$ac_ext | 31076 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -31067,7 +31089,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31067 | #ifdef __cplusplus | 31089 | #ifdef __cplusplus |
31068 | extern "C" { | 31090 | extern "C" { |
31069 | #endif | 31091 | #endif |
31070 | @@ -6698,7 +7025,7 @@ _LT_EOF | 31092 | @@ -6696,7 +7023,7 @@ _LT_EOF |
31071 | cat <<_LT_EOF >> conftest.$ac_ext | 31093 | cat <<_LT_EOF >> conftest.$ac_ext |
31072 | 31094 | ||
31073 | /* The mapping between symbol names and symbols. */ | 31095 | /* The mapping between symbol names and symbols. */ |
@@ -31076,7 +31098,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31076 | const char *name; | 31098 | const char *name; |
31077 | void *address; | 31099 | void *address; |
31078 | } | 31100 | } |
31079 | @@ -6724,8 +7051,8 @@ static const void *lt_preloaded_setup() { | 31101 | @@ -6722,8 +7049,8 @@ static const void *lt_preloaded_setup() { |
31080 | _LT_EOF | 31102 | _LT_EOF |
31081 | # Now try linking the two files. | 31103 | # Now try linking the two files. |
31082 | mv conftest.$ac_objext conftstm.$ac_objext | 31104 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -31087,7 +31109,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31087 | LIBS="conftstm.$ac_objext" | 31109 | LIBS="conftstm.$ac_objext" |
31088 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 31110 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
31089 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 31111 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
31090 | @@ -6735,8 +7062,8 @@ _LT_EOF | 31112 | @@ -6733,8 +7060,8 @@ _LT_EOF |
31091 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 31113 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
31092 | pipe_works=yes | 31114 | pipe_works=yes |
31093 | fi | 31115 | fi |
@@ -31098,7 +31120,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31098 | else | 31120 | else |
31099 | echo "cannot find nm_test_func in $nlist" >&5 | 31121 | echo "cannot find nm_test_func in $nlist" >&5 |
31100 | fi | 31122 | fi |
31101 | @@ -6773,6 +7100,14 @@ else | 31123 | @@ -6771,6 +7098,14 @@ else |
31102 | $as_echo "ok" >&6; } | 31124 | $as_echo "ok" >&6; } |
31103 | fi | 31125 | fi |
31104 | 31126 | ||
@@ -31113,7 +31135,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31113 | 31135 | ||
31114 | 31136 | ||
31115 | 31137 | ||
31116 | @@ -6791,6 +7126,47 @@ fi | 31138 | @@ -6789,6 +7124,47 @@ fi |
31117 | 31139 | ||
31118 | 31140 | ||
31119 | 31141 | ||
@@ -31161,7 +31183,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31161 | 31183 | ||
31162 | 31184 | ||
31163 | 31185 | ||
31164 | @@ -7000,6 +7376,123 @@ esac | 31186 | @@ -6998,6 +7374,123 @@ esac |
31165 | 31187 | ||
31166 | need_locks="$enable_libtool_lock" | 31188 | need_locks="$enable_libtool_lock" |
31167 | 31189 | ||
@@ -31285,7 +31307,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31285 | 31307 | ||
31286 | case $host_os in | 31308 | case $host_os in |
31287 | rhapsody* | darwin*) | 31309 | rhapsody* | darwin*) |
31288 | @@ -7563,6 +8056,8 @@ _LT_EOF | 31310 | @@ -7561,6 +8054,8 @@ _LT_EOF |
31289 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 31311 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
31290 | echo "$AR cru libconftest.a conftest.o" >&5 | 31312 | echo "$AR cru libconftest.a conftest.o" >&5 |
31291 | $AR cru libconftest.a conftest.o 2>&5 | 31313 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -31294,7 +31316,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31294 | cat > conftest.c << _LT_EOF | 31316 | cat > conftest.c << _LT_EOF |
31295 | int main() { return 0;} | 31317 | int main() { return 0;} |
31296 | _LT_EOF | 31318 | _LT_EOF |
31297 | @@ -8117,8 +8612,6 @@ fi | 31319 | @@ -8115,8 +8610,6 @@ fi |
31298 | lt_prog_compiler_pic= | 31320 | lt_prog_compiler_pic= |
31299 | lt_prog_compiler_static= | 31321 | lt_prog_compiler_static= |
31300 | 31322 | ||
@@ -31303,7 +31325,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31303 | 31325 | ||
31304 | if test "$GCC" = yes; then | 31326 | if test "$GCC" = yes; then |
31305 | lt_prog_compiler_wl='-Wl,' | 31327 | lt_prog_compiler_wl='-Wl,' |
31306 | @@ -8284,6 +8777,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 31328 | @@ -8282,6 +8775,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
31307 | lt_prog_compiler_pic='--shared' | 31329 | lt_prog_compiler_pic='--shared' |
31308 | lt_prog_compiler_static='--static' | 31330 | lt_prog_compiler_static='--static' |
31309 | ;; | 31331 | ;; |
@@ -31316,7 +31338,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31316 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 31338 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
31317 | # Portland Group compilers (*not* the Pentium gcc compiler, | 31339 | # Portland Group compilers (*not* the Pentium gcc compiler, |
31318 | # which looks to be a dead project) | 31340 | # which looks to be a dead project) |
31319 | @@ -8346,7 +8845,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 31341 | @@ -8344,7 +8843,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
31320 | lt_prog_compiler_pic='-KPIC' | 31342 | lt_prog_compiler_pic='-KPIC' |
31321 | lt_prog_compiler_static='-Bstatic' | 31343 | lt_prog_compiler_static='-Bstatic' |
31322 | case $cc_basename in | 31344 | case $cc_basename in |
@@ -31325,7 +31347,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31325 | lt_prog_compiler_wl='-Qoption ld ';; | 31347 | lt_prog_compiler_wl='-Qoption ld ';; |
31326 | *) | 31348 | *) |
31327 | lt_prog_compiler_wl='-Wl,';; | 31349 | lt_prog_compiler_wl='-Wl,';; |
31328 | @@ -8403,13 +8902,17 @@ case $host_os in | 31350 | @@ -8401,13 +8900,17 @@ case $host_os in |
31329 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 31351 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
31330 | ;; | 31352 | ;; |
31331 | esac | 31353 | esac |
@@ -31349,7 +31371,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31349 | 31371 | ||
31350 | # | 31372 | # |
31351 | # Check to make sure the PIC flag actually works. | 31373 | # Check to make sure the PIC flag actually works. |
31352 | @@ -8470,6 +8973,11 @@ fi | 31374 | @@ -8468,6 +8971,11 @@ fi |
31353 | 31375 | ||
31354 | 31376 | ||
31355 | 31377 | ||
@@ -31361,7 +31383,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31361 | # | 31383 | # |
31362 | # Check to make sure the static flag actually works. | 31384 | # Check to make sure the static flag actually works. |
31363 | # | 31385 | # |
31364 | @@ -8820,7 +9328,8 @@ _LT_EOF | 31386 | @@ -8818,7 +9326,8 @@ _LT_EOF |
31365 | allow_undefined_flag=unsupported | 31387 | allow_undefined_flag=unsupported |
31366 | always_export_symbols=no | 31388 | always_export_symbols=no |
31367 | enable_shared_with_static_runtimes=yes | 31389 | enable_shared_with_static_runtimes=yes |
@@ -31371,7 +31393,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31371 | 31393 | ||
31372 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 31394 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
31373 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 31395 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
31374 | @@ -8919,12 +9428,12 @@ _LT_EOF | 31396 | @@ -8917,12 +9426,12 @@ _LT_EOF |
31375 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 31397 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
31376 | hardcode_libdir_flag_spec= | 31398 | hardcode_libdir_flag_spec= |
31377 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 31399 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -31386,7 +31408,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31386 | fi | 31408 | fi |
31387 | ;; | 31409 | ;; |
31388 | esac | 31410 | esac |
31389 | @@ -8938,8 +9447,8 @@ _LT_EOF | 31411 | @@ -8936,8 +9445,8 @@ _LT_EOF |
31390 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 31412 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
31391 | wlarc= | 31413 | wlarc= |
31392 | else | 31414 | else |
@@ -31397,7 +31419,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31397 | fi | 31419 | fi |
31398 | ;; | 31420 | ;; |
31399 | 31421 | ||
31400 | @@ -8957,8 +9466,8 @@ _LT_EOF | 31422 | @@ -8955,8 +9464,8 @@ _LT_EOF |
31401 | 31423 | ||
31402 | _LT_EOF | 31424 | _LT_EOF |
31403 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 31425 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -31408,7 +31430,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31408 | else | 31430 | else |
31409 | ld_shlibs=no | 31431 | ld_shlibs=no |
31410 | fi | 31432 | fi |
31411 | @@ -9004,8 +9513,8 @@ _LT_EOF | 31433 | @@ -9002,8 +9511,8 @@ _LT_EOF |
31412 | 31434 | ||
31413 | *) | 31435 | *) |
31414 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 31436 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -31419,7 +31441,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31419 | else | 31441 | else |
31420 | ld_shlibs=no | 31442 | ld_shlibs=no |
31421 | fi | 31443 | fi |
31422 | @@ -9135,7 +9644,13 @@ _LT_EOF | 31444 | @@ -9133,7 +9642,13 @@ _LT_EOF |
31423 | allow_undefined_flag='-berok' | 31445 | allow_undefined_flag='-berok' |
31424 | # Determine the default libpath from the value encoded in an | 31446 | # Determine the default libpath from the value encoded in an |
31425 | # empty executable. | 31447 | # empty executable. |
@@ -31434,7 +31456,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31434 | /* end confdefs.h. */ | 31456 | /* end confdefs.h. */ |
31435 | 31457 | ||
31436 | int | 31458 | int |
31437 | @@ -9148,22 +9663,29 @@ main () | 31459 | @@ -9146,22 +9661,29 @@ main () |
31438 | _ACEOF | 31460 | _ACEOF |
31439 | if ac_fn_c_try_link "$LINENO"; then : | 31461 | if ac_fn_c_try_link "$LINENO"; then : |
31440 | 31462 | ||
@@ -31477,7 +31499,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31477 | 31499 | ||
31478 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 31500 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
31479 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 31501 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
31480 | @@ -9175,7 +9697,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 31502 | @@ -9173,7 +9695,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31481 | else | 31503 | else |
31482 | # Determine the default libpath from the value encoded in an | 31504 | # Determine the default libpath from the value encoded in an |
31483 | # empty executable. | 31505 | # empty executable. |
@@ -31492,7 +31514,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31492 | /* end confdefs.h. */ | 31514 | /* end confdefs.h. */ |
31493 | 31515 | ||
31494 | int | 31516 | int |
31495 | @@ -9188,22 +9716,29 @@ main () | 31517 | @@ -9186,22 +9714,29 @@ main () |
31496 | _ACEOF | 31518 | _ACEOF |
31497 | if ac_fn_c_try_link "$LINENO"; then : | 31519 | if ac_fn_c_try_link "$LINENO"; then : |
31498 | 31520 | ||
@@ -31535,7 +31557,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31535 | 31557 | ||
31536 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 31558 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
31537 | # Warning - without using the other run time loading flags, | 31559 | # Warning - without using the other run time loading flags, |
31538 | @@ -9248,20 +9783,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 31560 | @@ -9246,20 +9781,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31539 | # Microsoft Visual C++. | 31561 | # Microsoft Visual C++. |
31540 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 31562 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
31541 | # no search path for DLLs. | 31563 | # no search path for DLLs. |
@@ -31613,7 +31635,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31613 | ;; | 31635 | ;; |
31614 | 31636 | ||
31615 | darwin* | rhapsody*) | 31637 | darwin* | rhapsody*) |
31616 | @@ -9322,7 +9900,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 31638 | @@ -9320,7 +9898,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31617 | 31639 | ||
31618 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 31640 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
31619 | freebsd* | dragonfly*) | 31641 | freebsd* | dragonfly*) |
@@ -31622,7 +31644,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31622 | hardcode_libdir_flag_spec='-R$libdir' | 31644 | hardcode_libdir_flag_spec='-R$libdir' |
31623 | hardcode_direct=yes | 31645 | hardcode_direct=yes |
31624 | hardcode_shlibpath_var=no | 31646 | hardcode_shlibpath_var=no |
31625 | @@ -9330,7 +9908,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 31647 | @@ -9328,7 +9906,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31626 | 31648 | ||
31627 | hpux9*) | 31649 | hpux9*) |
31628 | if test "$GCC" = yes; then | 31650 | if test "$GCC" = yes; then |
@@ -31631,7 +31653,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31631 | else | 31653 | else |
31632 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 31654 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
31633 | fi | 31655 | fi |
31634 | @@ -9346,7 +9924,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 31656 | @@ -9344,7 +9922,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31635 | 31657 | ||
31636 | hpux10*) | 31658 | hpux10*) |
31637 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 31659 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -31640,7 +31662,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31640 | else | 31662 | else |
31641 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 31663 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
31642 | fi | 31664 | fi |
31643 | @@ -9370,10 +9948,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 31665 | @@ -9368,10 +9946,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31644 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 31666 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
31645 | ;; | 31667 | ;; |
31646 | ia64*) | 31668 | ia64*) |
@@ -31653,7 +31675,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31653 | ;; | 31675 | ;; |
31654 | esac | 31676 | esac |
31655 | else | 31677 | else |
31656 | @@ -9452,23 +10030,36 @@ fi | 31678 | @@ -9450,23 +10028,36 @@ fi |
31657 | 31679 | ||
31658 | irix5* | irix6* | nonstopux*) | 31680 | irix5* | irix6* | nonstopux*) |
31659 | if test "$GCC" = yes; then | 31681 | if test "$GCC" = yes; then |
@@ -31698,7 +31720,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31698 | else | 31720 | else |
31699 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 31721 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
31700 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 31722 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
31701 | @@ -9553,7 +10144,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 31723 | @@ -9551,7 +10142,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
31702 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 31724 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
31703 | if test "$GCC" = yes; then | 31725 | if test "$GCC" = yes; then |
31704 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 31726 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -31707,7 +31729,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31707 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 31729 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
31708 | else | 31730 | else |
31709 | allow_undefined_flag=' -expect_unresolved \*' | 31731 | allow_undefined_flag=' -expect_unresolved \*' |
31710 | @@ -9572,9 +10163,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 31732 | @@ -9570,9 +10161,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
31711 | no_undefined_flag=' -z defs' | 31733 | no_undefined_flag=' -z defs' |
31712 | if test "$GCC" = yes; then | 31734 | if test "$GCC" = yes; then |
31713 | wlarc='${wl}' | 31735 | wlarc='${wl}' |
@@ -31719,7 +31741,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31719 | else | 31741 | else |
31720 | case `$CC -V 2>&1` in | 31742 | case `$CC -V 2>&1` in |
31721 | *"Compilers 5.0"*) | 31743 | *"Compilers 5.0"*) |
31722 | @@ -10150,8 +10741,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 31744 | @@ -10148,8 +10739,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
31723 | need_version=no | 31745 | need_version=no |
31724 | need_lib_prefix=no | 31746 | need_lib_prefix=no |
31725 | 31747 | ||
@@ -31731,7 +31753,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31731 | library_names_spec='$libname.dll.a' | 31753 | library_names_spec='$libname.dll.a' |
31732 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 31754 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
31733 | postinstall_cmds='base_file=`basename \${file}`~ | 31755 | postinstall_cmds='base_file=`basename \${file}`~ |
31734 | @@ -10184,13 +10776,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 31756 | @@ -10182,13 +10774,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
31735 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 31757 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
31736 | ;; | 31758 | ;; |
31737 | esac | 31759 | esac |
@@ -31804,16 +31826,16 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31804 | # FIXME: first we should search . and the directory the executable is in | 31826 | # FIXME: first we should search . and the directory the executable is in |
31805 | shlibpath_var=PATH | 31827 | shlibpath_var=PATH |
31806 | ;; | 31828 | ;; |
31807 | @@ -11092,7 +11742,7 @@ else | 31829 | @@ -11090,7 +11740,7 @@ else |
31808 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 31830 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
31809 | lt_status=$lt_dlunknown | 31831 | lt_status=$lt_dlunknown |
31810 | cat > conftest.$ac_ext <<_LT_EOF | 31832 | cat > conftest.$ac_ext <<_LT_EOF |
31811 | -#line 11095 "configure" | 31833 | -#line 11093 "configure" |
31812 | +#line $LINENO "configure" | 31834 | +#line $LINENO "configure" |
31813 | #include "confdefs.h" | 31835 | #include "confdefs.h" |
31814 | 31836 | ||
31815 | #if HAVE_DLFCN_H | 31837 | #if HAVE_DLFCN_H |
31816 | @@ -11136,10 +11786,10 @@ else | 31838 | @@ -11134,10 +11784,10 @@ else |
31817 | /* When -fvisbility=hidden is used, assume the code has been annotated | 31839 | /* When -fvisbility=hidden is used, assume the code has been annotated |
31818 | correspondingly for the symbols needed. */ | 31840 | correspondingly for the symbols needed. */ |
31819 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 31841 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -31826,16 +31848,16 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31826 | int main () | 31848 | int main () |
31827 | { | 31849 | { |
31828 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 31850 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
31829 | @@ -11198,7 +11848,7 @@ else | 31851 | @@ -11196,7 +11846,7 @@ else |
31830 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 31852 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
31831 | lt_status=$lt_dlunknown | 31853 | lt_status=$lt_dlunknown |
31832 | cat > conftest.$ac_ext <<_LT_EOF | 31854 | cat > conftest.$ac_ext <<_LT_EOF |
31833 | -#line 11201 "configure" | 31855 | -#line 11199 "configure" |
31834 | +#line $LINENO "configure" | 31856 | +#line $LINENO "configure" |
31835 | #include "confdefs.h" | 31857 | #include "confdefs.h" |
31836 | 31858 | ||
31837 | #if HAVE_DLFCN_H | 31859 | #if HAVE_DLFCN_H |
31838 | @@ -11242,10 +11892,10 @@ else | 31860 | @@ -11240,10 +11890,10 @@ else |
31839 | /* When -fvisbility=hidden is used, assume the code has been annotated | 31861 | /* When -fvisbility=hidden is used, assume the code has been annotated |
31840 | correspondingly for the symbols needed. */ | 31862 | correspondingly for the symbols needed. */ |
31841 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 31863 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -31848,7 +31870,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31848 | int main () | 31870 | int main () |
31849 | { | 31871 | { |
31850 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 31872 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
31851 | @@ -15351,13 +16001,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 31873 | @@ -15349,13 +15999,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
31852 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 31874 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
31853 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 31875 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
31854 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 31876 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -31869,7 +31891,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31869 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 31891 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
31870 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 31892 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
31871 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 31893 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
31872 | @@ -15372,14 +16029,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 31894 | @@ -15370,14 +16027,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
31873 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 31895 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
31874 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 31896 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
31875 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 31897 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -31888,7 +31910,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31888 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 31910 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
31889 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 31911 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
31890 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 31912 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
31891 | @@ -15412,12 +16072,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 31913 | @@ -15410,12 +16070,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
31892 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 31914 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
31893 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 31915 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
31894 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 31916 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -31902,7 +31924,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31902 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 31924 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
31903 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 31925 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
31904 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 31926 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
31905 | @@ -15472,8 +16132,13 @@ reload_flag \ | 31927 | @@ -15470,8 +16130,13 @@ reload_flag \ |
31906 | OBJDUMP \ | 31928 | OBJDUMP \ |
31907 | deplibs_check_method \ | 31929 | deplibs_check_method \ |
31908 | file_magic_cmd \ | 31930 | file_magic_cmd \ |
@@ -31916,7 +31938,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31916 | STRIP \ | 31938 | STRIP \ |
31917 | RANLIB \ | 31939 | RANLIB \ |
31918 | CC \ | 31940 | CC \ |
31919 | @@ -15483,12 +16148,14 @@ lt_cv_sys_global_symbol_pipe \ | 31941 | @@ -15481,12 +16146,14 @@ lt_cv_sys_global_symbol_pipe \ |
31920 | lt_cv_sys_global_symbol_to_cdecl \ | 31942 | lt_cv_sys_global_symbol_to_cdecl \ |
31921 | lt_cv_sys_global_symbol_to_c_name_address \ | 31943 | lt_cv_sys_global_symbol_to_c_name_address \ |
31922 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 31944 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -31932,7 +31954,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31932 | DSYMUTIL \ | 31954 | DSYMUTIL \ |
31933 | NMEDIT \ | 31955 | NMEDIT \ |
31934 | LIPO \ | 31956 | LIPO \ |
31935 | @@ -15504,7 +16171,6 @@ no_undefined_flag \ | 31957 | @@ -15502,7 +16169,6 @@ no_undefined_flag \ |
31936 | hardcode_libdir_flag_spec \ | 31958 | hardcode_libdir_flag_spec \ |
31937 | hardcode_libdir_flag_spec_ld \ | 31959 | hardcode_libdir_flag_spec_ld \ |
31938 | hardcode_libdir_separator \ | 31960 | hardcode_libdir_separator \ |
@@ -31940,7 +31962,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31940 | exclude_expsyms \ | 31962 | exclude_expsyms \ |
31941 | include_expsyms \ | 31963 | include_expsyms \ |
31942 | file_list_spec \ | 31964 | file_list_spec \ |
31943 | @@ -15540,6 +16206,7 @@ module_cmds \ | 31965 | @@ -15538,6 +16204,7 @@ module_cmds \ |
31944 | module_expsym_cmds \ | 31966 | module_expsym_cmds \ |
31945 | export_symbols_cmds \ | 31967 | export_symbols_cmds \ |
31946 | prelink_cmds \ | 31968 | prelink_cmds \ |
@@ -31948,7 +31970,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31948 | postinstall_cmds \ | 31970 | postinstall_cmds \ |
31949 | postuninstall_cmds \ | 31971 | postuninstall_cmds \ |
31950 | finish_cmds \ | 31972 | finish_cmds \ |
31951 | @@ -16313,7 +16980,8 @@ $as_echo X"$file" | | 31973 | @@ -16311,7 +16978,8 @@ $as_echo X"$file" | |
31952 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 31974 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
31953 | # | 31975 | # |
31954 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 31976 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -31958,7 +31980,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
31958 | # Written by Gordon Matzigkeit, 1996 | 31980 | # Written by Gordon Matzigkeit, 1996 |
31959 | # | 31981 | # |
31960 | # This file is part of GNU Libtool. | 31982 | # This file is part of GNU Libtool. |
31961 | @@ -16416,19 +17084,42 @@ SP2NL=$lt_lt_SP2NL | 31983 | @@ -16414,19 +17082,42 @@ SP2NL=$lt_lt_SP2NL |
31962 | # turn newlines into spaces. | 31984 | # turn newlines into spaces. |
31963 | NL2SP=$lt_lt_NL2SP | 31985 | NL2SP=$lt_lt_NL2SP |
31964 | 31986 | ||
@@ -32002,7 +32024,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
32002 | # A symbol stripping program. | 32024 | # A symbol stripping program. |
32003 | STRIP=$lt_STRIP | 32025 | STRIP=$lt_STRIP |
32004 | 32026 | ||
32005 | @@ -16458,6 +17149,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 32027 | @@ -16456,6 +17147,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
32006 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 32028 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
32007 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 32029 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
32008 | 32030 | ||
@@ -32015,7 +32037,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
32015 | # The name of the directory that contains temporary libtool files. | 32037 | # The name of the directory that contains temporary libtool files. |
32016 | objdir=$objdir | 32038 | objdir=$objdir |
32017 | 32039 | ||
32018 | @@ -16467,6 +17164,9 @@ MAGIC_CMD=$MAGIC_CMD | 32040 | @@ -16465,6 +17162,9 @@ MAGIC_CMD=$MAGIC_CMD |
32019 | # Must we lock files when doing compilation? | 32041 | # Must we lock files when doing compilation? |
32020 | need_locks=$lt_need_locks | 32042 | need_locks=$lt_need_locks |
32021 | 32043 | ||
@@ -32025,7 +32047,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
32025 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 32047 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
32026 | DSYMUTIL=$lt_DSYMUTIL | 32048 | DSYMUTIL=$lt_DSYMUTIL |
32027 | 32049 | ||
32028 | @@ -16581,12 +17281,12 @@ with_gcc=$GCC | 32050 | @@ -16579,12 +17279,12 @@ with_gcc=$GCC |
32029 | # Compiler flag to turn off builtin functions. | 32051 | # Compiler flag to turn off builtin functions. |
32030 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 32052 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
32031 | 32053 | ||
@@ -32041,7 +32063,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
32041 | # Compiler flag to prevent dynamic linking. | 32063 | # Compiler flag to prevent dynamic linking. |
32042 | link_static_flag=$lt_lt_prog_compiler_static | 32064 | link_static_flag=$lt_lt_prog_compiler_static |
32043 | 32065 | ||
32044 | @@ -16673,9 +17373,6 @@ inherit_rpath=$inherit_rpath | 32066 | @@ -16671,9 +17371,6 @@ inherit_rpath=$inherit_rpath |
32045 | # Whether libtool must link a program against all its dependency libraries. | 32067 | # Whether libtool must link a program against all its dependency libraries. |
32046 | link_all_deplibs=$link_all_deplibs | 32068 | link_all_deplibs=$link_all_deplibs |
32047 | 32069 | ||
@@ -32051,7 +32073,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
32051 | # Set to "yes" if exported symbols are required. | 32073 | # Set to "yes" if exported symbols are required. |
32052 | always_export_symbols=$always_export_symbols | 32074 | always_export_symbols=$always_export_symbols |
32053 | 32075 | ||
32054 | @@ -16691,6 +17388,9 @@ include_expsyms=$lt_include_expsyms | 32076 | @@ -16689,6 +17386,9 @@ include_expsyms=$lt_include_expsyms |
32055 | # Commands necessary for linking programs (against libraries) with templates. | 32077 | # Commands necessary for linking programs (against libraries) with templates. |
32056 | prelink_cmds=$lt_prelink_cmds | 32078 | prelink_cmds=$lt_prelink_cmds |
32057 | 32079 | ||
@@ -32061,7 +32083,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
32061 | # Specify filename containing input files. | 32083 | # Specify filename containing input files. |
32062 | file_list_spec=$lt_file_list_spec | 32084 | file_list_spec=$lt_file_list_spec |
32063 | 32085 | ||
32064 | @@ -16723,210 +17423,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 32086 | @@ -16721,210 +17421,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
32065 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 32087 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
32066 | # text mode, it properly converts lines to CR/LF. This bash problem | 32088 | # text mode, it properly converts lines to CR/LF. This bash problem |
32067 | # is reportedly fixed, but why not run on old versions too? | 32089 | # is reportedly fixed, but why not run on old versions too? |
@@ -32436,7 +32458,7 @@ index 1660c3266a3..a1b84ed81f9 100755 | |||
32436 | chmod +x "$ofile" | 32458 | chmod +x "$ofile" |
32437 | 32459 | ||
32438 | diff --git a/zlib/Makefile.in b/zlib/Makefile.in | 32460 | diff --git a/zlib/Makefile.in b/zlib/Makefile.in |
32439 | index dd8a21deba1..28628282c56 100644 | 32461 | index 951260ac4c5..9398823cc09 100644 |
32440 | --- a/zlib/Makefile.in | 32462 | --- a/zlib/Makefile.in |
32441 | +++ b/zlib/Makefile.in | 32463 | +++ b/zlib/Makefile.in |
32442 | @@ -281,6 +281,7 @@ CPPFLAGS = @CPPFLAGS@ | 32464 | @@ -281,6 +281,7 @@ CPPFLAGS = @CPPFLAGS@ |
@@ -32464,7 +32486,7 @@ index dd8a21deba1..28628282c56 100644 | |||
32464 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 32486 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
32465 | am__include = @am__include@ | 32487 | am__include = @am__include@ |
32466 | diff --git a/zlib/configure b/zlib/configure | 32488 | diff --git a/zlib/configure b/zlib/configure |
32467 | index 2d551360683..e01d0a70438 100755 | 32489 | index cae55c5ca49..24193ee5db7 100755 |
32468 | --- a/zlib/configure | 32490 | --- a/zlib/configure |
32469 | +++ b/zlib/configure | 32491 | +++ b/zlib/configure |
32470 | @@ -648,8 +648,11 @@ OTOOL | 32492 | @@ -648,8 +648,11 @@ OTOOL |
@@ -32496,7 +32518,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32496 | 32518 | ||
32497 | Some influential environment variables: | 32519 | Some influential environment variables: |
32498 | CC C compiler command | 32520 | CC C compiler command |
32499 | @@ -4190,8 +4196,8 @@ esac | 32521 | @@ -4189,8 +4195,8 @@ esac |
32500 | 32522 | ||
32501 | 32523 | ||
32502 | 32524 | ||
@@ -32507,7 +32529,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32507 | 32529 | ||
32508 | 32530 | ||
32509 | 32531 | ||
32510 | @@ -4231,7 +4237,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 32532 | @@ -4230,7 +4236,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
32511 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 32533 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
32512 | $as_echo_n "checking how to print strings... " >&6; } | 32534 | $as_echo_n "checking how to print strings... " >&6; } |
32513 | # Test print first, because it will be a builtin if present. | 32535 | # Test print first, because it will be a builtin if present. |
@@ -32516,7 +32538,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32516 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 32538 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
32517 | ECHO='print -r --' | 32539 | ECHO='print -r --' |
32518 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 32540 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
32519 | @@ -5054,8 +5060,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 32541 | @@ -5053,8 +5059,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
32520 | # Try some XSI features | 32542 | # Try some XSI features |
32521 | xsi_shell=no | 32543 | xsi_shell=no |
32522 | ( _lt_dummy="a/b/c" | 32544 | ( _lt_dummy="a/b/c" |
@@ -32527,7 +32549,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32527 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 32549 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
32528 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 32550 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
32529 | && xsi_shell=yes | 32551 | && xsi_shell=yes |
32530 | @@ -5104,6 +5110,80 @@ esac | 32552 | @@ -5103,6 +5109,80 @@ esac |
32531 | 32553 | ||
32532 | 32554 | ||
32533 | 32555 | ||
@@ -32608,7 +32630,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32608 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 32630 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
32609 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 32631 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
32610 | if ${lt_cv_ld_reload_flag+:} false; then : | 32632 | if ${lt_cv_ld_reload_flag+:} false; then : |
32611 | @@ -5120,6 +5200,11 @@ case $reload_flag in | 32633 | @@ -5119,6 +5199,11 @@ case $reload_flag in |
32612 | esac | 32634 | esac |
32613 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 32635 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
32614 | case $host_os in | 32636 | case $host_os in |
@@ -32620,7 +32642,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32620 | darwin*) | 32642 | darwin*) |
32621 | if test "$GCC" = yes; then | 32643 | if test "$GCC" = yes; then |
32622 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 32644 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
32623 | @@ -5288,7 +5373,8 @@ mingw* | pw32*) | 32645 | @@ -5287,7 +5372,8 @@ mingw* | pw32*) |
32624 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 32646 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
32625 | lt_cv_file_magic_cmd='func_win32_libid' | 32647 | lt_cv_file_magic_cmd='func_win32_libid' |
32626 | else | 32648 | else |
@@ -32630,7 +32652,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32630 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 32652 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
32631 | fi | 32653 | fi |
32632 | ;; | 32654 | ;; |
32633 | @@ -5447,6 +5533,21 @@ esac | 32655 | @@ -5446,6 +5532,21 @@ esac |
32634 | fi | 32656 | fi |
32635 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 32657 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
32636 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 32658 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -32652,7 +32674,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32652 | file_magic_cmd=$lt_cv_file_magic_cmd | 32674 | file_magic_cmd=$lt_cv_file_magic_cmd |
32653 | deplibs_check_method=$lt_cv_deplibs_check_method | 32675 | deplibs_check_method=$lt_cv_deplibs_check_method |
32654 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 32676 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
32655 | @@ -5462,6 +5563,158 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 32677 | @@ -5461,6 +5562,158 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
32656 | 32678 | ||
32657 | 32679 | ||
32658 | 32680 | ||
@@ -32811,7 +32833,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32811 | plugin_option= | 32833 | plugin_option= |
32812 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 32834 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
32813 | for plugin in $plugin_names; do | 32835 | for plugin in $plugin_names; do |
32814 | @@ -5476,8 +5729,10 @@ for plugin in $plugin_names; do | 32836 | @@ -5475,8 +5728,10 @@ for plugin in $plugin_names; do |
32815 | done | 32837 | done |
32816 | 32838 | ||
32817 | if test -n "$ac_tool_prefix"; then | 32839 | if test -n "$ac_tool_prefix"; then |
@@ -32824,7 +32846,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32824 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 32846 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
32825 | $as_echo_n "checking for $ac_word... " >&6; } | 32847 | $as_echo_n "checking for $ac_word... " >&6; } |
32826 | if ${ac_cv_prog_AR+:} false; then : | 32848 | if ${ac_cv_prog_AR+:} false; then : |
32827 | @@ -5493,7 +5748,7 @@ do | 32849 | @@ -5492,7 +5747,7 @@ do |
32828 | test -z "$as_dir" && as_dir=. | 32850 | test -z "$as_dir" && as_dir=. |
32829 | for ac_exec_ext in '' $ac_executable_extensions; do | 32851 | for ac_exec_ext in '' $ac_executable_extensions; do |
32830 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 32852 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -32833,7 +32855,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32833 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 32855 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
32834 | break 2 | 32856 | break 2 |
32835 | fi | 32857 | fi |
32836 | @@ -5513,11 +5768,15 @@ $as_echo "no" >&6; } | 32858 | @@ -5512,11 +5767,15 @@ $as_echo "no" >&6; } |
32837 | fi | 32859 | fi |
32838 | 32860 | ||
32839 | 32861 | ||
@@ -32852,7 +32874,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32852 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 32874 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
32853 | $as_echo_n "checking for $ac_word... " >&6; } | 32875 | $as_echo_n "checking for $ac_word... " >&6; } |
32854 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 32876 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
32855 | @@ -5533,7 +5792,7 @@ do | 32877 | @@ -5532,7 +5791,7 @@ do |
32856 | test -z "$as_dir" && as_dir=. | 32878 | test -z "$as_dir" && as_dir=. |
32857 | for ac_exec_ext in '' $ac_executable_extensions; do | 32879 | for ac_exec_ext in '' $ac_executable_extensions; do |
32858 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 32880 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -32861,7 +32883,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32861 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 32883 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
32862 | break 2 | 32884 | break 2 |
32863 | fi | 32885 | fi |
32864 | @@ -5552,6 +5811,10 @@ else | 32886 | @@ -5551,6 +5810,10 @@ else |
32865 | $as_echo "no" >&6; } | 32887 | $as_echo "no" >&6; } |
32866 | fi | 32888 | fi |
32867 | 32889 | ||
@@ -32872,7 +32894,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32872 | if test "x$ac_ct_AR" = x; then | 32894 | if test "x$ac_ct_AR" = x; then |
32873 | AR="false" | 32895 | AR="false" |
32874 | else | 32896 | else |
32875 | @@ -5563,25 +5826,19 @@ ac_tool_warned=yes ;; | 32897 | @@ -5562,25 +5825,19 @@ ac_tool_warned=yes ;; |
32876 | esac | 32898 | esac |
32877 | AR=$ac_ct_AR | 32899 | AR=$ac_ct_AR |
32878 | fi | 32900 | fi |
@@ -32907,7 +32929,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32907 | 32929 | ||
32908 | 32930 | ||
32909 | 32931 | ||
32910 | @@ -5593,6 +5850,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 32932 | @@ -5592,6 +5849,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
32911 | 32933 | ||
32912 | 32934 | ||
32913 | 32935 | ||
@@ -32972,7 +32994,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32972 | if test -n "$ac_tool_prefix"; then | 32994 | if test -n "$ac_tool_prefix"; then |
32973 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 32995 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
32974 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 32996 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
32975 | @@ -5932,8 +6247,8 @@ esac | 32997 | @@ -5931,8 +6246,8 @@ esac |
32976 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 32998 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
32977 | 32999 | ||
32978 | # Transform an extracted symbol line into symbol name and symbol address | 33000 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -32983,7 +33005,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32983 | 33005 | ||
32984 | # Handle CRLF in mingw tool chain | 33006 | # Handle CRLF in mingw tool chain |
32985 | opt_cr= | 33007 | opt_cr= |
32986 | @@ -5969,6 +6284,7 @@ for ac_symprfx in "" "_"; do | 33008 | @@ -5968,6 +6283,7 @@ for ac_symprfx in "" "_"; do |
32987 | else | 33009 | else |
32988 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 33010 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
32989 | fi | 33011 | fi |
@@ -32991,7 +33013,7 @@ index 2d551360683..e01d0a70438 100755 | |||
32991 | 33013 | ||
32992 | # Check to see that the pipe works correctly. | 33014 | # Check to see that the pipe works correctly. |
32993 | pipe_works=no | 33015 | pipe_works=no |
32994 | @@ -6010,6 +6326,18 @@ _LT_EOF | 33016 | @@ -6009,6 +6325,18 @@ _LT_EOF |
32995 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 33017 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
32996 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 33018 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
32997 | cat <<_LT_EOF > conftest.$ac_ext | 33019 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -33010,7 +33032,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33010 | #ifdef __cplusplus | 33032 | #ifdef __cplusplus |
33011 | extern "C" { | 33033 | extern "C" { |
33012 | #endif | 33034 | #endif |
33013 | @@ -6021,7 +6349,7 @@ _LT_EOF | 33035 | @@ -6020,7 +6348,7 @@ _LT_EOF |
33014 | cat <<_LT_EOF >> conftest.$ac_ext | 33036 | cat <<_LT_EOF >> conftest.$ac_ext |
33015 | 33037 | ||
33016 | /* The mapping between symbol names and symbols. */ | 33038 | /* The mapping between symbol names and symbols. */ |
@@ -33019,7 +33041,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33019 | const char *name; | 33041 | const char *name; |
33020 | void *address; | 33042 | void *address; |
33021 | } | 33043 | } |
33022 | @@ -6047,8 +6375,8 @@ static const void *lt_preloaded_setup() { | 33044 | @@ -6046,8 +6374,8 @@ static const void *lt_preloaded_setup() { |
33023 | _LT_EOF | 33045 | _LT_EOF |
33024 | # Now try linking the two files. | 33046 | # Now try linking the two files. |
33025 | mv conftest.$ac_objext conftstm.$ac_objext | 33047 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -33030,7 +33052,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33030 | LIBS="conftstm.$ac_objext" | 33052 | LIBS="conftstm.$ac_objext" |
33031 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 33053 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
33032 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 33054 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
33033 | @@ -6058,8 +6386,8 @@ _LT_EOF | 33055 | @@ -6057,8 +6385,8 @@ _LT_EOF |
33034 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 33056 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
33035 | pipe_works=yes | 33057 | pipe_works=yes |
33036 | fi | 33058 | fi |
@@ -33041,7 +33063,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33041 | else | 33063 | else |
33042 | echo "cannot find nm_test_func in $nlist" >&5 | 33064 | echo "cannot find nm_test_func in $nlist" >&5 |
33043 | fi | 33065 | fi |
33044 | @@ -6096,6 +6424,17 @@ else | 33066 | @@ -6095,6 +6423,17 @@ else |
33045 | $as_echo "ok" >&6; } | 33067 | $as_echo "ok" >&6; } |
33046 | fi | 33068 | fi |
33047 | 33069 | ||
@@ -33059,7 +33081,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33059 | 33081 | ||
33060 | 33082 | ||
33061 | 33083 | ||
33062 | @@ -6113,6 +6452,43 @@ fi | 33084 | @@ -6112,6 +6451,43 @@ fi |
33063 | 33085 | ||
33064 | 33086 | ||
33065 | 33087 | ||
@@ -33103,7 +33125,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33103 | 33125 | ||
33104 | 33126 | ||
33105 | 33127 | ||
33106 | @@ -6327,6 +6703,123 @@ esac | 33128 | @@ -6326,6 +6702,123 @@ esac |
33107 | 33129 | ||
33108 | need_locks="$enable_libtool_lock" | 33130 | need_locks="$enable_libtool_lock" |
33109 | 33131 | ||
@@ -33227,7 +33249,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33227 | 33249 | ||
33228 | case $host_os in | 33250 | case $host_os in |
33229 | rhapsody* | darwin*) | 33251 | rhapsody* | darwin*) |
33230 | @@ -6893,6 +7386,8 @@ _LT_EOF | 33252 | @@ -6892,6 +7385,8 @@ _LT_EOF |
33231 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 33253 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
33232 | echo "$AR cru libconftest.a conftest.o" >&5 | 33254 | echo "$AR cru libconftest.a conftest.o" >&5 |
33233 | $AR cru libconftest.a conftest.o 2>&5 | 33255 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -33236,7 +33258,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33236 | cat > conftest.c << _LT_EOF | 33258 | cat > conftest.c << _LT_EOF |
33237 | int main() { return 0;} | 33259 | int main() { return 0;} |
33238 | _LT_EOF | 33260 | _LT_EOF |
33239 | @@ -7744,8 +8239,6 @@ fi | 33261 | @@ -7743,8 +8238,6 @@ fi |
33240 | lt_prog_compiler_pic= | 33262 | lt_prog_compiler_pic= |
33241 | lt_prog_compiler_static= | 33263 | lt_prog_compiler_static= |
33242 | 33264 | ||
@@ -33245,7 +33267,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33245 | 33267 | ||
33246 | if test "$GCC" = yes; then | 33268 | if test "$GCC" = yes; then |
33247 | lt_prog_compiler_wl='-Wl,' | 33269 | lt_prog_compiler_wl='-Wl,' |
33248 | @@ -7911,6 +8404,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 33270 | @@ -7910,6 +8403,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
33249 | lt_prog_compiler_pic='--shared' | 33271 | lt_prog_compiler_pic='--shared' |
33250 | lt_prog_compiler_static='--static' | 33272 | lt_prog_compiler_static='--static' |
33251 | ;; | 33273 | ;; |
@@ -33258,7 +33280,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33258 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 33280 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
33259 | # Portland Group compilers (*not* the Pentium gcc compiler, | 33281 | # Portland Group compilers (*not* the Pentium gcc compiler, |
33260 | # which looks to be a dead project) | 33282 | # which looks to be a dead project) |
33261 | @@ -7973,7 +8472,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 33283 | @@ -7972,7 +8471,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
33262 | lt_prog_compiler_pic='-KPIC' | 33284 | lt_prog_compiler_pic='-KPIC' |
33263 | lt_prog_compiler_static='-Bstatic' | 33285 | lt_prog_compiler_static='-Bstatic' |
33264 | case $cc_basename in | 33286 | case $cc_basename in |
@@ -33267,7 +33289,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33267 | lt_prog_compiler_wl='-Qoption ld ';; | 33289 | lt_prog_compiler_wl='-Qoption ld ';; |
33268 | *) | 33290 | *) |
33269 | lt_prog_compiler_wl='-Wl,';; | 33291 | lt_prog_compiler_wl='-Wl,';; |
33270 | @@ -8030,13 +8529,17 @@ case $host_os in | 33292 | @@ -8029,13 +8528,17 @@ case $host_os in |
33271 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 33293 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
33272 | ;; | 33294 | ;; |
33273 | esac | 33295 | esac |
@@ -33291,7 +33313,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33291 | 33313 | ||
33292 | # | 33314 | # |
33293 | # Check to make sure the PIC flag actually works. | 33315 | # Check to make sure the PIC flag actually works. |
33294 | @@ -8097,6 +8600,11 @@ fi | 33316 | @@ -8096,6 +8599,11 @@ fi |
33295 | 33317 | ||
33296 | 33318 | ||
33297 | 33319 | ||
@@ -33303,7 +33325,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33303 | # | 33325 | # |
33304 | # Check to make sure the static flag actually works. | 33326 | # Check to make sure the static flag actually works. |
33305 | # | 33327 | # |
33306 | @@ -8447,7 +8955,8 @@ _LT_EOF | 33328 | @@ -8446,7 +8954,8 @@ _LT_EOF |
33307 | allow_undefined_flag=unsupported | 33329 | allow_undefined_flag=unsupported |
33308 | always_export_symbols=no | 33330 | always_export_symbols=no |
33309 | enable_shared_with_static_runtimes=yes | 33331 | enable_shared_with_static_runtimes=yes |
@@ -33313,7 +33335,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33313 | 33335 | ||
33314 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 33336 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
33315 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 33337 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
33316 | @@ -8546,12 +9055,12 @@ _LT_EOF | 33338 | @@ -8545,12 +9054,12 @@ _LT_EOF |
33317 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 33339 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
33318 | hardcode_libdir_flag_spec= | 33340 | hardcode_libdir_flag_spec= |
33319 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 33341 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -33328,7 +33350,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33328 | fi | 33350 | fi |
33329 | ;; | 33351 | ;; |
33330 | esac | 33352 | esac |
33331 | @@ -8565,8 +9074,8 @@ _LT_EOF | 33353 | @@ -8564,8 +9073,8 @@ _LT_EOF |
33332 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 33354 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
33333 | wlarc= | 33355 | wlarc= |
33334 | else | 33356 | else |
@@ -33339,7 +33361,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33339 | fi | 33361 | fi |
33340 | ;; | 33362 | ;; |
33341 | 33363 | ||
33342 | @@ -8584,8 +9093,8 @@ _LT_EOF | 33364 | @@ -8583,8 +9092,8 @@ _LT_EOF |
33343 | 33365 | ||
33344 | _LT_EOF | 33366 | _LT_EOF |
33345 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 33367 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -33350,7 +33372,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33350 | else | 33372 | else |
33351 | ld_shlibs=no | 33373 | ld_shlibs=no |
33352 | fi | 33374 | fi |
33353 | @@ -8631,8 +9140,8 @@ _LT_EOF | 33375 | @@ -8630,8 +9139,8 @@ _LT_EOF |
33354 | 33376 | ||
33355 | *) | 33377 | *) |
33356 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 33378 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -33361,7 +33383,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33361 | else | 33383 | else |
33362 | ld_shlibs=no | 33384 | ld_shlibs=no |
33363 | fi | 33385 | fi |
33364 | @@ -8762,7 +9271,13 @@ _LT_EOF | 33386 | @@ -8761,7 +9270,13 @@ _LT_EOF |
33365 | allow_undefined_flag='-berok' | 33387 | allow_undefined_flag='-berok' |
33366 | # Determine the default libpath from the value encoded in an | 33388 | # Determine the default libpath from the value encoded in an |
33367 | # empty executable. | 33389 | # empty executable. |
@@ -33376,7 +33398,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33376 | as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 | 33398 | as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 |
33377 | fi | 33399 | fi |
33378 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 33400 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
33379 | @@ -8778,22 +9293,29 @@ main () | 33401 | @@ -8777,22 +9292,29 @@ main () |
33380 | _ACEOF | 33402 | _ACEOF |
33381 | if ac_fn_c_try_link "$LINENO"; then : | 33403 | if ac_fn_c_try_link "$LINENO"; then : |
33382 | 33404 | ||
@@ -33419,7 +33441,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33419 | 33441 | ||
33420 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 33442 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
33421 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 33443 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
33422 | @@ -8805,7 +9327,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 33444 | @@ -8804,7 +9326,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
33423 | else | 33445 | else |
33424 | # Determine the default libpath from the value encoded in an | 33446 | # Determine the default libpath from the value encoded in an |
33425 | # empty executable. | 33447 | # empty executable. |
@@ -33434,7 +33456,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33434 | as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 | 33456 | as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 |
33435 | fi | 33457 | fi |
33436 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 33458 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
33437 | @@ -8821,22 +9349,29 @@ main () | 33459 | @@ -8820,22 +9348,29 @@ main () |
33438 | _ACEOF | 33460 | _ACEOF |
33439 | if ac_fn_c_try_link "$LINENO"; then : | 33461 | if ac_fn_c_try_link "$LINENO"; then : |
33440 | 33462 | ||
@@ -33477,7 +33499,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33477 | 33499 | ||
33478 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 33500 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
33479 | # Warning - without using the other run time loading flags, | 33501 | # Warning - without using the other run time loading flags, |
33480 | @@ -8881,20 +9416,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 33502 | @@ -8880,20 +9415,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
33481 | # Microsoft Visual C++. | 33503 | # Microsoft Visual C++. |
33482 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 33504 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
33483 | # no search path for DLLs. | 33505 | # no search path for DLLs. |
@@ -33555,7 +33577,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33555 | ;; | 33577 | ;; |
33556 | 33578 | ||
33557 | darwin* | rhapsody*) | 33579 | darwin* | rhapsody*) |
33558 | @@ -8955,7 +9533,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 33580 | @@ -8954,7 +9532,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
33559 | 33581 | ||
33560 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 33582 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
33561 | freebsd* | dragonfly*) | 33583 | freebsd* | dragonfly*) |
@@ -33564,7 +33586,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33564 | hardcode_libdir_flag_spec='-R$libdir' | 33586 | hardcode_libdir_flag_spec='-R$libdir' |
33565 | hardcode_direct=yes | 33587 | hardcode_direct=yes |
33566 | hardcode_shlibpath_var=no | 33588 | hardcode_shlibpath_var=no |
33567 | @@ -8963,7 +9541,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 33589 | @@ -8962,7 +9540,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
33568 | 33590 | ||
33569 | hpux9*) | 33591 | hpux9*) |
33570 | if test "$GCC" = yes; then | 33592 | if test "$GCC" = yes; then |
@@ -33573,7 +33595,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33573 | else | 33595 | else |
33574 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 33596 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
33575 | fi | 33597 | fi |
33576 | @@ -8979,7 +9557,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 33598 | @@ -8978,7 +9556,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
33577 | 33599 | ||
33578 | hpux10*) | 33600 | hpux10*) |
33579 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 33601 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -33582,7 +33604,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33582 | else | 33604 | else |
33583 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 33605 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
33584 | fi | 33606 | fi |
33585 | @@ -9003,10 +9581,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 33607 | @@ -9002,10 +9580,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
33586 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 33608 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
33587 | ;; | 33609 | ;; |
33588 | ia64*) | 33610 | ia64*) |
@@ -33595,7 +33617,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33595 | ;; | 33617 | ;; |
33596 | esac | 33618 | esac |
33597 | else | 33619 | else |
33598 | @@ -9085,26 +9663,39 @@ fi | 33620 | @@ -9084,26 +9662,39 @@ fi |
33599 | 33621 | ||
33600 | irix5* | irix6* | nonstopux*) | 33622 | irix5* | irix6* | nonstopux*) |
33601 | if test "$GCC" = yes; then | 33623 | if test "$GCC" = yes; then |
@@ -33643,7 +33665,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33643 | else | 33665 | else |
33644 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 33666 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
33645 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 33667 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
33646 | @@ -9189,7 +9780,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 33668 | @@ -9188,7 +9779,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
33647 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 33669 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
33648 | if test "$GCC" = yes; then | 33670 | if test "$GCC" = yes; then |
33649 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 33671 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -33652,7 +33674,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33652 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 33674 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
33653 | else | 33675 | else |
33654 | allow_undefined_flag=' -expect_unresolved \*' | 33676 | allow_undefined_flag=' -expect_unresolved \*' |
33655 | @@ -9208,9 +9799,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 33677 | @@ -9207,9 +9798,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
33656 | no_undefined_flag=' -z defs' | 33678 | no_undefined_flag=' -z defs' |
33657 | if test "$GCC" = yes; then | 33679 | if test "$GCC" = yes; then |
33658 | wlarc='${wl}' | 33680 | wlarc='${wl}' |
@@ -33664,7 +33686,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33664 | else | 33686 | else |
33665 | case `$CC -V 2>&1` in | 33687 | case `$CC -V 2>&1` in |
33666 | *"Compilers 5.0"*) | 33688 | *"Compilers 5.0"*) |
33667 | @@ -9786,8 +10377,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 33689 | @@ -9785,8 +10376,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
33668 | need_version=no | 33690 | need_version=no |
33669 | need_lib_prefix=no | 33691 | need_lib_prefix=no |
33670 | 33692 | ||
@@ -33676,7 +33698,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33676 | library_names_spec='$libname.dll.a' | 33698 | library_names_spec='$libname.dll.a' |
33677 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 33699 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
33678 | postinstall_cmds='base_file=`basename \${file}`~ | 33700 | postinstall_cmds='base_file=`basename \${file}`~ |
33679 | @@ -9820,13 +10412,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 33701 | @@ -9819,13 +10411,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
33680 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 33702 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
33681 | ;; | 33703 | ;; |
33682 | esac | 33704 | esac |
@@ -33749,16 +33771,16 @@ index 2d551360683..e01d0a70438 100755 | |||
33749 | # FIXME: first we should search . and the directory the executable is in | 33771 | # FIXME: first we should search . and the directory the executable is in |
33750 | shlibpath_var=PATH | 33772 | shlibpath_var=PATH |
33751 | ;; | 33773 | ;; |
33752 | @@ -10746,7 +11396,7 @@ else | 33774 | @@ -10745,7 +11395,7 @@ else |
33753 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 33775 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
33754 | lt_status=$lt_dlunknown | 33776 | lt_status=$lt_dlunknown |
33755 | cat > conftest.$ac_ext <<_LT_EOF | 33777 | cat > conftest.$ac_ext <<_LT_EOF |
33756 | -#line 10749 "configure" | 33778 | -#line 10748 "configure" |
33757 | +#line $LINENO "configure" | 33779 | +#line $LINENO "configure" |
33758 | #include "confdefs.h" | 33780 | #include "confdefs.h" |
33759 | 33781 | ||
33760 | #if HAVE_DLFCN_H | 33782 | #if HAVE_DLFCN_H |
33761 | @@ -10790,10 +11440,10 @@ else | 33783 | @@ -10789,10 +11439,10 @@ else |
33762 | /* When -fvisbility=hidden is used, assume the code has been annotated | 33784 | /* When -fvisbility=hidden is used, assume the code has been annotated |
33763 | correspondingly for the symbols needed. */ | 33785 | correspondingly for the symbols needed. */ |
33764 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 33786 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -33771,16 +33793,16 @@ index 2d551360683..e01d0a70438 100755 | |||
33771 | int main () | 33793 | int main () |
33772 | { | 33794 | { |
33773 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 33795 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
33774 | @@ -10852,7 +11502,7 @@ else | 33796 | @@ -10851,7 +11501,7 @@ else |
33775 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 33797 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
33776 | lt_status=$lt_dlunknown | 33798 | lt_status=$lt_dlunknown |
33777 | cat > conftest.$ac_ext <<_LT_EOF | 33799 | cat > conftest.$ac_ext <<_LT_EOF |
33778 | -#line 10855 "configure" | 33800 | -#line 10854 "configure" |
33779 | +#line $LINENO "configure" | 33801 | +#line $LINENO "configure" |
33780 | #include "confdefs.h" | 33802 | #include "confdefs.h" |
33781 | 33803 | ||
33782 | #if HAVE_DLFCN_H | 33804 | #if HAVE_DLFCN_H |
33783 | @@ -10896,10 +11546,10 @@ else | 33805 | @@ -10895,10 +11545,10 @@ else |
33784 | /* When -fvisbility=hidden is used, assume the code has been annotated | 33806 | /* When -fvisbility=hidden is used, assume the code has been annotated |
33785 | correspondingly for the symbols needed. */ | 33807 | correspondingly for the symbols needed. */ |
33786 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 33808 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -33793,7 +33815,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33793 | int main () | 33815 | int main () |
33794 | { | 33816 | { |
33795 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 33817 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
33796 | @@ -12385,13 +13035,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 33818 | @@ -12377,13 +13027,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
33797 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 33819 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
33798 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 33820 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
33799 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 33821 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -33814,7 +33836,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33814 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 33836 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
33815 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 33837 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
33816 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 33838 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
33817 | @@ -12406,14 +13063,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 33839 | @@ -12398,14 +13055,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
33818 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 33840 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
33819 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 33841 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
33820 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 33842 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
@@ -33833,7 +33855,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33833 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 33855 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
33834 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 33856 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
33835 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 33857 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
33836 | @@ -12446,12 +13106,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 33858 | @@ -12438,12 +13098,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
33837 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 33859 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
33838 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 33860 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
33839 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 33861 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -33847,7 +33869,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33847 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 33869 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
33848 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 33870 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
33849 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 33871 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
33850 | @@ -12506,8 +13166,13 @@ reload_flag \ | 33872 | @@ -12498,8 +13158,13 @@ reload_flag \ |
33851 | OBJDUMP \ | 33873 | OBJDUMP \ |
33852 | deplibs_check_method \ | 33874 | deplibs_check_method \ |
33853 | file_magic_cmd \ | 33875 | file_magic_cmd \ |
@@ -33861,7 +33883,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33861 | STRIP \ | 33883 | STRIP \ |
33862 | RANLIB \ | 33884 | RANLIB \ |
33863 | CC \ | 33885 | CC \ |
33864 | @@ -12517,12 +13182,14 @@ lt_cv_sys_global_symbol_pipe \ | 33886 | @@ -12509,12 +13174,14 @@ lt_cv_sys_global_symbol_pipe \ |
33865 | lt_cv_sys_global_symbol_to_cdecl \ | 33887 | lt_cv_sys_global_symbol_to_cdecl \ |
33866 | lt_cv_sys_global_symbol_to_c_name_address \ | 33888 | lt_cv_sys_global_symbol_to_c_name_address \ |
33867 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 33889 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -33877,7 +33899,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33877 | DSYMUTIL \ | 33899 | DSYMUTIL \ |
33878 | NMEDIT \ | 33900 | NMEDIT \ |
33879 | LIPO \ | 33901 | LIPO \ |
33880 | @@ -12538,7 +13205,6 @@ no_undefined_flag \ | 33902 | @@ -12530,7 +13197,6 @@ no_undefined_flag \ |
33881 | hardcode_libdir_flag_spec \ | 33903 | hardcode_libdir_flag_spec \ |
33882 | hardcode_libdir_flag_spec_ld \ | 33904 | hardcode_libdir_flag_spec_ld \ |
33883 | hardcode_libdir_separator \ | 33905 | hardcode_libdir_separator \ |
@@ -33885,7 +33907,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33885 | exclude_expsyms \ | 33907 | exclude_expsyms \ |
33886 | include_expsyms \ | 33908 | include_expsyms \ |
33887 | file_list_spec \ | 33909 | file_list_spec \ |
33888 | @@ -12574,6 +13240,7 @@ module_cmds \ | 33910 | @@ -12566,6 +13232,7 @@ module_cmds \ |
33889 | module_expsym_cmds \ | 33911 | module_expsym_cmds \ |
33890 | export_symbols_cmds \ | 33912 | export_symbols_cmds \ |
33891 | prelink_cmds \ | 33913 | prelink_cmds \ |
@@ -33893,7 +33915,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33893 | postinstall_cmds \ | 33915 | postinstall_cmds \ |
33894 | postuninstall_cmds \ | 33916 | postuninstall_cmds \ |
33895 | finish_cmds \ | 33917 | finish_cmds \ |
33896 | @@ -13172,7 +13839,8 @@ $as_echo X"$file" | | 33918 | @@ -13164,7 +13831,8 @@ $as_echo X"$file" | |
33897 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 33919 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
33898 | # | 33920 | # |
33899 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 33921 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -33903,7 +33925,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33903 | # Written by Gordon Matzigkeit, 1996 | 33925 | # Written by Gordon Matzigkeit, 1996 |
33904 | # | 33926 | # |
33905 | # This file is part of GNU Libtool. | 33927 | # This file is part of GNU Libtool. |
33906 | @@ -13275,19 +13943,42 @@ SP2NL=$lt_lt_SP2NL | 33928 | @@ -13267,19 +13935,42 @@ SP2NL=$lt_lt_SP2NL |
33907 | # turn newlines into spaces. | 33929 | # turn newlines into spaces. |
33908 | NL2SP=$lt_lt_NL2SP | 33930 | NL2SP=$lt_lt_NL2SP |
33909 | 33931 | ||
@@ -33947,7 +33969,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33947 | # A symbol stripping program. | 33969 | # A symbol stripping program. |
33948 | STRIP=$lt_STRIP | 33970 | STRIP=$lt_STRIP |
33949 | 33971 | ||
33950 | @@ -13317,6 +14008,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 33972 | @@ -13309,6 +14000,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
33951 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 33973 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
33952 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 33974 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
33953 | 33975 | ||
@@ -33960,7 +33982,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33960 | # The name of the directory that contains temporary libtool files. | 33982 | # The name of the directory that contains temporary libtool files. |
33961 | objdir=$objdir | 33983 | objdir=$objdir |
33962 | 33984 | ||
33963 | @@ -13326,6 +14023,9 @@ MAGIC_CMD=$MAGIC_CMD | 33985 | @@ -13318,6 +14015,9 @@ MAGIC_CMD=$MAGIC_CMD |
33964 | # Must we lock files when doing compilation? | 33986 | # Must we lock files when doing compilation? |
33965 | need_locks=$lt_need_locks | 33987 | need_locks=$lt_need_locks |
33966 | 33988 | ||
@@ -33970,7 +33992,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33970 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 33992 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
33971 | DSYMUTIL=$lt_DSYMUTIL | 33993 | DSYMUTIL=$lt_DSYMUTIL |
33972 | 33994 | ||
33973 | @@ -13440,12 +14140,12 @@ with_gcc=$GCC | 33995 | @@ -13432,12 +14132,12 @@ with_gcc=$GCC |
33974 | # Compiler flag to turn off builtin functions. | 33996 | # Compiler flag to turn off builtin functions. |
33975 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 33997 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
33976 | 33998 | ||
@@ -33986,7 +34008,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33986 | # Compiler flag to prevent dynamic linking. | 34008 | # Compiler flag to prevent dynamic linking. |
33987 | link_static_flag=$lt_lt_prog_compiler_static | 34009 | link_static_flag=$lt_lt_prog_compiler_static |
33988 | 34010 | ||
33989 | @@ -13532,9 +14232,6 @@ inherit_rpath=$inherit_rpath | 34011 | @@ -13524,9 +14224,6 @@ inherit_rpath=$inherit_rpath |
33990 | # Whether libtool must link a program against all its dependency libraries. | 34012 | # Whether libtool must link a program against all its dependency libraries. |
33991 | link_all_deplibs=$link_all_deplibs | 34013 | link_all_deplibs=$link_all_deplibs |
33992 | 34014 | ||
@@ -33996,7 +34018,7 @@ index 2d551360683..e01d0a70438 100755 | |||
33996 | # Set to "yes" if exported symbols are required. | 34018 | # Set to "yes" if exported symbols are required. |
33997 | always_export_symbols=$always_export_symbols | 34019 | always_export_symbols=$always_export_symbols |
33998 | 34020 | ||
33999 | @@ -13550,6 +14247,9 @@ include_expsyms=$lt_include_expsyms | 34021 | @@ -13542,6 +14239,9 @@ include_expsyms=$lt_include_expsyms |
34000 | # Commands necessary for linking programs (against libraries) with templates. | 34022 | # Commands necessary for linking programs (against libraries) with templates. |
34001 | prelink_cmds=$lt_prelink_cmds | 34023 | prelink_cmds=$lt_prelink_cmds |
34002 | 34024 | ||
@@ -34006,7 +34028,7 @@ index 2d551360683..e01d0a70438 100755 | |||
34006 | # Specify filename containing input files. | 34028 | # Specify filename containing input files. |
34007 | file_list_spec=$lt_file_list_spec | 34029 | file_list_spec=$lt_file_list_spec |
34008 | 34030 | ||
34009 | @@ -13582,210 +14282,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 34031 | @@ -13574,210 +14274,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
34010 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 34032 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
34011 | # text mode, it properly converts lines to CR/LF. This bash problem | 34033 | # text mode, it properly converts lines to CR/LF. This bash problem |
34012 | # is reportedly fixed, but why not run on old versions too? | 34034 | # is reportedly fixed, but why not run on old versions too? |
diff --git a/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch b/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch index 50201fb6b6..7201513453 100644 --- a/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch +++ b/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From c9e810840d95554046b7132e3e2c98bf99cb2d89 Mon Sep 17 00:00:00 2001 | 1 | From 7f8a2d32fa0951aa2f921a4401ce1cac664db129 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 2 Mar 2015 01:42:38 +0000 | 3 | Date: Mon, 2 Mar 2015 01:42:38 +0000 |
4 | Subject: [PATCH] Fix rpath in libtool when sysroot is enabled | 4 | Subject: [PATCH] Fix rpath in libtool when sysroot is enabled |
diff --git a/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch b/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch index 57d9ac5f27..0564980c13 100644 --- a/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch +++ b/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From befc176c209bbb4c32b57c2068e813c88b1ab6b1 Mon Sep 17 00:00:00 2001 | 1 | From 397884efce0bb7c3f1ff5e1da212e874c7eaf14b Mon Sep 17 00:00:00 2001 |
2 | From: Ross Burton <ross.burton@intel.com> | 2 | From: Ross Burton <ross.burton@intel.com> |
3 | Date: Mon, 6 Mar 2017 23:33:27 -0800 | 3 | Date: Mon, 6 Mar 2017 23:33:27 -0800 |
4 | Subject: [PATCH] sync with OE libtool changes | 4 | Subject: [PATCH] sync with OE libtool changes |
diff --git a/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch b/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch index c47f41f5ca..728dee0908 100644 --- a/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch +++ b/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From cad852e0ed46a1c26607f9e7d17cc5974b05e38a Mon Sep 17 00:00:00 2001 | 1 | From 75a17814ee39346612a2ff582fe5466201fa56b3 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Wed, 15 Apr 2020 14:17:20 -0700 | 3 | Date: Wed, 15 Apr 2020 14:17:20 -0700 |
4 | Subject: [PATCH] Check for clang before checking gcc version | 4 | Subject: [PATCH] Check for clang before checking gcc version |
@@ -18,7 +18,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
18 | 2 files changed, 2 insertions(+), 2 deletions(-) | 18 | 2 files changed, 2 insertions(+), 2 deletions(-) |
19 | 19 | ||
20 | diff --git a/configure b/configure | 20 | diff --git a/configure b/configure |
21 | index 670684d83d1..f9ba1c0a4f7 100755 | 21 | index 7823f2c3784..52b6a1318ae 100755 |
22 | --- a/configure | 22 | --- a/configure |
23 | +++ b/configure | 23 | +++ b/configure |
24 | @@ -5432,7 +5432,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 24 | @@ -5432,7 +5432,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
@@ -31,10 +31,10 @@ index 670684d83d1..f9ba1c0a4f7 100755 | |||
31 | #endif | 31 | #endif |
32 | int main() {} | 32 | int main() {} |
33 | diff --git a/configure.ac b/configure.ac | 33 | diff --git a/configure.ac b/configure.ac |
34 | index 88b4800e298..6cd4530db56 100644 | 34 | index a390639bfa9..66b8de7d4fd 100644 |
35 | --- a/configure.ac | 35 | --- a/configure.ac |
36 | +++ b/configure.ac | 36 | +++ b/configure.ac |
37 | @@ -1410,7 +1410,7 @@ if test "$GCC" = yes; then | 37 | @@ -1411,7 +1411,7 @@ if test "$GCC" = yes; then |
38 | AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc]) | 38 | AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc]) |
39 | AC_LANG_PUSH(C++) | 39 | AC_LANG_PUSH(C++) |
40 | AC_LINK_IFELSE([AC_LANG_SOURCE([ | 40 | AC_LINK_IFELSE([AC_LANG_SOURCE([ |
diff --git a/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch b/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch index 985911aab1..aaf90d25b7 100644 --- a/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch +++ b/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 47e53916e3112391d8bff2b2257dcec0a2426d66 Mon Sep 17 00:00:00 2001 | 1 | From 508c79dbef580e52b1c47026dfe2fe5ae7be4d56 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Thu, 10 Mar 2022 21:21:33 -0800 | 3 | Date: Thu, 10 Mar 2022 21:21:33 -0800 |
4 | Subject: [PATCH] Only generate an RPATH entry if LD_RUN_PATH is not empty | 4 | Subject: [PATCH] Only generate an RPATH entry if LD_RUN_PATH is not empty |
@@ -14,7 +14,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
14 | 1 file changed, 5 insertions(+) | 14 | 1 file changed, 5 insertions(+) |
15 | 15 | ||
16 | diff --git a/ld/ldelf.c b/ld/ldelf.c | 16 | diff --git a/ld/ldelf.c b/ld/ldelf.c |
17 | index 187b359af86..ad792f02d63 100644 | 17 | index e49c0217ae2..069f2263c81 100644 |
18 | --- a/ld/ldelf.c | 18 | --- a/ld/ldelf.c |
19 | +++ b/ld/ldelf.c | 19 | +++ b/ld/ldelf.c |
20 | @@ -1130,6 +1130,9 @@ ldelf_handle_dt_needed (struct elf_link_hash_table *htab, | 20 | @@ -1130,6 +1130,9 @@ ldelf_handle_dt_needed (struct elf_link_hash_table *htab, |
diff --git a/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch b/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch index 0cb2f46a07..5027f0c6a5 100644 --- a/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch +++ b/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d479020609329cdc7fa3675bc3daf072401fefae Mon Sep 17 00:00:00 2001 | 1 | From aea8ba15afba280c9bc5ae22828fae4eed09db41 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sun, 15 Jan 2023 00:16:25 -0800 | 3 | Date: Sun, 15 Jan 2023 00:16:25 -0800 |
4 | Subject: [PATCH] Define alignof using _Alignof when using C11 or newer | 4 | Subject: [PATCH] Define alignof using _Alignof when using C11 or newer |
diff --git a/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch b/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch index 8aef2cc710..2c38aeccda 100644 --- a/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch +++ b/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ddd941856582a82171626cbe609325b11e223704 Mon Sep 17 00:00:00 2001 | 1 | From d9b37b144a952283cefafdf679d06f842cafc955 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Wed, 18 Jan 2023 19:35:07 -0800 | 3 | Date: Wed, 18 Jan 2023 19:35:07 -0800 |
4 | Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles | 4 | Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles |
diff --git a/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch b/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch deleted file mode 100644 index 0d3d289eba..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=3243d790ee32aa8eda69226d81b1e79dbd1dcd87] | ||
2 | |||
3 | Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> | ||
4 | |||
5 | diff --git a/gprofng/gp-display-html/gp-display-html.in b/gprofng/gp-display-html/gp-display-html.in | ||
6 | index 6f37ca282e7..306c99a0ec3 100644 | ||
7 | --- a/gprofng/gp-display-html/gp-display-html.in | ||
8 | +++ b/gprofng/gp-display-html/gp-display-html.in | ||
9 | @@ -25,7 +25,7 @@ use warnings; | ||
10 | # Disable before release | ||
11 | # use Perl::Critic; | ||
12 | |||
13 | -use bignum; | ||
14 | +use bigint; | ||
15 | use List::Util qw (max); | ||
16 | use Cwd qw (abs_path cwd); | ||
17 | use File::Basename; | ||
diff --git a/meta/recipes-devtools/binutils/binutils_2.42.bb b/meta/recipes-devtools/binutils/binutils_2.43.bb index 2cce40f1ef..2cce40f1ef 100644 --- a/meta/recipes-devtools/binutils/binutils_2.42.bb +++ b/meta/recipes-devtools/binutils/binutils_2.43.bb | |||