diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-07-31 15:42:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-04 11:44:28 +0100 |
| commit | b5840b56361fa6be52ec292c167d9a7dc81d2f85 (patch) | |
| tree | bc25ace93c702e343e0e92916099ef8d2776b3f8 | |
| parent | 572d820da9a8857aec6075afe2de4ec478856633 (diff) | |
| download | poky-b5840b56361fa6be52ec292c167d9a7dc81d2f85.tar.gz | |
binutils: Upgrade to 2.41 release
Fix build on 32bit arches with 64bit off_t defaults
Detailed changes [1]
[1] https://sourceware.org/pipermail/binutils/2023-July/128719.html
(From OE-Core rev: c19fd803220f5b701dee077f7e7bfbb5ba2f22e3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 files changed, 1460 insertions, 2770 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 18daf446e5..1c4a22aef0 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
| @@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | |||
| 18 | 18 | ||
| 19 | GCCVERSION ?= "13.%" | 19 | GCCVERSION ?= "13.%" |
| 20 | SDKGCCVERSION ?= "${GCCVERSION}" | 20 | SDKGCCVERSION ?= "${GCCVERSION}" |
| 21 | BINUVERSION ?= "2.40%" | 21 | BINUVERSION ?= "2.41%" |
| 22 | GDBVERSION ?= "13.%" | 22 | GDBVERSION ?= "13.%" |
| 23 | GLIBCVERSION ?= "2.37" | 23 | GLIBCVERSION ?= "2.37" |
| 24 | LINUXLIBCVERSION ?= "6.4%" | 24 | LINUXLIBCVERSION ?= "6.4%" |
diff --git a/meta/recipes-devtools/binutils/binutils-2.40.inc b/meta/recipes-devtools/binutils/binutils-2.41.inc index dea68ee6fc..7ab2926570 100644 --- a/meta/recipes-devtools/binutils/binutils-2.40.inc +++ b/meta/recipes-devtools/binutils/binutils-2.41.inc | |||
| @@ -10,15 +10,15 @@ LIC_FILES_CHKSUM="\ | |||
| 10 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | 10 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | # When upgrading to 2.41, 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.40" | 15 | PV = "2.41" |
| 16 | CVE_VERSION = "2.40" | 16 | CVE_VERSION = "2.41" |
| 17 | SRCBRANCH ?= "binutils-2_40-branch" | 17 | SRCBRANCH ?= "binutils-2_41-branch" |
| 18 | 18 | ||
| 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
| 20 | 20 | ||
| 21 | SRCREV ?= "4671be001eb5a899ecac3e2686a92934000f8262" | 21 | SRCREV ?= "fd3cc73ee4a84df3ace3c0e470250a957e7d3468" |
| 22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
| 23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
| 24 | ${BINUTILS_GIT_URI} \ | 24 | ${BINUTILS_GIT_URI} \ |
| @@ -32,9 +32,7 @@ SRC_URI = "\ | |||
| 32 | file://0011-Check-for-clang-before-checking-gcc-version.patch \ | 32 | file://0011-Check-for-clang-before-checking-gcc-version.patch \ |
| 33 | file://0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ | 33 | file://0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ |
| 34 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ | 34 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ |
| 35 | file://0015-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ | 35 | file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ |
| 36 | file://0016-CVE-2023-25586.patch \ | 36 | file://0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch \ |
| 37 | file://fix-time64.patch \ | ||
| 38 | file://0001-Fix-an-illegal-memory-access-when-an-accessing-a-zer.patch \ | ||
| 39 | " | 37 | " |
| 40 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.40.bb b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb index 5dbaa03017..5dbaa03017 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.40.bb +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.41.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.40.bb b/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb index 14480785b4..14480785b4 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.40.bb +++ b/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.41.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-cross_2.40.bb b/meta/recipes-devtools/binutils/binutils-cross_2.41.bb index fbd1f7d25a..fbd1f7d25a 100644 --- a/meta/recipes-devtools/binutils/binutils-cross_2.40.bb +++ b/meta/recipes-devtools/binutils/binutils-cross_2.41.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.40.bb b/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb index 6752659304..6752659304 100644 --- a/meta/recipes-devtools/binutils/binutils-crosssdk_2.40.bb +++ b/meta/recipes-devtools/binutils/binutils-crosssdk_2.41.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils/0001-Fix-an-illegal-memory-access-when-an-accessing-a-zer.patch b/meta/recipes-devtools/binutils/binutils/0001-Fix-an-illegal-memory-access-when-an-accessing-a-zer.patch deleted file mode 100644 index 31157cacd2..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0001-Fix-an-illegal-memory-access-when-an-accessing-a-zer.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | From c22d38baefc5a7a1e1f5cdc9dbb556b1f0ec5c57 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Nick Clifton <nickc@redhat.com> | ||
| 3 | Date: Thu, 30 Mar 2023 10:10:09 +0100 | ||
| 4 | Subject: [PATCH] Fix an illegal memory access when an accessing a | ||
| 5 | zer0-lengthverdef table. | ||
| 6 | |||
| 7 | PR 30285 | ||
| 8 | * elf.c (_bfd_elf_slurp_version_tables): Fail if no version definitions are allocated. | ||
| 9 | |||
| 10 | CVE: CVE-2023-1972 | ||
| 11 | Upstream-Status: Backport | ||
| 12 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
| 13 | --- | ||
| 14 | bfd/ChangeLog | 6 ++++++ | ||
| 15 | bfd/elf.c | 5 +++++ | ||
| 16 | 2 files changed, 11 insertions(+) | ||
| 17 | |||
| 18 | diff --git a/bfd/elf.c b/bfd/elf.c | ||
| 19 | index 027d0143735..185028cbd97 100644 | ||
| 20 | --- a/bfd/elf.c | ||
| 21 | +++ b/bfd/elf.c | ||
| 22 | @@ -9030,6 +9030,9 @@ _bfd_elf_slurp_version_tables (bfd *abfd, bool default_imported_symver) | ||
| 23 | bfd_set_error (bfd_error_file_too_big); | ||
| 24 | goto error_return_verdef; | ||
| 25 | } | ||
| 26 | + | ||
| 27 | + if (amt == 0) | ||
| 28 | + goto error_return_verdef; | ||
| 29 | elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *) bfd_zalloc (abfd, amt); | ||
| 30 | if (elf_tdata (abfd)->verdef == NULL) | ||
| 31 | goto error_return_verdef; | ||
| 32 | @@ -9133,6 +9136,8 @@ _bfd_elf_slurp_version_tables (bfd *abfd, bool default_imported_symver) | ||
| 33 | bfd_set_error (bfd_error_file_too_big); | ||
| 34 | goto error_return; | ||
| 35 | } | ||
| 36 | + if (amt == 0) | ||
| 37 | + goto error_return; | ||
| 38 | elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *) bfd_zalloc (abfd, amt); | ||
| 39 | if (elf_tdata (abfd)->verdef == NULL) | ||
| 40 | goto error_return; | ||
| 41 | -- | ||
| 42 | 2.34.1 | ||
| 43 | |||
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 ca249834ea..ef7e1c4317 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 4bdab425bdd7dc52c95bfd62e035c1b9abe9595e Mon Sep 17 00:00:00 2001 | 1 | From 95e23fba624c90d0e62c1adaf2bcc4f3cd3175c0 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 |
| @@ -21,10 +21,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 21 | 3 files changed, 6 insertions(+), 3 deletions(-) | 21 | 3 files changed, 6 insertions(+), 3 deletions(-) |
| 22 | 22 | ||
| 23 | diff --git a/gold/layout.cc b/gold/layout.cc | 23 | diff --git a/gold/layout.cc b/gold/layout.cc |
| 24 | index 899d4af0707..7c31b1bef6e 100644 | 24 | index b94855f8662..51f2d74d79d 100644 |
| 25 | --- a/gold/layout.cc | 25 | --- a/gold/layout.cc |
| 26 | +++ b/gold/layout.cc | 26 | +++ b/gold/layout.cc |
| 27 | @@ -5083,7 +5083,7 @@ Layout::create_interp(const Target* target) | 27 | @@ -5102,7 +5102,7 @@ Layout::create_interp(const Target* target) |
| 28 | gold_assert(interp != NULL); | 28 | gold_assert(interp != NULL); |
| 29 | } | 29 | } |
| 30 | 30 | ||
| @@ -59,7 +59,7 @@ index 382bd07ffe2..9fbd0c4cb8a 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 5d3b0d31b1b..2163909cd56 100644 | 62 | index 1e3c5aa8504..b8d1977b3f0 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 | @@ -148,8 +148,8 @@ if test -z "$DATA_SEGMENT_ALIGN"; then | 65 | @@ -148,8 +148,8 @@ if test -z "$DATA_SEGMENT_ALIGN"; then |
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 663dc4af7d..3ea6923fd8 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 c79005d4d9991593557766ad569f48c26482399f Mon Sep 17 00:00:00 2001 | 1 | From 2b3017e7dab4d929d3ab664c5e6f94226b0a6d31 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 |
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 f46116f1af..ace279bd84 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 70da8b91026c5381d430194910fc15e3b6c5ec7f Mon Sep 17 00:00:00 2001 | 1 | From c00ead7264dc1335cb43222cb742b95614666be8 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 b3195b4be68..fc6460317a7 100644 | 32 | index c3adbb0ccad..ce0f7e7f85d 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 b3195b4be68..fc6460317a7 100644 | |||
| 43 | NO_WERROR = @NO_WERROR@ | 43 | NO_WERROR = @NO_WERROR@ |
| 44 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 44 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(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 fe422569228..4a4c851b44a 100644 | 46 | index d1a56026437..9d86aed12c6 100644 |
| 47 | --- a/ld/Makefile.in | 47 | --- a/ld/Makefile.in |
| 48 | +++ b/ld/Makefile.in | 48 | +++ b/ld/Makefile.in |
| 49 | @@ -566,7 +566,8 @@ ZLIB = @zlibdir@ -lz | 49 | @@ -566,7 +566,8 @@ ZLIB = @zlibdir@ -lz |
| @@ -57,7 +57,7 @@ index fe422569228..4a4c851b44a 100644 | |||
| 57 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 57 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(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 eff6693e052..95787012b89 100644 | 60 | index f9a6819366f..1519f8ac4e5 100644 |
| 61 | --- a/ld/ldelf.c | 61 | --- a/ld/ldelf.c |
| 62 | +++ b/ld/ldelf.c | 62 | +++ b/ld/ldelf.c |
| 63 | @@ -936,7 +936,7 @@ ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, | 63 | @@ -936,7 +936,7 @@ ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, |
| @@ -65,15 +65,15 @@ index eff6693e052..95787012b89 100644 | |||
| 65 | info.path = NULL; | 65 | info.path = NULL; |
| 66 | info.len = info.alloc = 0; | 66 | info.len = info.alloc = 0; |
| 67 | - tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf", | 67 | - tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf", |
| 68 | + tmppath = concat (ld_sysconfdir, "/etc/ld.so.conf", | 68 | + tmppath = concat (ld_sysconfdir, "/ld.so.conf", |
| 69 | (const char *) NULL); | 69 | (const char *) NULL); |
| 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 9290a189b0d..ceaca2d85d0 100644 | 73 | index 06ac2c64fa8..5c38e8cd313 100644 |
| 74 | --- a/ld/ldmain.c | 74 | --- a/ld/ldmain.c |
| 75 | +++ b/ld/ldmain.c | 75 | +++ b/ld/ldmain.c |
| 76 | @@ -70,6 +70,7 @@ char *program_name; | 76 | @@ -69,6 +69,7 @@ char *program_name; |
| 77 | 77 | ||
| 78 | /* The prefix for system library directories. */ | 78 | /* The prefix for system library directories. */ |
| 79 | const char *ld_sysroot; | 79 | const char *ld_sysroot; |
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 e7d2593c49..0747e40491 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 fa477bb947fa17543f4550bc0e7e715c8355649c Mon Sep 17 00:00:00 2001 | 1 | From d2d1281b0b76f96c64a2043772c52c85f58994d5 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 fc6460317a7..1b875904b8d 100644 | 15 | index ce0f7e7f85d..2e36ab4efc4 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_CLFAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 18 | @@ -51,7 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
| @@ -25,7 +25,7 @@ index fc6460317a7..1b875904b8d 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 4a4c851b44a..08dcd7b75fc 100644 | 28 | index 9d86aed12c6..c21c554e432 100644 |
| 29 | --- a/ld/Makefile.in | 29 | --- a/ld/Makefile.in |
| 30 | +++ b/ld/Makefile.in | 30 | +++ b/ld/Makefile.in |
| 31 | @@ -574,7 +574,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 31 | @@ -574,7 +574,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(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 7242f48795..9fe8b73d87 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 7912f5a918e612950feb04d845934f26160e85da Mon Sep 17 00:00:00 2001 | 1 | From 5564cdf1433255a00acb427fb5b0656b772b2651 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 |
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 87bbe9fb1b..9b09ec09cb 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 725ca09ee1041f64589f26ba815ef11da687c608 Mon Sep 17 00:00:00 2001 | 1 | From 41b09c6a9d78a31db0f3c70d27c05475292bde7e 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 |
| @@ -59,8 +59,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 59 | ld/ldfile.c | 17 +++++++++++++++++ | 59 | ld/ldfile.c | 17 +++++++++++++++++ |
| 60 | ld/ldlex.h | 2 ++ | 60 | ld/ldlex.h | 2 ++ |
| 61 | ld/ldmain.c | 6 ++++-- | 61 | ld/ldmain.c | 6 ++++-- |
| 62 | ld/lexsup.c | 16 ++++++++++++++++ | 62 | ld/lexsup.c | 15 +++++++++++++++ |
| 63 | 9 files changed, 88 insertions(+), 2 deletions(-) | 63 | 9 files changed, 87 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 ad0dc6a106c..d21edaddce7 100644 | 66 | index ad0dc6a106c..d21edaddce7 100644 |
| @@ -77,7 +77,7 @@ index ad0dc6a106c..d21edaddce7 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 995708089fd..6406a42c442 100755 | 80 | index 1503936432f..29896853a90 100755 |
| 81 | --- a/ld/configure | 81 | --- a/ld/configure |
| 82 | +++ b/ld/configure | 82 | +++ b/ld/configure |
| 83 | @@ -839,6 +839,7 @@ with_lib_path | 83 | @@ -839,6 +839,7 @@ with_lib_path |
| @@ -139,7 +139,7 @@ index 77edac3258c..a74dac63038 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 05649ff61b8..1818c227473 100644 | 142 | index a0f8a15c7a9..e3db345f3a5 100644 |
| 143 | --- a/ld/ld.h | 143 | --- a/ld/ld.h |
| 144 | +++ b/ld/ld.h | 144 | +++ b/ld/ld.h |
| 145 | @@ -163,6 +163,14 @@ typedef struct | 145 | @@ -163,6 +163,14 @@ typedef struct |
| @@ -158,10 +158,10 @@ index 05649ff61b8..1818c227473 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 db3a9f09b45..77037399cb9 100644 | 161 | index aa8b1aa86eb..9bc4bc28823 100644 |
| 162 | --- a/ld/ld.texi | 162 | --- a/ld/ld.texi |
| 163 | +++ b/ld/ld.texi | 163 | +++ b/ld/ld.texi |
| 164 | @@ -2960,6 +2960,18 @@ creation of the metadata note, if one had been enabled by an earlier | 164 | @@ -3059,6 +3059,18 @@ creation of the metadata note, if one had been enabled by an earlier |
| 165 | occurrence of the --package-metdata option. | 165 | occurrence of the --package-metdata 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,10 +181,10 @@ index db3a9f09b45..77037399cb9 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 b8fd4e5d8e0..1f1d8e23bc9 100644 | 184 | index df7c9cbd65e..0c965593225 100644 |
| 185 | --- a/ld/ldfile.c | 185 | --- a/ld/ldfile.c |
| 186 | +++ b/ld/ldfile.c | 186 | +++ b/ld/ldfile.c |
| 187 | @@ -117,6 +117,23 @@ ldfile_add_library_path (const char *name, bool cmdline) | 187 | @@ -327,6 +327,23 @@ ldfile_add_library_path (const char *name, bool cmdline) |
| 188 | new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); | 188 | new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); |
| 189 | else | 189 | else |
| 190 | new_dirs->name = xstrdup (name); | 190 | new_dirs->name = xstrdup (name); |
| @@ -209,23 +209,23 @@ index b8fd4e5d8e0..1f1d8e23bc9 100644 | |||
| 209 | 209 | ||
| 210 | /* Try to open a BFD for a lang_input_statement. */ | 210 | /* Try to open a BFD for a lang_input_statement. */ |
| 211 | diff --git a/ld/ldlex.h b/ld/ldlex.h | 211 | diff --git a/ld/ldlex.h b/ld/ldlex.h |
| 212 | index 0538f0a06a1..f94a71875d8 100644 | 212 | index 87cac02141d..d1a478fb827 100644 |
| 213 | --- a/ld/ldlex.h | 213 | --- a/ld/ldlex.h |
| 214 | +++ b/ld/ldlex.h | 214 | +++ b/ld/ldlex.h |
| 215 | @@ -170,6 +170,8 @@ enum option_values | 215 | @@ -147,6 +147,8 @@ enum option_values |
| 216 | OPTION_NO_WARN_EXECSTACK, | 216 | OPTION_PLUGIN, |
| 217 | OPTION_WARN_RWX_SEGMENTS, | 217 | OPTION_PLUGIN_OPT, |
| 218 | OPTION_NO_WARN_RWX_SEGMENTS, | 218 | #endif /* BFD_SUPPORTS_PLUGINS */ |
| 219 | + OPTION_NO_POISON_SYSTEM_DIRECTORIES, | 219 | + OPTION_NO_POISON_SYSTEM_DIRECTORIES, |
| 220 | + OPTION_ERROR_POISON_SYSTEM_DIRECTORIES, | 220 | + OPTION_ERROR_POISON_SYSTEM_DIRECTORIES, |
| 221 | }; | 221 | OPTION_DEFAULT_SCRIPT, |
| 222 | 222 | OPTION_PRINT_OUTPUT_FORMAT, | |
| 223 | /* The initial parser states. */ | 223 | OPTION_PRINT_SYSROOT, |
| 224 | diff --git a/ld/ldmain.c b/ld/ldmain.c | 224 | diff --git a/ld/ldmain.c b/ld/ldmain.c |
| 225 | index ceaca2d85d0..62e7b4e5341 100644 | 225 | index 5c38e8cd313..04eed320aca 100644 |
| 226 | --- a/ld/ldmain.c | 226 | --- a/ld/ldmain.c |
| 227 | +++ b/ld/ldmain.c | 227 | +++ b/ld/ldmain.c |
| 228 | @@ -322,6 +322,8 @@ main (int argc, char **argv) | 228 | @@ -326,6 +326,8 @@ main (int argc, char **argv) |
| 229 | command_line.warn_mismatch = true; | 229 | command_line.warn_mismatch = true; |
| 230 | command_line.warn_search_mismatch = true; | 230 | command_line.warn_search_mismatch = true; |
| 231 | command_line.check_section_addresses = -1; | 231 | command_line.check_section_addresses = -1; |
| @@ -234,7 +234,7 @@ index ceaca2d85d0..62e7b4e5341 100644 | |||
| 234 | 234 | ||
| 235 | /* We initialize DEMANGLING based on the environment variable | 235 | /* We initialize DEMANGLING based on the environment variable |
| 236 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the | 236 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the |
| 237 | @@ -1454,7 +1456,7 @@ undefined_symbol (struct bfd_link_info *info, | 237 | @@ -1458,7 +1460,7 @@ undefined_symbol (struct bfd_link_info *info, |
| 238 | argv[1] = "undefined-symbol"; | 238 | argv[1] = "undefined-symbol"; |
| 239 | argv[2] = (char *) name; | 239 | argv[2] = (char *) name; |
| 240 | argv[3] = NULL; | 240 | argv[3] = NULL; |
| @@ -243,7 +243,7 @@ index ceaca2d85d0..62e7b4e5341 100644 | |||
| 243 | if (verbose) | 243 | if (verbose) |
| 244 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), | 244 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), |
| 245 | argv[0], argv[1], argv[2]); | 245 | argv[0], argv[1], argv[2]); |
| 246 | @@ -1475,7 +1477,7 @@ undefined_symbol (struct bfd_link_info *info, | 246 | @@ -1479,7 +1481,7 @@ undefined_symbol (struct bfd_link_info *info, |
| 247 | carry on to issue the normal error message. */ | 247 | carry on to issue the normal error message. */ |
| 248 | } | 248 | } |
| 249 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ | 249 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ |
| @@ -253,10 +253,10 @@ index ceaca2d85d0..62e7b4e5341 100644 | |||
| 253 | { | 253 | { |
| 254 | if (error_count < MAX_ERRORS_IN_A_ROW) | 254 | if (error_count < MAX_ERRORS_IN_A_ROW) |
| 255 | diff --git a/ld/lexsup.c b/ld/lexsup.c | 255 | diff --git a/ld/lexsup.c b/ld/lexsup.c |
| 256 | index a1c6140100d..d47ba4f977d 100644 | 256 | index fe8722313fe..1df7af3ccaa 100644 |
| 257 | --- a/ld/lexsup.c | 257 | --- a/ld/lexsup.c |
| 258 | +++ b/ld/lexsup.c | 258 | +++ b/ld/lexsup.c |
| 259 | @@ -613,6 +613,14 @@ static const struct ld_option ld_options[] = | 259 | @@ -629,6 +629,14 @@ static const struct ld_option ld_options[] = |
| 260 | " <method> is: share-unconflicted (default),\n" | 260 | " <method> is: share-unconflicted (default),\n" |
| 261 | " share-duplicated"), | 261 | " share-duplicated"), |
| 262 | TWO_DASHES }, | 262 | TWO_DASHES }, |
| @@ -271,18 +271,17 @@ index a1c6140100d..d47ba4f977d 100644 | |||
| 271 | }; | 271 | }; |
| 272 | 272 | ||
| 273 | #define OPTION_COUNT ARRAY_SIZE (ld_options) | 273 | #define OPTION_COUNT ARRAY_SIZE (ld_options) |
| 274 | @@ -1737,6 +1745,14 @@ parse_args (unsigned argc, char **argv) | 274 | @@ -1787,6 +1795,13 @@ parse_args (unsigned argc, char **argv) |
| 275 | config.print_map_discarded = true; | ||
| 276 | break; | ||
| 277 | 275 | ||
| 276 | case OPTION_PRINT_MAP_LOCALS: | ||
| 277 | config.print_map_locals = true; | ||
| 278 | + | ||
| 278 | + case OPTION_NO_POISON_SYSTEM_DIRECTORIES: | 279 | + case OPTION_NO_POISON_SYSTEM_DIRECTORIES: |
| 279 | + command_line.poison_system_directories = false; | 280 | + command_line.poison_system_directories = false; |
| 280 | + break; | 281 | + break; |
| 281 | + | 282 | + |
| 282 | + case OPTION_ERROR_POISON_SYSTEM_DIRECTORIES: | 283 | + case OPTION_ERROR_POISON_SYSTEM_DIRECTORIES: |
| 283 | + command_line.error_poison_system_directories = true; | 284 | + command_line.error_poison_system_directories = true; |
| 284 | + break; | ||
| 285 | + | ||
| 286 | case OPTION_DEPENDENCY_FILE: | ||
| 287 | config.dependency_file = optarg; | ||
| 288 | break; | 285 | break; |
| 286 | |||
| 287 | case OPTION_DEPENDENCY_FILE: | ||
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 fdd1f7756f..d39979068e 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 4e9d4ace8a340399aeaa8332e2cfbfcc7d2d14d7 Mon Sep 17 00:00:00 2001 | 1 | From 7f04e82ac2ded9a7f68dba9fabf1251d680bd0b9 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 0be871f5cf..432c431032 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 a66b1806350a9bed7b188c7d115991f6cdee51a9 Mon Sep 17 00:00:00 2001 | 1 | From 8fc55f06d8950607f22e81f51c67dd4e6b4f6742 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,12 @@ 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 | 1704 ++++++++++++---- | 29 | ld/configure | 1704 ++++++++++++---- |
| 30 | libbacktrace/Makefile.in | 3 + | 30 | libbacktrace/Makefile.in | 108 +- |
| 31 | libbacktrace/configure | 1331 +++++++++--- | 31 | libbacktrace/aclocal.m4 | 73 +- |
| 32 | libbacktrace/configure | 1441 +++++++++---- | ||
| 32 | libctf/Makefile.in | 2 + | 33 | libctf/Makefile.in | 2 + |
| 33 | libctf/configure | 1330 +++++++++--- | 34 | libctf/configure | 1330 +++++++++--- |
| 34 | libsframe/Makefile.in | 249 ++- | 35 | libsframe/Makefile.in | 344 ++-- |
| 35 | libsframe/aclocal.m4 | 220 +- | 36 | libsframe/aclocal.m4 | 220 +- |
| 36 | libsframe/configure | 1553 ++++++++++---- | 37 | libsframe/configure | 1553 ++++++++++---- |
| 37 | libtool.m4 | 1093 ++++++---- | 38 | libtool.m4 | 1093 ++++++---- |
| @@ -41,17 +42,15 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 41 | lt~obsolete.m4 | 2 +- | 42 | lt~obsolete.m4 | 2 +- |
| 42 | opcodes/Makefile.in | 3 + | 43 | opcodes/Makefile.in | 3 + |
| 43 | opcodes/configure | 1331 +++++++++--- | 44 | opcodes/configure | 1331 +++++++++--- |
| 44 | sim/Makefile.in | 3 + | ||
| 45 | sim/configure | 1331 +++++++++--- | ||
| 46 | zlib/Makefile.in | 3 + | 45 | zlib/Makefile.in | 3 + |
| 47 | zlib/configure | 1331 +++++++++--- | 46 | zlib/configure | 1331 +++++++++--- |
| 48 | 36 files changed, 16896 insertions(+), 6289 deletions(-) | 47 | 35 files changed, 16108 insertions(+), 6126 deletions(-) |
| 49 | 48 | ||
| 50 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in | 49 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in |
| 51 | index 80aed657643..106ec256a79 100644 | 50 | index 4edfedee924..ed7257f2e96 100644 |
| 52 | --- a/bfd/Makefile.in | 51 | --- a/bfd/Makefile.in |
| 53 | +++ b/bfd/Makefile.in | 52 | +++ b/bfd/Makefile.in |
| 54 | @@ -347,6 +347,7 @@ DATADIRNAME = @DATADIRNAME@ | 53 | @@ -334,6 +334,7 @@ DATADIRNAME = @DATADIRNAME@ |
| 55 | DEBUGDIR = @DEBUGDIR@ | 54 | DEBUGDIR = @DEBUGDIR@ |
| 56 | DEFS = @DEFS@ | 55 | DEFS = @DEFS@ |
| 57 | DEPDIR = @DEPDIR@ | 56 | DEPDIR = @DEPDIR@ |
| @@ -59,7 +58,7 @@ index 80aed657643..106ec256a79 100644 | |||
| 59 | DSYMUTIL = @DSYMUTIL@ | 58 | DSYMUTIL = @DSYMUTIL@ |
| 60 | DUMPBIN = @DUMPBIN@ | 59 | DUMPBIN = @DUMPBIN@ |
| 61 | ECHO_C = @ECHO_C@ | 60 | ECHO_C = @ECHO_C@ |
| 62 | @@ -381,6 +382,7 @@ LN_S = @LN_S@ | 61 | @@ -368,6 +369,7 @@ LN_S = @LN_S@ |
| 63 | LTLIBOBJS = @LTLIBOBJS@ | 62 | LTLIBOBJS = @LTLIBOBJS@ |
| 64 | MAINT = @MAINT@ | 63 | MAINT = @MAINT@ |
| 65 | MAKEINFO = @MAKEINFO@ | 64 | MAKEINFO = @MAKEINFO@ |
| @@ -67,7 +66,7 @@ index 80aed657643..106ec256a79 100644 | |||
| 67 | MKDIR_P = @MKDIR_P@ | 66 | MKDIR_P = @MKDIR_P@ |
| 68 | MKINSTALLDIRS = @MKINSTALLDIRS@ | 67 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
| 69 | MSGFMT = @MSGFMT@ | 68 | MSGFMT = @MSGFMT@ |
| 70 | @@ -427,6 +429,7 @@ abs_builddir = @abs_builddir@ | 69 | @@ -414,6 +416,7 @@ abs_builddir = @abs_builddir@ |
| 71 | abs_srcdir = @abs_srcdir@ | 70 | abs_srcdir = @abs_srcdir@ |
| 72 | abs_top_builddir = @abs_top_builddir@ | 71 | abs_top_builddir = @abs_top_builddir@ |
| 73 | abs_top_srcdir = @abs_top_srcdir@ | 72 | abs_top_srcdir = @abs_top_srcdir@ |
| @@ -76,7 +75,7 @@ index 80aed657643..106ec256a79 100644 | |||
| 76 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 75 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 77 | all_backends = @all_backends@ | 76 | all_backends = @all_backends@ |
| 78 | diff --git a/bfd/configure b/bfd/configure | 77 | diff --git a/bfd/configure b/bfd/configure |
| 79 | index 60ea6becab2..84dcdf167ba 100755 | 78 | index abc24a93028..f4c8ea4e54b 100755 |
| 80 | --- a/bfd/configure | 79 | --- a/bfd/configure |
| 81 | +++ b/bfd/configure | 80 | +++ b/bfd/configure |
| 82 | @@ -706,6 +706,9 @@ OTOOL | 81 | @@ -706,6 +706,9 @@ OTOOL |
| @@ -1400,7 +1399,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1400 | int main () | 1399 | int main () |
| 1401 | { | 1400 | { |
| 1402 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 1401 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 1403 | @@ -13482,7 +14132,7 @@ SHARED_LDFLAGS= | 1402 | @@ -13707,7 +14357,7 @@ SHARED_LDFLAGS= |
| 1404 | if test "$enable_shared" = "yes"; then | 1403 | if test "$enable_shared" = "yes"; then |
| 1405 | 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'` |
| 1406 | if test -n "$x"; then | 1405 | if test -n "$x"; then |
| @@ -1409,7 +1408,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1409 | fi | 1408 | fi |
| 1410 | fi | 1409 | fi |
| 1411 | 1410 | ||
| 1412 | @@ -16129,13 +16779,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 1411 | @@ -16326,13 +16976,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 1413 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 1412 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 1414 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 1413 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 1415 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 1414 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -1430,7 +1429,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1430 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 1429 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 1431 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 1430 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 1432 | 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"`' |
| 1433 | @@ -16150,14 +16807,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 1432 | @@ -16347,14 +17004,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 1434 | 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"`' |
| 1435 | 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"`' |
| 1436 | 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"`' |
| @@ -1449,7 +1448,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1449 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 1448 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 1450 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 1449 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 1451 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 1450 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 1452 | @@ -16190,12 +16850,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 1451 | @@ -16387,12 +17047,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 1453 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 1452 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 1454 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 1453 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 1455 | 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"`' |
| @@ -1463,7 +1462,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1463 | 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"`' |
| 1464 | 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"`' |
| 1465 | 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"`' |
| 1466 | @@ -16250,8 +16910,13 @@ reload_flag \ | 1465 | @@ -16447,8 +17107,13 @@ reload_flag \ |
| 1467 | OBJDUMP \ | 1466 | OBJDUMP \ |
| 1468 | deplibs_check_method \ | 1467 | deplibs_check_method \ |
| 1469 | file_magic_cmd \ | 1468 | file_magic_cmd \ |
| @@ -1477,7 +1476,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1477 | STRIP \ | 1476 | STRIP \ |
| 1478 | RANLIB \ | 1477 | RANLIB \ |
| 1479 | CC \ | 1478 | CC \ |
| 1480 | @@ -16261,12 +16926,14 @@ lt_cv_sys_global_symbol_pipe \ | 1479 | @@ -16458,12 +17123,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 1481 | lt_cv_sys_global_symbol_to_cdecl \ | 1480 | lt_cv_sys_global_symbol_to_cdecl \ |
| 1482 | lt_cv_sys_global_symbol_to_c_name_address \ | 1481 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 1483 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 1482 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -1493,7 +1492,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1493 | DSYMUTIL \ | 1492 | DSYMUTIL \ |
| 1494 | NMEDIT \ | 1493 | NMEDIT \ |
| 1495 | LIPO \ | 1494 | LIPO \ |
| 1496 | @@ -16282,7 +16949,6 @@ no_undefined_flag \ | 1495 | @@ -16479,7 +17146,6 @@ no_undefined_flag \ |
| 1497 | hardcode_libdir_flag_spec \ | 1496 | hardcode_libdir_flag_spec \ |
| 1498 | hardcode_libdir_flag_spec_ld \ | 1497 | hardcode_libdir_flag_spec_ld \ |
| 1499 | hardcode_libdir_separator \ | 1498 | hardcode_libdir_separator \ |
| @@ -1501,7 +1500,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1501 | exclude_expsyms \ | 1500 | exclude_expsyms \ |
| 1502 | include_expsyms \ | 1501 | include_expsyms \ |
| 1503 | file_list_spec \ | 1502 | file_list_spec \ |
| 1504 | @@ -16318,6 +16984,7 @@ module_cmds \ | 1503 | @@ -16515,6 +17181,7 @@ module_cmds \ |
| 1505 | module_expsym_cmds \ | 1504 | module_expsym_cmds \ |
| 1506 | export_symbols_cmds \ | 1505 | export_symbols_cmds \ |
| 1507 | prelink_cmds \ | 1506 | prelink_cmds \ |
| @@ -1509,7 +1508,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1509 | postinstall_cmds \ | 1508 | postinstall_cmds \ |
| 1510 | postuninstall_cmds \ | 1509 | postuninstall_cmds \ |
| 1511 | finish_cmds \ | 1510 | finish_cmds \ |
| 1512 | @@ -17086,7 +17753,8 @@ $as_echo X"$file" | | 1511 | @@ -17283,7 +17950,8 @@ $as_echo X"$file" | |
| 1513 | # 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. |
| 1514 | # | 1513 | # |
| 1515 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 1514 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -1519,7 +1518,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1519 | # Written by Gordon Matzigkeit, 1996 | 1518 | # Written by Gordon Matzigkeit, 1996 |
| 1520 | # | 1519 | # |
| 1521 | # This file is part of GNU Libtool. | 1520 | # This file is part of GNU Libtool. |
| 1522 | @@ -17189,19 +17857,42 @@ SP2NL=$lt_lt_SP2NL | 1521 | @@ -17386,19 +18054,42 @@ SP2NL=$lt_lt_SP2NL |
| 1523 | # turn newlines into spaces. | 1522 | # turn newlines into spaces. |
| 1524 | NL2SP=$lt_lt_NL2SP | 1523 | NL2SP=$lt_lt_NL2SP |
| 1525 | 1524 | ||
| @@ -1563,7 +1562,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1563 | # A symbol stripping program. | 1562 | # A symbol stripping program. |
| 1564 | STRIP=$lt_STRIP | 1563 | STRIP=$lt_STRIP |
| 1565 | 1564 | ||
| 1566 | @@ -17231,6 +17922,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 1565 | @@ -17428,6 +18119,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 1567 | # 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. |
| 1568 | 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 |
| 1569 | 1568 | ||
| @@ -1576,7 +1575,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1576 | # The name of the directory that contains temporary libtool files. | 1575 | # The name of the directory that contains temporary libtool files. |
| 1577 | objdir=$objdir | 1576 | objdir=$objdir |
| 1578 | 1577 | ||
| 1579 | @@ -17240,6 +17937,9 @@ MAGIC_CMD=$MAGIC_CMD | 1578 | @@ -17437,6 +18134,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 1580 | # Must we lock files when doing compilation? | 1579 | # Must we lock files when doing compilation? |
| 1581 | need_locks=$lt_need_locks | 1580 | need_locks=$lt_need_locks |
| 1582 | 1581 | ||
| @@ -1586,7 +1585,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1586 | # 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. |
| 1587 | DSYMUTIL=$lt_DSYMUTIL | 1586 | DSYMUTIL=$lt_DSYMUTIL |
| 1588 | 1587 | ||
| 1589 | @@ -17354,12 +18054,12 @@ with_gcc=$GCC | 1588 | @@ -17551,12 +18251,12 @@ with_gcc=$GCC |
| 1590 | # Compiler flag to turn off builtin functions. | 1589 | # Compiler flag to turn off builtin functions. |
| 1591 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 1590 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 1592 | 1591 | ||
| @@ -1602,7 +1601,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1602 | # Compiler flag to prevent dynamic linking. | 1601 | # Compiler flag to prevent dynamic linking. |
| 1603 | link_static_flag=$lt_lt_prog_compiler_static | 1602 | link_static_flag=$lt_lt_prog_compiler_static |
| 1604 | 1603 | ||
| 1605 | @@ -17446,9 +18146,6 @@ inherit_rpath=$inherit_rpath | 1604 | @@ -17643,9 +18343,6 @@ inherit_rpath=$inherit_rpath |
| 1606 | # Whether libtool must link a program against all its dependency libraries. | 1605 | # Whether libtool must link a program against all its dependency libraries. |
| 1607 | link_all_deplibs=$link_all_deplibs | 1606 | link_all_deplibs=$link_all_deplibs |
| 1608 | 1607 | ||
| @@ -1612,7 +1611,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1612 | # Set to "yes" if exported symbols are required. | 1611 | # Set to "yes" if exported symbols are required. |
| 1613 | always_export_symbols=$always_export_symbols | 1612 | always_export_symbols=$always_export_symbols |
| 1614 | 1613 | ||
| 1615 | @@ -17464,6 +18161,9 @@ include_expsyms=$lt_include_expsyms | 1614 | @@ -17661,6 +18358,9 @@ include_expsyms=$lt_include_expsyms |
| 1616 | # Commands necessary for linking programs (against libraries) with templates. | 1615 | # Commands necessary for linking programs (against libraries) with templates. |
| 1617 | prelink_cmds=$lt_prelink_cmds | 1616 | prelink_cmds=$lt_prelink_cmds |
| 1618 | 1617 | ||
| @@ -1622,7 +1621,7 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1622 | # Specify filename containing input files. | 1621 | # Specify filename containing input files. |
| 1623 | file_list_spec=$lt_file_list_spec | 1622 | file_list_spec=$lt_file_list_spec |
| 1624 | 1623 | ||
| 1625 | @@ -17496,210 +18196,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 1624 | @@ -17693,210 +18393,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 1626 | # 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 |
| 1627 | # 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 |
| 1628 | # is reportedly fixed, but why not run on old versions too? | 1627 | # is reportedly fixed, but why not run on old versions too? |
| @@ -1997,10 +1996,10 @@ index 60ea6becab2..84dcdf167ba 100755 | |||
| 1997 | chmod +x "$ofile" | 1996 | chmod +x "$ofile" |
| 1998 | 1997 | ||
| 1999 | diff --git a/bfd/configure.ac b/bfd/configure.ac | 1998 | diff --git a/bfd/configure.ac b/bfd/configure.ac |
| 2000 | index 015fd011893..58f73ec709c 100644 | 1999 | index f044616f4d9..c2b2ab1ec68 100644 |
| 2001 | --- a/bfd/configure.ac | 2000 | --- a/bfd/configure.ac |
| 2002 | +++ b/bfd/configure.ac | 2001 | +++ b/bfd/configure.ac |
| 2003 | @@ -272,7 +272,7 @@ changequote(,)dnl | 2002 | @@ -274,7 +274,7 @@ changequote(,)dnl |
| 2004 | 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'` |
| 2005 | changequote([,])dnl | 2004 | changequote([,])dnl |
| 2006 | if test -n "$x"; then | 2005 | if test -n "$x"; then |
| @@ -2010,7 +2009,7 @@ index 015fd011893..58f73ec709c 100644 | |||
| 2010 | fi | 2009 | fi |
| 2011 | 2010 | ||
| 2012 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in | 2011 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in |
| 2013 | index 27315addc0f..5ddd5a42a7d 100644 | 2012 | index 2de46be1b30..70a04f1c538 100644 |
| 2014 | --- a/binutils/Makefile.in | 2013 | --- a/binutils/Makefile.in |
| 2015 | +++ b/binutils/Makefile.in | 2014 | +++ b/binutils/Makefile.in |
| 2016 | @@ -493,6 +493,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ | 2015 | @@ -493,6 +493,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ |
| @@ -2038,7 +2037,7 @@ index 27315addc0f..5ddd5a42a7d 100644 | |||
| 2038 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 2037 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 2039 | am__include = @am__include@ | 2038 | am__include = @am__include@ |
| 2040 | diff --git a/binutils/configure b/binutils/configure | 2039 | diff --git a/binutils/configure b/binutils/configure |
| 2041 | index c7bd42049c3..06285371350 100755 | 2040 | index 4cd196ab74b..dca6f77919d 100755 |
| 2042 | --- a/binutils/configure | 2041 | --- a/binutils/configure |
| 2043 | +++ b/binutils/configure | 2042 | +++ b/binutils/configure |
| 2044 | @@ -700,8 +700,11 @@ OTOOL | 2043 | @@ -700,8 +700,11 @@ OTOOL |
| @@ -3361,7 +3360,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3361 | int main () | 3360 | int main () |
| 3362 | { | 3361 | { |
| 3363 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 3362 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 3364 | @@ -15549,13 +16199,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 3363 | @@ -15555,13 +16205,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 3365 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 3364 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 3366 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 3365 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 3367 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 3366 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -3382,7 +3381,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3382 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 3381 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 3383 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 3382 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 3384 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 3383 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 3385 | @@ -15570,14 +16227,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 3384 | @@ -15576,14 +16233,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 3386 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 3385 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 3387 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 3386 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 3388 | 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"`' | 3387 | 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"`' |
| @@ -3401,7 +3400,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3401 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 3400 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 3402 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 3401 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 3403 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 3402 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 3404 | @@ -15610,12 +16270,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 3403 | @@ -15616,12 +16276,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 3405 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 3404 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 3406 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 3405 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 3407 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 3406 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -3415,7 +3414,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3415 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 3414 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 3416 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 3415 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 3417 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 3416 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 3418 | @@ -15670,8 +16330,13 @@ reload_flag \ | 3417 | @@ -15676,8 +16336,13 @@ reload_flag \ |
| 3419 | OBJDUMP \ | 3418 | OBJDUMP \ |
| 3420 | deplibs_check_method \ | 3419 | deplibs_check_method \ |
| 3421 | file_magic_cmd \ | 3420 | file_magic_cmd \ |
| @@ -3429,7 +3428,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3429 | STRIP \ | 3428 | STRIP \ |
| 3430 | RANLIB \ | 3429 | RANLIB \ |
| 3431 | CC \ | 3430 | CC \ |
| 3432 | @@ -15681,12 +16346,14 @@ lt_cv_sys_global_symbol_pipe \ | 3431 | @@ -15687,12 +16352,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 3433 | lt_cv_sys_global_symbol_to_cdecl \ | 3432 | lt_cv_sys_global_symbol_to_cdecl \ |
| 3434 | lt_cv_sys_global_symbol_to_c_name_address \ | 3433 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 3435 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 3434 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -3445,7 +3444,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3445 | DSYMUTIL \ | 3444 | DSYMUTIL \ |
| 3446 | NMEDIT \ | 3445 | NMEDIT \ |
| 3447 | LIPO \ | 3446 | LIPO \ |
| 3448 | @@ -15702,7 +16369,6 @@ no_undefined_flag \ | 3447 | @@ -15708,7 +16375,6 @@ no_undefined_flag \ |
| 3449 | hardcode_libdir_flag_spec \ | 3448 | hardcode_libdir_flag_spec \ |
| 3450 | hardcode_libdir_flag_spec_ld \ | 3449 | hardcode_libdir_flag_spec_ld \ |
| 3451 | hardcode_libdir_separator \ | 3450 | hardcode_libdir_separator \ |
| @@ -3453,7 +3452,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3453 | exclude_expsyms \ | 3452 | exclude_expsyms \ |
| 3454 | include_expsyms \ | 3453 | include_expsyms \ |
| 3455 | file_list_spec \ | 3454 | file_list_spec \ |
| 3456 | @@ -15738,6 +16404,7 @@ module_cmds \ | 3455 | @@ -15744,6 +16410,7 @@ module_cmds \ |
| 3457 | module_expsym_cmds \ | 3456 | module_expsym_cmds \ |
| 3458 | export_symbols_cmds \ | 3457 | export_symbols_cmds \ |
| 3459 | prelink_cmds \ | 3458 | prelink_cmds \ |
| @@ -3461,7 +3460,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3461 | postinstall_cmds \ | 3460 | postinstall_cmds \ |
| 3462 | postuninstall_cmds \ | 3461 | postuninstall_cmds \ |
| 3463 | finish_cmds \ | 3462 | finish_cmds \ |
| 3464 | @@ -16503,7 +17170,8 @@ $as_echo X"$file" | | 3463 | @@ -16509,7 +17176,8 @@ $as_echo X"$file" | |
| 3465 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 3464 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 3466 | # | 3465 | # |
| 3467 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 3466 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -3471,7 +3470,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3471 | # Written by Gordon Matzigkeit, 1996 | 3470 | # Written by Gordon Matzigkeit, 1996 |
| 3472 | # | 3471 | # |
| 3473 | # This file is part of GNU Libtool. | 3472 | # This file is part of GNU Libtool. |
| 3474 | @@ -16606,19 +17274,42 @@ SP2NL=$lt_lt_SP2NL | 3473 | @@ -16612,19 +17280,42 @@ SP2NL=$lt_lt_SP2NL |
| 3475 | # turn newlines into spaces. | 3474 | # turn newlines into spaces. |
| 3476 | NL2SP=$lt_lt_NL2SP | 3475 | NL2SP=$lt_lt_NL2SP |
| 3477 | 3476 | ||
| @@ -3515,7 +3514,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3515 | # A symbol stripping program. | 3514 | # A symbol stripping program. |
| 3516 | STRIP=$lt_STRIP | 3515 | STRIP=$lt_STRIP |
| 3517 | 3516 | ||
| 3518 | @@ -16648,6 +17339,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 3517 | @@ -16654,6 +17345,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 3519 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 3518 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 3520 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 3519 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 3521 | 3520 | ||
| @@ -3528,7 +3527,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3528 | # The name of the directory that contains temporary libtool files. | 3527 | # The name of the directory that contains temporary libtool files. |
| 3529 | objdir=$objdir | 3528 | objdir=$objdir |
| 3530 | 3529 | ||
| 3531 | @@ -16657,6 +17354,9 @@ MAGIC_CMD=$MAGIC_CMD | 3530 | @@ -16663,6 +17360,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 3532 | # Must we lock files when doing compilation? | 3531 | # Must we lock files when doing compilation? |
| 3533 | need_locks=$lt_need_locks | 3532 | need_locks=$lt_need_locks |
| 3534 | 3533 | ||
| @@ -3538,7 +3537,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3538 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 3537 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 3539 | DSYMUTIL=$lt_DSYMUTIL | 3538 | DSYMUTIL=$lt_DSYMUTIL |
| 3540 | 3539 | ||
| 3541 | @@ -16771,12 +17471,12 @@ with_gcc=$GCC | 3540 | @@ -16777,12 +17477,12 @@ with_gcc=$GCC |
| 3542 | # Compiler flag to turn off builtin functions. | 3541 | # Compiler flag to turn off builtin functions. |
| 3543 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 3542 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 3544 | 3543 | ||
| @@ -3554,7 +3553,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3554 | # Compiler flag to prevent dynamic linking. | 3553 | # Compiler flag to prevent dynamic linking. |
| 3555 | link_static_flag=$lt_lt_prog_compiler_static | 3554 | link_static_flag=$lt_lt_prog_compiler_static |
| 3556 | 3555 | ||
| 3557 | @@ -16863,9 +17563,6 @@ inherit_rpath=$inherit_rpath | 3556 | @@ -16869,9 +17569,6 @@ inherit_rpath=$inherit_rpath |
| 3558 | # Whether libtool must link a program against all its dependency libraries. | 3557 | # Whether libtool must link a program against all its dependency libraries. |
| 3559 | link_all_deplibs=$link_all_deplibs | 3558 | link_all_deplibs=$link_all_deplibs |
| 3560 | 3559 | ||
| @@ -3564,7 +3563,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3564 | # Set to "yes" if exported symbols are required. | 3563 | # Set to "yes" if exported symbols are required. |
| 3565 | always_export_symbols=$always_export_symbols | 3564 | always_export_symbols=$always_export_symbols |
| 3566 | 3565 | ||
| 3567 | @@ -16881,6 +17578,9 @@ include_expsyms=$lt_include_expsyms | 3566 | @@ -16887,6 +17584,9 @@ include_expsyms=$lt_include_expsyms |
| 3568 | # Commands necessary for linking programs (against libraries) with templates. | 3567 | # Commands necessary for linking programs (against libraries) with templates. |
| 3569 | prelink_cmds=$lt_prelink_cmds | 3568 | prelink_cmds=$lt_prelink_cmds |
| 3570 | 3569 | ||
| @@ -3574,7 +3573,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3574 | # Specify filename containing input files. | 3573 | # Specify filename containing input files. |
| 3575 | file_list_spec=$lt_file_list_spec | 3574 | file_list_spec=$lt_file_list_spec |
| 3576 | 3575 | ||
| 3577 | @@ -16913,210 +17613,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 3576 | @@ -16919,210 +17619,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 3578 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 3577 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 3579 | # text mode, it properly converts lines to CR/LF. This bash problem | 3578 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 3580 | # is reportedly fixed, but why not run on old versions too? | 3579 | # is reportedly fixed, but why not run on old versions too? |
| @@ -3949,7 +3948,7 @@ index c7bd42049c3..06285371350 100755 | |||
| 3949 | chmod +x "$ofile" | 3948 | chmod +x "$ofile" |
| 3950 | 3949 | ||
| 3951 | diff --git a/gas/Makefile.in b/gas/Makefile.in | 3950 | diff --git a/gas/Makefile.in b/gas/Makefile.in |
| 3952 | index 8319181b472..3425e414c1c 100644 | 3951 | index 427f42dfa3a..ec6615d34e3 100644 |
| 3953 | --- a/gas/Makefile.in | 3952 | --- a/gas/Makefile.in |
| 3954 | +++ b/gas/Makefile.in | 3953 | +++ b/gas/Makefile.in |
| 3955 | @@ -377,6 +377,7 @@ CYGPATH_W = @CYGPATH_W@ | 3954 | @@ -377,6 +377,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -3977,7 +3976,7 @@ index 8319181b472..3425e414c1c 100644 | |||
| 3977 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 3976 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 3978 | am__include = @am__include@ | 3977 | am__include = @am__include@ |
| 3979 | diff --git a/gas/configure b/gas/configure | 3978 | diff --git a/gas/configure b/gas/configure |
| 3980 | index 3c0c3e27d3b..11baafb9db6 100755 | 3979 | index db1b80fc907..4bdd9705d8d 100755 |
| 3981 | --- a/gas/configure | 3980 | --- a/gas/configure |
| 3982 | +++ b/gas/configure | 3981 | +++ b/gas/configure |
| 3983 | @@ -686,8 +686,11 @@ OTOOL | 3982 | @@ -686,8 +686,11 @@ OTOOL |
| @@ -5300,7 +5299,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5300 | int main () | 5299 | int main () |
| 5301 | { | 5300 | { |
| 5302 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5301 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 5303 | @@ -15133,13 +15783,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 5302 | @@ -15132,13 +15782,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 5304 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 5303 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 5305 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 5304 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 5306 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 5305 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -5321,7 +5320,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5321 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 5320 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 5322 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 5321 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 5323 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 5322 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 5324 | @@ -15154,14 +15811,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 5323 | @@ -15153,14 +15810,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 5325 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 5324 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 5326 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 5325 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 5327 | 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"`' | 5326 | 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"`' |
| @@ -5340,7 +5339,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5340 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 5339 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 5341 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 5340 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 5342 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 5341 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 5343 | @@ -15194,12 +15854,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 5342 | @@ -15193,12 +15853,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 5344 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 5343 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 5345 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 5344 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 5346 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 5345 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -5354,7 +5353,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5354 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 5353 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 5355 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 5354 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 5356 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 5355 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 5357 | @@ -15254,8 +15914,13 @@ reload_flag \ | 5356 | @@ -15253,8 +15913,13 @@ reload_flag \ |
| 5358 | OBJDUMP \ | 5357 | OBJDUMP \ |
| 5359 | deplibs_check_method \ | 5358 | deplibs_check_method \ |
| 5360 | file_magic_cmd \ | 5359 | file_magic_cmd \ |
| @@ -5368,7 +5367,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5368 | STRIP \ | 5367 | STRIP \ |
| 5369 | RANLIB \ | 5368 | RANLIB \ |
| 5370 | CC \ | 5369 | CC \ |
| 5371 | @@ -15265,12 +15930,14 @@ lt_cv_sys_global_symbol_pipe \ | 5370 | @@ -15264,12 +15929,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 5372 | lt_cv_sys_global_symbol_to_cdecl \ | 5371 | lt_cv_sys_global_symbol_to_cdecl \ |
| 5373 | lt_cv_sys_global_symbol_to_c_name_address \ | 5372 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 5374 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 5373 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -5384,7 +5383,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5384 | DSYMUTIL \ | 5383 | DSYMUTIL \ |
| 5385 | NMEDIT \ | 5384 | NMEDIT \ |
| 5386 | LIPO \ | 5385 | LIPO \ |
| 5387 | @@ -15286,7 +15953,6 @@ no_undefined_flag \ | 5386 | @@ -15285,7 +15952,6 @@ no_undefined_flag \ |
| 5388 | hardcode_libdir_flag_spec \ | 5387 | hardcode_libdir_flag_spec \ |
| 5389 | hardcode_libdir_flag_spec_ld \ | 5388 | hardcode_libdir_flag_spec_ld \ |
| 5390 | hardcode_libdir_separator \ | 5389 | hardcode_libdir_separator \ |
| @@ -5392,7 +5391,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5392 | exclude_expsyms \ | 5391 | exclude_expsyms \ |
| 5393 | include_expsyms \ | 5392 | include_expsyms \ |
| 5394 | file_list_spec \ | 5393 | file_list_spec \ |
| 5395 | @@ -15322,6 +15988,7 @@ module_cmds \ | 5394 | @@ -15321,6 +15987,7 @@ module_cmds \ |
| 5396 | module_expsym_cmds \ | 5395 | module_expsym_cmds \ |
| 5397 | export_symbols_cmds \ | 5396 | export_symbols_cmds \ |
| 5398 | prelink_cmds \ | 5397 | prelink_cmds \ |
| @@ -5400,7 +5399,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5400 | postinstall_cmds \ | 5399 | postinstall_cmds \ |
| 5401 | postuninstall_cmds \ | 5400 | postuninstall_cmds \ |
| 5402 | finish_cmds \ | 5401 | finish_cmds \ |
| 5403 | @@ -16094,7 +16761,8 @@ $as_echo X"$file" | | 5402 | @@ -16093,7 +16760,8 @@ $as_echo X"$file" | |
| 5404 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 5403 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 5405 | # | 5404 | # |
| 5406 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 5405 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -5410,7 +5409,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5410 | # Written by Gordon Matzigkeit, 1996 | 5409 | # Written by Gordon Matzigkeit, 1996 |
| 5411 | # | 5410 | # |
| 5412 | # This file is part of GNU Libtool. | 5411 | # This file is part of GNU Libtool. |
| 5413 | @@ -16197,19 +16865,42 @@ SP2NL=$lt_lt_SP2NL | 5412 | @@ -16196,19 +16864,42 @@ SP2NL=$lt_lt_SP2NL |
| 5414 | # turn newlines into spaces. | 5413 | # turn newlines into spaces. |
| 5415 | NL2SP=$lt_lt_NL2SP | 5414 | NL2SP=$lt_lt_NL2SP |
| 5416 | 5415 | ||
| @@ -5454,7 +5453,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5454 | # A symbol stripping program. | 5453 | # A symbol stripping program. |
| 5455 | STRIP=$lt_STRIP | 5454 | STRIP=$lt_STRIP |
| 5456 | 5455 | ||
| 5457 | @@ -16239,6 +16930,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 5456 | @@ -16238,6 +16929,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 5458 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 5457 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 5459 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 5458 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 5460 | 5459 | ||
| @@ -5467,7 +5466,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5467 | # The name of the directory that contains temporary libtool files. | 5466 | # The name of the directory that contains temporary libtool files. |
| 5468 | objdir=$objdir | 5467 | objdir=$objdir |
| 5469 | 5468 | ||
| 5470 | @@ -16248,6 +16945,9 @@ MAGIC_CMD=$MAGIC_CMD | 5469 | @@ -16247,6 +16944,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 5471 | # Must we lock files when doing compilation? | 5470 | # Must we lock files when doing compilation? |
| 5472 | need_locks=$lt_need_locks | 5471 | need_locks=$lt_need_locks |
| 5473 | 5472 | ||
| @@ -5477,7 +5476,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5477 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 5476 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 5478 | DSYMUTIL=$lt_DSYMUTIL | 5477 | DSYMUTIL=$lt_DSYMUTIL |
| 5479 | 5478 | ||
| 5480 | @@ -16362,12 +17062,12 @@ with_gcc=$GCC | 5479 | @@ -16361,12 +17061,12 @@ with_gcc=$GCC |
| 5481 | # Compiler flag to turn off builtin functions. | 5480 | # Compiler flag to turn off builtin functions. |
| 5482 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 5481 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 5483 | 5482 | ||
| @@ -5493,7 +5492,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5493 | # Compiler flag to prevent dynamic linking. | 5492 | # Compiler flag to prevent dynamic linking. |
| 5494 | link_static_flag=$lt_lt_prog_compiler_static | 5493 | link_static_flag=$lt_lt_prog_compiler_static |
| 5495 | 5494 | ||
| 5496 | @@ -16454,9 +17154,6 @@ inherit_rpath=$inherit_rpath | 5495 | @@ -16453,9 +17153,6 @@ inherit_rpath=$inherit_rpath |
| 5497 | # Whether libtool must link a program against all its dependency libraries. | 5496 | # Whether libtool must link a program against all its dependency libraries. |
| 5498 | link_all_deplibs=$link_all_deplibs | 5497 | link_all_deplibs=$link_all_deplibs |
| 5499 | 5498 | ||
| @@ -5503,7 +5502,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5503 | # Set to "yes" if exported symbols are required. | 5502 | # Set to "yes" if exported symbols are required. |
| 5504 | always_export_symbols=$always_export_symbols | 5503 | always_export_symbols=$always_export_symbols |
| 5505 | 5504 | ||
| 5506 | @@ -16472,6 +17169,9 @@ include_expsyms=$lt_include_expsyms | 5505 | @@ -16471,6 +17168,9 @@ include_expsyms=$lt_include_expsyms |
| 5507 | # Commands necessary for linking programs (against libraries) with templates. | 5506 | # Commands necessary for linking programs (against libraries) with templates. |
| 5508 | prelink_cmds=$lt_prelink_cmds | 5507 | prelink_cmds=$lt_prelink_cmds |
| 5509 | 5508 | ||
| @@ -5513,7 +5512,7 @@ index 3c0c3e27d3b..11baafb9db6 100755 | |||
| 5513 | # Specify filename containing input files. | 5512 | # Specify filename containing input files. |
| 5514 | file_list_spec=$lt_file_list_spec | 5513 | file_list_spec=$lt_file_list_spec |
| 5515 | 5514 | ||
| 5516 | @@ -16504,210 +17204,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 5515 | @@ -16503,210 +17203,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 5517 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 5516 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 5518 | # text mode, it properly converts lines to CR/LF. This bash problem | 5517 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 5519 | # is reportedly fixed, but why not run on old versions too? | 5518 | # is reportedly fixed, but why not run on old versions too? |
| @@ -5916,7 +5915,7 @@ index c9914e46d7d..1857eb8b5a8 100644 | |||
| 5916 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 5915 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 5917 | am__include = @am__include@ | 5916 | am__include = @am__include@ |
| 5918 | diff --git a/gprof/configure b/gprof/configure | 5917 | diff --git a/gprof/configure b/gprof/configure |
| 5919 | index c5a081c88aa..a1b06379df4 100755 | 5918 | index 98ba6d7f5b3..113505b963c 100755 |
| 5920 | --- a/gprof/configure | 5919 | --- a/gprof/configure |
| 5921 | +++ b/gprof/configure | 5920 | +++ b/gprof/configure |
| 5922 | @@ -663,8 +663,11 @@ OTOOL | 5921 | @@ -663,8 +663,11 @@ OTOOL |
| @@ -7830,7 +7829,7 @@ index c5a081c88aa..a1b06379df4 100755 | |||
| 7830 | chmod +x "$ofile" | 7829 | chmod +x "$ofile" |
| 7831 | 7830 | ||
| 7832 | diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in | 7831 | diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in |
| 7833 | index a2854950e34..4d307543d81 100644 | 7832 | index 06b563cb8ef..b6ae509fd6c 100644 |
| 7834 | --- a/gprofng/Makefile.in | 7833 | --- a/gprofng/Makefile.in |
| 7835 | +++ b/gprofng/Makefile.in | 7834 | +++ b/gprofng/Makefile.in |
| 7836 | @@ -253,6 +253,7 @@ CXXFLAGS = @CXXFLAGS@ | 7835 | @@ -253,6 +253,7 @@ CXXFLAGS = @CXXFLAGS@ |
| @@ -7850,10 +7849,10 @@ index a2854950e34..4d307543d81 100644 | |||
| 7850 | NM = @NM@ | 7849 | NM = @NM@ |
| 7851 | NMEDIT = @NMEDIT@ | 7850 | NMEDIT = @NMEDIT@ |
| 7852 | diff --git a/gprofng/configure b/gprofng/configure | 7851 | diff --git a/gprofng/configure b/gprofng/configure |
| 7853 | index 3ad87139280..e4593cbb838 100755 | 7852 | index 69eb806a17d..9e97e334544 100755 |
| 7854 | --- a/gprofng/configure | 7853 | --- a/gprofng/configure |
| 7855 | +++ b/gprofng/configure | 7854 | +++ b/gprofng/configure |
| 7856 | @@ -674,6 +674,8 @@ OTOOL | 7855 | @@ -672,6 +672,8 @@ OTOOL |
| 7857 | LIPO | 7856 | LIPO |
| 7858 | NMEDIT | 7857 | NMEDIT |
| 7859 | DSYMUTIL | 7858 | DSYMUTIL |
| @@ -7862,7 +7861,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 7862 | OBJDUMP | 7861 | OBJDUMP |
| 7863 | LN_S | 7862 | LN_S |
| 7864 | NM | 7863 | NM |
| 7865 | @@ -804,6 +806,7 @@ enable_static | 7864 | @@ -802,6 +804,7 @@ enable_static |
| 7866 | with_pic | 7865 | with_pic |
| 7867 | enable_fast_install | 7866 | enable_fast_install |
| 7868 | with_gnu_ld | 7867 | with_gnu_ld |
| @@ -7870,7 +7869,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 7870 | enable_libtool_lock | 7869 | enable_libtool_lock |
| 7871 | enable_werror_always | 7870 | enable_werror_always |
| 7872 | enable_gprofng_tools | 7871 | enable_gprofng_tools |
| 7873 | @@ -1467,6 +1470,8 @@ Optional Packages: | 7872 | @@ -1465,6 +1468,8 @@ Optional Packages: |
| 7874 | --with-pic try to use only PIC/non-PIC objects [default=use | 7873 | --with-pic try to use only PIC/non-PIC objects [default=use |
| 7875 | both] | 7874 | both] |
| 7876 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 7875 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| @@ -7879,7 +7878,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 7879 | --with-jdk=PATH specify prefix directory for installed JDK. | 7878 | --with-jdk=PATH specify prefix directory for installed JDK. |
| 7880 | --with-system-zlib use installed libz | 7879 | --with-system-zlib use installed libz |
| 7881 | 7880 | ||
| 7882 | @@ -6158,8 +6163,8 @@ esac | 7881 | @@ -6156,8 +6161,8 @@ esac |
| 7883 | 7882 | ||
| 7884 | 7883 | ||
| 7885 | 7884 | ||
| @@ -7890,7 +7889,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 7890 | 7889 | ||
| 7891 | 7890 | ||
| 7892 | 7891 | ||
| 7893 | @@ -6199,7 +6204,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 7892 | @@ -6197,7 +6202,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
| 7894 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 7893 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
| 7895 | $as_echo_n "checking how to print strings... " >&6; } | 7894 | $as_echo_n "checking how to print strings... " >&6; } |
| 7896 | # Test print first, because it will be a builtin if present. | 7895 | # Test print first, because it will be a builtin if present. |
| @@ -7899,7 +7898,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 7899 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 7898 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 7900 | ECHO='print -r --' | 7899 | ECHO='print -r --' |
| 7901 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 7900 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 7902 | @@ -6892,8 +6897,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 7901 | @@ -6890,8 +6895,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
| 7903 | # Try some XSI features | 7902 | # Try some XSI features |
| 7904 | xsi_shell=no | 7903 | xsi_shell=no |
| 7905 | ( _lt_dummy="a/b/c" | 7904 | ( _lt_dummy="a/b/c" |
| @@ -7910,7 +7909,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 7910 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 7909 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
| 7911 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 7910 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
| 7912 | && xsi_shell=yes | 7911 | && xsi_shell=yes |
| 7913 | @@ -6942,6 +6947,80 @@ esac | 7912 | @@ -6940,6 +6945,80 @@ esac |
| 7914 | 7913 | ||
| 7915 | 7914 | ||
| 7916 | 7915 | ||
| @@ -7991,7 +7990,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 7991 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 7990 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 7992 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 7991 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 7993 | if ${lt_cv_ld_reload_flag+:} false; then : | 7992 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 7994 | @@ -6958,6 +7037,11 @@ case $reload_flag in | 7993 | @@ -6956,6 +7035,11 @@ case $reload_flag in |
| 7995 | esac | 7994 | esac |
| 7996 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 7995 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 7997 | case $host_os in | 7996 | case $host_os in |
| @@ -8003,7 +8002,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8003 | darwin*) | 8002 | darwin*) |
| 8004 | if test "$GCC" = yes; then | 8003 | if test "$GCC" = yes; then |
| 8005 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 8004 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| 8006 | @@ -7126,7 +7210,8 @@ mingw* | pw32*) | 8005 | @@ -7124,7 +7208,8 @@ mingw* | pw32*) |
| 8007 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 8006 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 8008 | lt_cv_file_magic_cmd='func_win32_libid' | 8007 | lt_cv_file_magic_cmd='func_win32_libid' |
| 8009 | else | 8008 | else |
| @@ -8013,7 +8012,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8013 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 8012 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 8014 | fi | 8013 | fi |
| 8015 | ;; | 8014 | ;; |
| 8016 | @@ -7280,6 +7365,21 @@ esac | 8015 | @@ -7278,6 +7363,21 @@ esac |
| 8017 | fi | 8016 | fi |
| 8018 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 8017 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 8019 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 8018 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| @@ -8035,7 +8034,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8035 | file_magic_cmd=$lt_cv_file_magic_cmd | 8034 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 8036 | deplibs_check_method=$lt_cv_deplibs_check_method | 8035 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 8037 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 8036 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 8038 | @@ -7295,6 +7395,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 8037 | @@ -7293,6 +7393,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 8039 | 8038 | ||
| 8040 | 8039 | ||
| 8041 | 8040 | ||
| @@ -8193,7 +8192,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8193 | plugin_option= | 8192 | plugin_option= |
| 8194 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 8193 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
| 8195 | for plugin in $plugin_names; do | 8194 | for plugin in $plugin_names; do |
| 8196 | @@ -7309,8 +7560,10 @@ for plugin in $plugin_names; do | 8195 | @@ -7307,8 +7558,10 @@ for plugin in $plugin_names; do |
| 8197 | done | 8196 | done |
| 8198 | 8197 | ||
| 8199 | if test -n "$ac_tool_prefix"; then | 8198 | if test -n "$ac_tool_prefix"; then |
| @@ -8206,7 +8205,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8206 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8205 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8207 | $as_echo_n "checking for $ac_word... " >&6; } | 8206 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8208 | if ${ac_cv_prog_AR+:} false; then : | 8207 | if ${ac_cv_prog_AR+:} false; then : |
| 8209 | @@ -7326,7 +7579,7 @@ do | 8208 | @@ -7324,7 +7577,7 @@ do |
| 8210 | test -z "$as_dir" && as_dir=. | 8209 | test -z "$as_dir" && as_dir=. |
| 8211 | for ac_exec_ext in '' $ac_executable_extensions; do | 8210 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8212 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 8211 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -8215,7 +8214,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8215 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 8214 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8216 | break 2 | 8215 | break 2 |
| 8217 | fi | 8216 | fi |
| 8218 | @@ -7346,11 +7599,15 @@ $as_echo "no" >&6; } | 8217 | @@ -7344,11 +7597,15 @@ $as_echo "no" >&6; } |
| 8219 | fi | 8218 | fi |
| 8220 | 8219 | ||
| 8221 | 8220 | ||
| @@ -8234,7 +8233,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8234 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8233 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8235 | $as_echo_n "checking for $ac_word... " >&6; } | 8234 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8236 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 8235 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 8237 | @@ -7366,7 +7623,7 @@ do | 8236 | @@ -7364,7 +7621,7 @@ do |
| 8238 | test -z "$as_dir" && as_dir=. | 8237 | test -z "$as_dir" && as_dir=. |
| 8239 | for ac_exec_ext in '' $ac_executable_extensions; do | 8238 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8240 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 8239 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -8243,7 +8242,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8243 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 8242 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8244 | break 2 | 8243 | break 2 |
| 8245 | fi | 8244 | fi |
| 8246 | @@ -7385,6 +7642,10 @@ else | 8245 | @@ -7383,6 +7640,10 @@ else |
| 8247 | $as_echo "no" >&6; } | 8246 | $as_echo "no" >&6; } |
| 8248 | fi | 8247 | fi |
| 8249 | 8248 | ||
| @@ -8254,7 +8253,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8254 | if test "x$ac_ct_AR" = x; then | 8253 | if test "x$ac_ct_AR" = x; then |
| 8255 | AR="false" | 8254 | AR="false" |
| 8256 | else | 8255 | else |
| 8257 | @@ -7396,29 +7657,81 @@ ac_tool_warned=yes ;; | 8256 | @@ -7394,29 +7655,81 @@ ac_tool_warned=yes ;; |
| 8258 | esac | 8257 | esac |
| 8259 | AR=$ac_ct_AR | 8258 | AR=$ac_ct_AR |
| 8260 | fi | 8259 | fi |
| @@ -8351,7 +8350,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8351 | 8350 | ||
| 8352 | 8351 | ||
| 8353 | 8352 | ||
| 8354 | @@ -7765,8 +8078,8 @@ esac | 8353 | @@ -7763,8 +8076,8 @@ esac |
| 8355 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 8354 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| 8356 | 8355 | ||
| 8357 | # Transform an extracted symbol line into symbol name and symbol address | 8356 | # Transform an extracted symbol line into symbol name and symbol address |
| @@ -8362,7 +8361,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8362 | 8361 | ||
| 8363 | # Handle CRLF in mingw tool chain | 8362 | # Handle CRLF in mingw tool chain |
| 8364 | opt_cr= | 8363 | opt_cr= |
| 8365 | @@ -7802,6 +8115,7 @@ for ac_symprfx in "" "_"; do | 8364 | @@ -7800,6 +8113,7 @@ for ac_symprfx in "" "_"; do |
| 8366 | else | 8365 | else |
| 8367 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 8366 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 8368 | fi | 8367 | fi |
| @@ -8370,7 +8369,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8370 | 8369 | ||
| 8371 | # Check to see that the pipe works correctly. | 8370 | # Check to see that the pipe works correctly. |
| 8372 | pipe_works=no | 8371 | pipe_works=no |
| 8373 | @@ -7843,6 +8157,18 @@ _LT_EOF | 8372 | @@ -7841,6 +8155,18 @@ _LT_EOF |
| 8374 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 8373 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 8375 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 8374 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 8376 | cat <<_LT_EOF > conftest.$ac_ext | 8375 | cat <<_LT_EOF > conftest.$ac_ext |
| @@ -8389,7 +8388,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8389 | #ifdef __cplusplus | 8388 | #ifdef __cplusplus |
| 8390 | extern "C" { | 8389 | extern "C" { |
| 8391 | #endif | 8390 | #endif |
| 8392 | @@ -7854,7 +8180,7 @@ _LT_EOF | 8391 | @@ -7852,7 +8178,7 @@ _LT_EOF |
| 8393 | cat <<_LT_EOF >> conftest.$ac_ext | 8392 | cat <<_LT_EOF >> conftest.$ac_ext |
| 8394 | 8393 | ||
| 8395 | /* The mapping between symbol names and symbols. */ | 8394 | /* The mapping between symbol names and symbols. */ |
| @@ -8398,7 +8397,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8398 | const char *name; | 8397 | const char *name; |
| 8399 | void *address; | 8398 | void *address; |
| 8400 | } | 8399 | } |
| 8401 | @@ -7880,8 +8206,8 @@ static const void *lt_preloaded_setup() { | 8400 | @@ -7878,8 +8204,8 @@ static const void *lt_preloaded_setup() { |
| 8402 | _LT_EOF | 8401 | _LT_EOF |
| 8403 | # Now try linking the two files. | 8402 | # Now try linking the two files. |
| 8404 | mv conftest.$ac_objext conftstm.$ac_objext | 8403 | mv conftest.$ac_objext conftstm.$ac_objext |
| @@ -8409,7 +8408,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8409 | LIBS="conftstm.$ac_objext" | 8408 | LIBS="conftstm.$ac_objext" |
| 8410 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 8409 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 8411 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 8410 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 8412 | @@ -7891,8 +8217,8 @@ _LT_EOF | 8411 | @@ -7889,8 +8215,8 @@ _LT_EOF |
| 8413 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 8412 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
| 8414 | pipe_works=yes | 8413 | pipe_works=yes |
| 8415 | fi | 8414 | fi |
| @@ -8420,7 +8419,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8420 | else | 8419 | else |
| 8421 | echo "cannot find nm_test_func in $nlist" >&5 | 8420 | echo "cannot find nm_test_func in $nlist" >&5 |
| 8422 | fi | 8421 | fi |
| 8423 | @@ -7929,6 +8255,13 @@ else | 8422 | @@ -7927,6 +8253,13 @@ else |
| 8424 | $as_echo "ok" >&6; } | 8423 | $as_echo "ok" >&6; } |
| 8425 | fi | 8424 | fi |
| 8426 | 8425 | ||
| @@ -8434,7 +8433,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8434 | 8433 | ||
| 8435 | 8434 | ||
| 8436 | 8435 | ||
| 8437 | @@ -7948,6 +8281,48 @@ fi | 8436 | @@ -7946,6 +8279,48 @@ fi |
| 8438 | 8437 | ||
| 8439 | 8438 | ||
| 8440 | 8439 | ||
| @@ -8483,7 +8482,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8483 | 8482 | ||
| 8484 | 8483 | ||
| 8485 | # Check whether --enable-libtool-lock was given. | 8484 | # Check whether --enable-libtool-lock was given. |
| 8486 | @@ -8156,6 +8531,123 @@ esac | 8485 | @@ -8154,6 +8529,123 @@ esac |
| 8487 | 8486 | ||
| 8488 | need_locks="$enable_libtool_lock" | 8487 | need_locks="$enable_libtool_lock" |
| 8489 | 8488 | ||
| @@ -8607,7 +8606,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8607 | 8606 | ||
| 8608 | case $host_os in | 8607 | case $host_os in |
| 8609 | rhapsody* | darwin*) | 8608 | rhapsody* | darwin*) |
| 8610 | @@ -8719,6 +9211,8 @@ _LT_EOF | 8609 | @@ -8717,6 +9209,8 @@ _LT_EOF |
| 8611 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 8610 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 8612 | echo "$AR cru libconftest.a conftest.o" >&5 | 8611 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 8613 | $AR cru libconftest.a conftest.o 2>&5 | 8612 | $AR cru libconftest.a conftest.o 2>&5 |
| @@ -8616,7 +8615,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8616 | cat > conftest.c << _LT_EOF | 8615 | cat > conftest.c << _LT_EOF |
| 8617 | int main() { return 0;} | 8616 | int main() { return 0;} |
| 8618 | _LT_EOF | 8617 | _LT_EOF |
| 8619 | @@ -8787,6 +9281,16 @@ done | 8618 | @@ -8785,6 +9279,16 @@ done |
| 8620 | 8619 | ||
| 8621 | 8620 | ||
| 8622 | 8621 | ||
| @@ -8633,7 +8632,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8633 | 8632 | ||
| 8634 | 8633 | ||
| 8635 | # Set options | 8634 | # Set options |
| 8636 | @@ -9272,8 +9776,6 @@ fi | 8635 | @@ -9270,8 +9774,6 @@ fi |
| 8637 | lt_prog_compiler_pic= | 8636 | lt_prog_compiler_pic= |
| 8638 | lt_prog_compiler_static= | 8637 | lt_prog_compiler_static= |
| 8639 | 8638 | ||
| @@ -8642,7 +8641,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8642 | 8641 | ||
| 8643 | if test "$GCC" = yes; then | 8642 | if test "$GCC" = yes; then |
| 8644 | lt_prog_compiler_wl='-Wl,' | 8643 | lt_prog_compiler_wl='-Wl,' |
| 8645 | @@ -9439,6 +9941,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 8644 | @@ -9437,6 +9939,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 8646 | lt_prog_compiler_pic='--shared' | 8645 | lt_prog_compiler_pic='--shared' |
| 8647 | lt_prog_compiler_static='--static' | 8646 | lt_prog_compiler_static='--static' |
| 8648 | ;; | 8647 | ;; |
| @@ -8655,7 +8654,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8655 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 8654 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 8656 | # Portland Group compilers (*not* the Pentium gcc compiler, | 8655 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 8657 | # which looks to be a dead project) | 8656 | # which looks to be a dead project) |
| 8658 | @@ -9501,7 +10009,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 8657 | @@ -9499,7 +10007,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 8659 | lt_prog_compiler_pic='-KPIC' | 8658 | lt_prog_compiler_pic='-KPIC' |
| 8660 | lt_prog_compiler_static='-Bstatic' | 8659 | lt_prog_compiler_static='-Bstatic' |
| 8661 | case $cc_basename in | 8660 | case $cc_basename in |
| @@ -8664,7 +8663,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8664 | lt_prog_compiler_wl='-Qoption ld ';; | 8663 | lt_prog_compiler_wl='-Qoption ld ';; |
| 8665 | *) | 8664 | *) |
| 8666 | lt_prog_compiler_wl='-Wl,';; | 8665 | lt_prog_compiler_wl='-Wl,';; |
| 8667 | @@ -9558,13 +10066,17 @@ case $host_os in | 8666 | @@ -9556,13 +10064,17 @@ case $host_os in |
| 8668 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 8667 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
| 8669 | ;; | 8668 | ;; |
| 8670 | esac | 8669 | esac |
| @@ -8688,7 +8687,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8688 | 8687 | ||
| 8689 | # | 8688 | # |
| 8690 | # Check to make sure the PIC flag actually works. | 8689 | # Check to make sure the PIC flag actually works. |
| 8691 | @@ -9625,6 +10137,11 @@ fi | 8690 | @@ -9623,6 +10135,11 @@ fi |
| 8692 | 8691 | ||
| 8693 | 8692 | ||
| 8694 | 8693 | ||
| @@ -8700,7 +8699,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8700 | # | 8699 | # |
| 8701 | # Check to make sure the static flag actually works. | 8700 | # Check to make sure the static flag actually works. |
| 8702 | # | 8701 | # |
| 8703 | @@ -9975,7 +10492,8 @@ _LT_EOF | 8702 | @@ -9973,7 +10490,8 @@ _LT_EOF |
| 8704 | allow_undefined_flag=unsupported | 8703 | allow_undefined_flag=unsupported |
| 8705 | always_export_symbols=no | 8704 | always_export_symbols=no |
| 8706 | enable_shared_with_static_runtimes=yes | 8705 | enable_shared_with_static_runtimes=yes |
| @@ -8710,7 +8709,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8710 | 8709 | ||
| 8711 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 8710 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
| 8712 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 8711 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| 8713 | @@ -10074,12 +10592,12 @@ _LT_EOF | 8712 | @@ -10072,12 +10590,12 @@ _LT_EOF |
| 8714 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 8713 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 8715 | hardcode_libdir_flag_spec= | 8714 | hardcode_libdir_flag_spec= |
| 8716 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 8715 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| @@ -8725,7 +8724,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8725 | fi | 8724 | fi |
| 8726 | ;; | 8725 | ;; |
| 8727 | esac | 8726 | esac |
| 8728 | @@ -10093,8 +10611,8 @@ _LT_EOF | 8727 | @@ -10091,8 +10609,8 @@ _LT_EOF |
| 8729 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 8728 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 8730 | wlarc= | 8729 | wlarc= |
| 8731 | else | 8730 | else |
| @@ -8736,7 +8735,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8736 | fi | 8735 | fi |
| 8737 | ;; | 8736 | ;; |
| 8738 | 8737 | ||
| 8739 | @@ -10112,8 +10630,8 @@ _LT_EOF | 8738 | @@ -10110,8 +10628,8 @@ _LT_EOF |
| 8740 | 8739 | ||
| 8741 | _LT_EOF | 8740 | _LT_EOF |
| 8742 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 8741 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -8747,7 +8746,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8747 | else | 8746 | else |
| 8748 | ld_shlibs=no | 8747 | ld_shlibs=no |
| 8749 | fi | 8748 | fi |
| 8750 | @@ -10159,8 +10677,8 @@ _LT_EOF | 8749 | @@ -10157,8 +10675,8 @@ _LT_EOF |
| 8751 | 8750 | ||
| 8752 | *) | 8751 | *) |
| 8753 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 8752 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -8758,7 +8757,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8758 | else | 8757 | else |
| 8759 | ld_shlibs=no | 8758 | ld_shlibs=no |
| 8760 | fi | 8759 | fi |
| 8761 | @@ -10290,7 +10808,13 @@ _LT_EOF | 8760 | @@ -10288,7 +10806,13 @@ _LT_EOF |
| 8762 | allow_undefined_flag='-berok' | 8761 | allow_undefined_flag='-berok' |
| 8763 | # Determine the default libpath from the value encoded in an | 8762 | # Determine the default libpath from the value encoded in an |
| 8764 | # empty executable. | 8763 | # empty executable. |
| @@ -8773,7 +8772,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8773 | /* end confdefs.h. */ | 8772 | /* end confdefs.h. */ |
| 8774 | 8773 | ||
| 8775 | int | 8774 | int |
| 8776 | @@ -10303,22 +10827,29 @@ main () | 8775 | @@ -10301,22 +10825,29 @@ main () |
| 8777 | _ACEOF | 8776 | _ACEOF |
| 8778 | if ac_fn_c_try_link "$LINENO"; then : | 8777 | if ac_fn_c_try_link "$LINENO"; then : |
| 8779 | 8778 | ||
| @@ -8816,7 +8815,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8816 | 8815 | ||
| 8817 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 8816 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 8818 | 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" | 8817 | 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" |
| 8819 | @@ -10330,7 +10861,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8818 | @@ -10328,7 +10859,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 8820 | else | 8819 | else |
| 8821 | # Determine the default libpath from the value encoded in an | 8820 | # Determine the default libpath from the value encoded in an |
| 8822 | # empty executable. | 8821 | # empty executable. |
| @@ -8831,7 +8830,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8831 | /* end confdefs.h. */ | 8830 | /* end confdefs.h. */ |
| 8832 | 8831 | ||
| 8833 | int | 8832 | int |
| 8834 | @@ -10343,22 +10880,29 @@ main () | 8833 | @@ -10341,22 +10878,29 @@ main () |
| 8835 | _ACEOF | 8834 | _ACEOF |
| 8836 | if ac_fn_c_try_link "$LINENO"; then : | 8835 | if ac_fn_c_try_link "$LINENO"; then : |
| 8837 | 8836 | ||
| @@ -8874,7 +8873,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8874 | 8873 | ||
| 8875 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 8874 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 8876 | # Warning - without using the other run time loading flags, | 8875 | # Warning - without using the other run time loading flags, |
| 8877 | @@ -10403,20 +10947,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8876 | @@ -10401,20 +10945,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 8878 | # Microsoft Visual C++. | 8877 | # Microsoft Visual C++. |
| 8879 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 8878 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| 8880 | # no search path for DLLs. | 8879 | # no search path for DLLs. |
| @@ -8952,7 +8951,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8952 | ;; | 8951 | ;; |
| 8953 | 8952 | ||
| 8954 | darwin* | rhapsody*) | 8953 | darwin* | rhapsody*) |
| 8955 | @@ -10477,7 +11064,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8954 | @@ -10475,7 +11062,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 8956 | 8955 | ||
| 8957 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 8956 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
| 8958 | freebsd* | dragonfly*) | 8957 | freebsd* | dragonfly*) |
| @@ -8961,7 +8960,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8961 | hardcode_libdir_flag_spec='-R$libdir' | 8960 | hardcode_libdir_flag_spec='-R$libdir' |
| 8962 | hardcode_direct=yes | 8961 | hardcode_direct=yes |
| 8963 | hardcode_shlibpath_var=no | 8962 | hardcode_shlibpath_var=no |
| 8964 | @@ -10485,7 +11072,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8963 | @@ -10483,7 +11070,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 8965 | 8964 | ||
| 8966 | hpux9*) | 8965 | hpux9*) |
| 8967 | if test "$GCC" = yes; then | 8966 | if test "$GCC" = yes; then |
| @@ -8970,7 +8969,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8970 | else | 8969 | else |
| 8971 | 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' | 8970 | 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' |
| 8972 | fi | 8971 | fi |
| 8973 | @@ -10501,7 +11088,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8972 | @@ -10499,7 +11086,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 8974 | 8973 | ||
| 8975 | hpux10*) | 8974 | hpux10*) |
| 8976 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 8975 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
| @@ -8979,7 +8978,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8979 | else | 8978 | else |
| 8980 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 8979 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| 8981 | fi | 8980 | fi |
| 8982 | @@ -10525,10 +11112,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 8981 | @@ -10523,10 +11110,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 8983 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | 8982 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| 8984 | ;; | 8983 | ;; |
| 8985 | ia64*) | 8984 | ia64*) |
| @@ -8992,7 +8991,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 8992 | ;; | 8991 | ;; |
| 8993 | esac | 8992 | esac |
| 8994 | else | 8993 | else |
| 8995 | @@ -10607,23 +11194,36 @@ fi | 8994 | @@ -10605,23 +11192,36 @@ fi |
| 8996 | 8995 | ||
| 8997 | irix5* | irix6* | nonstopux*) | 8996 | irix5* | irix6* | nonstopux*) |
| 8998 | if test "$GCC" = yes; then | 8997 | if test "$GCC" = yes; then |
| @@ -9037,7 +9036,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9037 | else | 9036 | else |
| 9038 | 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' | 9037 | 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' |
| 9039 | 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' | 9038 | 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' |
| 9040 | @@ -10708,7 +11308,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 9039 | @@ -10706,7 +11306,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 9041 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 9040 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 9042 | if test "$GCC" = yes; then | 9041 | if test "$GCC" = yes; then |
| 9043 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 9042 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
| @@ -9046,7 +9045,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9046 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 9045 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 9047 | else | 9046 | else |
| 9048 | allow_undefined_flag=' -expect_unresolved \*' | 9047 | allow_undefined_flag=' -expect_unresolved \*' |
| 9049 | @@ -10727,9 +11327,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 9048 | @@ -10725,9 +11325,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 9050 | no_undefined_flag=' -z defs' | 9049 | no_undefined_flag=' -z defs' |
| 9051 | if test "$GCC" = yes; then | 9050 | if test "$GCC" = yes; then |
| 9052 | wlarc='${wl}' | 9051 | wlarc='${wl}' |
| @@ -9058,7 +9057,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9058 | else | 9057 | else |
| 9059 | case `$CC -V 2>&1` in | 9058 | case `$CC -V 2>&1` in |
| 9060 | *"Compilers 5.0"*) | 9059 | *"Compilers 5.0"*) |
| 9061 | @@ -11305,8 +11905,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 9060 | @@ -11303,8 +11903,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 9062 | need_version=no | 9061 | need_version=no |
| 9063 | need_lib_prefix=no | 9062 | need_lib_prefix=no |
| 9064 | 9063 | ||
| @@ -9070,7 +9069,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9070 | library_names_spec='$libname.dll.a' | 9069 | library_names_spec='$libname.dll.a' |
| 9071 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 9070 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 9072 | postinstall_cmds='base_file=`basename \${file}`~ | 9071 | postinstall_cmds='base_file=`basename \${file}`~ |
| 9073 | @@ -11339,13 +11940,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 9072 | @@ -11337,13 +11938,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 9074 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 9073 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 9075 | ;; | 9074 | ;; |
| 9076 | esac | 9075 | esac |
| @@ -9143,16 +9142,16 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9143 | # FIXME: first we should search . and the directory the executable is in | 9142 | # FIXME: first we should search . and the directory the executable is in |
| 9144 | shlibpath_var=PATH | 9143 | shlibpath_var=PATH |
| 9145 | ;; | 9144 | ;; |
| 9146 | @@ -12223,7 +12882,7 @@ else | 9145 | @@ -12221,7 +12880,7 @@ else |
| 9147 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 9146 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 9148 | lt_status=$lt_dlunknown | 9147 | lt_status=$lt_dlunknown |
| 9149 | cat > conftest.$ac_ext <<_LT_EOF | 9148 | cat > conftest.$ac_ext <<_LT_EOF |
| 9150 | -#line 12226 "configure" | 9149 | -#line 12224 "configure" |
| 9151 | +#line $LINENO "configure" | 9150 | +#line $LINENO "configure" |
| 9152 | #include "confdefs.h" | 9151 | #include "confdefs.h" |
| 9153 | 9152 | ||
| 9154 | #if HAVE_DLFCN_H | 9153 | #if HAVE_DLFCN_H |
| 9155 | @@ -12267,10 +12926,10 @@ else | 9154 | @@ -12265,10 +12924,10 @@ else |
| 9156 | /* When -fvisbility=hidden is used, assume the code has been annotated | 9155 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 9157 | correspondingly for the symbols needed. */ | 9156 | correspondingly for the symbols needed. */ |
| 9158 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 9157 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -9165,16 +9164,16 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9165 | int main () | 9164 | int main () |
| 9166 | { | 9165 | { |
| 9167 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 9166 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 9168 | @@ -12329,7 +12988,7 @@ else | 9167 | @@ -12327,7 +12986,7 @@ else |
| 9169 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 9168 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 9170 | lt_status=$lt_dlunknown | 9169 | lt_status=$lt_dlunknown |
| 9171 | cat > conftest.$ac_ext <<_LT_EOF | 9170 | cat > conftest.$ac_ext <<_LT_EOF |
| 9172 | -#line 12332 "configure" | 9171 | -#line 12330 "configure" |
| 9173 | +#line $LINENO "configure" | 9172 | +#line $LINENO "configure" |
| 9174 | #include "confdefs.h" | 9173 | #include "confdefs.h" |
| 9175 | 9174 | ||
| 9176 | #if HAVE_DLFCN_H | 9175 | #if HAVE_DLFCN_H |
| 9177 | @@ -12373,10 +13032,10 @@ else | 9176 | @@ -12371,10 +13030,10 @@ else |
| 9178 | /* When -fvisbility=hidden is used, assume the code has been annotated | 9177 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 9179 | correspondingly for the symbols needed. */ | 9178 | correspondingly for the symbols needed. */ |
| 9180 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 9179 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -9187,7 +9186,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9187 | int main () | 9186 | int main () |
| 9188 | { | 9187 | { |
| 9189 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 9188 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 9190 | @@ -12768,6 +13427,7 @@ $RM -r conftest* | 9189 | @@ -12766,6 +13425,7 @@ $RM -r conftest* |
| 9191 | 9190 | ||
| 9192 | # Allow CC to be a program name with arguments. | 9191 | # Allow CC to be a program name with arguments. |
| 9193 | lt_save_CC=$CC | 9192 | lt_save_CC=$CC |
| @@ -9195,7 +9194,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9195 | lt_save_LD=$LD | 9194 | lt_save_LD=$LD |
| 9196 | lt_save_GCC=$GCC | 9195 | lt_save_GCC=$GCC |
| 9197 | GCC=$GXX | 9196 | GCC=$GXX |
| 9198 | @@ -12785,6 +13445,7 @@ $RM -r conftest* | 9197 | @@ -12783,6 +13443,7 @@ $RM -r conftest* |
| 9199 | fi | 9198 | fi |
| 9200 | test -z "${LDCXX+set}" || LD=$LDCXX | 9199 | test -z "${LDCXX+set}" || LD=$LDCXX |
| 9201 | CC=${CXX-"c++"} | 9200 | CC=${CXX-"c++"} |
| @@ -9203,7 +9202,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9203 | compiler=$CC | 9202 | compiler=$CC |
| 9204 | compiler_CXX=$CC | 9203 | compiler_CXX=$CC |
| 9205 | for cc_temp in $compiler""; do | 9204 | for cc_temp in $compiler""; do |
| 9206 | @@ -13067,7 +13728,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 9205 | @@ -13065,7 +13726,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
| 9207 | allow_undefined_flag_CXX='-berok' | 9206 | allow_undefined_flag_CXX='-berok' |
| 9208 | # Determine the default libpath from the value encoded in an empty | 9207 | # Determine the default libpath from the value encoded in an empty |
| 9209 | # executable. | 9208 | # executable. |
| @@ -9218,7 +9217,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9218 | /* end confdefs.h. */ | 9217 | /* end confdefs.h. */ |
| 9219 | 9218 | ||
| 9220 | int | 9219 | int |
| 9221 | @@ -13080,22 +13747,29 @@ main () | 9220 | @@ -13078,22 +13745,29 @@ main () |
| 9222 | _ACEOF | 9221 | _ACEOF |
| 9223 | if ac_fn_cxx_try_link "$LINENO"; then : | 9222 | if ac_fn_cxx_try_link "$LINENO"; then : |
| 9224 | 9223 | ||
| @@ -9261,7 +9260,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9261 | 9260 | ||
| 9262 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 9261 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 9263 | 9262 | ||
| 9264 | @@ -13108,7 +13782,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9263 | @@ -13106,7 +13780,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9265 | else | 9264 | else |
| 9266 | # Determine the default libpath from the value encoded in an | 9265 | # Determine the default libpath from the value encoded in an |
| 9267 | # empty executable. | 9266 | # empty executable. |
| @@ -9276,7 +9275,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9276 | /* end confdefs.h. */ | 9275 | /* end confdefs.h. */ |
| 9277 | 9276 | ||
| 9278 | int | 9277 | int |
| 9279 | @@ -13121,22 +13801,29 @@ main () | 9278 | @@ -13119,22 +13799,29 @@ main () |
| 9280 | _ACEOF | 9279 | _ACEOF |
| 9281 | if ac_fn_cxx_try_link "$LINENO"; then : | 9280 | if ac_fn_cxx_try_link "$LINENO"; then : |
| 9282 | 9281 | ||
| @@ -9319,7 +9318,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9319 | 9318 | ||
| 9320 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 9319 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 9321 | # Warning - without using the other run time loading flags, | 9320 | # Warning - without using the other run time loading flags, |
| 9322 | @@ -13179,29 +13866,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9321 | @@ -13177,29 +13864,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9323 | ;; | 9322 | ;; |
| 9324 | 9323 | ||
| 9325 | cygwin* | mingw* | pw32* | cegcc*) | 9324 | cygwin* | mingw* | pw32* | cegcc*) |
| @@ -9418,7 +9417,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9418 | darwin* | rhapsody*) | 9417 | darwin* | rhapsody*) |
| 9419 | 9418 | ||
| 9420 | 9419 | ||
| 9421 | @@ -13307,7 +14040,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9420 | @@ -13305,7 +14038,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9422 | ;; | 9421 | ;; |
| 9423 | *) | 9422 | *) |
| 9424 | if test "$GXX" = yes; then | 9423 | if test "$GXX" = yes; then |
| @@ -9427,7 +9426,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9427 | else | 9426 | else |
| 9428 | # FIXME: insert proper C++ library support | 9427 | # FIXME: insert proper C++ library support |
| 9429 | ld_shlibs_CXX=no | 9428 | ld_shlibs_CXX=no |
| 9430 | @@ -13378,10 +14111,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9429 | @@ -13376,10 +14109,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9431 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | 9430 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
| 9432 | ;; | 9431 | ;; |
| 9433 | ia64*) | 9432 | ia64*) |
| @@ -9440,7 +9439,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9440 | ;; | 9439 | ;; |
| 9441 | esac | 9440 | esac |
| 9442 | fi | 9441 | fi |
| 9443 | @@ -13422,9 +14155,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9442 | @@ -13420,9 +14153,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9444 | *) | 9443 | *) |
| 9445 | if test "$GXX" = yes; then | 9444 | if test "$GXX" = yes; then |
| 9446 | if test "$with_gnu_ld" = no; then | 9445 | if test "$with_gnu_ld" = no; then |
| @@ -9452,7 +9451,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9452 | fi | 9451 | fi |
| 9453 | fi | 9452 | fi |
| 9454 | link_all_deplibs_CXX=yes | 9453 | link_all_deplibs_CXX=yes |
| 9455 | @@ -13494,20 +14227,20 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9454 | @@ -13492,20 +14225,20 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9456 | prelink_cmds_CXX='tpldir=Template.dir~ | 9455 | prelink_cmds_CXX='tpldir=Template.dir~ |
| 9457 | rm -rf $tpldir~ | 9456 | rm -rf $tpldir~ |
| 9458 | $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ | 9457 | $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ |
| @@ -9477,7 +9476,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9477 | ;; | 9476 | ;; |
| 9478 | *) # Version 6 and above use weak symbols | 9477 | *) # Version 6 and above use weak symbols |
| 9479 | archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' | 9478 | archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' |
| 9480 | @@ -13702,7 +14435,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9479 | @@ -13700,7 +14433,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9481 | 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' | 9480 | 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' |
| 9482 | ;; | 9481 | ;; |
| 9483 | *) | 9482 | *) |
| @@ -9486,7 +9485,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9486 | ;; | 9485 | ;; |
| 9487 | esac | 9486 | esac |
| 9488 | 9487 | ||
| 9489 | @@ -13748,7 +14481,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9488 | @@ -13746,7 +14479,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9490 | 9489 | ||
| 9491 | solaris*) | 9490 | solaris*) |
| 9492 | case $cc_basename in | 9491 | case $cc_basename in |
| @@ -9495,7 +9494,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9495 | # Sun C++ 4.2, 5.x and Centerline C++ | 9494 | # Sun C++ 4.2, 5.x and Centerline C++ |
| 9496 | archive_cmds_need_lc_CXX=yes | 9495 | archive_cmds_need_lc_CXX=yes |
| 9497 | no_undefined_flag_CXX=' -zdefs' | 9496 | no_undefined_flag_CXX=' -zdefs' |
| 9498 | @@ -13789,9 +14522,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 9497 | @@ -13787,9 +14520,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 9499 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then | 9498 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
| 9500 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' | 9499 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' |
| 9501 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then | 9500 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then |
| @@ -9507,7 +9506,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9507 | 9506 | ||
| 9508 | # Commands to make compiler produce verbose output that lists | 9507 | # Commands to make compiler produce verbose output that lists |
| 9509 | # what "hidden" libraries, object files and flags are used when | 9508 | # what "hidden" libraries, object files and flags are used when |
| 9510 | @@ -13926,6 +14659,13 @@ private: | 9509 | @@ -13924,6 +14657,13 @@ private: |
| 9511 | }; | 9510 | }; |
| 9512 | _LT_EOF | 9511 | _LT_EOF |
| 9513 | 9512 | ||
| @@ -9521,7 +9520,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9521 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9520 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 9522 | (eval $ac_compile) 2>&5 | 9521 | (eval $ac_compile) 2>&5 |
| 9523 | ac_status=$? | 9522 | ac_status=$? |
| 9524 | @@ -13939,7 +14679,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9523 | @@ -13937,7 +14677,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 9525 | pre_test_object_deps_done=no | 9524 | pre_test_object_deps_done=no |
| 9526 | 9525 | ||
| 9527 | for p in `eval "$output_verbose_link_cmd"`; do | 9526 | for p in `eval "$output_verbose_link_cmd"`; do |
| @@ -9530,7 +9529,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9530 | 9529 | ||
| 9531 | -L* | -R* | -l*) | 9530 | -L* | -R* | -l*) |
| 9532 | # Some compilers place space between "-{L,R}" and the path. | 9531 | # Some compilers place space between "-{L,R}" and the path. |
| 9533 | @@ -13948,13 +14688,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9532 | @@ -13946,13 +14686,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 9534 | test $p = "-R"; then | 9533 | test $p = "-R"; then |
| 9535 | prev=$p | 9534 | prev=$p |
| 9536 | continue | 9535 | continue |
| @@ -9557,7 +9556,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9557 | # Internal compiler library paths should come after those | 9556 | # Internal compiler library paths should come after those |
| 9558 | # provided the user. The postdeps already come after the | 9557 | # provided the user. The postdeps already come after the |
| 9559 | # user supplied libs so there is no need to process them. | 9558 | # user supplied libs so there is no need to process them. |
| 9560 | @@ -13974,8 +14723,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 9559 | @@ -13972,8 +14721,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 9561 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" | 9560 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" |
| 9562 | fi | 9561 | fi |
| 9563 | fi | 9562 | fi |
| @@ -9568,7 +9567,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9568 | *.$objext) | 9567 | *.$objext) |
| 9569 | # This assumes that the test object file only shows up | 9568 | # This assumes that the test object file only shows up |
| 9570 | # once in the compiler output. | 9569 | # once in the compiler output. |
| 9571 | @@ -14011,6 +14762,7 @@ else | 9570 | @@ -14009,6 +14760,7 @@ else |
| 9572 | fi | 9571 | fi |
| 9573 | 9572 | ||
| 9574 | $RM -f confest.$objext | 9573 | $RM -f confest.$objext |
| @@ -9576,7 +9575,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9576 | 9575 | ||
| 9577 | # PORTME: override above test on systems where it is broken | 9576 | # PORTME: override above test on systems where it is broken |
| 9578 | case $host_os in | 9577 | case $host_os in |
| 9579 | @@ -14046,7 +14798,7 @@ linux*) | 9578 | @@ -14044,7 +14796,7 @@ linux*) |
| 9580 | 9579 | ||
| 9581 | solaris*) | 9580 | solaris*) |
| 9582 | case $cc_basename in | 9581 | case $cc_basename in |
| @@ -9585,7 +9584,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9585 | # The more standards-conforming stlport4 library is | 9584 | # The more standards-conforming stlport4 library is |
| 9586 | # incompatible with the Cstd library. Avoid specifying | 9585 | # incompatible with the Cstd library. Avoid specifying |
| 9587 | # it if it's in CXXFLAGS. Ignore libCrun as | 9586 | # it if it's in CXXFLAGS. Ignore libCrun as |
| 9588 | @@ -14111,8 +14863,6 @@ fi | 9587 | @@ -14109,8 +14861,6 @@ fi |
| 9589 | lt_prog_compiler_pic_CXX= | 9588 | lt_prog_compiler_pic_CXX= |
| 9590 | lt_prog_compiler_static_CXX= | 9589 | lt_prog_compiler_static_CXX= |
| 9591 | 9590 | ||
| @@ -9594,7 +9593,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9594 | 9593 | ||
| 9595 | # C++ specific cases for pic, static, wl, etc. | 9594 | # C++ specific cases for pic, static, wl, etc. |
| 9596 | if test "$GXX" = yes; then | 9595 | if test "$GXX" = yes; then |
| 9597 | @@ -14217,6 +14967,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 9596 | @@ -14215,6 +14965,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 9598 | ;; | 9597 | ;; |
| 9599 | esac | 9598 | esac |
| 9600 | ;; | 9599 | ;; |
| @@ -9606,7 +9605,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9606 | dgux*) | 9605 | dgux*) |
| 9607 | case $cc_basename in | 9606 | case $cc_basename in |
| 9608 | ec++*) | 9607 | ec++*) |
| 9609 | @@ -14369,7 +15124,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 9608 | @@ -14367,7 +15122,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 9610 | ;; | 9609 | ;; |
| 9611 | solaris*) | 9610 | solaris*) |
| 9612 | case $cc_basename in | 9611 | case $cc_basename in |
| @@ -9615,7 +9614,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9615 | # Sun C++ 4.2, 5.x and Centerline C++ | 9614 | # Sun C++ 4.2, 5.x and Centerline C++ |
| 9616 | lt_prog_compiler_pic_CXX='-KPIC' | 9615 | lt_prog_compiler_pic_CXX='-KPIC' |
| 9617 | lt_prog_compiler_static_CXX='-Bstatic' | 9616 | lt_prog_compiler_static_CXX='-Bstatic' |
| 9618 | @@ -14434,10 +15189,17 @@ case $host_os in | 9617 | @@ -14432,10 +15187,17 @@ case $host_os in |
| 9619 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" | 9618 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" |
| 9620 | ;; | 9619 | ;; |
| 9621 | esac | 9620 | esac |
| @@ -9636,7 +9635,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9636 | 9635 | ||
| 9637 | # | 9636 | # |
| 9638 | # Check to make sure the PIC flag actually works. | 9637 | # Check to make sure the PIC flag actually works. |
| 9639 | @@ -14495,6 +15257,8 @@ fi | 9638 | @@ -14493,6 +15255,8 @@ fi |
| 9640 | 9639 | ||
| 9641 | 9640 | ||
| 9642 | 9641 | ||
| @@ -9645,7 +9644,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9645 | # | 9644 | # |
| 9646 | # Check to make sure the static flag actually works. | 9645 | # Check to make sure the static flag actually works. |
| 9647 | # | 9646 | # |
| 9648 | @@ -14672,6 +15436,7 @@ fi | 9647 | @@ -14670,6 +15434,7 @@ fi |
| 9649 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | 9648 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } |
| 9650 | 9649 | ||
| 9651 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | 9650 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
| @@ -9653,7 +9652,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9653 | case $host_os in | 9652 | case $host_os in |
| 9654 | aix[4-9]*) | 9653 | aix[4-9]*) |
| 9655 | # If we're using GNU nm, then we don't want the "-C" option. | 9654 | # If we're using GNU nm, then we don't want the "-C" option. |
| 9656 | @@ -14686,15 +15451,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 9655 | @@ -14684,15 +15449,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
| 9657 | ;; | 9656 | ;; |
| 9658 | pw32*) | 9657 | pw32*) |
| 9659 | export_symbols_cmds_CXX="$ltdll_cmds" | 9658 | export_symbols_cmds_CXX="$ltdll_cmds" |
| @@ -9679,7 +9678,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9679 | 9678 | ||
| 9680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 | 9679 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 |
| 9681 | $as_echo "$ld_shlibs_CXX" >&6; } | 9680 | $as_echo "$ld_shlibs_CXX" >&6; } |
| 9682 | @@ -14957,8 +15727,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 9681 | @@ -14955,8 +15725,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 9683 | need_version=no | 9682 | need_version=no |
| 9684 | need_lib_prefix=no | 9683 | need_lib_prefix=no |
| 9685 | 9684 | ||
| @@ -9691,7 +9690,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9691 | library_names_spec='$libname.dll.a' | 9690 | library_names_spec='$libname.dll.a' |
| 9692 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 9691 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 9693 | postinstall_cmds='base_file=`basename \${file}`~ | 9692 | postinstall_cmds='base_file=`basename \${file}`~ |
| 9694 | @@ -14990,13 +15761,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 9693 | @@ -14988,13 +15759,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 9695 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 9694 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 9696 | ;; | 9695 | ;; |
| 9697 | esac | 9696 | esac |
| @@ -9764,7 +9763,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9764 | # FIXME: first we should search . and the directory the executable is in | 9763 | # FIXME: first we should search . and the directory the executable is in |
| 9765 | shlibpath_var=PATH | 9764 | shlibpath_var=PATH |
| 9766 | ;; | 9765 | ;; |
| 9767 | @@ -15536,6 +16365,7 @@ fi | 9766 | @@ -15534,6 +16363,7 @@ fi |
| 9768 | fi # test -n "$compiler" | 9767 | fi # test -n "$compiler" |
| 9769 | 9768 | ||
| 9770 | CC=$lt_save_CC | 9769 | CC=$lt_save_CC |
| @@ -9772,7 +9771,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9772 | LDCXX=$LD | 9771 | LDCXX=$LD |
| 9773 | LD=$lt_save_LD | 9772 | LD=$lt_save_LD |
| 9774 | GCC=$lt_save_GCC | 9773 | GCC=$lt_save_GCC |
| 9775 | @@ -17751,13 +18581,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 9774 | @@ -17737,13 +18567,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 9776 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 9775 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 9777 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 9776 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 9778 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 9777 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -9793,7 +9792,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9793 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 9792 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 9794 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 9793 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 9795 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 9794 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 9796 | @@ -17772,14 +18609,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 9795 | @@ -17758,14 +18595,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 9797 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 9796 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 9798 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 9797 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 9799 | 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"`' | 9798 | 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"`' |
| @@ -9812,7 +9811,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9812 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 9811 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 9813 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 9812 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 9814 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 9813 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 9815 | @@ -17812,12 +18652,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 9814 | @@ -17798,12 +18638,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 9816 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 9815 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 9817 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 9816 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 9818 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 9817 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -9826,7 +9825,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9826 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 9825 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 9827 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 9826 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 9828 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 9827 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 9829 | @@ -17856,8 +18696,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 9828 | @@ -17842,8 +18682,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote |
| 9830 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' | 9829 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
| 9831 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 9830 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' |
| 9832 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' | 9831 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
| @@ -9836,7 +9835,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9836 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 9835 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' |
| 9837 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' | 9836 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' |
| 9838 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' | 9837 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
| 9839 | @@ -17884,12 +18724,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 9838 | @@ -17870,12 +18710,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ |
| 9840 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' | 9839 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' |
| 9841 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' | 9840 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' |
| 9842 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' | 9841 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
| @@ -9850,7 +9849,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9850 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 9849 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' |
| 9851 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' | 9850 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' |
| 9852 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' | 9851 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
| 9853 | @@ -17927,8 +18767,13 @@ reload_flag \ | 9852 | @@ -17913,8 +18753,13 @@ reload_flag \ |
| 9854 | OBJDUMP \ | 9853 | OBJDUMP \ |
| 9855 | deplibs_check_method \ | 9854 | deplibs_check_method \ |
| 9856 | file_magic_cmd \ | 9855 | file_magic_cmd \ |
| @@ -9864,7 +9863,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9864 | STRIP \ | 9863 | STRIP \ |
| 9865 | RANLIB \ | 9864 | RANLIB \ |
| 9866 | CC \ | 9865 | CC \ |
| 9867 | @@ -17938,12 +18783,14 @@ lt_cv_sys_global_symbol_pipe \ | 9866 | @@ -17924,12 +18769,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 9868 | lt_cv_sys_global_symbol_to_cdecl \ | 9867 | lt_cv_sys_global_symbol_to_cdecl \ |
| 9869 | lt_cv_sys_global_symbol_to_c_name_address \ | 9868 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 9870 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 9869 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -9880,7 +9879,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9880 | DSYMUTIL \ | 9879 | DSYMUTIL \ |
| 9881 | NMEDIT \ | 9880 | NMEDIT \ |
| 9882 | LIPO \ | 9881 | LIPO \ |
| 9883 | @@ -17959,7 +18806,6 @@ no_undefined_flag \ | 9882 | @@ -17945,7 +18792,6 @@ no_undefined_flag \ |
| 9884 | hardcode_libdir_flag_spec \ | 9883 | hardcode_libdir_flag_spec \ |
| 9885 | hardcode_libdir_flag_spec_ld \ | 9884 | hardcode_libdir_flag_spec_ld \ |
| 9886 | hardcode_libdir_separator \ | 9885 | hardcode_libdir_separator \ |
| @@ -9888,7 +9887,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9888 | exclude_expsyms \ | 9887 | exclude_expsyms \ |
| 9889 | include_expsyms \ | 9888 | include_expsyms \ |
| 9890 | file_list_spec \ | 9889 | file_list_spec \ |
| 9891 | @@ -17981,8 +18827,8 @@ LD_CXX \ | 9890 | @@ -17967,8 +18813,8 @@ LD_CXX \ |
| 9892 | reload_flag_CXX \ | 9891 | reload_flag_CXX \ |
| 9893 | compiler_CXX \ | 9892 | compiler_CXX \ |
| 9894 | lt_prog_compiler_no_builtin_flag_CXX \ | 9893 | lt_prog_compiler_no_builtin_flag_CXX \ |
| @@ -9898,7 +9897,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9898 | lt_prog_compiler_static_CXX \ | 9897 | lt_prog_compiler_static_CXX \ |
| 9899 | lt_cv_prog_compiler_c_o_CXX \ | 9898 | lt_cv_prog_compiler_c_o_CXX \ |
| 9900 | export_dynamic_flag_spec_CXX \ | 9899 | export_dynamic_flag_spec_CXX \ |
| 9901 | @@ -17994,7 +18840,6 @@ no_undefined_flag_CXX \ | 9900 | @@ -17980,7 +18826,6 @@ no_undefined_flag_CXX \ |
| 9902 | hardcode_libdir_flag_spec_CXX \ | 9901 | hardcode_libdir_flag_spec_CXX \ |
| 9903 | hardcode_libdir_flag_spec_ld_CXX \ | 9902 | hardcode_libdir_flag_spec_ld_CXX \ |
| 9904 | hardcode_libdir_separator_CXX \ | 9903 | hardcode_libdir_separator_CXX \ |
| @@ -9906,7 +9905,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9906 | exclude_expsyms_CXX \ | 9905 | exclude_expsyms_CXX \ |
| 9907 | include_expsyms_CXX \ | 9906 | include_expsyms_CXX \ |
| 9908 | file_list_spec_CXX \ | 9907 | file_list_spec_CXX \ |
| 9909 | @@ -18028,6 +18873,7 @@ module_cmds \ | 9908 | @@ -18014,6 +18859,7 @@ module_cmds \ |
| 9910 | module_expsym_cmds \ | 9909 | module_expsym_cmds \ |
| 9911 | export_symbols_cmds \ | 9910 | export_symbols_cmds \ |
| 9912 | prelink_cmds \ | 9911 | prelink_cmds \ |
| @@ -9914,7 +9913,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9914 | postinstall_cmds \ | 9913 | postinstall_cmds \ |
| 9915 | postuninstall_cmds \ | 9914 | postuninstall_cmds \ |
| 9916 | finish_cmds \ | 9915 | finish_cmds \ |
| 9917 | @@ -18042,7 +18888,8 @@ archive_expsym_cmds_CXX \ | 9916 | @@ -18028,7 +18874,8 @@ archive_expsym_cmds_CXX \ |
| 9918 | module_cmds_CXX \ | 9917 | module_cmds_CXX \ |
| 9919 | module_expsym_cmds_CXX \ | 9918 | module_expsym_cmds_CXX \ |
| 9920 | export_symbols_cmds_CXX \ | 9919 | export_symbols_cmds_CXX \ |
| @@ -9924,7 +9923,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9924 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 9923 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
| 9925 | *[\\\\\\\`\\"\\\$]*) | 9924 | *[\\\\\\\`\\"\\\$]*) |
| 9926 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 9925 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
| 9927 | @@ -18799,7 +19646,8 @@ $as_echo X"$file" | | 9926 | @@ -18785,7 +19632,8 @@ $as_echo X"$file" | |
| 9928 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 9927 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 9929 | # | 9928 | # |
| 9930 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 9929 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -9934,7 +9933,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9934 | # Written by Gordon Matzigkeit, 1996 | 9933 | # Written by Gordon Matzigkeit, 1996 |
| 9935 | # | 9934 | # |
| 9936 | # This file is part of GNU Libtool. | 9935 | # This file is part of GNU Libtool. |
| 9937 | @@ -18902,19 +19750,42 @@ SP2NL=$lt_lt_SP2NL | 9936 | @@ -18888,19 +19736,42 @@ SP2NL=$lt_lt_SP2NL |
| 9938 | # turn newlines into spaces. | 9937 | # turn newlines into spaces. |
| 9939 | NL2SP=$lt_lt_NL2SP | 9938 | NL2SP=$lt_lt_NL2SP |
| 9940 | 9939 | ||
| @@ -9978,7 +9977,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9978 | # A symbol stripping program. | 9977 | # A symbol stripping program. |
| 9979 | STRIP=$lt_STRIP | 9978 | STRIP=$lt_STRIP |
| 9980 | 9979 | ||
| 9981 | @@ -18944,6 +19815,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 9980 | @@ -18930,6 +19801,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 9982 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 9981 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 9983 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 9982 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 9984 | 9983 | ||
| @@ -9991,7 +9990,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 9991 | # The name of the directory that contains temporary libtool files. | 9990 | # The name of the directory that contains temporary libtool files. |
| 9992 | objdir=$objdir | 9991 | objdir=$objdir |
| 9993 | 9992 | ||
| 9994 | @@ -18953,6 +19830,9 @@ MAGIC_CMD=$MAGIC_CMD | 9993 | @@ -18939,6 +19816,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 9995 | # Must we lock files when doing compilation? | 9994 | # Must we lock files when doing compilation? |
| 9996 | need_locks=$lt_need_locks | 9995 | need_locks=$lt_need_locks |
| 9997 | 9996 | ||
| @@ -10001,7 +10000,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10001 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 10000 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 10002 | DSYMUTIL=$lt_DSYMUTIL | 10001 | DSYMUTIL=$lt_DSYMUTIL |
| 10003 | 10002 | ||
| 10004 | @@ -19067,12 +19947,12 @@ with_gcc=$GCC | 10003 | @@ -19053,12 +19933,12 @@ with_gcc=$GCC |
| 10005 | # Compiler flag to turn off builtin functions. | 10004 | # Compiler flag to turn off builtin functions. |
| 10006 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 10005 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 10007 | 10006 | ||
| @@ -10017,7 +10016,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10017 | # Compiler flag to prevent dynamic linking. | 10016 | # Compiler flag to prevent dynamic linking. |
| 10018 | link_static_flag=$lt_lt_prog_compiler_static | 10017 | link_static_flag=$lt_lt_prog_compiler_static |
| 10019 | 10018 | ||
| 10020 | @@ -19159,9 +20039,6 @@ inherit_rpath=$inherit_rpath | 10019 | @@ -19145,9 +20025,6 @@ inherit_rpath=$inherit_rpath |
| 10021 | # Whether libtool must link a program against all its dependency libraries. | 10020 | # Whether libtool must link a program against all its dependency libraries. |
| 10022 | link_all_deplibs=$link_all_deplibs | 10021 | link_all_deplibs=$link_all_deplibs |
| 10023 | 10022 | ||
| @@ -10027,7 +10026,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10027 | # Set to "yes" if exported symbols are required. | 10026 | # Set to "yes" if exported symbols are required. |
| 10028 | always_export_symbols=$always_export_symbols | 10027 | always_export_symbols=$always_export_symbols |
| 10029 | 10028 | ||
| 10030 | @@ -19177,6 +20054,9 @@ include_expsyms=$lt_include_expsyms | 10029 | @@ -19163,6 +20040,9 @@ include_expsyms=$lt_include_expsyms |
| 10031 | # Commands necessary for linking programs (against libraries) with templates. | 10030 | # Commands necessary for linking programs (against libraries) with templates. |
| 10032 | prelink_cmds=$lt_prelink_cmds | 10031 | prelink_cmds=$lt_prelink_cmds |
| 10033 | 10032 | ||
| @@ -10037,7 +10036,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10037 | # Specify filename containing input files. | 10036 | # Specify filename containing input files. |
| 10038 | file_list_spec=$lt_file_list_spec | 10037 | file_list_spec=$lt_file_list_spec |
| 10039 | 10038 | ||
| 10040 | @@ -19223,210 +20103,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 10039 | @@ -19209,210 +20089,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 10041 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 10040 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 10042 | # text mode, it properly converts lines to CR/LF. This bash problem | 10041 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 10043 | # is reportedly fixed, but why not run on old versions too? | 10042 | # is reportedly fixed, but why not run on old versions too? |
| @@ -10411,7 +10410,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10411 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 10410 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
| 10412 | chmod +x "$ofile" | 10411 | chmod +x "$ofile" |
| 10413 | 10412 | ||
| 10414 | @@ -19454,12 +20293,12 @@ with_gcc=$GCC_CXX | 10413 | @@ -19440,12 +20279,12 @@ with_gcc=$GCC_CXX |
| 10415 | # Compiler flag to turn off builtin functions. | 10414 | # Compiler flag to turn off builtin functions. |
| 10416 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 10415 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
| 10417 | 10416 | ||
| @@ -10427,7 +10426,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10427 | # Compiler flag to prevent dynamic linking. | 10426 | # Compiler flag to prevent dynamic linking. |
| 10428 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 10427 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
| 10429 | 10428 | ||
| 10430 | @@ -19546,9 +20385,6 @@ inherit_rpath=$inherit_rpath_CXX | 10429 | @@ -19532,9 +20371,6 @@ inherit_rpath=$inherit_rpath_CXX |
| 10431 | # Whether libtool must link a program against all its dependency libraries. | 10430 | # Whether libtool must link a program against all its dependency libraries. |
| 10432 | link_all_deplibs=$link_all_deplibs_CXX | 10431 | link_all_deplibs=$link_all_deplibs_CXX |
| 10433 | 10432 | ||
| @@ -10437,7 +10436,7 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10437 | # Set to "yes" if exported symbols are required. | 10436 | # Set to "yes" if exported symbols are required. |
| 10438 | always_export_symbols=$always_export_symbols_CXX | 10437 | always_export_symbols=$always_export_symbols_CXX |
| 10439 | 10438 | ||
| 10440 | @@ -19564,6 +20400,9 @@ include_expsyms=$lt_include_expsyms_CXX | 10439 | @@ -19550,6 +20386,9 @@ include_expsyms=$lt_include_expsyms_CXX |
| 10441 | # Commands necessary for linking programs (against libraries) with templates. | 10440 | # Commands necessary for linking programs (against libraries) with templates. |
| 10442 | prelink_cmds=$lt_prelink_cmds_CXX | 10441 | prelink_cmds=$lt_prelink_cmds_CXX |
| 10443 | 10442 | ||
| @@ -10448,10 +10447,10 @@ index 3ad87139280..e4593cbb838 100755 | |||
| 10448 | file_list_spec=$lt_file_list_spec_CXX | 10447 | file_list_spec=$lt_file_list_spec_CXX |
| 10449 | 10448 | ||
| 10450 | diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in | 10449 | diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in |
| 10451 | index 3cd2068cbf6..c5d431236aa 100644 | 10450 | index 78f8ae11fc7..48058763422 100644 |
| 10452 | --- a/gprofng/doc/Makefile.in | 10451 | --- a/gprofng/doc/Makefile.in |
| 10453 | +++ b/gprofng/doc/Makefile.in | 10452 | +++ b/gprofng/doc/Makefile.in |
| 10454 | @@ -240,6 +240,7 @@ CXXFLAGS = @CXXFLAGS@ | 10453 | @@ -238,6 +238,7 @@ CXXFLAGS = @CXXFLAGS@ |
| 10455 | CYGPATH_W = @CYGPATH_W@ | 10454 | CYGPATH_W = @CYGPATH_W@ |
| 10456 | DEFS = @DEFS@ | 10455 | DEFS = @DEFS@ |
| 10457 | DEPDIR = @DEPDIR@ | 10456 | DEPDIR = @DEPDIR@ |
| @@ -10459,7 +10458,7 @@ index 3cd2068cbf6..c5d431236aa 100644 | |||
| 10459 | DSYMUTIL = @DSYMUTIL@ | 10458 | DSYMUTIL = @DSYMUTIL@ |
| 10460 | DUMPBIN = @DUMPBIN@ | 10459 | DUMPBIN = @DUMPBIN@ |
| 10461 | ECHO_C = @ECHO_C@ | 10460 | ECHO_C = @ECHO_C@ |
| 10462 | @@ -275,6 +276,7 @@ LN_S = @LN_S@ | 10461 | @@ -273,6 +274,7 @@ LN_S = @LN_S@ |
| 10463 | LTLIBOBJS = @LTLIBOBJS@ | 10462 | LTLIBOBJS = @LTLIBOBJS@ |
| 10464 | MAINT = @MAINT@ | 10463 | MAINT = @MAINT@ |
| 10465 | MAKEINFO = @MAKEINFO@ | 10464 | MAKEINFO = @MAKEINFO@ |
| @@ -10468,10 +10467,10 @@ index 3cd2068cbf6..c5d431236aa 100644 | |||
| 10468 | NM = @NM@ | 10467 | NM = @NM@ |
| 10469 | NMEDIT = @NMEDIT@ | 10468 | NMEDIT = @NMEDIT@ |
| 10470 | diff --git a/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in | 10469 | diff --git a/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in |
| 10471 | index 42886f7c645..b7e31ded46a 100644 | 10470 | index 21cc1c6623b..e989804603e 100644 |
| 10472 | --- a/gprofng/gp-display-html/Makefile.in | 10471 | --- a/gprofng/gp-display-html/Makefile.in |
| 10473 | +++ b/gprofng/gp-display-html/Makefile.in | 10472 | +++ b/gprofng/gp-display-html/Makefile.in |
| 10474 | @@ -200,6 +200,7 @@ CXXFLAGS = @CXXFLAGS@ | 10473 | @@ -197,6 +197,7 @@ CXXFLAGS = @CXXFLAGS@ |
| 10475 | CYGPATH_W = @CYGPATH_W@ | 10474 | CYGPATH_W = @CYGPATH_W@ |
| 10476 | DEFS = @DEFS@ | 10475 | DEFS = @DEFS@ |
| 10477 | DEPDIR = @DEPDIR@ | 10476 | DEPDIR = @DEPDIR@ |
| @@ -10479,7 +10478,7 @@ index 42886f7c645..b7e31ded46a 100644 | |||
| 10479 | DSYMUTIL = @DSYMUTIL@ | 10478 | DSYMUTIL = @DSYMUTIL@ |
| 10480 | DUMPBIN = @DUMPBIN@ | 10479 | DUMPBIN = @DUMPBIN@ |
| 10481 | ECHO_C = @ECHO_C@ | 10480 | ECHO_C = @ECHO_C@ |
| 10482 | @@ -235,6 +236,7 @@ LN_S = @LN_S@ | 10481 | @@ -232,6 +233,7 @@ LN_S = @LN_S@ |
| 10483 | LTLIBOBJS = @LTLIBOBJS@ | 10482 | LTLIBOBJS = @LTLIBOBJS@ |
| 10484 | MAINT = @MAINT@ | 10483 | MAINT = @MAINT@ |
| 10485 | MAKEINFO = @MAKEINFO@ | 10484 | MAKEINFO = @MAKEINFO@ |
| @@ -10488,7 +10487,7 @@ index 42886f7c645..b7e31ded46a 100644 | |||
| 10488 | NM = @NM@ | 10487 | NM = @NM@ |
| 10489 | NMEDIT = @NMEDIT@ | 10488 | NMEDIT = @NMEDIT@ |
| 10490 | diff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in | 10489 | diff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in |
| 10491 | index eef61ba85f7..0eb1521b704 100644 | 10490 | index dc76a76bd67..763b08822f2 100644 |
| 10492 | --- a/gprofng/libcollector/Makefile.in | 10491 | --- a/gprofng/libcollector/Makefile.in |
| 10493 | +++ b/gprofng/libcollector/Makefile.in | 10492 | +++ b/gprofng/libcollector/Makefile.in |
| 10494 | @@ -316,6 +316,7 @@ CXXFLAGS = @CXXFLAGS@ | 10493 | @@ -316,6 +316,7 @@ CXXFLAGS = @CXXFLAGS@ |
| @@ -10499,7 +10498,7 @@ index eef61ba85f7..0eb1521b704 100644 | |||
| 10499 | DSYMUTIL = @DSYMUTIL@ | 10498 | DSYMUTIL = @DSYMUTIL@ |
| 10500 | DUMPBIN = @DUMPBIN@ | 10499 | DUMPBIN = @DUMPBIN@ |
| 10501 | ECHO_C = @ECHO_C@ | 10500 | ECHO_C = @ECHO_C@ |
| 10502 | @@ -342,6 +343,7 @@ LN_S = @LN_S@ | 10501 | @@ -341,6 +342,7 @@ LN_S = @LN_S@ |
| 10503 | LTLIBOBJS = @LTLIBOBJS@ | 10502 | LTLIBOBJS = @LTLIBOBJS@ |
| 10504 | MAINT = @MAINT@ | 10503 | MAINT = @MAINT@ |
| 10505 | MAKEINFO = @MAKEINFO@ | 10504 | MAKEINFO = @MAKEINFO@ |
| @@ -10508,10 +10507,10 @@ index eef61ba85f7..0eb1521b704 100644 | |||
| 10508 | NM = @NM@ | 10507 | NM = @NM@ |
| 10509 | NMEDIT = @NMEDIT@ | 10508 | NMEDIT = @NMEDIT@ |
| 10510 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure | 10509 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure |
| 10511 | index 079a0b71ec3..a28289cfe9d 100755 | 10510 | index 865ddb3d91d..31533528ee2 100755 |
| 10512 | --- a/gprofng/libcollector/configure | 10511 | --- a/gprofng/libcollector/configure |
| 10513 | +++ b/gprofng/libcollector/configure | 10512 | +++ b/gprofng/libcollector/configure |
| 10514 | @@ -641,6 +641,8 @@ OTOOL | 10513 | @@ -640,6 +640,8 @@ OTOOL |
| 10515 | LIPO | 10514 | LIPO |
| 10516 | NMEDIT | 10515 | NMEDIT |
| 10517 | DSYMUTIL | 10516 | DSYMUTIL |
| @@ -10520,7 +10519,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10520 | OBJDUMP | 10519 | OBJDUMP |
| 10521 | LN_S | 10520 | LN_S |
| 10522 | NM | 10521 | NM |
| 10523 | @@ -770,6 +772,7 @@ enable_static | 10522 | @@ -769,6 +771,7 @@ enable_static |
| 10524 | with_pic | 10523 | with_pic |
| 10525 | enable_fast_install | 10524 | enable_fast_install |
| 10526 | with_gnu_ld | 10525 | with_gnu_ld |
| @@ -10528,7 +10527,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10528 | enable_libtool_lock | 10527 | enable_libtool_lock |
| 10529 | ' | 10528 | ' |
| 10530 | ac_precious_vars='build_alias | 10529 | ac_precious_vars='build_alias |
| 10531 | @@ -1425,6 +1428,8 @@ Optional Packages: | 10530 | @@ -1424,6 +1427,8 @@ Optional Packages: |
| 10532 | --with-pic try to use only PIC/non-PIC objects [default=use | 10531 | --with-pic try to use only PIC/non-PIC objects [default=use |
| 10533 | both] | 10532 | both] |
| 10534 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 10533 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| @@ -10537,7 +10536,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10537 | 10536 | ||
| 10538 | Some influential environment variables: | 10537 | Some influential environment variables: |
| 10539 | CC C compiler command | 10538 | CC C compiler command |
| 10540 | @@ -5969,8 +5974,8 @@ esac | 10539 | @@ -5968,8 +5973,8 @@ esac |
| 10541 | 10540 | ||
| 10542 | 10541 | ||
| 10543 | 10542 | ||
| @@ -10548,7 +10547,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10548 | 10547 | ||
| 10549 | 10548 | ||
| 10550 | 10549 | ||
| 10551 | @@ -6010,7 +6015,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 10550 | @@ -6009,7 +6014,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
| 10552 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 10551 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
| 10553 | $as_echo_n "checking how to print strings... " >&6; } | 10552 | $as_echo_n "checking how to print strings... " >&6; } |
| 10554 | # Test print first, because it will be a builtin if present. | 10553 | # Test print first, because it will be a builtin if present. |
| @@ -10557,7 +10556,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10557 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 10556 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 10558 | ECHO='print -r --' | 10557 | ECHO='print -r --' |
| 10559 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 10558 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 10560 | @@ -6703,8 +6708,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 10559 | @@ -6702,8 +6707,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
| 10561 | # Try some XSI features | 10560 | # Try some XSI features |
| 10562 | xsi_shell=no | 10561 | xsi_shell=no |
| 10563 | ( _lt_dummy="a/b/c" | 10562 | ( _lt_dummy="a/b/c" |
| @@ -10568,7 +10567,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10568 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 10567 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
| 10569 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 10568 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
| 10570 | && xsi_shell=yes | 10569 | && xsi_shell=yes |
| 10571 | @@ -6753,6 +6758,80 @@ esac | 10570 | @@ -6752,6 +6757,80 @@ esac |
| 10572 | 10571 | ||
| 10573 | 10572 | ||
| 10574 | 10573 | ||
| @@ -10649,7 +10648,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10649 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 10648 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 10650 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 10649 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 10651 | if ${lt_cv_ld_reload_flag+:} false; then : | 10650 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 10652 | @@ -6769,6 +6848,11 @@ case $reload_flag in | 10651 | @@ -6768,6 +6847,11 @@ case $reload_flag in |
| 10653 | esac | 10652 | esac |
| 10654 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 10653 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 10655 | case $host_os in | 10654 | case $host_os in |
| @@ -10661,7 +10660,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10661 | darwin*) | 10660 | darwin*) |
| 10662 | if test "$GCC" = yes; then | 10661 | if test "$GCC" = yes; then |
| 10663 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 10662 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| 10664 | @@ -6937,7 +7021,8 @@ mingw* | pw32*) | 10663 | @@ -6936,7 +7020,8 @@ mingw* | pw32*) |
| 10665 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 10664 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 10666 | lt_cv_file_magic_cmd='func_win32_libid' | 10665 | lt_cv_file_magic_cmd='func_win32_libid' |
| 10667 | else | 10666 | else |
| @@ -10671,7 +10670,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10671 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 10670 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 10672 | fi | 10671 | fi |
| 10673 | ;; | 10672 | ;; |
| 10674 | @@ -7091,6 +7176,21 @@ esac | 10673 | @@ -7090,6 +7175,21 @@ esac |
| 10675 | fi | 10674 | fi |
| 10676 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 10675 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 10677 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 10676 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| @@ -10693,7 +10692,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10693 | file_magic_cmd=$lt_cv_file_magic_cmd | 10692 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 10694 | deplibs_check_method=$lt_cv_deplibs_check_method | 10693 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 10695 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 10694 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 10696 | @@ -7106,6 +7206,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 10695 | @@ -7105,6 +7205,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 10697 | 10696 | ||
| 10698 | 10697 | ||
| 10699 | 10698 | ||
| @@ -10851,7 +10850,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10851 | plugin_option= | 10850 | plugin_option= |
| 10852 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 10851 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
| 10853 | for plugin in $plugin_names; do | 10852 | for plugin in $plugin_names; do |
| 10854 | @@ -7120,8 +7371,10 @@ for plugin in $plugin_names; do | 10853 | @@ -7119,8 +7370,10 @@ for plugin in $plugin_names; do |
| 10855 | done | 10854 | done |
| 10856 | 10855 | ||
| 10857 | if test -n "$ac_tool_prefix"; then | 10856 | if test -n "$ac_tool_prefix"; then |
| @@ -10864,7 +10863,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10863 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10865 | $as_echo_n "checking for $ac_word... " >&6; } | 10864 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10866 | if ${ac_cv_prog_AR+:} false; then : | 10865 | if ${ac_cv_prog_AR+:} false; then : |
| 10867 | @@ -7137,7 +7390,7 @@ do | 10866 | @@ -7136,7 +7389,7 @@ do |
| 10868 | test -z "$as_dir" && as_dir=. | 10867 | test -z "$as_dir" && as_dir=. |
| 10869 | for ac_exec_ext in '' $ac_executable_extensions; do | 10868 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 10870 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 10869 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -10873,7 +10872,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10873 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 10872 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 10874 | break 2 | 10873 | break 2 |
| 10875 | fi | 10874 | fi |
| 10876 | @@ -7157,11 +7410,15 @@ $as_echo "no" >&6; } | 10875 | @@ -7156,11 +7409,15 @@ $as_echo "no" >&6; } |
| 10877 | fi | 10876 | fi |
| 10878 | 10877 | ||
| 10879 | 10878 | ||
| @@ -10892,7 +10891,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10892 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10891 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10893 | $as_echo_n "checking for $ac_word... " >&6; } | 10892 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10894 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 10893 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 10895 | @@ -7177,7 +7434,7 @@ do | 10894 | @@ -7176,7 +7433,7 @@ do |
| 10896 | test -z "$as_dir" && as_dir=. | 10895 | test -z "$as_dir" && as_dir=. |
| 10897 | for ac_exec_ext in '' $ac_executable_extensions; do | 10896 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 10898 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 10897 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -10901,7 +10900,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10901 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 10900 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 10902 | break 2 | 10901 | break 2 |
| 10903 | fi | 10902 | fi |
| 10904 | @@ -7196,6 +7453,10 @@ else | 10903 | @@ -7195,6 +7452,10 @@ else |
| 10905 | $as_echo "no" >&6; } | 10904 | $as_echo "no" >&6; } |
| 10906 | fi | 10905 | fi |
| 10907 | 10906 | ||
| @@ -10912,7 +10911,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 10912 | if test "x$ac_ct_AR" = x; then | 10911 | if test "x$ac_ct_AR" = x; then |
| 10913 | AR="false" | 10912 | AR="false" |
| 10914 | else | 10913 | else |
| 10915 | @@ -7207,29 +7468,81 @@ ac_tool_warned=yes ;; | 10914 | @@ -7206,29 +7467,81 @@ ac_tool_warned=yes ;; |
| 10916 | esac | 10915 | esac |
| 10917 | AR=$ac_ct_AR | 10916 | AR=$ac_ct_AR |
| 10918 | fi | 10917 | fi |
| @@ -11009,7 +11008,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11009 | 11008 | ||
| 11010 | 11009 | ||
| 11011 | 11010 | ||
| 11012 | @@ -7576,8 +7889,8 @@ esac | 11011 | @@ -7575,8 +7888,8 @@ esac |
| 11013 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 11012 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| 11014 | 11013 | ||
| 11015 | # Transform an extracted symbol line into symbol name and symbol address | 11014 | # Transform an extracted symbol line into symbol name and symbol address |
| @@ -11020,7 +11019,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11020 | 11019 | ||
| 11021 | # Handle CRLF in mingw tool chain | 11020 | # Handle CRLF in mingw tool chain |
| 11022 | opt_cr= | 11021 | opt_cr= |
| 11023 | @@ -7613,6 +7926,7 @@ for ac_symprfx in "" "_"; do | 11022 | @@ -7612,6 +7925,7 @@ for ac_symprfx in "" "_"; do |
| 11024 | else | 11023 | else |
| 11025 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 11024 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 11026 | fi | 11025 | fi |
| @@ -11028,7 +11027,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11028 | 11027 | ||
| 11029 | # Check to see that the pipe works correctly. | 11028 | # Check to see that the pipe works correctly. |
| 11030 | pipe_works=no | 11029 | pipe_works=no |
| 11031 | @@ -7654,6 +7968,18 @@ _LT_EOF | 11030 | @@ -7653,6 +7967,18 @@ _LT_EOF |
| 11032 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 11031 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 11033 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 11032 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 11034 | cat <<_LT_EOF > conftest.$ac_ext | 11033 | cat <<_LT_EOF > conftest.$ac_ext |
| @@ -11047,7 +11046,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11047 | #ifdef __cplusplus | 11046 | #ifdef __cplusplus |
| 11048 | extern "C" { | 11047 | extern "C" { |
| 11049 | #endif | 11048 | #endif |
| 11050 | @@ -7665,7 +7991,7 @@ _LT_EOF | 11049 | @@ -7664,7 +7990,7 @@ _LT_EOF |
| 11051 | cat <<_LT_EOF >> conftest.$ac_ext | 11050 | cat <<_LT_EOF >> conftest.$ac_ext |
| 11052 | 11051 | ||
| 11053 | /* The mapping between symbol names and symbols. */ | 11052 | /* The mapping between symbol names and symbols. */ |
| @@ -11056,7 +11055,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11056 | const char *name; | 11055 | const char *name; |
| 11057 | void *address; | 11056 | void *address; |
| 11058 | } | 11057 | } |
| 11059 | @@ -7691,8 +8017,8 @@ static const void *lt_preloaded_setup() { | 11058 | @@ -7690,8 +8016,8 @@ static const void *lt_preloaded_setup() { |
| 11060 | _LT_EOF | 11059 | _LT_EOF |
| 11061 | # Now try linking the two files. | 11060 | # Now try linking the two files. |
| 11062 | mv conftest.$ac_objext conftstm.$ac_objext | 11061 | mv conftest.$ac_objext conftstm.$ac_objext |
| @@ -11067,7 +11066,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11067 | LIBS="conftstm.$ac_objext" | 11066 | LIBS="conftstm.$ac_objext" |
| 11068 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 11067 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 11069 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 11068 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 11070 | @@ -7702,8 +8028,8 @@ _LT_EOF | 11069 | @@ -7701,8 +8027,8 @@ _LT_EOF |
| 11071 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 11070 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
| 11072 | pipe_works=yes | 11071 | pipe_works=yes |
| 11073 | fi | 11072 | fi |
| @@ -11078,7 +11077,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11078 | else | 11077 | else |
| 11079 | echo "cannot find nm_test_func in $nlist" >&5 | 11078 | echo "cannot find nm_test_func in $nlist" >&5 |
| 11080 | fi | 11079 | fi |
| 11081 | @@ -7740,6 +8066,13 @@ else | 11080 | @@ -7739,6 +8065,13 @@ else |
| 11082 | $as_echo "ok" >&6; } | 11081 | $as_echo "ok" >&6; } |
| 11083 | fi | 11082 | fi |
| 11084 | 11083 | ||
| @@ -11092,7 +11091,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11092 | 11091 | ||
| 11093 | 11092 | ||
| 11094 | 11093 | ||
| 11095 | @@ -7759,6 +8092,48 @@ fi | 11094 | @@ -7758,6 +8091,48 @@ fi |
| 11096 | 11095 | ||
| 11097 | 11096 | ||
| 11098 | 11097 | ||
| @@ -11141,7 +11140,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11141 | 11140 | ||
| 11142 | 11141 | ||
| 11143 | # Check whether --enable-libtool-lock was given. | 11142 | # Check whether --enable-libtool-lock was given. |
| 11144 | @@ -7967,6 +8342,123 @@ esac | 11143 | @@ -7966,6 +8341,123 @@ esac |
| 11145 | 11144 | ||
| 11146 | need_locks="$enable_libtool_lock" | 11145 | need_locks="$enable_libtool_lock" |
| 11147 | 11146 | ||
| @@ -11265,7 +11264,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11265 | 11264 | ||
| 11266 | case $host_os in | 11265 | case $host_os in |
| 11267 | rhapsody* | darwin*) | 11266 | rhapsody* | darwin*) |
| 11268 | @@ -8530,6 +9022,8 @@ _LT_EOF | 11267 | @@ -8529,6 +9021,8 @@ _LT_EOF |
| 11269 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 11268 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 11270 | echo "$AR cru libconftest.a conftest.o" >&5 | 11269 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 11271 | $AR cru libconftest.a conftest.o 2>&5 | 11270 | $AR cru libconftest.a conftest.o 2>&5 |
| @@ -11274,7 +11273,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11274 | cat > conftest.c << _LT_EOF | 11273 | cat > conftest.c << _LT_EOF |
| 11275 | int main() { return 0;} | 11274 | int main() { return 0;} |
| 11276 | _LT_EOF | 11275 | _LT_EOF |
| 11277 | @@ -8598,6 +9092,16 @@ done | 11276 | @@ -8597,6 +9091,16 @@ done |
| 11278 | 11277 | ||
| 11279 | 11278 | ||
| 11280 | 11279 | ||
| @@ -11291,7 +11290,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11291 | 11290 | ||
| 11292 | 11291 | ||
| 11293 | # Set options | 11292 | # Set options |
| 11294 | @@ -9113,8 +9617,6 @@ fi | 11293 | @@ -9112,8 +9616,6 @@ fi |
| 11295 | lt_prog_compiler_pic= | 11294 | lt_prog_compiler_pic= |
| 11296 | lt_prog_compiler_static= | 11295 | lt_prog_compiler_static= |
| 11297 | 11296 | ||
| @@ -11300,7 +11299,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11300 | 11299 | ||
| 11301 | if test "$GCC" = yes; then | 11300 | if test "$GCC" = yes; then |
| 11302 | lt_prog_compiler_wl='-Wl,' | 11301 | lt_prog_compiler_wl='-Wl,' |
| 11303 | @@ -9280,6 +9782,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 11302 | @@ -9279,6 +9781,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 11304 | lt_prog_compiler_pic='--shared' | 11303 | lt_prog_compiler_pic='--shared' |
| 11305 | lt_prog_compiler_static='--static' | 11304 | lt_prog_compiler_static='--static' |
| 11306 | ;; | 11305 | ;; |
| @@ -11313,7 +11312,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11313 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 11312 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 11314 | # Portland Group compilers (*not* the Pentium gcc compiler, | 11313 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 11315 | # which looks to be a dead project) | 11314 | # which looks to be a dead project) |
| 11316 | @@ -9342,7 +9850,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 11315 | @@ -9341,7 +9849,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 11317 | lt_prog_compiler_pic='-KPIC' | 11316 | lt_prog_compiler_pic='-KPIC' |
| 11318 | lt_prog_compiler_static='-Bstatic' | 11317 | lt_prog_compiler_static='-Bstatic' |
| 11319 | case $cc_basename in | 11318 | case $cc_basename in |
| @@ -11322,7 +11321,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11322 | lt_prog_compiler_wl='-Qoption ld ';; | 11321 | lt_prog_compiler_wl='-Qoption ld ';; |
| 11323 | *) | 11322 | *) |
| 11324 | lt_prog_compiler_wl='-Wl,';; | 11323 | lt_prog_compiler_wl='-Wl,';; |
| 11325 | @@ -9399,13 +9907,17 @@ case $host_os in | 11324 | @@ -9398,13 +9906,17 @@ case $host_os in |
| 11326 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 11325 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
| 11327 | ;; | 11326 | ;; |
| 11328 | esac | 11327 | esac |
| @@ -11346,7 +11345,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11346 | 11345 | ||
| 11347 | # | 11346 | # |
| 11348 | # Check to make sure the PIC flag actually works. | 11347 | # Check to make sure the PIC flag actually works. |
| 11349 | @@ -9466,6 +9978,11 @@ fi | 11348 | @@ -9465,6 +9977,11 @@ fi |
| 11350 | 11349 | ||
| 11351 | 11350 | ||
| 11352 | 11351 | ||
| @@ -11358,7 +11357,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11358 | # | 11357 | # |
| 11359 | # Check to make sure the static flag actually works. | 11358 | # Check to make sure the static flag actually works. |
| 11360 | # | 11359 | # |
| 11361 | @@ -9816,7 +10333,8 @@ _LT_EOF | 11360 | @@ -9815,7 +10332,8 @@ _LT_EOF |
| 11362 | allow_undefined_flag=unsupported | 11361 | allow_undefined_flag=unsupported |
| 11363 | always_export_symbols=no | 11362 | always_export_symbols=no |
| 11364 | enable_shared_with_static_runtimes=yes | 11363 | enable_shared_with_static_runtimes=yes |
| @@ -11368,7 +11367,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11368 | 11367 | ||
| 11369 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 11368 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
| 11370 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 11369 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| 11371 | @@ -9915,12 +10433,12 @@ _LT_EOF | 11370 | @@ -9914,12 +10432,12 @@ _LT_EOF |
| 11372 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 11371 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 11373 | hardcode_libdir_flag_spec= | 11372 | hardcode_libdir_flag_spec= |
| 11374 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 11373 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| @@ -11383,7 +11382,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11383 | fi | 11382 | fi |
| 11384 | ;; | 11383 | ;; |
| 11385 | esac | 11384 | esac |
| 11386 | @@ -9934,8 +10452,8 @@ _LT_EOF | 11385 | @@ -9933,8 +10451,8 @@ _LT_EOF |
| 11387 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 11386 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 11388 | wlarc= | 11387 | wlarc= |
| 11389 | else | 11388 | else |
| @@ -11394,7 +11393,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11394 | fi | 11393 | fi |
| 11395 | ;; | 11394 | ;; |
| 11396 | 11395 | ||
| 11397 | @@ -9953,8 +10471,8 @@ _LT_EOF | 11396 | @@ -9952,8 +10470,8 @@ _LT_EOF |
| 11398 | 11397 | ||
| 11399 | _LT_EOF | 11398 | _LT_EOF |
| 11400 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 11399 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -11405,7 +11404,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11405 | else | 11404 | else |
| 11406 | ld_shlibs=no | 11405 | ld_shlibs=no |
| 11407 | fi | 11406 | fi |
| 11408 | @@ -10000,8 +10518,8 @@ _LT_EOF | 11407 | @@ -9999,8 +10517,8 @@ _LT_EOF |
| 11409 | 11408 | ||
| 11410 | *) | 11409 | *) |
| 11411 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 11410 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -11416,7 +11415,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11416 | else | 11415 | else |
| 11417 | ld_shlibs=no | 11416 | ld_shlibs=no |
| 11418 | fi | 11417 | fi |
| 11419 | @@ -10131,7 +10649,13 @@ _LT_EOF | 11418 | @@ -10130,7 +10648,13 @@ _LT_EOF |
| 11420 | allow_undefined_flag='-berok' | 11419 | allow_undefined_flag='-berok' |
| 11421 | # Determine the default libpath from the value encoded in an | 11420 | # Determine the default libpath from the value encoded in an |
| 11422 | # empty executable. | 11421 | # empty executable. |
| @@ -11431,7 +11430,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11431 | /* end confdefs.h. */ | 11430 | /* end confdefs.h. */ |
| 11432 | 11431 | ||
| 11433 | int | 11432 | int |
| 11434 | @@ -10144,22 +10668,29 @@ main () | 11433 | @@ -10143,22 +10667,29 @@ main () |
| 11435 | _ACEOF | 11434 | _ACEOF |
| 11436 | if ac_fn_c_try_link "$LINENO"; then : | 11435 | if ac_fn_c_try_link "$LINENO"; then : |
| 11437 | 11436 | ||
| @@ -11474,7 +11473,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11474 | 11473 | ||
| 11475 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 11474 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 11476 | 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" | 11475 | 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" |
| 11477 | @@ -10171,7 +10702,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11476 | @@ -10170,7 +10701,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11478 | else | 11477 | else |
| 11479 | # Determine the default libpath from the value encoded in an | 11478 | # Determine the default libpath from the value encoded in an |
| 11480 | # empty executable. | 11479 | # empty executable. |
| @@ -11489,7 +11488,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11489 | /* end confdefs.h. */ | 11488 | /* end confdefs.h. */ |
| 11490 | 11489 | ||
| 11491 | int | 11490 | int |
| 11492 | @@ -10184,22 +10721,29 @@ main () | 11491 | @@ -10183,22 +10720,29 @@ main () |
| 11493 | _ACEOF | 11492 | _ACEOF |
| 11494 | if ac_fn_c_try_link "$LINENO"; then : | 11493 | if ac_fn_c_try_link "$LINENO"; then : |
| 11495 | 11494 | ||
| @@ -11532,7 +11531,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11532 | 11531 | ||
| 11533 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 11532 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 11534 | # Warning - without using the other run time loading flags, | 11533 | # Warning - without using the other run time loading flags, |
| 11535 | @@ -10243,21 +10787,64 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11534 | @@ -10242,21 +10786,64 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11536 | # When not using gcc, we currently assume that we are using | 11535 | # When not using gcc, we currently assume that we are using |
| 11537 | # Microsoft Visual C++. | 11536 | # Microsoft Visual C++. |
| 11538 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 11537 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| @@ -11612,7 +11611,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11612 | ;; | 11611 | ;; |
| 11613 | 11612 | ||
| 11614 | darwin* | rhapsody*) | 11613 | darwin* | rhapsody*) |
| 11615 | @@ -10318,7 +10905,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11614 | @@ -10317,7 +10904,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11616 | 11615 | ||
| 11617 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 11616 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
| 11618 | freebsd* | dragonfly*) | 11617 | freebsd* | dragonfly*) |
| @@ -11621,7 +11620,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11621 | hardcode_libdir_flag_spec='-R$libdir' | 11620 | hardcode_libdir_flag_spec='-R$libdir' |
| 11622 | hardcode_direct=yes | 11621 | hardcode_direct=yes |
| 11623 | hardcode_shlibpath_var=no | 11622 | hardcode_shlibpath_var=no |
| 11624 | @@ -10326,7 +10913,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11623 | @@ -10325,7 +10912,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11625 | 11624 | ||
| 11626 | hpux9*) | 11625 | hpux9*) |
| 11627 | if test "$GCC" = yes; then | 11626 | if test "$GCC" = yes; then |
| @@ -11630,7 +11629,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11630 | else | 11629 | else |
| 11631 | 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' | 11630 | 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' |
| 11632 | fi | 11631 | fi |
| 11633 | @@ -10342,7 +10929,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11632 | @@ -10341,7 +10928,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11634 | 11633 | ||
| 11635 | hpux10*) | 11634 | hpux10*) |
| 11636 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 11635 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
| @@ -11639,7 +11638,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11639 | else | 11638 | else |
| 11640 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 11639 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| 11641 | fi | 11640 | fi |
| 11642 | @@ -10366,10 +10953,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11641 | @@ -10365,10 +10952,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11643 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | 11642 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| 11644 | ;; | 11643 | ;; |
| 11645 | ia64*) | 11644 | ia64*) |
| @@ -11652,7 +11651,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11652 | ;; | 11651 | ;; |
| 11653 | esac | 11652 | esac |
| 11654 | else | 11653 | else |
| 11655 | @@ -10448,23 +11035,36 @@ fi | 11654 | @@ -10447,23 +11034,36 @@ fi |
| 11656 | 11655 | ||
| 11657 | irix5* | irix6* | nonstopux*) | 11656 | irix5* | irix6* | nonstopux*) |
| 11658 | if test "$GCC" = yes; then | 11657 | if test "$GCC" = yes; then |
| @@ -11697,7 +11696,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11697 | else | 11696 | else |
| 11698 | 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' | 11697 | 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' |
| 11699 | 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' | 11698 | 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' |
| 11700 | @@ -10549,7 +11149,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 11699 | @@ -10548,7 +11148,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 11701 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 11700 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 11702 | if test "$GCC" = yes; then | 11701 | if test "$GCC" = yes; then |
| 11703 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 11702 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
| @@ -11706,7 +11705,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11706 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 11705 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 11707 | else | 11706 | else |
| 11708 | allow_undefined_flag=' -expect_unresolved \*' | 11707 | allow_undefined_flag=' -expect_unresolved \*' |
| 11709 | @@ -10568,9 +11168,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 11708 | @@ -10567,9 +11167,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 11710 | no_undefined_flag=' -z defs' | 11709 | no_undefined_flag=' -z defs' |
| 11711 | if test "$GCC" = yes; then | 11710 | if test "$GCC" = yes; then |
| 11712 | wlarc='${wl}' | 11711 | wlarc='${wl}' |
| @@ -11718,7 +11717,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11718 | else | 11717 | else |
| 11719 | case `$CC -V 2>&1` in | 11718 | case `$CC -V 2>&1` in |
| 11720 | *"Compilers 5.0"*) | 11719 | *"Compilers 5.0"*) |
| 11721 | @@ -11146,8 +11746,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 11720 | @@ -11145,8 +11745,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 11722 | need_version=no | 11721 | need_version=no |
| 11723 | need_lib_prefix=no | 11722 | need_lib_prefix=no |
| 11724 | 11723 | ||
| @@ -11730,7 +11729,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11730 | library_names_spec='$libname.dll.a' | 11729 | library_names_spec='$libname.dll.a' |
| 11731 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 11730 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 11732 | postinstall_cmds='base_file=`basename \${file}`~ | 11731 | postinstall_cmds='base_file=`basename \${file}`~ |
| 11733 | @@ -11180,13 +11781,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 11732 | @@ -11179,13 +11780,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 11734 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 11733 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 11735 | ;; | 11734 | ;; |
| 11736 | esac | 11735 | esac |
| @@ -11803,16 +11802,16 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11803 | # FIXME: first we should search . and the directory the executable is in | 11802 | # FIXME: first we should search . and the directory the executable is in |
| 11804 | shlibpath_var=PATH | 11803 | shlibpath_var=PATH |
| 11805 | ;; | 11804 | ;; |
| 11806 | @@ -12064,7 +12723,7 @@ else | 11805 | @@ -12063,7 +12722,7 @@ else |
| 11807 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11806 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 11808 | lt_status=$lt_dlunknown | 11807 | lt_status=$lt_dlunknown |
| 11809 | cat > conftest.$ac_ext <<_LT_EOF | 11808 | cat > conftest.$ac_ext <<_LT_EOF |
| 11810 | -#line 12067 "configure" | 11809 | -#line 12066 "configure" |
| 11811 | +#line $LINENO "configure" | 11810 | +#line $LINENO "configure" |
| 11812 | #include "confdefs.h" | 11811 | #include "confdefs.h" |
| 11813 | 11812 | ||
| 11814 | #if HAVE_DLFCN_H | 11813 | #if HAVE_DLFCN_H |
| 11815 | @@ -12108,10 +12767,10 @@ else | 11814 | @@ -12107,10 +12766,10 @@ else |
| 11816 | /* When -fvisbility=hidden is used, assume the code has been annotated | 11815 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 11817 | correspondingly for the symbols needed. */ | 11816 | correspondingly for the symbols needed. */ |
| 11818 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 11817 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -11825,16 +11824,16 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11825 | int main () | 11824 | int main () |
| 11826 | { | 11825 | { |
| 11827 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 11826 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 11828 | @@ -12170,7 +12829,7 @@ else | 11827 | @@ -12169,7 +12828,7 @@ else |
| 11829 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11828 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 11830 | lt_status=$lt_dlunknown | 11829 | lt_status=$lt_dlunknown |
| 11831 | cat > conftest.$ac_ext <<_LT_EOF | 11830 | cat > conftest.$ac_ext <<_LT_EOF |
| 11832 | -#line 12173 "configure" | 11831 | -#line 12172 "configure" |
| 11833 | +#line $LINENO "configure" | 11832 | +#line $LINENO "configure" |
| 11834 | #include "confdefs.h" | 11833 | #include "confdefs.h" |
| 11835 | 11834 | ||
| 11836 | #if HAVE_DLFCN_H | 11835 | #if HAVE_DLFCN_H |
| 11837 | @@ -12214,10 +12873,10 @@ else | 11836 | @@ -12213,10 +12872,10 @@ else |
| 11838 | /* When -fvisbility=hidden is used, assume the code has been annotated | 11837 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 11839 | correspondingly for the symbols needed. */ | 11838 | correspondingly for the symbols needed. */ |
| 11840 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 11839 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -11847,7 +11846,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11847 | int main () | 11846 | int main () |
| 11848 | { | 11847 | { |
| 11849 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 11848 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 11850 | @@ -12609,6 +13268,7 @@ $RM -r conftest* | 11849 | @@ -12608,6 +13267,7 @@ $RM -r conftest* |
| 11851 | 11850 | ||
| 11852 | # Allow CC to be a program name with arguments. | 11851 | # Allow CC to be a program name with arguments. |
| 11853 | lt_save_CC=$CC | 11852 | lt_save_CC=$CC |
| @@ -11855,7 +11854,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11855 | lt_save_LD=$LD | 11854 | lt_save_LD=$LD |
| 11856 | lt_save_GCC=$GCC | 11855 | lt_save_GCC=$GCC |
| 11857 | GCC=$GXX | 11856 | GCC=$GXX |
| 11858 | @@ -12626,6 +13286,7 @@ $RM -r conftest* | 11857 | @@ -12625,6 +13285,7 @@ $RM -r conftest* |
| 11859 | fi | 11858 | fi |
| 11860 | test -z "${LDCXX+set}" || LD=$LDCXX | 11859 | test -z "${LDCXX+set}" || LD=$LDCXX |
| 11861 | CC=${CXX-"c++"} | 11860 | CC=${CXX-"c++"} |
| @@ -11863,7 +11862,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11863 | compiler=$CC | 11862 | compiler=$CC |
| 11864 | compiler_CXX=$CC | 11863 | compiler_CXX=$CC |
| 11865 | for cc_temp in $compiler""; do | 11864 | for cc_temp in $compiler""; do |
| 11866 | @@ -12908,7 +13569,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 11865 | @@ -12907,7 +13568,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
| 11867 | allow_undefined_flag_CXX='-berok' | 11866 | allow_undefined_flag_CXX='-berok' |
| 11868 | # Determine the default libpath from the value encoded in an empty | 11867 | # Determine the default libpath from the value encoded in an empty |
| 11869 | # executable. | 11868 | # executable. |
| @@ -11878,7 +11877,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11878 | /* end confdefs.h. */ | 11877 | /* end confdefs.h. */ |
| 11879 | 11878 | ||
| 11880 | int | 11879 | int |
| 11881 | @@ -12921,22 +13588,29 @@ main () | 11880 | @@ -12920,22 +13587,29 @@ main () |
| 11882 | _ACEOF | 11881 | _ACEOF |
| 11883 | if ac_fn_cxx_try_link "$LINENO"; then : | 11882 | if ac_fn_cxx_try_link "$LINENO"; then : |
| 11884 | 11883 | ||
| @@ -11921,7 +11920,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11921 | 11920 | ||
| 11922 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 11921 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 11923 | 11922 | ||
| 11924 | @@ -12949,7 +13623,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11923 | @@ -12948,7 +13622,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11925 | else | 11924 | else |
| 11926 | # Determine the default libpath from the value encoded in an | 11925 | # Determine the default libpath from the value encoded in an |
| 11927 | # empty executable. | 11926 | # empty executable. |
| @@ -11936,7 +11935,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11936 | /* end confdefs.h. */ | 11935 | /* end confdefs.h. */ |
| 11937 | 11936 | ||
| 11938 | int | 11937 | int |
| 11939 | @@ -12962,22 +13642,29 @@ main () | 11938 | @@ -12961,22 +13641,29 @@ main () |
| 11940 | _ACEOF | 11939 | _ACEOF |
| 11941 | if ac_fn_cxx_try_link "$LINENO"; then : | 11940 | if ac_fn_cxx_try_link "$LINENO"; then : |
| 11942 | 11941 | ||
| @@ -11979,7 +11978,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 11979 | 11978 | ||
| 11980 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 11979 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 11981 | # Warning - without using the other run time loading flags, | 11980 | # Warning - without using the other run time loading flags, |
| 11982 | @@ -13020,29 +13707,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 11981 | @@ -13019,29 +13706,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 11983 | ;; | 11982 | ;; |
| 11984 | 11983 | ||
| 11985 | cygwin* | mingw* | pw32* | cegcc*) | 11984 | cygwin* | mingw* | pw32* | cegcc*) |
| @@ -12078,7 +12077,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12078 | darwin* | rhapsody*) | 12077 | darwin* | rhapsody*) |
| 12079 | 12078 | ||
| 12080 | 12079 | ||
| 12081 | @@ -13148,7 +13881,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 12080 | @@ -13147,7 +13880,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 12082 | ;; | 12081 | ;; |
| 12083 | *) | 12082 | *) |
| 12084 | if test "$GXX" = yes; then | 12083 | if test "$GXX" = yes; then |
| @@ -12087,7 +12086,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12087 | else | 12086 | else |
| 12088 | # FIXME: insert proper C++ library support | 12087 | # FIXME: insert proper C++ library support |
| 12089 | ld_shlibs_CXX=no | 12088 | ld_shlibs_CXX=no |
| 12090 | @@ -13219,10 +13952,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 12089 | @@ -13218,10 +13951,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 12091 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | 12090 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
| 12092 | ;; | 12091 | ;; |
| 12093 | ia64*) | 12092 | ia64*) |
| @@ -12100,7 +12099,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12100 | ;; | 12099 | ;; |
| 12101 | esac | 12100 | esac |
| 12102 | fi | 12101 | fi |
| 12103 | @@ -13263,9 +13996,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 12102 | @@ -13262,9 +13995,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 12104 | *) | 12103 | *) |
| 12105 | if test "$GXX" = yes; then | 12104 | if test "$GXX" = yes; then |
| 12106 | if test "$with_gnu_ld" = no; then | 12105 | if test "$with_gnu_ld" = no; then |
| @@ -12112,7 +12111,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12112 | fi | 12111 | fi |
| 12113 | fi | 12112 | fi |
| 12114 | link_all_deplibs_CXX=yes | 12113 | link_all_deplibs_CXX=yes |
| 12115 | @@ -13335,20 +14068,20 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 12114 | @@ -13334,20 +14067,20 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 12116 | prelink_cmds_CXX='tpldir=Template.dir~ | 12115 | prelink_cmds_CXX='tpldir=Template.dir~ |
| 12117 | rm -rf $tpldir~ | 12116 | rm -rf $tpldir~ |
| 12118 | $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ | 12117 | $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ |
| @@ -12137,7 +12136,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12137 | ;; | 12136 | ;; |
| 12138 | *) # Version 6 and above use weak symbols | 12137 | *) # Version 6 and above use weak symbols |
| 12139 | archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' | 12138 | archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' |
| 12140 | @@ -13543,7 +14276,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 12139 | @@ -13542,7 +14275,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 12141 | 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' | 12140 | 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' |
| 12142 | ;; | 12141 | ;; |
| 12143 | *) | 12142 | *) |
| @@ -12146,7 +12145,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12146 | ;; | 12145 | ;; |
| 12147 | esac | 12146 | esac |
| 12148 | 12147 | ||
| 12149 | @@ -13589,7 +14322,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 12148 | @@ -13588,7 +14321,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 12150 | 12149 | ||
| 12151 | solaris*) | 12150 | solaris*) |
| 12152 | case $cc_basename in | 12151 | case $cc_basename in |
| @@ -12155,7 +12154,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12155 | # Sun C++ 4.2, 5.x and Centerline C++ | 12154 | # Sun C++ 4.2, 5.x and Centerline C++ |
| 12156 | archive_cmds_need_lc_CXX=yes | 12155 | archive_cmds_need_lc_CXX=yes |
| 12157 | no_undefined_flag_CXX=' -zdefs' | 12156 | no_undefined_flag_CXX=' -zdefs' |
| 12158 | @@ -13630,9 +14363,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 12157 | @@ -13629,9 +14362,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 12159 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then | 12158 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
| 12160 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' | 12159 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' |
| 12161 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then | 12160 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then |
| @@ -12167,7 +12166,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12167 | 12166 | ||
| 12168 | # Commands to make compiler produce verbose output that lists | 12167 | # Commands to make compiler produce verbose output that lists |
| 12169 | # what "hidden" libraries, object files and flags are used when | 12168 | # what "hidden" libraries, object files and flags are used when |
| 12170 | @@ -13767,6 +14500,13 @@ private: | 12169 | @@ -13766,6 +14499,13 @@ private: |
| 12171 | }; | 12170 | }; |
| 12172 | _LT_EOF | 12171 | _LT_EOF |
| 12173 | 12172 | ||
| @@ -12181,7 +12180,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12181 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 12180 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 12182 | (eval $ac_compile) 2>&5 | 12181 | (eval $ac_compile) 2>&5 |
| 12183 | ac_status=$? | 12182 | ac_status=$? |
| 12184 | @@ -13780,7 +14520,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 12183 | @@ -13779,7 +14519,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 12185 | pre_test_object_deps_done=no | 12184 | pre_test_object_deps_done=no |
| 12186 | 12185 | ||
| 12187 | for p in `eval "$output_verbose_link_cmd"`; do | 12186 | for p in `eval "$output_verbose_link_cmd"`; do |
| @@ -12190,7 +12189,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12190 | 12189 | ||
| 12191 | -L* | -R* | -l*) | 12190 | -L* | -R* | -l*) |
| 12192 | # Some compilers place space between "-{L,R}" and the path. | 12191 | # Some compilers place space between "-{L,R}" and the path. |
| 12193 | @@ -13789,13 +14529,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 12192 | @@ -13788,13 +14528,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 12194 | test $p = "-R"; then | 12193 | test $p = "-R"; then |
| 12195 | prev=$p | 12194 | prev=$p |
| 12196 | continue | 12195 | continue |
| @@ -12217,7 +12216,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12217 | # Internal compiler library paths should come after those | 12216 | # Internal compiler library paths should come after those |
| 12218 | # provided the user. The postdeps already come after the | 12217 | # provided the user. The postdeps already come after the |
| 12219 | # user supplied libs so there is no need to process them. | 12218 | # user supplied libs so there is no need to process them. |
| 12220 | @@ -13815,8 +14564,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 12219 | @@ -13814,8 +14563,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 12221 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" | 12220 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" |
| 12222 | fi | 12221 | fi |
| 12223 | fi | 12222 | fi |
| @@ -12228,7 +12227,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12228 | *.$objext) | 12227 | *.$objext) |
| 12229 | # This assumes that the test object file only shows up | 12228 | # This assumes that the test object file only shows up |
| 12230 | # once in the compiler output. | 12229 | # once in the compiler output. |
| 12231 | @@ -13852,6 +14603,7 @@ else | 12230 | @@ -13851,6 +14602,7 @@ else |
| 12232 | fi | 12231 | fi |
| 12233 | 12232 | ||
| 12234 | $RM -f confest.$objext | 12233 | $RM -f confest.$objext |
| @@ -12236,7 +12235,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12236 | 12235 | ||
| 12237 | # PORTME: override above test on systems where it is broken | 12236 | # PORTME: override above test on systems where it is broken |
| 12238 | case $host_os in | 12237 | case $host_os in |
| 12239 | @@ -13887,7 +14639,7 @@ linux*) | 12238 | @@ -13886,7 +14638,7 @@ linux*) |
| 12240 | 12239 | ||
| 12241 | solaris*) | 12240 | solaris*) |
| 12242 | case $cc_basename in | 12241 | case $cc_basename in |
| @@ -12245,7 +12244,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12245 | # The more standards-conforming stlport4 library is | 12244 | # The more standards-conforming stlport4 library is |
| 12246 | # incompatible with the Cstd library. Avoid specifying | 12245 | # incompatible with the Cstd library. Avoid specifying |
| 12247 | # it if it's in CXXFLAGS. Ignore libCrun as | 12246 | # it if it's in CXXFLAGS. Ignore libCrun as |
| 12248 | @@ -13952,8 +14704,6 @@ fi | 12247 | @@ -13951,8 +14703,6 @@ fi |
| 12249 | lt_prog_compiler_pic_CXX= | 12248 | lt_prog_compiler_pic_CXX= |
| 12250 | lt_prog_compiler_static_CXX= | 12249 | lt_prog_compiler_static_CXX= |
| 12251 | 12250 | ||
| @@ -12254,7 +12253,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12254 | 12253 | ||
| 12255 | # C++ specific cases for pic, static, wl, etc. | 12254 | # C++ specific cases for pic, static, wl, etc. |
| 12256 | if test "$GXX" = yes; then | 12255 | if test "$GXX" = yes; then |
| 12257 | @@ -14058,6 +14808,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 12256 | @@ -14057,6 +14807,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 12258 | ;; | 12257 | ;; |
| 12259 | esac | 12258 | esac |
| 12260 | ;; | 12259 | ;; |
| @@ -12266,7 +12265,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12266 | dgux*) | 12265 | dgux*) |
| 12267 | case $cc_basename in | 12266 | case $cc_basename in |
| 12268 | ec++*) | 12267 | ec++*) |
| 12269 | @@ -14210,7 +14965,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 12268 | @@ -14209,7 +14964,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 12270 | ;; | 12269 | ;; |
| 12271 | solaris*) | 12270 | solaris*) |
| 12272 | case $cc_basename in | 12271 | case $cc_basename in |
| @@ -12275,7 +12274,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12275 | # Sun C++ 4.2, 5.x and Centerline C++ | 12274 | # Sun C++ 4.2, 5.x and Centerline C++ |
| 12276 | lt_prog_compiler_pic_CXX='-KPIC' | 12275 | lt_prog_compiler_pic_CXX='-KPIC' |
| 12277 | lt_prog_compiler_static_CXX='-Bstatic' | 12276 | lt_prog_compiler_static_CXX='-Bstatic' |
| 12278 | @@ -14275,10 +15030,17 @@ case $host_os in | 12277 | @@ -14274,10 +15029,17 @@ case $host_os in |
| 12279 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" | 12278 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" |
| 12280 | ;; | 12279 | ;; |
| 12281 | esac | 12280 | esac |
| @@ -12296,7 +12295,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12296 | 12295 | ||
| 12297 | # | 12296 | # |
| 12298 | # Check to make sure the PIC flag actually works. | 12297 | # Check to make sure the PIC flag actually works. |
| 12299 | @@ -14336,6 +15098,8 @@ fi | 12298 | @@ -14335,6 +15097,8 @@ fi |
| 12300 | 12299 | ||
| 12301 | 12300 | ||
| 12302 | 12301 | ||
| @@ -12305,7 +12304,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12305 | # | 12304 | # |
| 12306 | # Check to make sure the static flag actually works. | 12305 | # Check to make sure the static flag actually works. |
| 12307 | # | 12306 | # |
| 12308 | @@ -14513,6 +15277,7 @@ fi | 12307 | @@ -14512,6 +15276,7 @@ fi |
| 12309 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | 12308 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } |
| 12310 | 12309 | ||
| 12311 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | 12310 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
| @@ -12313,7 +12312,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12313 | case $host_os in | 12312 | case $host_os in |
| 12314 | aix[4-9]*) | 12313 | aix[4-9]*) |
| 12315 | # If we're using GNU nm, then we don't want the "-C" option. | 12314 | # If we're using GNU nm, then we don't want the "-C" option. |
| 12316 | @@ -14527,15 +15292,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 12315 | @@ -14526,15 +15291,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
| 12317 | ;; | 12316 | ;; |
| 12318 | pw32*) | 12317 | pw32*) |
| 12319 | export_symbols_cmds_CXX="$ltdll_cmds" | 12318 | export_symbols_cmds_CXX="$ltdll_cmds" |
| @@ -12339,7 +12338,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12339 | 12338 | ||
| 12340 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 | 12339 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 |
| 12341 | $as_echo "$ld_shlibs_CXX" >&6; } | 12340 | $as_echo "$ld_shlibs_CXX" >&6; } |
| 12342 | @@ -14798,8 +15568,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 12341 | @@ -14797,8 +15567,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 12343 | need_version=no | 12342 | need_version=no |
| 12344 | need_lib_prefix=no | 12343 | need_lib_prefix=no |
| 12345 | 12344 | ||
| @@ -12351,7 +12350,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12351 | library_names_spec='$libname.dll.a' | 12350 | library_names_spec='$libname.dll.a' |
| 12352 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 12351 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 12353 | postinstall_cmds='base_file=`basename \${file}`~ | 12352 | postinstall_cmds='base_file=`basename \${file}`~ |
| 12354 | @@ -14831,13 +15602,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 12353 | @@ -14830,13 +15601,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 12355 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 12354 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 12356 | ;; | 12355 | ;; |
| 12357 | esac | 12356 | esac |
| @@ -12424,7 +12423,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12424 | # FIXME: first we should search . and the directory the executable is in | 12423 | # FIXME: first we should search . and the directory the executable is in |
| 12425 | shlibpath_var=PATH | 12424 | shlibpath_var=PATH |
| 12426 | ;; | 12425 | ;; |
| 12427 | @@ -15377,6 +16206,7 @@ fi | 12426 | @@ -15376,6 +16205,7 @@ fi |
| 12428 | fi # test -n "$compiler" | 12427 | fi # test -n "$compiler" |
| 12429 | 12428 | ||
| 12430 | CC=$lt_save_CC | 12429 | CC=$lt_save_CC |
| @@ -12432,7 +12431,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12432 | LDCXX=$LD | 12431 | LDCXX=$LD |
| 12433 | LD=$lt_save_LD | 12432 | LD=$lt_save_LD |
| 12434 | GCC=$lt_save_GCC | 12433 | GCC=$lt_save_GCC |
| 12435 | @@ -16321,13 +17151,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 12434 | @@ -16303,13 +17133,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 12436 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 12435 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 12437 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 12436 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 12438 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 12437 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -12453,7 +12452,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12453 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 12452 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 12454 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 12453 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 12455 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 12454 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 12456 | @@ -16342,14 +17179,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 12455 | @@ -16324,14 +17161,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 12457 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 12456 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 12458 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 12457 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 12459 | 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"`' | 12458 | 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"`' |
| @@ -12472,7 +12471,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12472 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 12471 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 12473 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 12472 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 12474 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 12473 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 12475 | @@ -16382,12 +17222,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 12474 | @@ -16364,12 +17204,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 12476 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 12475 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 12477 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 12476 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 12478 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 12477 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -12486,7 +12485,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12486 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 12485 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 12487 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 12486 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 12488 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 12487 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 12489 | @@ -16426,8 +17266,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 12488 | @@ -16408,8 +17248,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote |
| 12490 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' | 12489 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
| 12491 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 12490 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' |
| 12492 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' | 12491 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
| @@ -12496,7 +12495,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12496 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 12495 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' |
| 12497 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' | 12496 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' |
| 12498 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' | 12497 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
| 12499 | @@ -16454,12 +17294,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 12498 | @@ -16436,12 +17276,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ |
| 12500 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' | 12499 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' |
| 12501 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' | 12500 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' |
| 12502 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' | 12501 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
| @@ -12510,7 +12509,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12510 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 12509 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' |
| 12511 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' | 12510 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' |
| 12512 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' | 12511 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
| 12513 | @@ -16497,8 +17337,13 @@ reload_flag \ | 12512 | @@ -16479,8 +17319,13 @@ reload_flag \ |
| 12514 | OBJDUMP \ | 12513 | OBJDUMP \ |
| 12515 | deplibs_check_method \ | 12514 | deplibs_check_method \ |
| 12516 | file_magic_cmd \ | 12515 | file_magic_cmd \ |
| @@ -12524,7 +12523,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12524 | STRIP \ | 12523 | STRIP \ |
| 12525 | RANLIB \ | 12524 | RANLIB \ |
| 12526 | CC \ | 12525 | CC \ |
| 12527 | @@ -16508,12 +17353,14 @@ lt_cv_sys_global_symbol_pipe \ | 12526 | @@ -16490,12 +17335,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 12528 | lt_cv_sys_global_symbol_to_cdecl \ | 12527 | lt_cv_sys_global_symbol_to_cdecl \ |
| 12529 | lt_cv_sys_global_symbol_to_c_name_address \ | 12528 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 12530 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 12529 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -12540,7 +12539,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12540 | DSYMUTIL \ | 12539 | DSYMUTIL \ |
| 12541 | NMEDIT \ | 12540 | NMEDIT \ |
| 12542 | LIPO \ | 12541 | LIPO \ |
| 12543 | @@ -16529,7 +17376,6 @@ no_undefined_flag \ | 12542 | @@ -16511,7 +17358,6 @@ no_undefined_flag \ |
| 12544 | hardcode_libdir_flag_spec \ | 12543 | hardcode_libdir_flag_spec \ |
| 12545 | hardcode_libdir_flag_spec_ld \ | 12544 | hardcode_libdir_flag_spec_ld \ |
| 12546 | hardcode_libdir_separator \ | 12545 | hardcode_libdir_separator \ |
| @@ -12548,7 +12547,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12548 | exclude_expsyms \ | 12547 | exclude_expsyms \ |
| 12549 | include_expsyms \ | 12548 | include_expsyms \ |
| 12550 | file_list_spec \ | 12549 | file_list_spec \ |
| 12551 | @@ -16551,8 +17397,8 @@ LD_CXX \ | 12550 | @@ -16533,8 +17379,8 @@ LD_CXX \ |
| 12552 | reload_flag_CXX \ | 12551 | reload_flag_CXX \ |
| 12553 | compiler_CXX \ | 12552 | compiler_CXX \ |
| 12554 | lt_prog_compiler_no_builtin_flag_CXX \ | 12553 | lt_prog_compiler_no_builtin_flag_CXX \ |
| @@ -12558,7 +12557,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12558 | lt_prog_compiler_static_CXX \ | 12557 | lt_prog_compiler_static_CXX \ |
| 12559 | lt_cv_prog_compiler_c_o_CXX \ | 12558 | lt_cv_prog_compiler_c_o_CXX \ |
| 12560 | export_dynamic_flag_spec_CXX \ | 12559 | export_dynamic_flag_spec_CXX \ |
| 12561 | @@ -16564,7 +17410,6 @@ no_undefined_flag_CXX \ | 12560 | @@ -16546,7 +17392,6 @@ no_undefined_flag_CXX \ |
| 12562 | hardcode_libdir_flag_spec_CXX \ | 12561 | hardcode_libdir_flag_spec_CXX \ |
| 12563 | hardcode_libdir_flag_spec_ld_CXX \ | 12562 | hardcode_libdir_flag_spec_ld_CXX \ |
| 12564 | hardcode_libdir_separator_CXX \ | 12563 | hardcode_libdir_separator_CXX \ |
| @@ -12566,7 +12565,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12566 | exclude_expsyms_CXX \ | 12565 | exclude_expsyms_CXX \ |
| 12567 | include_expsyms_CXX \ | 12566 | include_expsyms_CXX \ |
| 12568 | file_list_spec_CXX \ | 12567 | file_list_spec_CXX \ |
| 12569 | @@ -16598,6 +17443,7 @@ module_cmds \ | 12568 | @@ -16580,6 +17425,7 @@ module_cmds \ |
| 12570 | module_expsym_cmds \ | 12569 | module_expsym_cmds \ |
| 12571 | export_symbols_cmds \ | 12570 | export_symbols_cmds \ |
| 12572 | prelink_cmds \ | 12571 | prelink_cmds \ |
| @@ -12574,7 +12573,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12574 | postinstall_cmds \ | 12573 | postinstall_cmds \ |
| 12575 | postuninstall_cmds \ | 12574 | postuninstall_cmds \ |
| 12576 | finish_cmds \ | 12575 | finish_cmds \ |
| 12577 | @@ -16612,7 +17458,8 @@ archive_expsym_cmds_CXX \ | 12576 | @@ -16594,7 +17440,8 @@ archive_expsym_cmds_CXX \ |
| 12578 | module_cmds_CXX \ | 12577 | module_cmds_CXX \ |
| 12579 | module_expsym_cmds_CXX \ | 12578 | module_expsym_cmds_CXX \ |
| 12580 | export_symbols_cmds_CXX \ | 12579 | export_symbols_cmds_CXX \ |
| @@ -12584,7 +12583,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12584 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 12583 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
| 12585 | *[\\\\\\\`\\"\\\$]*) | 12584 | *[\\\\\\\`\\"\\\$]*) |
| 12586 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 12585 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
| 12587 | @@ -17366,7 +18213,8 @@ $as_echo X"$file" | | 12586 | @@ -17348,7 +18195,8 @@ $as_echo X"$file" | |
| 12588 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 12587 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 12589 | # | 12588 | # |
| 12590 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 12589 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -12594,7 +12593,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12594 | # Written by Gordon Matzigkeit, 1996 | 12593 | # Written by Gordon Matzigkeit, 1996 |
| 12595 | # | 12594 | # |
| 12596 | # This file is part of GNU Libtool. | 12595 | # This file is part of GNU Libtool. |
| 12597 | @@ -17469,19 +18317,42 @@ SP2NL=$lt_lt_SP2NL | 12596 | @@ -17451,19 +18299,42 @@ SP2NL=$lt_lt_SP2NL |
| 12598 | # turn newlines into spaces. | 12597 | # turn newlines into spaces. |
| 12599 | NL2SP=$lt_lt_NL2SP | 12598 | NL2SP=$lt_lt_NL2SP |
| 12600 | 12599 | ||
| @@ -12638,7 +12637,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12638 | # A symbol stripping program. | 12637 | # A symbol stripping program. |
| 12639 | STRIP=$lt_STRIP | 12638 | STRIP=$lt_STRIP |
| 12640 | 12639 | ||
| 12641 | @@ -17511,6 +18382,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 12640 | @@ -17493,6 +18364,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 12642 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 12641 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 12643 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 12642 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 12644 | 12643 | ||
| @@ -12651,7 +12650,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12651 | # The name of the directory that contains temporary libtool files. | 12650 | # The name of the directory that contains temporary libtool files. |
| 12652 | objdir=$objdir | 12651 | objdir=$objdir |
| 12653 | 12652 | ||
| 12654 | @@ -17520,6 +18397,9 @@ MAGIC_CMD=$MAGIC_CMD | 12653 | @@ -17502,6 +18379,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 12655 | # Must we lock files when doing compilation? | 12654 | # Must we lock files when doing compilation? |
| 12656 | need_locks=$lt_need_locks | 12655 | need_locks=$lt_need_locks |
| 12657 | 12656 | ||
| @@ -12661,7 +12660,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12661 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 12660 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 12662 | DSYMUTIL=$lt_DSYMUTIL | 12661 | DSYMUTIL=$lt_DSYMUTIL |
| 12663 | 12662 | ||
| 12664 | @@ -17634,12 +18514,12 @@ with_gcc=$GCC | 12663 | @@ -17616,12 +18496,12 @@ with_gcc=$GCC |
| 12665 | # Compiler flag to turn off builtin functions. | 12664 | # Compiler flag to turn off builtin functions. |
| 12666 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 12665 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 12667 | 12666 | ||
| @@ -12677,7 +12676,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12677 | # Compiler flag to prevent dynamic linking. | 12676 | # Compiler flag to prevent dynamic linking. |
| 12678 | link_static_flag=$lt_lt_prog_compiler_static | 12677 | link_static_flag=$lt_lt_prog_compiler_static |
| 12679 | 12678 | ||
| 12680 | @@ -17726,9 +18606,6 @@ inherit_rpath=$inherit_rpath | 12679 | @@ -17708,9 +18588,6 @@ inherit_rpath=$inherit_rpath |
| 12681 | # Whether libtool must link a program against all its dependency libraries. | 12680 | # Whether libtool must link a program against all its dependency libraries. |
| 12682 | link_all_deplibs=$link_all_deplibs | 12681 | link_all_deplibs=$link_all_deplibs |
| 12683 | 12682 | ||
| @@ -12687,7 +12686,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12687 | # Set to "yes" if exported symbols are required. | 12686 | # Set to "yes" if exported symbols are required. |
| 12688 | always_export_symbols=$always_export_symbols | 12687 | always_export_symbols=$always_export_symbols |
| 12689 | 12688 | ||
| 12690 | @@ -17744,6 +18621,9 @@ include_expsyms=$lt_include_expsyms | 12689 | @@ -17726,6 +18603,9 @@ include_expsyms=$lt_include_expsyms |
| 12691 | # Commands necessary for linking programs (against libraries) with templates. | 12690 | # Commands necessary for linking programs (against libraries) with templates. |
| 12692 | prelink_cmds=$lt_prelink_cmds | 12691 | prelink_cmds=$lt_prelink_cmds |
| 12693 | 12692 | ||
| @@ -12697,7 +12696,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 12697 | # Specify filename containing input files. | 12696 | # Specify filename containing input files. |
| 12698 | file_list_spec=$lt_file_list_spec | 12697 | file_list_spec=$lt_file_list_spec |
| 12699 | 12698 | ||
| 12700 | @@ -17790,210 +18670,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 12699 | @@ -17772,210 +18652,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 12701 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 12700 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 12702 | # text mode, it properly converts lines to CR/LF. This bash problem | 12701 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 12703 | # is reportedly fixed, but why not run on old versions too? | 12702 | # is reportedly fixed, but why not run on old versions too? |
| @@ -13071,7 +13070,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 13071 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 13070 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
| 13072 | chmod +x "$ofile" | 13071 | chmod +x "$ofile" |
| 13073 | 13072 | ||
| 13074 | @@ -18021,12 +18860,12 @@ with_gcc=$GCC_CXX | 13073 | @@ -18003,12 +18842,12 @@ with_gcc=$GCC_CXX |
| 13075 | # Compiler flag to turn off builtin functions. | 13074 | # Compiler flag to turn off builtin functions. |
| 13076 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 13075 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
| 13077 | 13076 | ||
| @@ -13087,7 +13086,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 13087 | # Compiler flag to prevent dynamic linking. | 13086 | # Compiler flag to prevent dynamic linking. |
| 13088 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 13087 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
| 13089 | 13088 | ||
| 13090 | @@ -18113,9 +18952,6 @@ inherit_rpath=$inherit_rpath_CXX | 13089 | @@ -18095,9 +18934,6 @@ inherit_rpath=$inherit_rpath_CXX |
| 13091 | # Whether libtool must link a program against all its dependency libraries. | 13090 | # Whether libtool must link a program against all its dependency libraries. |
| 13092 | link_all_deplibs=$link_all_deplibs_CXX | 13091 | link_all_deplibs=$link_all_deplibs_CXX |
| 13093 | 13092 | ||
| @@ -13097,7 +13096,7 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 13097 | # Set to "yes" if exported symbols are required. | 13096 | # Set to "yes" if exported symbols are required. |
| 13098 | always_export_symbols=$always_export_symbols_CXX | 13097 | always_export_symbols=$always_export_symbols_CXX |
| 13099 | 13098 | ||
| 13100 | @@ -18131,6 +18967,9 @@ include_expsyms=$lt_include_expsyms_CXX | 13099 | @@ -18113,6 +18949,9 @@ include_expsyms=$lt_include_expsyms_CXX |
| 13101 | # Commands necessary for linking programs (against libraries) with templates. | 13100 | # Commands necessary for linking programs (against libraries) with templates. |
| 13102 | prelink_cmds=$lt_prelink_cmds_CXX | 13101 | prelink_cmds=$lt_prelink_cmds_CXX |
| 13103 | 13102 | ||
| @@ -13108,10 +13107,10 @@ index 079a0b71ec3..a28289cfe9d 100755 | |||
| 13108 | file_list_spec=$lt_file_list_spec_CXX | 13107 | file_list_spec=$lt_file_list_spec_CXX |
| 13109 | 13108 | ||
| 13110 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in | 13109 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in |
| 13111 | index 605fa4f6fd4..313c4ceb4ca 100644 | 13110 | index b881268b0d9..cfc98458e79 100644 |
| 13112 | --- a/gprofng/src/Makefile.in | 13111 | --- a/gprofng/src/Makefile.in |
| 13113 | +++ b/gprofng/src/Makefile.in | 13112 | +++ b/gprofng/src/Makefile.in |
| 13114 | @@ -324,6 +324,7 @@ CXXFLAGS = @CXXFLAGS@ | 13113 | @@ -321,6 +321,7 @@ CXXFLAGS = @CXXFLAGS@ |
| 13115 | CYGPATH_W = @CYGPATH_W@ | 13114 | CYGPATH_W = @CYGPATH_W@ |
| 13116 | DEFS = @DEFS@ | 13115 | DEFS = @DEFS@ |
| 13117 | DEPDIR = @DEPDIR@ | 13116 | DEPDIR = @DEPDIR@ |
| @@ -13119,7 +13118,7 @@ index 605fa4f6fd4..313c4ceb4ca 100644 | |||
| 13119 | DSYMUTIL = @DSYMUTIL@ | 13118 | DSYMUTIL = @DSYMUTIL@ |
| 13120 | DUMPBIN = @DUMPBIN@ | 13119 | DUMPBIN = @DUMPBIN@ |
| 13121 | ECHO_C = @ECHO_C@ | 13120 | ECHO_C = @ECHO_C@ |
| 13122 | @@ -359,6 +360,7 @@ LN_S = @LN_S@ | 13121 | @@ -356,6 +357,7 @@ LN_S = @LN_S@ |
| 13123 | LTLIBOBJS = @LTLIBOBJS@ | 13122 | LTLIBOBJS = @LTLIBOBJS@ |
| 13124 | MAINT = @MAINT@ | 13123 | MAINT = @MAINT@ |
| 13125 | MAKEINFO = @MAKEINFO@ | 13124 | MAKEINFO = @MAKEINFO@ |
| @@ -13128,7 +13127,7 @@ index 605fa4f6fd4..313c4ceb4ca 100644 | |||
| 13128 | NM = @NM@ | 13127 | NM = @NM@ |
| 13129 | NMEDIT = @NMEDIT@ | 13128 | NMEDIT = @NMEDIT@ |
| 13130 | diff --git a/ld/Makefile.in b/ld/Makefile.in | 13129 | diff --git a/ld/Makefile.in b/ld/Makefile.in |
| 13131 | index 08dcd7b75fc..17c58dd2fd0 100644 | 13130 | index c21c554e432..729e1f47e85 100644 |
| 13132 | --- a/ld/Makefile.in | 13131 | --- a/ld/Makefile.in |
| 13133 | +++ b/ld/Makefile.in | 13132 | +++ b/ld/Makefile.in |
| 13134 | @@ -384,6 +384,7 @@ CYGPATH_W = @CYGPATH_W@ | 13133 | @@ -384,6 +384,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -13156,7 +13155,7 @@ index 08dcd7b75fc..17c58dd2fd0 100644 | |||
| 13156 | ac_ct_CXX = @ac_ct_CXX@ | 13155 | ac_ct_CXX = @ac_ct_CXX@ |
| 13157 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 13156 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 13158 | diff --git a/ld/configure b/ld/configure | 13157 | diff --git a/ld/configure b/ld/configure |
| 13159 | index 6406a42c442..21ab5b06709 100755 | 13158 | index 29896853a90..9e93585f94e 100755 |
| 13160 | --- a/ld/configure | 13159 | --- a/ld/configure |
| 13161 | +++ b/ld/configure | 13160 | +++ b/ld/configure |
| 13162 | @@ -700,8 +700,11 @@ OTOOL | 13161 | @@ -700,8 +700,11 @@ OTOOL |
| @@ -15762,18 +15761,150 @@ index 6406a42c442..21ab5b06709 100755 | |||
| 15762 | file_list_spec=$lt_file_list_spec_CXX | 15761 | file_list_spec=$lt_file_list_spec_CXX |
| 15763 | 15762 | ||
| 15764 | diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in | 15763 | diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in |
| 15765 | index 0a61880ba67..5889b0477cd 100644 | 15764 | index 0a61880ba67..500756cd023 100644 |
| 15766 | --- a/libbacktrace/Makefile.in | 15765 | --- a/libbacktrace/Makefile.in |
| 15767 | +++ b/libbacktrace/Makefile.in | 15766 | +++ b/libbacktrace/Makefile.in |
| 15768 | @@ -827,6 +827,7 @@ CPP = @CPP@ | 15767 | @@ -1,7 +1,7 @@ |
| 15768 | -# Makefile.in generated by automake 1.15.1 from Makefile.am. | ||
| 15769 | +# Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| 15770 | # @configure_input@ | ||
| 15771 | |||
| 15772 | -# Copyright (C) 1994-2017 Free Software Foundation, Inc. | ||
| 15773 | +# Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
| 15774 | |||
| 15775 | # This Makefile.in is free software; the Free Software Foundation | ||
| 15776 | # gives unlimited permission to copy and/or distribute it, | ||
| 15777 | @@ -189,6 +189,35 @@ CONFIG_HEADER = config.h | ||
| 15778 | CONFIG_CLEAN_FILES = backtrace-supported.h \ | ||
| 15779 | install-debuginfo-for-buildid.sh | ||
| 15780 | CONFIG_CLEAN_VPATH_FILES = | ||
| 15781 | +@NATIVE_TRUE@am__EXEEXT_1 = allocfail$(EXEEXT) | ||
| 15782 | +@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = b2test$(EXEEXT) | ||
| 15783 | +@HAVE_DWZ_TRUE@@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = b3test$(EXEEXT) | ||
| 15784 | +@NATIVE_TRUE@am__EXEEXT_4 = test_elf_32$(EXEEXT) test_elf_64$(EXEEXT) \ | ||
| 15785 | +@NATIVE_TRUE@ test_macho$(EXEEXT) test_xcoff_32$(EXEEXT) \ | ||
| 15786 | +@NATIVE_TRUE@ test_xcoff_64$(EXEEXT) test_pecoff$(EXEEXT) \ | ||
| 15787 | +@NATIVE_TRUE@ test_unknown$(EXEEXT) unittest$(EXEEXT) \ | ||
| 15788 | +@NATIVE_TRUE@ unittest_alloc$(EXEEXT) btest$(EXEEXT) | ||
| 15789 | +@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_5 = btest_lto$(EXEEXT) | ||
| 15790 | +@NATIVE_TRUE@am__EXEEXT_6 = btest_alloc$(EXEEXT) stest$(EXEEXT) \ | ||
| 15791 | +@NATIVE_TRUE@ stest_alloc$(EXEEXT) | ||
| 15792 | +@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_7 = ztest$(EXEEXT) \ | ||
| 15793 | +@HAVE_ELF_TRUE@@NATIVE_TRUE@ ztest_alloc$(EXEEXT) | ||
| 15794 | +@NATIVE_TRUE@am__EXEEXT_8 = edtest$(EXEEXT) edtest_alloc$(EXEEXT) | ||
| 15795 | +@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_9 = ttest$(EXEEXT) \ | ||
| 15796 | +@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest_alloc$(EXEEXT) | ||
| 15797 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_10 = \ | ||
| 15798 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg$(EXEEXT) \ | ||
| 15799 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta$(EXEEXT) \ | ||
| 15800 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg_alloc$(EXEEXT) \ | ||
| 15801 | +@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta_alloc$(EXEEXT) | ||
| 15802 | +@HAVE_DWARF5_TRUE@@NATIVE_TRUE@am__EXEEXT_11 = dwarf5$(EXEEXT) \ | ||
| 15803 | +@HAVE_DWARF5_TRUE@@NATIVE_TRUE@ dwarf5_alloc$(EXEEXT) | ||
| 15804 | +@NATIVE_TRUE@am__EXEEXT_12 = mtest$(EXEEXT) | ||
| 15805 | +@HAVE_ELF_TRUE@am__EXEEXT_13 = xztest$(EXEEXT) xztest_alloc$(EXEEXT) | ||
| 15806 | +am__EXEEXT_14 = $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ | ||
| 15807 | + $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ | ||
| 15808 | + $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \ | ||
| 15809 | + $(am__EXEEXT_13) | ||
| 15810 | LTLIBRARIES = $(noinst_LTLIBRARIES) | ||
| 15811 | am__DEPENDENCIES_1 = | ||
| 15812 | am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \ | ||
| 15813 | @@ -220,35 +249,6 @@ libbacktrace_instrumented_alloc_la_OBJECTS = \ | ||
| 15814 | libbacktrace_noformat_la_OBJECTS = \ | ||
| 15815 | $(am_libbacktrace_noformat_la_OBJECTS) | ||
| 15816 | @NATIVE_TRUE@am_libbacktrace_noformat_la_rpath = | ||
| 15817 | -@NATIVE_TRUE@am__EXEEXT_1 = allocfail$(EXEEXT) | ||
| 15818 | -@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = b2test$(EXEEXT) | ||
| 15819 | -@HAVE_DWZ_TRUE@@HAVE_ELF_TRUE@@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = b3test$(EXEEXT) | ||
| 15820 | -@NATIVE_TRUE@am__EXEEXT_4 = test_elf_32$(EXEEXT) test_elf_64$(EXEEXT) \ | ||
| 15821 | -@NATIVE_TRUE@ test_macho$(EXEEXT) test_xcoff_32$(EXEEXT) \ | ||
| 15822 | -@NATIVE_TRUE@ test_xcoff_64$(EXEEXT) test_pecoff$(EXEEXT) \ | ||
| 15823 | -@NATIVE_TRUE@ test_unknown$(EXEEXT) unittest$(EXEEXT) \ | ||
| 15824 | -@NATIVE_TRUE@ unittest_alloc$(EXEEXT) btest$(EXEEXT) | ||
| 15825 | -@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_5 = btest_lto$(EXEEXT) | ||
| 15826 | -@NATIVE_TRUE@am__EXEEXT_6 = btest_alloc$(EXEEXT) stest$(EXEEXT) \ | ||
| 15827 | -@NATIVE_TRUE@ stest_alloc$(EXEEXT) | ||
| 15828 | -@HAVE_ELF_TRUE@@NATIVE_TRUE@am__EXEEXT_7 = ztest$(EXEEXT) \ | ||
| 15829 | -@HAVE_ELF_TRUE@@NATIVE_TRUE@ ztest_alloc$(EXEEXT) | ||
| 15830 | -@NATIVE_TRUE@am__EXEEXT_8 = edtest$(EXEEXT) edtest_alloc$(EXEEXT) | ||
| 15831 | -@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_9 = ttest$(EXEEXT) \ | ||
| 15832 | -@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest_alloc$(EXEEXT) | ||
| 15833 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_10 = \ | ||
| 15834 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg$(EXEEXT) \ | ||
| 15835 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta$(EXEEXT) \ | ||
| 15836 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg_alloc$(EXEEXT) \ | ||
| 15837 | -@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta_alloc$(EXEEXT) | ||
| 15838 | -@HAVE_DWARF5_TRUE@@NATIVE_TRUE@am__EXEEXT_11 = dwarf5$(EXEEXT) \ | ||
| 15839 | -@HAVE_DWARF5_TRUE@@NATIVE_TRUE@ dwarf5_alloc$(EXEEXT) | ||
| 15840 | -@NATIVE_TRUE@am__EXEEXT_12 = mtest$(EXEEXT) | ||
| 15841 | -@HAVE_ELF_TRUE@am__EXEEXT_13 = xztest$(EXEEXT) xztest_alloc$(EXEEXT) | ||
| 15842 | -am__EXEEXT_14 = $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ | ||
| 15843 | - $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ | ||
| 15844 | - $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \ | ||
| 15845 | - $(am__EXEEXT_13) | ||
| 15846 | @NATIVE_TRUE@am_allocfail_OBJECTS = allocfail-allocfail.$(OBJEXT) \ | ||
| 15847 | @NATIVE_TRUE@ allocfail-testlib.$(OBJEXT) | ||
| 15848 | allocfail_OBJECTS = $(am_allocfail_OBJECTS) | ||
| 15849 | @@ -536,7 +536,7 @@ am__v_at_0 = @ | ||
| 15850 | am__v_at_1 = | ||
| 15851 | DEFAULT_INCLUDES = -I.@am__isrc@ | ||
| 15852 | depcomp = | ||
| 15853 | -am__depfiles_maybe = | ||
| 15854 | +am__maybe_remake_depfiles = | ||
| 15855 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
| 15856 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
| 15857 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
| 15858 | @@ -579,8 +579,8 @@ am__can_run_installinfo = \ | ||
| 15859 | n|no|NO) false;; \ | ||
| 15860 | *) (install-info --version) >/dev/null 2>&1;; \ | ||
| 15861 | esac | ||
| 15862 | -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | ||
| 15863 | - $(LISP)config.h.in | ||
| 15864 | +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ | ||
| 15865 | + config.h.in | ||
| 15866 | # Read a list of newline-separated strings from the standard input, | ||
| 15867 | # and print each of them once, without duplicates. Input order is | ||
| 15868 | # *not* preserved. | ||
| 15869 | @@ -597,9 +597,6 @@ am__define_uniq_tagged_files = \ | ||
| 15870 | unique=`for i in $$list; do \ | ||
| 15871 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
| 15872 | done | $(am__uniquify_input)` | ||
| 15873 | -ETAGS = etags | ||
| 15874 | -CTAGS = ctags | ||
| 15875 | -CSCOPE = cscope | ||
| 15876 | AM_RECURSIVE_TARGETS = cscope check recheck | ||
| 15877 | am__tty_colors_dummy = \ | ||
| 15878 | mgn= red= grn= lgn= blu= brg= std=; \ | ||
| 15879 | @@ -783,6 +780,7 @@ am__set_TESTS_bases = \ | ||
| 15880 | bases='$(TEST_LOGS)'; \ | ||
| 15881 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | ||
| 15882 | bases=`echo $$bases` | ||
| 15883 | +AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' | ||
| 15884 | RECHECK_LOGS = $(TEST_LOGS) | ||
| 15885 | TEST_SUITE_LOG = test-suite.log | ||
| 15886 | TEST_EXTENSIONS = @EXEEXT@ .test | ||
| 15887 | @@ -825,8 +823,11 @@ CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@ | ||
| 15888 | COMM = @COMM@ | ||
| 15889 | CPP = @CPP@ | ||
| 15769 | CPPFLAGS = @CPPFLAGS@ | 15890 | CPPFLAGS = @CPPFLAGS@ |
| 15891 | +CSCOPE = @CSCOPE@ | ||
| 15892 | +CTAGS = @CTAGS@ | ||
| 15770 | CYGPATH_W = @CYGPATH_W@ | 15893 | CYGPATH_W = @CYGPATH_W@ |
| 15771 | DEFS = @DEFS@ | 15894 | DEFS = @DEFS@ |
| 15772 | +DLLTOOL = @DLLTOOL@ | 15895 | +DLLTOOL = @DLLTOOL@ |
| 15773 | DSYMUTIL = @DSYMUTIL@ | 15896 | DSYMUTIL = @DSYMUTIL@ |
| 15774 | DUMPBIN = @DUMPBIN@ | 15897 | DUMPBIN = @DUMPBIN@ |
| 15775 | DWZ = @DWZ@ | 15898 | DWZ = @DWZ@ |
| 15776 | @@ -854,6 +855,7 @@ LN_S = @LN_S@ | 15899 | @@ -834,6 +835,7 @@ ECHO_C = @ECHO_C@ |
| 15900 | ECHO_N = @ECHO_N@ | ||
| 15901 | ECHO_T = @ECHO_T@ | ||
| 15902 | EGREP = @EGREP@ | ||
| 15903 | +ETAGS = @ETAGS@ | ||
| 15904 | EXEEXT = @EXEEXT@ | ||
| 15905 | EXTRA_FLAGS = @EXTRA_FLAGS@ | ||
| 15906 | FGREP = @FGREP@ | ||
| 15907 | @@ -854,6 +856,7 @@ LN_S = @LN_S@ | ||
| 15777 | LTLIBOBJS = @LTLIBOBJS@ | 15908 | LTLIBOBJS = @LTLIBOBJS@ |
| 15778 | MAINT = @MAINT@ | 15909 | MAINT = @MAINT@ |
| 15779 | MAKEINFO = @MAKEINFO@ | 15910 | MAKEINFO = @MAKEINFO@ |
| @@ -15781,7 +15912,7 @@ index 0a61880ba67..5889b0477cd 100644 | |||
| 15781 | MKDIR_P = @MKDIR_P@ | 15912 | MKDIR_P = @MKDIR_P@ |
| 15782 | NM = @NM@ | 15913 | NM = @NM@ |
| 15783 | NMEDIT = @NMEDIT@ | 15914 | NMEDIT = @NMEDIT@ |
| 15784 | @@ -886,6 +888,7 @@ abs_builddir = @abs_builddir@ | 15915 | @@ -886,6 +889,7 @@ abs_builddir = @abs_builddir@ |
| 15785 | abs_srcdir = @abs_srcdir@ | 15916 | abs_srcdir = @abs_srcdir@ |
| 15786 | abs_top_builddir = @abs_top_builddir@ | 15917 | abs_top_builddir = @abs_top_builddir@ |
| 15787 | abs_top_srcdir = @abs_top_srcdir@ | 15918 | abs_top_srcdir = @abs_top_srcdir@ |
| @@ -15789,8 +15920,331 @@ index 0a61880ba67..5889b0477cd 100644 | |||
| 15789 | ac_ct_CC = @ac_ct_CC@ | 15920 | ac_ct_CC = @ac_ct_CC@ |
| 15790 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 15921 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 15791 | am__leading_dot = @am__leading_dot@ | 15922 | am__leading_dot = @am__leading_dot@ |
| 15923 | @@ -1178,8 +1182,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
| 15924 | echo ' $(SHELL) ./config.status'; \ | ||
| 15925 | $(SHELL) ./config.status;; \ | ||
| 15926 | *) \ | ||
| 15927 | - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | ||
| 15928 | - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | ||
| 15929 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ | ||
| 15930 | + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ | ||
| 15931 | esac; | ||
| 15932 | $(top_srcdir)/../multilib.am $(am__empty): | ||
| 15933 | |||
| 15934 | @@ -1211,6 +1215,15 @@ backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-support | ||
| 15935 | install-debuginfo-for-buildid.sh: $(top_builddir)/config.status $(srcdir)/install-debuginfo-for-buildid.sh.in | ||
| 15936 | cd $(top_builddir) && $(SHELL) ./config.status $@ | ||
| 15937 | |||
| 15938 | +clean-checkPROGRAMS: | ||
| 15939 | + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ | ||
| 15940 | + echo " rm -f" $$list; \ | ||
| 15941 | + rm -f $$list || exit $$?; \ | ||
| 15942 | + test -n "$(EXEEXT)" || exit 0; \ | ||
| 15943 | + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | ||
| 15944 | + echo " rm -f" $$list; \ | ||
| 15945 | + rm -f $$list | ||
| 15946 | + | ||
| 15947 | clean-checkLTLIBRARIES: | ||
| 15948 | -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) | ||
| 15949 | @list='$(check_LTLIBRARIES)'; \ | ||
| 15950 | @@ -1248,15 +1261,6 @@ libbacktrace_instrumented_alloc.la: $(libbacktrace_instrumented_alloc_la_OBJECTS | ||
| 15951 | libbacktrace_noformat.la: $(libbacktrace_noformat_la_OBJECTS) $(libbacktrace_noformat_la_DEPENDENCIES) $(EXTRA_libbacktrace_noformat_la_DEPENDENCIES) | ||
| 15952 | $(AM_V_CCLD)$(LINK) $(am_libbacktrace_noformat_la_rpath) $(libbacktrace_noformat_la_OBJECTS) $(libbacktrace_noformat_la_LIBADD) $(LIBS) | ||
| 15953 | |||
| 15954 | -clean-checkPROGRAMS: | ||
| 15955 | - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ | ||
| 15956 | - echo " rm -f" $$list; \ | ||
| 15957 | - rm -f $$list || exit $$?; \ | ||
| 15958 | - test -n "$(EXEEXT)" || exit 0; \ | ||
| 15959 | - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | ||
| 15960 | - echo " rm -f" $$list; \ | ||
| 15961 | - rm -f $$list | ||
| 15962 | - | ||
| 15963 | allocfail$(EXEEXT): $(allocfail_OBJECTS) $(allocfail_DEPENDENCIES) $(EXTRA_allocfail_DEPENDENCIES) | ||
| 15964 | @rm -f allocfail$(EXEEXT) | ||
| 15965 | $(AM_V_CCLD)$(allocfail_LINK) $(allocfail_OBJECTS) $(allocfail_LDADD) $(LIBS) | ||
| 15966 | @@ -1959,7 +1963,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) | ||
| 15967 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | ||
| 15968 | fi; \ | ||
| 15969 | echo "$${col}$$br$${std}"; \ | ||
| 15970 | - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ | ||
| 15971 | + echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ | ||
| 15972 | echo "$${col}$$br$${std}"; \ | ||
| 15973 | create_testsuite_report --maybe-color; \ | ||
| 15974 | echo "$$col$$br$$std"; \ | ||
| 15975 | @@ -1972,7 +1976,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) | ||
| 15976 | fi; \ | ||
| 15977 | $$success || exit 1 | ||
| 15978 | |||
| 15979 | -check-TESTS: | ||
| 15980 | +check-TESTS: $(check_PROGRAMS) $(check_LTLIBRARIES) $(check_DATA) | ||
| 15981 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list | ||
| 15982 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list | ||
| 15983 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | ||
| 15984 | @@ -1982,7 +1986,7 @@ check-TESTS: | ||
| 15985 | log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ | ||
| 15986 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ | ||
| 15987 | exit $$?; | ||
| 15988 | -recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_DATA) | ||
| 15989 | +recheck: all $(check_PROGRAMS) $(check_LTLIBRARIES) $(check_DATA) | ||
| 15990 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | ||
| 15991 | @set +e; $(am__set_TESTS_bases); \ | ||
| 15992 | bases=`for i in $$bases; do echo $$i; done \ | ||
| 15993 | @@ -2260,7 +2264,7 @@ xztest_alloc.log: xztest_alloc$(EXEEXT) | ||
| 15994 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ | ||
| 15995 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) | ||
| 15996 | check-am: all-am | ||
| 15997 | - $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \ | ||
| 15998 | + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_LTLIBRARIES) \ | ||
| 15999 | $(check_DATA) | ||
| 16000 | $(MAKE) $(AM_MAKEFLAGS) check-TESTS | ||
| 16001 | check: check-am | ||
| 16002 | diff --git a/libbacktrace/aclocal.m4 b/libbacktrace/aclocal.m4 | ||
| 16003 | index 528e6173930..d88a5ec84f2 100644 | ||
| 16004 | --- a/libbacktrace/aclocal.m4 | ||
| 16005 | +++ b/libbacktrace/aclocal.m4 | ||
| 16006 | @@ -1,6 +1,6 @@ | ||
| 16007 | -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- | ||
| 16008 | +# generated automatically by aclocal 1.16.5 -*- Autoconf -*- | ||
| 16009 | |||
| 16010 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
| 16011 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
| 16012 | |||
| 16013 | # This file is free software; the Free Software Foundation | ||
| 16014 | # gives unlimited permission to copy and/or distribute it, | ||
| 16015 | @@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to. | ||
| 16016 | If you have problems, you may need to regenerate the build system entirely. | ||
| 16017 | To do so, use the procedure documented by the package, typically 'autoreconf'.])]) | ||
| 16018 | |||
| 16019 | -# Copyright (C) 2002-2017 Free Software Foundation, Inc. | ||
| 16020 | +# Copyright (C) 2002-2021 Free Software Foundation, Inc. | ||
| 16021 | # | ||
| 16022 | # This file is free software; the Free Software Foundation | ||
| 16023 | # gives unlimited permission to copy and/or distribute it, | ||
| 16024 | @@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) | ||
| 16025 | # generated from the m4 files accompanying Automake X.Y. | ||
| 16026 | # (This private macro should not be called outside this file.) | ||
| 16027 | AC_DEFUN([AM_AUTOMAKE_VERSION], | ||
| 16028 | -[am__api_version='1.15' | ||
| 16029 | +[am__api_version='1.16' | ||
| 16030 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to | ||
| 16031 | dnl require some minimum version. Point them to the right macro. | ||
| 16032 | -m4_if([$1], [1.15.1], [], | ||
| 16033 | +m4_if([$1], [1.16.5], [], | ||
| 16034 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl | ||
| 16035 | ]) | ||
| 16036 | |||
| 16037 | @@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], []) | ||
| 16038 | # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. | ||
| 16039 | # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. | ||
| 16040 | AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], | ||
| 16041 | -[AM_AUTOMAKE_VERSION([1.15.1])dnl | ||
| 16042 | +[AM_AUTOMAKE_VERSION([1.16.5])dnl | ||
| 16043 | m4_ifndef([AC_AUTOCONF_VERSION], | ||
| 16044 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | ||
| 16045 | _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) | ||
| 16046 | |||
| 16047 | # AM_AUX_DIR_EXPAND -*- Autoconf -*- | ||
| 16048 | |||
| 16049 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
| 16050 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
| 16051 | # | ||
| 16052 | # This file is free software; the Free Software Foundation | ||
| 16053 | # gives unlimited permission to copy and/or distribute it, | ||
| 16054 | @@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` | ||
| 16055 | |||
| 16056 | # AM_CONDITIONAL -*- Autoconf -*- | ||
| 16057 | |||
| 16058 | -# Copyright (C) 1997-2017 Free Software Foundation, Inc. | ||
| 16059 | +# Copyright (C) 1997-2021 Free Software Foundation, Inc. | ||
| 16060 | # | ||
| 16061 | # This file is free software; the Free Software Foundation | ||
| 16062 | # gives unlimited permission to copy and/or distribute it, | ||
| 16063 | @@ -143,7 +143,7 @@ fi])]) | ||
| 16064 | |||
| 16065 | # Do all the work for Automake. -*- Autoconf -*- | ||
| 16066 | |||
| 16067 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
| 16068 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
| 16069 | # | ||
| 16070 | # This file is free software; the Free Software Foundation | ||
| 16071 | # gives unlimited permission to copy and/or distribute it, | ||
| 16072 | @@ -171,6 +171,10 @@ m4_defn([AC_PROG_CC]) | ||
| 16073 | # release and drop the old call support. | ||
| 16074 | AC_DEFUN([AM_INIT_AUTOMAKE], | ||
| 16075 | [AC_PREREQ([2.65])dnl | ||
| 16076 | +m4_ifdef([_$0_ALREADY_INIT], | ||
| 16077 | + [m4_fatal([$0 expanded multiple times | ||
| 16078 | +]m4_defn([_$0_ALREADY_INIT]))], | ||
| 16079 | + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl | ||
| 16080 | dnl Autoconf wants to disallow AM_ names. We explicitly allow | ||
| 16081 | dnl the ones we care about. | ||
| 16082 | m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl | ||
| 16083 | @@ -207,7 +211,7 @@ m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl | ||
| 16084 | [_AM_SET_OPTIONS([$1])dnl | ||
| 16085 | dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. | ||
| 16086 | m4_if( | ||
| 16087 | - m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), | ||
| 16088 | + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), | ||
| 16089 | [ok:ok],, | ||
| 16090 | [m4_fatal([AC_INIT should be called with package and version arguments])])dnl | ||
| 16091 | AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl | ||
| 16092 | @@ -230,8 +234,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl | ||
| 16093 | AC_REQUIRE([AC_PROG_MKDIR_P])dnl | ||
| 16094 | # For better backward compatibility. To be removed once Automake 1.9.x | ||
| 16095 | # dies out for good. For more background, see: | ||
| 16096 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
| 16097 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
| 16098 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
| 16099 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
| 16100 | AC_SUBST([mkdir_p], ['$(MKDIR_P)']) | ||
| 16101 | # We need awk for the "check" target (and possibly the TAP driver). The | ||
| 16102 | # system "awk" is bad on some platforms. | ||
| 16103 | @@ -259,6 +263,20 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], | ||
| 16104 | [m4_define([AC_PROG_OBJCXX], | ||
| 16105 | m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl | ||
| 16106 | ]) | ||
| 16107 | +# Variables for tags utilities; see am/tags.am | ||
| 16108 | +if test -z "$CTAGS"; then | ||
| 16109 | + CTAGS=ctags | ||
| 16110 | +fi | ||
| 16111 | +AC_SUBST([CTAGS]) | ||
| 16112 | +if test -z "$ETAGS"; then | ||
| 16113 | + ETAGS=etags | ||
| 16114 | +fi | ||
| 16115 | +AC_SUBST([ETAGS]) | ||
| 16116 | +if test -z "$CSCOPE"; then | ||
| 16117 | + CSCOPE=cscope | ||
| 16118 | +fi | ||
| 16119 | +AC_SUBST([CSCOPE]) | ||
| 16120 | + | ||
| 16121 | AC_REQUIRE([AM_SILENT_RULES])dnl | ||
| 16122 | dnl The testsuite driver may need to know about EXEEXT, so add the | ||
| 16123 | dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This | ||
| 16124 | @@ -298,7 +316,7 @@ END | ||
| 16125 | Aborting the configuration process, to ensure you take notice of the issue. | ||
| 16126 | |||
| 16127 | You can download and install GNU coreutils to get an 'rm' implementation | ||
| 16128 | -that behaves properly: <http://www.gnu.org/software/coreutils/>. | ||
| 16129 | +that behaves properly: <https://www.gnu.org/software/coreutils/>. | ||
| 16130 | |||
| 16131 | If you want to complete the configuration process using your problematic | ||
| 16132 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | ||
| 16133 | @@ -340,7 +358,7 @@ for _am_header in $config_headers :; do | ||
| 16134 | done | ||
| 16135 | echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) | ||
| 16136 | |||
| 16137 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
| 16138 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
| 16139 | # | ||
| 16140 | # This file is free software; the Free Software Foundation | ||
| 16141 | # gives unlimited permission to copy and/or distribute it, | ||
| 16142 | @@ -364,7 +382,7 @@ AC_SUBST([install_sh])]) | ||
| 16143 | # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- | ||
| 16144 | # From Jim Meyering | ||
| 16145 | |||
| 16146 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
| 16147 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
| 16148 | # | ||
| 16149 | # This file is free software; the Free Software Foundation | ||
| 16150 | # gives unlimited permission to copy and/or distribute it, | ||
| 16151 | @@ -399,7 +417,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) | ||
| 16152 | |||
| 16153 | # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- | ||
| 16154 | |||
| 16155 | -# Copyright (C) 1997-2017 Free Software Foundation, Inc. | ||
| 16156 | +# Copyright (C) 1997-2021 Free Software Foundation, Inc. | ||
| 16157 | # | ||
| 16158 | # This file is free software; the Free Software Foundation | ||
| 16159 | # gives unlimited permission to copy and/or distribute it, | ||
| 16160 | @@ -420,12 +438,7 @@ AC_DEFUN([AM_MISSING_HAS_RUN], | ||
| 16161 | [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl | ||
| 16162 | AC_REQUIRE_AUX_FILE([missing])dnl | ||
| 16163 | if test x"${MISSING+set}" != xset; then | ||
| 16164 | - case $am_aux_dir in | ||
| 16165 | - *\ * | *\ *) | ||
| 16166 | - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | ||
| 16167 | - *) | ||
| 16168 | - MISSING="\${SHELL} $am_aux_dir/missing" ;; | ||
| 16169 | - esac | ||
| 16170 | + MISSING="\${SHELL} '$am_aux_dir/missing'" | ||
| 16171 | fi | ||
| 16172 | # Use eval to expand $SHELL | ||
| 16173 | if eval "$MISSING --is-lightweight"; then | ||
| 16174 | @@ -438,7 +451,7 @@ fi | ||
| 16175 | |||
| 16176 | # Helper functions for option handling. -*- Autoconf -*- | ||
| 16177 | |||
| 16178 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
| 16179 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
| 16180 | # | ||
| 16181 | # This file is free software; the Free Software Foundation | ||
| 16182 | # gives unlimited permission to copy and/or distribute it, | ||
| 16183 | @@ -467,7 +480,7 @@ AC_DEFUN([_AM_SET_OPTIONS], | ||
| 16184 | AC_DEFUN([_AM_IF_OPTION], | ||
| 16185 | [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) | ||
| 16186 | |||
| 16187 | -# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
| 16188 | +# Copyright (C) 1999-2021 Free Software Foundation, Inc. | ||
| 16189 | # | ||
| 16190 | # This file is free software; the Free Software Foundation | ||
| 16191 | # gives unlimited permission to copy and/or distribute it, | ||
| 16192 | @@ -514,7 +527,7 @@ AC_LANG_POP([C])]) | ||
| 16193 | # For backward compatibility. | ||
| 16194 | AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) | ||
| 16195 | |||
| 16196 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
| 16197 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
| 16198 | # | ||
| 16199 | # This file is free software; the Free Software Foundation | ||
| 16200 | # gives unlimited permission to copy and/or distribute it, | ||
| 16201 | @@ -533,7 +546,7 @@ AC_DEFUN([AM_RUN_LOG], | ||
| 16202 | |||
| 16203 | # Check to make sure that the build environment is sane. -*- Autoconf -*- | ||
| 16204 | |||
| 16205 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
| 16206 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
| 16207 | # | ||
| 16208 | # This file is free software; the Free Software Foundation | ||
| 16209 | # gives unlimited permission to copy and/or distribute it, | ||
| 16210 | @@ -614,7 +627,7 @@ AC_CONFIG_COMMANDS_PRE( | ||
| 16211 | rm -f conftest.file | ||
| 16212 | ]) | ||
| 16213 | |||
| 16214 | -# Copyright (C) 2009-2017 Free Software Foundation, Inc. | ||
| 16215 | +# Copyright (C) 2009-2021 Free Software Foundation, Inc. | ||
| 16216 | # | ||
| 16217 | # This file is free software; the Free Software Foundation | ||
| 16218 | # gives unlimited permission to copy and/or distribute it, | ||
| 16219 | @@ -674,7 +687,7 @@ AC_SUBST([AM_BACKSLASH])dnl | ||
| 16220 | _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl | ||
| 16221 | ]) | ||
| 16222 | |||
| 16223 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
| 16224 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
| 16225 | # | ||
| 16226 | # This file is free software; the Free Software Foundation | ||
| 16227 | # gives unlimited permission to copy and/or distribute it, | ||
| 16228 | @@ -702,7 +715,7 @@ fi | ||
| 16229 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | ||
| 16230 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) | ||
| 16231 | |||
| 16232 | -# Copyright (C) 2006-2017 Free Software Foundation, Inc. | ||
| 16233 | +# Copyright (C) 2006-2021 Free Software Foundation, Inc. | ||
| 16234 | # | ||
| 16235 | # This file is free software; the Free Software Foundation | ||
| 16236 | # gives unlimited permission to copy and/or distribute it, | ||
| 16237 | @@ -721,7 +734,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) | ||
| 16238 | |||
| 16239 | # Check how to create a tarball. -*- Autoconf -*- | ||
| 16240 | |||
| 16241 | -# Copyright (C) 2004-2017 Free Software Foundation, Inc. | ||
| 16242 | +# Copyright (C) 2004-2021 Free Software Foundation, Inc. | ||
| 16243 | # | ||
| 16244 | # This file is free software; the Free Software Foundation | ||
| 16245 | # gives unlimited permission to copy and/or distribute it, | ||
| 15792 | diff --git a/libbacktrace/configure b/libbacktrace/configure | 16246 | diff --git a/libbacktrace/configure b/libbacktrace/configure |
| 15793 | index 406b67b8cbc..b648da40aab 100755 | 16247 | index 406b67b8cbc..51f0a264cb7 100755 |
| 15794 | --- a/libbacktrace/configure | 16248 | --- a/libbacktrace/configure |
| 15795 | +++ b/libbacktrace/configure | 16249 | +++ b/libbacktrace/configure |
| 15796 | @@ -680,7 +680,10 @@ OTOOL | 16250 | @@ -680,7 +680,10 @@ OTOOL |
| @@ -15804,7 +16258,17 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15804 | OBJDUMP | 16258 | OBJDUMP |
| 15805 | LN_S | 16259 | LN_S |
| 15806 | NM | 16260 | NM |
| 15807 | @@ -798,6 +801,7 @@ enable_static | 16261 | @@ -701,6 +704,9 @@ AM_BACKSLASH |
| 16262 | AM_DEFAULT_VERBOSITY | ||
| 16263 | AM_DEFAULT_V | ||
| 16264 | AM_V | ||
| 16265 | +CSCOPE | ||
| 16266 | +ETAGS | ||
| 16267 | +CTAGS | ||
| 16268 | am__untar | ||
| 16269 | am__tar | ||
| 16270 | AMTAR | ||
| 16271 | @@ -798,6 +804,7 @@ enable_static | ||
| 15808 | with_pic | 16272 | with_pic |
| 15809 | enable_fast_install | 16273 | enable_fast_install |
| 15810 | with_gnu_ld | 16274 | with_gnu_ld |
| @@ -15812,7 +16276,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15812 | enable_libtool_lock | 16276 | enable_libtool_lock |
| 15813 | enable_largefile | 16277 | enable_largefile |
| 15814 | enable_cet | 16278 | enable_cet |
| 15815 | @@ -1458,6 +1462,8 @@ Optional Packages: | 16279 | @@ -1458,6 +1465,8 @@ Optional Packages: |
| 15816 | --with-pic try to use only PIC/non-PIC objects [default=use | 16280 | --with-pic try to use only PIC/non-PIC objects [default=use |
| 15817 | both] | 16281 | both] |
| 15818 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 16282 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| @@ -15821,7 +16285,71 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15821 | --with-system-libunwind use installed libunwind | 16285 | --with-system-libunwind use installed libunwind |
| 15822 | 16286 | ||
| 15823 | Some influential environment variables: | 16287 | Some influential environment variables: |
| 15824 | @@ -5446,8 +5452,8 @@ esac | 16288 | @@ -4047,7 +4056,7 @@ libtool_VERSION=1:0:0 |
| 16289 | # -Wall: Issue all automake warnings. | ||
| 16290 | # -Wno-portability: Don't warn about constructs supported by GNU make. | ||
| 16291 | # (because GCC requires GNU make anyhow). | ||
| 16292 | -am__api_version='1.15' | ||
| 16293 | +am__api_version='1.16' | ||
| 16294 | |||
| 16295 | # Find a good install program. We prefer a C program (faster), | ||
| 16296 | # so one script is as good as another. But avoid the broken or | ||
| 16297 | @@ -4220,12 +4229,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | ||
| 16298 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | ||
| 16299 | |||
| 16300 | if test x"${MISSING+set}" != xset; then | ||
| 16301 | - case $am_aux_dir in | ||
| 16302 | - *\ * | *\ *) | ||
| 16303 | - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | ||
| 16304 | - *) | ||
| 16305 | - MISSING="\${SHELL} $am_aux_dir/missing" ;; | ||
| 16306 | - esac | ||
| 16307 | + MISSING="\${SHELL} '$am_aux_dir/missing'" | ||
| 16308 | fi | ||
| 16309 | # Use eval to expand $SHELL | ||
| 16310 | if eval "$MISSING --is-lightweight"; then | ||
| 16311 | @@ -4551,8 +4555,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | ||
| 16312 | |||
| 16313 | # For better backward compatibility. To be removed once Automake 1.9.x | ||
| 16314 | # dies out for good. For more background, see: | ||
| 16315 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
| 16316 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
| 16317 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
| 16318 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
| 16319 | mkdir_p='$(MKDIR_P)' | ||
| 16320 | |||
| 16321 | # We need awk for the "check" target (and possibly the TAP driver). The | ||
| 16322 | @@ -4571,6 +4575,20 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' | ||
| 16323 | |||
| 16324 | |||
| 16325 | |||
| 16326 | +# Variables for tags utilities; see am/tags.am | ||
| 16327 | +if test -z "$CTAGS"; then | ||
| 16328 | + CTAGS=ctags | ||
| 16329 | +fi | ||
| 16330 | + | ||
| 16331 | +if test -z "$ETAGS"; then | ||
| 16332 | + ETAGS=etags | ||
| 16333 | +fi | ||
| 16334 | + | ||
| 16335 | +if test -z "$CSCOPE"; then | ||
| 16336 | + CSCOPE=cscope | ||
| 16337 | +fi | ||
| 16338 | + | ||
| 16339 | + | ||
| 16340 | |||
| 16341 | # POSIX will say in a future version that running "rm -f" with no argument | ||
| 16342 | # is OK; and we want to be able to make that assumption in our Makefile | ||
| 16343 | @@ -4603,7 +4621,7 @@ END | ||
| 16344 | Aborting the configuration process, to ensure you take notice of the issue. | ||
| 16345 | |||
| 16346 | You can download and install GNU coreutils to get an 'rm' implementation | ||
| 16347 | -that behaves properly: <http://www.gnu.org/software/coreutils/>. | ||
| 16348 | +that behaves properly: <https://www.gnu.org/software/coreutils/>. | ||
| 16349 | |||
| 16350 | If you want to complete the configuration process using your problematic | ||
| 16351 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | ||
| 16352 | @@ -5446,8 +5464,8 @@ esac | ||
| 15825 | 16353 | ||
| 15826 | 16354 | ||
| 15827 | 16355 | ||
| @@ -15832,7 +16360,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15832 | 16360 | ||
| 15833 | 16361 | ||
| 15834 | 16362 | ||
| 15835 | @@ -5487,7 +5493,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 16363 | @@ -5487,7 +5505,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
| 15836 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 16364 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
| 15837 | $as_echo_n "checking how to print strings... " >&6; } | 16365 | $as_echo_n "checking how to print strings... " >&6; } |
| 15838 | # Test print first, because it will be a builtin if present. | 16366 | # Test print first, because it will be a builtin if present. |
| @@ -15841,7 +16369,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15841 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 16369 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 15842 | ECHO='print -r --' | 16370 | ECHO='print -r --' |
| 15843 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 16371 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 15844 | @@ -6180,8 +6186,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 16372 | @@ -6180,8 +6198,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
| 15845 | # Try some XSI features | 16373 | # Try some XSI features |
| 15846 | xsi_shell=no | 16374 | xsi_shell=no |
| 15847 | ( _lt_dummy="a/b/c" | 16375 | ( _lt_dummy="a/b/c" |
| @@ -15852,7 +16380,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15852 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 16380 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
| 15853 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 16381 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
| 15854 | && xsi_shell=yes | 16382 | && xsi_shell=yes |
| 15855 | @@ -6230,6 +6236,80 @@ esac | 16383 | @@ -6230,6 +6248,80 @@ esac |
| 15856 | 16384 | ||
| 15857 | 16385 | ||
| 15858 | 16386 | ||
| @@ -15933,7 +16461,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15933 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 16461 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 15934 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 16462 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 15935 | if ${lt_cv_ld_reload_flag+:} false; then : | 16463 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 15936 | @@ -6246,6 +6326,11 @@ case $reload_flag in | 16464 | @@ -6246,6 +6338,11 @@ case $reload_flag in |
| 15937 | esac | 16465 | esac |
| 15938 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 16466 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 15939 | case $host_os in | 16467 | case $host_os in |
| @@ -15945,7 +16473,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15945 | darwin*) | 16473 | darwin*) |
| 15946 | if test "$GCC" = yes; then | 16474 | if test "$GCC" = yes; then |
| 15947 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 16475 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| 15948 | @@ -6414,7 +6499,8 @@ mingw* | pw32*) | 16476 | @@ -6414,7 +6511,8 @@ mingw* | pw32*) |
| 15949 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 16477 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 15950 | lt_cv_file_magic_cmd='func_win32_libid' | 16478 | lt_cv_file_magic_cmd='func_win32_libid' |
| 15951 | else | 16479 | else |
| @@ -15955,7 +16483,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15955 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 16483 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 15956 | fi | 16484 | fi |
| 15957 | ;; | 16485 | ;; |
| 15958 | @@ -6568,6 +6654,21 @@ esac | 16486 | @@ -6568,6 +6666,21 @@ esac |
| 15959 | fi | 16487 | fi |
| 15960 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 16488 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 15961 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 16489 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| @@ -15977,7 +16505,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 15977 | file_magic_cmd=$lt_cv_file_magic_cmd | 16505 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 15978 | deplibs_check_method=$lt_cv_deplibs_check_method | 16506 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 15979 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 16507 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 15980 | @@ -6583,6 +6684,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 16508 | @@ -6583,6 +6696,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 15981 | 16509 | ||
| 15982 | 16510 | ||
| 15983 | 16511 | ||
| @@ -16135,7 +16663,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16135 | plugin_option= | 16663 | plugin_option= |
| 16136 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 16664 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
| 16137 | for plugin in $plugin_names; do | 16665 | for plugin in $plugin_names; do |
| 16138 | @@ -6597,8 +6849,10 @@ for plugin in $plugin_names; do | 16666 | @@ -6597,8 +6861,10 @@ for plugin in $plugin_names; do |
| 16139 | done | 16667 | done |
| 16140 | 16668 | ||
| 16141 | if test -n "$ac_tool_prefix"; then | 16669 | if test -n "$ac_tool_prefix"; then |
| @@ -16148,7 +16676,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16148 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 16676 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 16149 | $as_echo_n "checking for $ac_word... " >&6; } | 16677 | $as_echo_n "checking for $ac_word... " >&6; } |
| 16150 | if ${ac_cv_prog_AR+:} false; then : | 16678 | if ${ac_cv_prog_AR+:} false; then : |
| 16151 | @@ -6614,7 +6868,7 @@ do | 16679 | @@ -6614,7 +6880,7 @@ do |
| 16152 | test -z "$as_dir" && as_dir=. | 16680 | test -z "$as_dir" && as_dir=. |
| 16153 | for ac_exec_ext in '' $ac_executable_extensions; do | 16681 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 16154 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 16682 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -16157,7 +16685,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16157 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 16685 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 16158 | break 2 | 16686 | break 2 |
| 16159 | fi | 16687 | fi |
| 16160 | @@ -6634,11 +6888,15 @@ $as_echo "no" >&6; } | 16688 | @@ -6634,11 +6900,15 @@ $as_echo "no" >&6; } |
| 16161 | fi | 16689 | fi |
| 16162 | 16690 | ||
| 16163 | 16691 | ||
| @@ -16176,7 +16704,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16176 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 16704 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 16177 | $as_echo_n "checking for $ac_word... " >&6; } | 16705 | $as_echo_n "checking for $ac_word... " >&6; } |
| 16178 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 16706 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 16179 | @@ -6654,7 +6912,7 @@ do | 16707 | @@ -6654,7 +6924,7 @@ do |
| 16180 | test -z "$as_dir" && as_dir=. | 16708 | test -z "$as_dir" && as_dir=. |
| 16181 | for ac_exec_ext in '' $ac_executable_extensions; do | 16709 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 16182 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 16710 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -16185,7 +16713,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16185 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 16713 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 16186 | break 2 | 16714 | break 2 |
| 16187 | fi | 16715 | fi |
| 16188 | @@ -6673,6 +6931,10 @@ else | 16716 | @@ -6673,6 +6943,10 @@ else |
| 16189 | $as_echo "no" >&6; } | 16717 | $as_echo "no" >&6; } |
| 16190 | fi | 16718 | fi |
| 16191 | 16719 | ||
| @@ -16196,7 +16724,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16196 | if test "x$ac_ct_AR" = x; then | 16724 | if test "x$ac_ct_AR" = x; then |
| 16197 | AR="false" | 16725 | AR="false" |
| 16198 | else | 16726 | else |
| 16199 | @@ -6684,25 +6946,19 @@ ac_tool_warned=yes ;; | 16727 | @@ -6684,31 +6958,83 @@ ac_tool_warned=yes ;; |
| 16200 | esac | 16728 | esac |
| 16201 | AR=$ac_ct_AR | 16729 | AR=$ac_ct_AR |
| 16202 | fi | 16730 | fi |
| @@ -16228,10 +16756,14 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16228 | + rm -f conftest.* | 16756 | + rm -f conftest.* |
| 16229 | +: ${AR=ar} | 16757 | +: ${AR=ar} |
| 16230 | +: ${AR_FLAGS=cru} | 16758 | +: ${AR_FLAGS=cru} |
| 16759 | + | ||
| 16760 | + | ||
| 16761 | + | ||
| 16762 | + | ||
| 16763 | + | ||
| 16231 | 16764 | ||
| 16232 | 16765 | ||
| 16233 | 16766 | ||
| 16234 | @@ -6714,6 +6970,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | ||
| 16235 | 16767 | ||
| 16236 | 16768 | ||
| 16237 | 16769 | ||
| @@ -16288,15 +16820,10 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16288 | +fi | 16820 | +fi |
| 16289 | + | 16821 | + |
| 16290 | + | 16822 | + |
| 16291 | + | 16823 | |
| 16292 | + | 16824 | |
| 16293 | + | 16825 | |
| 16294 | + | 16826 | @@ -7053,8 +7379,8 @@ esac |
| 16295 | + | ||
| 16296 | if test -n "$ac_tool_prefix"; then | ||
| 16297 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | ||
| 16298 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | ||
| 16299 | @@ -7053,8 +7367,8 @@ esac | ||
| 16300 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 16827 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| 16301 | 16828 | ||
| 16302 | # Transform an extracted symbol line into symbol name and symbol address | 16829 | # Transform an extracted symbol line into symbol name and symbol address |
| @@ -16307,7 +16834,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16307 | 16834 | ||
| 16308 | # Handle CRLF in mingw tool chain | 16835 | # Handle CRLF in mingw tool chain |
| 16309 | opt_cr= | 16836 | opt_cr= |
| 16310 | @@ -7090,6 +7404,7 @@ for ac_symprfx in "" "_"; do | 16837 | @@ -7090,6 +7416,7 @@ for ac_symprfx in "" "_"; do |
| 16311 | else | 16838 | else |
| 16312 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 16839 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 16313 | fi | 16840 | fi |
| @@ -16315,7 +16842,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16315 | 16842 | ||
| 16316 | # Check to see that the pipe works correctly. | 16843 | # Check to see that the pipe works correctly. |
| 16317 | pipe_works=no | 16844 | pipe_works=no |
| 16318 | @@ -7131,6 +7446,18 @@ _LT_EOF | 16845 | @@ -7131,6 +7458,18 @@ _LT_EOF |
| 16319 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 16846 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 16320 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 16847 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 16321 | cat <<_LT_EOF > conftest.$ac_ext | 16848 | cat <<_LT_EOF > conftest.$ac_ext |
| @@ -16334,7 +16861,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16334 | #ifdef __cplusplus | 16861 | #ifdef __cplusplus |
| 16335 | extern "C" { | 16862 | extern "C" { |
| 16336 | #endif | 16863 | #endif |
| 16337 | @@ -7142,7 +7469,7 @@ _LT_EOF | 16864 | @@ -7142,7 +7481,7 @@ _LT_EOF |
| 16338 | cat <<_LT_EOF >> conftest.$ac_ext | 16865 | cat <<_LT_EOF >> conftest.$ac_ext |
| 16339 | 16866 | ||
| 16340 | /* The mapping between symbol names and symbols. */ | 16867 | /* The mapping between symbol names and symbols. */ |
| @@ -16343,7 +16870,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16343 | const char *name; | 16870 | const char *name; |
| 16344 | void *address; | 16871 | void *address; |
| 16345 | } | 16872 | } |
| 16346 | @@ -7168,8 +7495,8 @@ static const void *lt_preloaded_setup() { | 16873 | @@ -7168,8 +7507,8 @@ static const void *lt_preloaded_setup() { |
| 16347 | _LT_EOF | 16874 | _LT_EOF |
| 16348 | # Now try linking the two files. | 16875 | # Now try linking the two files. |
| 16349 | mv conftest.$ac_objext conftstm.$ac_objext | 16876 | mv conftest.$ac_objext conftstm.$ac_objext |
| @@ -16354,7 +16881,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16354 | LIBS="conftstm.$ac_objext" | 16881 | LIBS="conftstm.$ac_objext" |
| 16355 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 16882 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 16356 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 16883 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 16357 | @@ -7179,8 +7506,8 @@ _LT_EOF | 16884 | @@ -7179,8 +7518,8 @@ _LT_EOF |
| 16358 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 16885 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
| 16359 | pipe_works=yes | 16886 | pipe_works=yes |
| 16360 | fi | 16887 | fi |
| @@ -16365,7 +16892,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16365 | else | 16892 | else |
| 16366 | echo "cannot find nm_test_func in $nlist" >&5 | 16893 | echo "cannot find nm_test_func in $nlist" >&5 |
| 16367 | fi | 16894 | fi |
| 16368 | @@ -7217,6 +7544,18 @@ else | 16895 | @@ -7217,6 +7556,18 @@ else |
| 16369 | $as_echo "ok" >&6; } | 16896 | $as_echo "ok" >&6; } |
| 16370 | fi | 16897 | fi |
| 16371 | 16898 | ||
| @@ -16384,7 +16911,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16384 | 16911 | ||
| 16385 | 16912 | ||
| 16386 | 16913 | ||
| 16387 | @@ -7233,6 +7572,43 @@ fi | 16914 | @@ -7233,6 +7584,43 @@ fi |
| 16388 | 16915 | ||
| 16389 | 16916 | ||
| 16390 | 16917 | ||
| @@ -16428,10 +16955,56 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16428 | 16955 | ||
| 16429 | 16956 | ||
| 16430 | 16957 | ||
| 16431 | @@ -7444,6 +7820,123 @@ esac | 16958 | @@ -7399,50 +7787,167 @@ _ACEOF |
| 16432 | 16959 | if ac_fn_c_try_link "$LINENO"; then : | |
| 16433 | need_locks="$enable_libtool_lock" | 16960 | lt_cv_cc_needs_belf=yes |
| 16434 | 16961 | else | |
| 16962 | - lt_cv_cc_needs_belf=no | ||
| 16963 | + lt_cv_cc_needs_belf=no | ||
| 16964 | +fi | ||
| 16965 | +rm -f core conftest.err conftest.$ac_objext \ | ||
| 16966 | + conftest$ac_exeext conftest.$ac_ext | ||
| 16967 | + ac_ext=c | ||
| 16968 | +ac_cpp='$CPP $CPPFLAGS' | ||
| 16969 | +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
| 16970 | +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
| 16971 | +ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
| 16972 | + | ||
| 16973 | +fi | ||
| 16974 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 | ||
| 16975 | +$as_echo "$lt_cv_cc_needs_belf" >&6; } | ||
| 16976 | + if test x"$lt_cv_cc_needs_belf" != x"yes"; then | ||
| 16977 | + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf | ||
| 16978 | + CFLAGS="$SAVE_CFLAGS" | ||
| 16979 | + fi | ||
| 16980 | + ;; | ||
| 16981 | +sparc*-*solaris*) | ||
| 16982 | + # Find out which ABI we are using. | ||
| 16983 | + echo 'int i;' > conftest.$ac_ext | ||
| 16984 | + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | ||
| 16985 | + (eval $ac_compile) 2>&5 | ||
| 16986 | + ac_status=$? | ||
| 16987 | + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
| 16988 | + test $ac_status = 0; }; then | ||
| 16989 | + case `/usr/bin/file conftest.o` in | ||
| 16990 | + *64-bit*) | ||
| 16991 | + case $lt_cv_prog_gnu_ld in | ||
| 16992 | + yes*) LD="${LD-ld} -m elf64_sparc" ;; | ||
| 16993 | + *) | ||
| 16994 | + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | ||
| 16995 | + LD="${LD-ld} -64" | ||
| 16996 | + fi | ||
| 16997 | + ;; | ||
| 16998 | + esac | ||
| 16999 | + ;; | ||
| 17000 | + esac | ||
| 17001 | + fi | ||
| 17002 | + rm -rf conftest* | ||
| 17003 | + ;; | ||
| 17004 | +esac | ||
| 17005 | + | ||
| 17006 | +need_locks="$enable_libtool_lock" | ||
| 17007 | + | ||
| 16435 | +if test -n "$ac_tool_prefix"; then | 17008 | +if test -n "$ac_tool_prefix"; then |
| 16436 | + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. | 17009 | + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. |
| 16437 | +set dummy ${ac_tool_prefix}mt; ac_word=$2 | 17010 | +set dummy ${ac_tool_prefix}mt; ac_word=$2 |
| @@ -16507,8 +17080,21 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16507 | +else | 17080 | +else |
| 16508 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 17081 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 16509 | +$as_echo "no" >&6; } | 17082 | +$as_echo "no" >&6; } |
| 16510 | +fi | 17083 | fi |
| 16511 | + | 17084 | -rm -f core conftest.err conftest.$ac_objext \ |
| 17085 | - conftest$ac_exeext conftest.$ac_ext | ||
| 17086 | - ac_ext=c | ||
| 17087 | -ac_cpp='$CPP $CPPFLAGS' | ||
| 17088 | -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
| 17089 | -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
| 17090 | -ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
| 17091 | |||
| 17092 | -fi | ||
| 17093 | -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 | ||
| 17094 | -$as_echo "$lt_cv_cc_needs_belf" >&6; } | ||
| 17095 | - if test x"$lt_cv_cc_needs_belf" != x"yes"; then | ||
| 17096 | - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf | ||
| 17097 | - CFLAGS="$SAVE_CFLAGS" | ||
| 16512 | + if test "x$ac_ct_MANIFEST_TOOL" = x; then | 17098 | + if test "x$ac_ct_MANIFEST_TOOL" = x; then |
| 16513 | + MANIFEST_TOOL=":" | 17099 | + MANIFEST_TOOL=":" |
| 16514 | + else | 17100 | + else |
| @@ -16519,7 +17105,28 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16519 | +ac_tool_warned=yes ;; | 17105 | +ac_tool_warned=yes ;; |
| 16520 | +esac | 17106 | +esac |
| 16521 | + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL | 17107 | + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL |
| 16522 | + fi | 17108 | fi |
| 17109 | - ;; | ||
| 17110 | -sparc*-*solaris*) | ||
| 17111 | - # Find out which ABI we are using. | ||
| 17112 | - echo 'int i;' > conftest.$ac_ext | ||
| 17113 | - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | ||
| 17114 | - (eval $ac_compile) 2>&5 | ||
| 17115 | - ac_status=$? | ||
| 17116 | - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
| 17117 | - test $ac_status = 0; }; then | ||
| 17118 | - case `/usr/bin/file conftest.o` in | ||
| 17119 | - *64-bit*) | ||
| 17120 | - case $lt_cv_prog_gnu_ld in | ||
| 17121 | - yes*) LD="${LD-ld} -m elf64_sparc" ;; | ||
| 17122 | - *) | ||
| 17123 | - if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | ||
| 17124 | - LD="${LD-ld} -64" | ||
| 17125 | - fi | ||
| 17126 | - ;; | ||
| 17127 | - esac | ||
| 17128 | - ;; | ||
| 17129 | - esac | ||
| 16523 | +else | 17130 | +else |
| 16524 | + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" | 17131 | + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" |
| 16525 | +fi | 17132 | +fi |
| @@ -16536,7 +17143,10 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16536 | + cat conftest.err >&5 | 17143 | + cat conftest.err >&5 |
| 16537 | + if $GREP 'Manifest Tool' conftest.out > /dev/null; then | 17144 | + if $GREP 'Manifest Tool' conftest.out > /dev/null; then |
| 16538 | + lt_cv_path_mainfest_tool=yes | 17145 | + lt_cv_path_mainfest_tool=yes |
| 16539 | + fi | 17146 | fi |
| 17147 | - rm -rf conftest* | ||
| 17148 | - ;; | ||
| 17149 | -esac | ||
| 16540 | + rm -f conftest* | 17150 | + rm -f conftest* |
| 16541 | +fi | 17151 | +fi |
| 16542 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 | 17152 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 |
| @@ -16547,12 +17157,12 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16547 | + | 17157 | + |
| 16548 | + | 17158 | + |
| 16549 | + | 17159 | + |
| 16550 | + | 17160 | |
| 16551 | + | 17161 | -need_locks="$enable_libtool_lock" |
| 17162 | |||
| 16552 | 17163 | ||
| 16553 | case $host_os in | 17164 | case $host_os in |
| 16554 | rhapsody* | darwin*) | 17165 | @@ -8007,6 +8512,8 @@ _LT_EOF |
| 16555 | @@ -8007,6 +8500,8 @@ _LT_EOF | ||
| 16556 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 17166 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 16557 | echo "$AR cru libconftest.a conftest.o" >&5 | 17167 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 16558 | $AR cru libconftest.a conftest.o 2>&5 | 17168 | $AR cru libconftest.a conftest.o 2>&5 |
| @@ -16561,7 +17171,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16561 | cat > conftest.c << _LT_EOF | 17171 | cat > conftest.c << _LT_EOF |
| 16562 | int main() { return 0;} | 17172 | int main() { return 0;} |
| 16563 | _LT_EOF | 17173 | _LT_EOF |
| 16564 | @@ -8589,8 +9084,6 @@ fi | 17174 | @@ -8589,8 +9096,6 @@ fi |
| 16565 | lt_prog_compiler_pic= | 17175 | lt_prog_compiler_pic= |
| 16566 | lt_prog_compiler_static= | 17176 | lt_prog_compiler_static= |
| 16567 | 17177 | ||
| @@ -16570,7 +17180,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16570 | 17180 | ||
| 16571 | if test "$GCC" = yes; then | 17181 | if test "$GCC" = yes; then |
| 16572 | lt_prog_compiler_wl='-Wl,' | 17182 | lt_prog_compiler_wl='-Wl,' |
| 16573 | @@ -8756,6 +9249,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 17183 | @@ -8756,6 +9261,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 16574 | lt_prog_compiler_pic='--shared' | 17184 | lt_prog_compiler_pic='--shared' |
| 16575 | lt_prog_compiler_static='--static' | 17185 | lt_prog_compiler_static='--static' |
| 16576 | ;; | 17186 | ;; |
| @@ -16583,7 +17193,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16583 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 17193 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 16584 | # Portland Group compilers (*not* the Pentium gcc compiler, | 17194 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 16585 | # which looks to be a dead project) | 17195 | # which looks to be a dead project) |
| 16586 | @@ -8818,7 +9317,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 17196 | @@ -8818,7 +9329,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 16587 | lt_prog_compiler_pic='-KPIC' | 17197 | lt_prog_compiler_pic='-KPIC' |
| 16588 | lt_prog_compiler_static='-Bstatic' | 17198 | lt_prog_compiler_static='-Bstatic' |
| 16589 | case $cc_basename in | 17199 | case $cc_basename in |
| @@ -16592,7 +17202,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16592 | lt_prog_compiler_wl='-Qoption ld ';; | 17202 | lt_prog_compiler_wl='-Qoption ld ';; |
| 16593 | *) | 17203 | *) |
| 16594 | lt_prog_compiler_wl='-Wl,';; | 17204 | lt_prog_compiler_wl='-Wl,';; |
| 16595 | @@ -8875,13 +9374,17 @@ case $host_os in | 17205 | @@ -8875,13 +9386,17 @@ case $host_os in |
| 16596 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 17206 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
| 16597 | ;; | 17207 | ;; |
| 16598 | esac | 17208 | esac |
| @@ -16616,7 +17226,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16616 | 17226 | ||
| 16617 | # | 17227 | # |
| 16618 | # Check to make sure the PIC flag actually works. | 17228 | # Check to make sure the PIC flag actually works. |
| 16619 | @@ -8942,6 +9445,11 @@ fi | 17229 | @@ -8942,6 +9457,11 @@ fi |
| 16620 | 17230 | ||
| 16621 | 17231 | ||
| 16622 | 17232 | ||
| @@ -16628,7 +17238,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16628 | # | 17238 | # |
| 16629 | # Check to make sure the static flag actually works. | 17239 | # Check to make sure the static flag actually works. |
| 16630 | # | 17240 | # |
| 16631 | @@ -9292,7 +9800,8 @@ _LT_EOF | 17241 | @@ -9292,7 +9812,8 @@ _LT_EOF |
| 16632 | allow_undefined_flag=unsupported | 17242 | allow_undefined_flag=unsupported |
| 16633 | always_export_symbols=no | 17243 | always_export_symbols=no |
| 16634 | enable_shared_with_static_runtimes=yes | 17244 | enable_shared_with_static_runtimes=yes |
| @@ -16638,7 +17248,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16638 | 17248 | ||
| 16639 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 17249 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
| 16640 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 17250 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| 16641 | @@ -9391,12 +9900,12 @@ _LT_EOF | 17251 | @@ -9391,12 +9912,12 @@ _LT_EOF |
| 16642 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 17252 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 16643 | hardcode_libdir_flag_spec= | 17253 | hardcode_libdir_flag_spec= |
| 16644 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 17254 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| @@ -16653,7 +17263,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16653 | fi | 17263 | fi |
| 16654 | ;; | 17264 | ;; |
| 16655 | esac | 17265 | esac |
| 16656 | @@ -9410,8 +9919,8 @@ _LT_EOF | 17266 | @@ -9410,8 +9931,8 @@ _LT_EOF |
| 16657 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 17267 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 16658 | wlarc= | 17268 | wlarc= |
| 16659 | else | 17269 | else |
| @@ -16664,7 +17274,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16664 | fi | 17274 | fi |
| 16665 | ;; | 17275 | ;; |
| 16666 | 17276 | ||
| 16667 | @@ -9429,8 +9938,8 @@ _LT_EOF | 17277 | @@ -9429,8 +9950,8 @@ _LT_EOF |
| 16668 | 17278 | ||
| 16669 | _LT_EOF | 17279 | _LT_EOF |
| 16670 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 17280 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -16675,7 +17285,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16675 | else | 17285 | else |
| 16676 | ld_shlibs=no | 17286 | ld_shlibs=no |
| 16677 | fi | 17287 | fi |
| 16678 | @@ -9476,8 +9985,8 @@ _LT_EOF | 17288 | @@ -9476,8 +9997,8 @@ _LT_EOF |
| 16679 | 17289 | ||
| 16680 | *) | 17290 | *) |
| 16681 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 17291 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -16686,7 +17296,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16686 | else | 17296 | else |
| 16687 | ld_shlibs=no | 17297 | ld_shlibs=no |
| 16688 | fi | 17298 | fi |
| 16689 | @@ -9607,7 +10116,13 @@ _LT_EOF | 17299 | @@ -9607,7 +10128,13 @@ _LT_EOF |
| 16690 | allow_undefined_flag='-berok' | 17300 | allow_undefined_flag='-berok' |
| 16691 | # Determine the default libpath from the value encoded in an | 17301 | # Determine the default libpath from the value encoded in an |
| 16692 | # empty executable. | 17302 | # empty executable. |
| @@ -16701,7 +17311,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16701 | /* end confdefs.h. */ | 17311 | /* end confdefs.h. */ |
| 16702 | 17312 | ||
| 16703 | int | 17313 | int |
| 16704 | @@ -9620,22 +10135,29 @@ main () | 17314 | @@ -9620,22 +10147,29 @@ main () |
| 16705 | _ACEOF | 17315 | _ACEOF |
| 16706 | if ac_fn_c_try_link "$LINENO"; then : | 17316 | if ac_fn_c_try_link "$LINENO"; then : |
| 16707 | 17317 | ||
| @@ -16744,7 +17354,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16744 | 17354 | ||
| 16745 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 17355 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 16746 | 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" | 17356 | 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" |
| 16747 | @@ -9647,7 +10169,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17357 | @@ -9647,7 +10181,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 16748 | else | 17358 | else |
| 16749 | # Determine the default libpath from the value encoded in an | 17359 | # Determine the default libpath from the value encoded in an |
| 16750 | # empty executable. | 17360 | # empty executable. |
| @@ -16759,7 +17369,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16759 | /* end confdefs.h. */ | 17369 | /* end confdefs.h. */ |
| 16760 | 17370 | ||
| 16761 | int | 17371 | int |
| 16762 | @@ -9660,22 +10188,29 @@ main () | 17372 | @@ -9660,22 +10200,29 @@ main () |
| 16763 | _ACEOF | 17373 | _ACEOF |
| 16764 | if ac_fn_c_try_link "$LINENO"; then : | 17374 | if ac_fn_c_try_link "$LINENO"; then : |
| 16765 | 17375 | ||
| @@ -16802,7 +17412,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16802 | 17412 | ||
| 16803 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 17413 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 16804 | # Warning - without using the other run time loading flags, | 17414 | # Warning - without using the other run time loading flags, |
| 16805 | @@ -9720,20 +10255,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17415 | @@ -9720,20 +10267,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 16806 | # Microsoft Visual C++. | 17416 | # Microsoft Visual C++. |
| 16807 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 17417 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| 16808 | # no search path for DLLs. | 17418 | # no search path for DLLs. |
| @@ -16880,7 +17490,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16880 | ;; | 17490 | ;; |
| 16881 | 17491 | ||
| 16882 | darwin* | rhapsody*) | 17492 | darwin* | rhapsody*) |
| 16883 | @@ -9794,7 +10372,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17493 | @@ -9794,7 +10384,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 16884 | 17494 | ||
| 16885 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 17495 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
| 16886 | freebsd* | dragonfly*) | 17496 | freebsd* | dragonfly*) |
| @@ -16889,7 +17499,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16889 | hardcode_libdir_flag_spec='-R$libdir' | 17499 | hardcode_libdir_flag_spec='-R$libdir' |
| 16890 | hardcode_direct=yes | 17500 | hardcode_direct=yes |
| 16891 | hardcode_shlibpath_var=no | 17501 | hardcode_shlibpath_var=no |
| 16892 | @@ -9802,7 +10380,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17502 | @@ -9802,7 +10392,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 16893 | 17503 | ||
| 16894 | hpux9*) | 17504 | hpux9*) |
| 16895 | if test "$GCC" = yes; then | 17505 | if test "$GCC" = yes; then |
| @@ -16898,7 +17508,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16898 | else | 17508 | else |
| 16899 | 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' | 17509 | 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' |
| 16900 | fi | 17510 | fi |
| 16901 | @@ -9818,7 +10396,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17511 | @@ -9818,7 +10408,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 16902 | 17512 | ||
| 16903 | hpux10*) | 17513 | hpux10*) |
| 16904 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 17514 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
| @@ -16907,7 +17517,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16907 | else | 17517 | else |
| 16908 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 17518 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| 16909 | fi | 17519 | fi |
| 16910 | @@ -9842,10 +10420,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 17520 | @@ -9842,10 +10432,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 16911 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | 17521 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| 16912 | ;; | 17522 | ;; |
| 16913 | ia64*) | 17523 | ia64*) |
| @@ -16920,7 +17530,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16920 | ;; | 17530 | ;; |
| 16921 | esac | 17531 | esac |
| 16922 | else | 17532 | else |
| 16923 | @@ -9924,23 +10502,36 @@ fi | 17533 | @@ -9924,23 +10514,36 @@ fi |
| 16924 | 17534 | ||
| 16925 | irix5* | irix6* | nonstopux*) | 17535 | irix5* | irix6* | nonstopux*) |
| 16926 | if test "$GCC" = yes; then | 17536 | if test "$GCC" = yes; then |
| @@ -16965,7 +17575,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16965 | else | 17575 | else |
| 16966 | 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' | 17576 | 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' |
| 16967 | 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' | 17577 | 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' |
| 16968 | @@ -10025,7 +10616,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 17578 | @@ -10025,7 +10628,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 16969 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 17579 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 16970 | if test "$GCC" = yes; then | 17580 | if test "$GCC" = yes; then |
| 16971 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 17581 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
| @@ -16974,7 +17584,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16974 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 17584 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 16975 | else | 17585 | else |
| 16976 | allow_undefined_flag=' -expect_unresolved \*' | 17586 | allow_undefined_flag=' -expect_unresolved \*' |
| 16977 | @@ -10044,9 +10635,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 17587 | @@ -10044,9 +10647,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 16978 | no_undefined_flag=' -z defs' | 17588 | no_undefined_flag=' -z defs' |
| 16979 | if test "$GCC" = yes; then | 17589 | if test "$GCC" = yes; then |
| 16980 | wlarc='${wl}' | 17590 | wlarc='${wl}' |
| @@ -16986,7 +17596,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16986 | else | 17596 | else |
| 16987 | case `$CC -V 2>&1` in | 17597 | case `$CC -V 2>&1` in |
| 16988 | *"Compilers 5.0"*) | 17598 | *"Compilers 5.0"*) |
| 16989 | @@ -10622,8 +11213,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 17599 | @@ -10622,8 +11225,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 16990 | need_version=no | 17600 | need_version=no |
| 16991 | need_lib_prefix=no | 17601 | need_lib_prefix=no |
| 16992 | 17602 | ||
| @@ -16998,7 +17608,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 16998 | library_names_spec='$libname.dll.a' | 17608 | library_names_spec='$libname.dll.a' |
| 16999 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 17609 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 17000 | postinstall_cmds='base_file=`basename \${file}`~ | 17610 | postinstall_cmds='base_file=`basename \${file}`~ |
| 17001 | @@ -10656,13 +11248,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 17611 | @@ -10656,13 +11260,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 17002 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 17612 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 17003 | ;; | 17613 | ;; |
| 17004 | esac | 17614 | esac |
| @@ -17071,7 +17681,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17071 | # FIXME: first we should search . and the directory the executable is in | 17681 | # FIXME: first we should search . and the directory the executable is in |
| 17072 | shlibpath_var=PATH | 17682 | shlibpath_var=PATH |
| 17073 | ;; | 17683 | ;; |
| 17074 | @@ -11540,7 +12190,7 @@ else | 17684 | @@ -11540,7 +12202,7 @@ else |
| 17075 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 17685 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 17076 | lt_status=$lt_dlunknown | 17686 | lt_status=$lt_dlunknown |
| 17077 | cat > conftest.$ac_ext <<_LT_EOF | 17687 | cat > conftest.$ac_ext <<_LT_EOF |
| @@ -17080,7 +17690,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17080 | #include "confdefs.h" | 17690 | #include "confdefs.h" |
| 17081 | 17691 | ||
| 17082 | #if HAVE_DLFCN_H | 17692 | #if HAVE_DLFCN_H |
| 17083 | @@ -11584,10 +12234,10 @@ else | 17693 | @@ -11584,10 +12246,10 @@ else |
| 17084 | /* When -fvisbility=hidden is used, assume the code has been annotated | 17694 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 17085 | correspondingly for the symbols needed. */ | 17695 | correspondingly for the symbols needed. */ |
| 17086 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 17696 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -17093,7 +17703,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17093 | int main () | 17703 | int main () |
| 17094 | { | 17704 | { |
| 17095 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 17705 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 17096 | @@ -11646,7 +12296,7 @@ else | 17706 | @@ -11646,7 +12308,7 @@ else |
| 17097 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 17707 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 17098 | lt_status=$lt_dlunknown | 17708 | lt_status=$lt_dlunknown |
| 17099 | cat > conftest.$ac_ext <<_LT_EOF | 17709 | cat > conftest.$ac_ext <<_LT_EOF |
| @@ -17102,7 +17712,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17102 | #include "confdefs.h" | 17712 | #include "confdefs.h" |
| 17103 | 17713 | ||
| 17104 | #if HAVE_DLFCN_H | 17714 | #if HAVE_DLFCN_H |
| 17105 | @@ -11690,10 +12340,10 @@ else | 17715 | @@ -11690,10 +12352,10 @@ else |
| 17106 | /* When -fvisbility=hidden is used, assume the code has been annotated | 17716 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 17107 | correspondingly for the symbols needed. */ | 17717 | correspondingly for the symbols needed. */ |
| 17108 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 17718 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -17115,7 +17725,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17115 | int main () | 17725 | int main () |
| 17116 | { | 17726 | { |
| 17117 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 17727 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 17118 | @@ -14979,13 +15629,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 17728 | @@ -14979,13 +15641,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 17119 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 17729 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 17120 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 17730 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 17121 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 17731 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -17136,7 +17746,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17136 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 17746 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 17137 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 17747 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 17138 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 17748 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 17139 | @@ -15000,14 +15657,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 17749 | @@ -15000,14 +15669,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 17140 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 17750 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 17141 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 17751 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 17142 | 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"`' | 17752 | 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"`' |
| @@ -17155,7 +17765,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17155 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 17765 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 17156 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 17766 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 17157 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 17767 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 17158 | @@ -15040,12 +15700,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 17768 | @@ -15040,12 +15712,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 17159 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 17769 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 17160 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 17770 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 17161 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 17771 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -17169,7 +17779,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17169 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 17779 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 17170 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 17780 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 17171 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 17781 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 17172 | @@ -15100,8 +15760,13 @@ reload_flag \ | 17782 | @@ -15100,8 +15772,13 @@ reload_flag \ |
| 17173 | OBJDUMP \ | 17783 | OBJDUMP \ |
| 17174 | deplibs_check_method \ | 17784 | deplibs_check_method \ |
| 17175 | file_magic_cmd \ | 17785 | file_magic_cmd \ |
| @@ -17183,7 +17793,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17183 | STRIP \ | 17793 | STRIP \ |
| 17184 | RANLIB \ | 17794 | RANLIB \ |
| 17185 | CC \ | 17795 | CC \ |
| 17186 | @@ -15111,12 +15776,14 @@ lt_cv_sys_global_symbol_pipe \ | 17796 | @@ -15111,12 +15788,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 17187 | lt_cv_sys_global_symbol_to_cdecl \ | 17797 | lt_cv_sys_global_symbol_to_cdecl \ |
| 17188 | lt_cv_sys_global_symbol_to_c_name_address \ | 17798 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 17189 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 17799 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -17199,7 +17809,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17199 | DSYMUTIL \ | 17809 | DSYMUTIL \ |
| 17200 | NMEDIT \ | 17810 | NMEDIT \ |
| 17201 | LIPO \ | 17811 | LIPO \ |
| 17202 | @@ -15132,7 +15799,6 @@ no_undefined_flag \ | 17812 | @@ -15132,7 +15811,6 @@ no_undefined_flag \ |
| 17203 | hardcode_libdir_flag_spec \ | 17813 | hardcode_libdir_flag_spec \ |
| 17204 | hardcode_libdir_flag_spec_ld \ | 17814 | hardcode_libdir_flag_spec_ld \ |
| 17205 | hardcode_libdir_separator \ | 17815 | hardcode_libdir_separator \ |
| @@ -17207,7 +17817,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17207 | exclude_expsyms \ | 17817 | exclude_expsyms \ |
| 17208 | include_expsyms \ | 17818 | include_expsyms \ |
| 17209 | file_list_spec \ | 17819 | file_list_spec \ |
| 17210 | @@ -15168,6 +15834,7 @@ module_cmds \ | 17820 | @@ -15168,6 +15846,7 @@ module_cmds \ |
| 17211 | module_expsym_cmds \ | 17821 | module_expsym_cmds \ |
| 17212 | export_symbols_cmds \ | 17822 | export_symbols_cmds \ |
| 17213 | prelink_cmds \ | 17823 | prelink_cmds \ |
| @@ -17215,7 +17825,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17215 | postinstall_cmds \ | 17825 | postinstall_cmds \ |
| 17216 | postuninstall_cmds \ | 17826 | postuninstall_cmds \ |
| 17217 | finish_cmds \ | 17827 | finish_cmds \ |
| 17218 | @@ -15866,7 +16533,8 @@ esac ;; | 17828 | @@ -15866,7 +16545,8 @@ esac ;; |
| 17219 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 17829 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 17220 | # | 17830 | # |
| 17221 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 17831 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -17225,7 +17835,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17225 | # Written by Gordon Matzigkeit, 1996 | 17835 | # Written by Gordon Matzigkeit, 1996 |
| 17226 | # | 17836 | # |
| 17227 | # This file is part of GNU Libtool. | 17837 | # This file is part of GNU Libtool. |
| 17228 | @@ -15969,19 +16637,42 @@ SP2NL=$lt_lt_SP2NL | 17838 | @@ -15969,19 +16649,42 @@ SP2NL=$lt_lt_SP2NL |
| 17229 | # turn newlines into spaces. | 17839 | # turn newlines into spaces. |
| 17230 | NL2SP=$lt_lt_NL2SP | 17840 | NL2SP=$lt_lt_NL2SP |
| 17231 | 17841 | ||
| @@ -17269,7 +17879,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17269 | # A symbol stripping program. | 17879 | # A symbol stripping program. |
| 17270 | STRIP=$lt_STRIP | 17880 | STRIP=$lt_STRIP |
| 17271 | 17881 | ||
| 17272 | @@ -16011,6 +16702,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 17882 | @@ -16011,6 +16714,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 17273 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 17883 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 17274 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 17884 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 17275 | 17885 | ||
| @@ -17282,7 +17892,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17282 | # The name of the directory that contains temporary libtool files. | 17892 | # The name of the directory that contains temporary libtool files. |
| 17283 | objdir=$objdir | 17893 | objdir=$objdir |
| 17284 | 17894 | ||
| 17285 | @@ -16020,6 +16717,9 @@ MAGIC_CMD=$MAGIC_CMD | 17895 | @@ -16020,6 +16729,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 17286 | # Must we lock files when doing compilation? | 17896 | # Must we lock files when doing compilation? |
| 17287 | need_locks=$lt_need_locks | 17897 | need_locks=$lt_need_locks |
| 17288 | 17898 | ||
| @@ -17292,7 +17902,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17292 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 17902 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 17293 | DSYMUTIL=$lt_DSYMUTIL | 17903 | DSYMUTIL=$lt_DSYMUTIL |
| 17294 | 17904 | ||
| 17295 | @@ -16134,12 +16834,12 @@ with_gcc=$GCC | 17905 | @@ -16134,12 +16846,12 @@ with_gcc=$GCC |
| 17296 | # Compiler flag to turn off builtin functions. | 17906 | # Compiler flag to turn off builtin functions. |
| 17297 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 17907 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 17298 | 17908 | ||
| @@ -17308,7 +17918,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17308 | # Compiler flag to prevent dynamic linking. | 17918 | # Compiler flag to prevent dynamic linking. |
| 17309 | link_static_flag=$lt_lt_prog_compiler_static | 17919 | link_static_flag=$lt_lt_prog_compiler_static |
| 17310 | 17920 | ||
| 17311 | @@ -16226,9 +16926,6 @@ inherit_rpath=$inherit_rpath | 17921 | @@ -16226,9 +16938,6 @@ inherit_rpath=$inherit_rpath |
| 17312 | # Whether libtool must link a program against all its dependency libraries. | 17922 | # Whether libtool must link a program against all its dependency libraries. |
| 17313 | link_all_deplibs=$link_all_deplibs | 17923 | link_all_deplibs=$link_all_deplibs |
| 17314 | 17924 | ||
| @@ -17318,7 +17928,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17318 | # Set to "yes" if exported symbols are required. | 17928 | # Set to "yes" if exported symbols are required. |
| 17319 | always_export_symbols=$always_export_symbols | 17929 | always_export_symbols=$always_export_symbols |
| 17320 | 17930 | ||
| 17321 | @@ -16244,6 +16941,9 @@ include_expsyms=$lt_include_expsyms | 17931 | @@ -16244,6 +16953,9 @@ include_expsyms=$lt_include_expsyms |
| 17322 | # Commands necessary for linking programs (against libraries) with templates. | 17932 | # Commands necessary for linking programs (against libraries) with templates. |
| 17323 | prelink_cmds=$lt_prelink_cmds | 17933 | prelink_cmds=$lt_prelink_cmds |
| 17324 | 17934 | ||
| @@ -17328,7 +17938,7 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17328 | # Specify filename containing input files. | 17938 | # Specify filename containing input files. |
| 17329 | file_list_spec=$lt_file_list_spec | 17939 | file_list_spec=$lt_file_list_spec |
| 17330 | 17940 | ||
| 17331 | @@ -16276,210 +16976,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 17941 | @@ -16276,210 +16988,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 17332 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 17942 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 17333 | # text mode, it properly converts lines to CR/LF. This bash problem | 17943 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 17334 | # is reportedly fixed, but why not run on old versions too? | 17944 | # is reportedly fixed, but why not run on old versions too? |
| @@ -17703,10 +18313,10 @@ index 406b67b8cbc..b648da40aab 100755 | |||
| 17703 | chmod +x "$ofile" | 18313 | chmod +x "$ofile" |
| 17704 | 18314 | ||
| 17705 | diff --git a/libctf/Makefile.in b/libctf/Makefile.in | 18315 | diff --git a/libctf/Makefile.in b/libctf/Makefile.in |
| 17706 | index f2b852e3fae..63e3b2e05ea 100644 | 18316 | index 3d2696bcc47..3bad01c3c9b 100644 |
| 17707 | --- a/libctf/Makefile.in | 18317 | --- a/libctf/Makefile.in |
| 17708 | +++ b/libctf/Makefile.in | 18318 | +++ b/libctf/Makefile.in |
| 17709 | @@ -393,6 +393,7 @@ CYGPATH_W = @CYGPATH_W@ | 18319 | @@ -392,6 +392,7 @@ CYGPATH_W = @CYGPATH_W@ |
| 17710 | DATADIRNAME = @DATADIRNAME@ | 18320 | DATADIRNAME = @DATADIRNAME@ |
| 17711 | DEFS = @DEFS@ | 18321 | DEFS = @DEFS@ |
| 17712 | DEPDIR = @DEPDIR@ | 18322 | DEPDIR = @DEPDIR@ |
| @@ -17723,10 +18333,10 @@ index f2b852e3fae..63e3b2e05ea 100644 | |||
| 17723 | NM = @NM@ | 18333 | NM = @NM@ |
| 17724 | NMEDIT = @NMEDIT@ | 18334 | NMEDIT = @NMEDIT@ |
| 17725 | diff --git a/libctf/configure b/libctf/configure | 18335 | diff --git a/libctf/configure b/libctf/configure |
| 17726 | index b347b292195..d6d6e341887 100755 | 18336 | index a0e40f49a80..42bc002c2b9 100755 |
| 17727 | --- a/libctf/configure | 18337 | --- a/libctf/configure |
| 17728 | +++ b/libctf/configure | 18338 | +++ b/libctf/configure |
| 17729 | @@ -669,6 +669,8 @@ OTOOL | 18339 | @@ -668,6 +668,8 @@ OTOOL |
| 17730 | LIPO | 18340 | LIPO |
| 17731 | NMEDIT | 18341 | NMEDIT |
| 17732 | DSYMUTIL | 18342 | DSYMUTIL |
| @@ -17735,7 +18345,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17735 | OBJDUMP | 18345 | OBJDUMP |
| 17736 | LN_S | 18346 | LN_S |
| 17737 | NM | 18347 | NM |
| 17738 | @@ -800,6 +802,7 @@ enable_static | 18348 | @@ -799,6 +801,7 @@ enable_static |
| 17739 | with_pic | 18349 | with_pic |
| 17740 | enable_fast_install | 18350 | enable_fast_install |
| 17741 | with_gnu_ld | 18351 | with_gnu_ld |
| @@ -17743,7 +18353,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17743 | enable_libtool_lock | 18353 | enable_libtool_lock |
| 17744 | enable_largefile | 18354 | enable_largefile |
| 17745 | enable_werror_always | 18355 | enable_werror_always |
| 17746 | @@ -1463,6 +1466,8 @@ Optional Packages: | 18356 | @@ -1462,6 +1465,8 @@ Optional Packages: |
| 17747 | --with-pic try to use only PIC/non-PIC objects [default=use | 18357 | --with-pic try to use only PIC/non-PIC objects [default=use |
| 17748 | both] | 18358 | both] |
| 17749 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 18359 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| @@ -17752,7 +18362,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17752 | --with-system-zlib use installed libz | 18362 | --with-system-zlib use installed libz |
| 17753 | 18363 | ||
| 17754 | Some influential environment variables: | 18364 | Some influential environment variables: |
| 17755 | @@ -5568,8 +5573,8 @@ esac | 18365 | @@ -5567,8 +5572,8 @@ esac |
| 17756 | 18366 | ||
| 17757 | 18367 | ||
| 17758 | 18368 | ||
| @@ -17763,7 +18373,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17763 | 18373 | ||
| 17764 | 18374 | ||
| 17765 | 18375 | ||
| 17766 | @@ -5609,7 +5614,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 18376 | @@ -5608,7 +5613,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
| 17767 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 18377 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
| 17768 | $as_echo_n "checking how to print strings... " >&6; } | 18378 | $as_echo_n "checking how to print strings... " >&6; } |
| 17769 | # Test print first, because it will be a builtin if present. | 18379 | # Test print first, because it will be a builtin if present. |
| @@ -17772,7 +18382,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17772 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 18382 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 17773 | ECHO='print -r --' | 18383 | ECHO='print -r --' |
| 17774 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 18384 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 17775 | @@ -6302,8 +6307,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 18385 | @@ -6301,8 +6306,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
| 17776 | # Try some XSI features | 18386 | # Try some XSI features |
| 17777 | xsi_shell=no | 18387 | xsi_shell=no |
| 17778 | ( _lt_dummy="a/b/c" | 18388 | ( _lt_dummy="a/b/c" |
| @@ -17783,7 +18393,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17783 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 18393 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
| 17784 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 18394 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
| 17785 | && xsi_shell=yes | 18395 | && xsi_shell=yes |
| 17786 | @@ -6352,6 +6357,80 @@ esac | 18396 | @@ -6351,6 +6356,80 @@ esac |
| 17787 | 18397 | ||
| 17788 | 18398 | ||
| 17789 | 18399 | ||
| @@ -17864,7 +18474,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 18474 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 17865 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 18475 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 17866 | if ${lt_cv_ld_reload_flag+:} false; then : | 18476 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 17867 | @@ -6368,6 +6447,11 @@ case $reload_flag in | 18477 | @@ -6367,6 +6446,11 @@ case $reload_flag in |
| 17868 | esac | 18478 | esac |
| 17869 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 18479 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 17870 | case $host_os in | 18480 | case $host_os in |
| @@ -17876,7 +18486,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17876 | darwin*) | 18486 | darwin*) |
| 17877 | if test "$GCC" = yes; then | 18487 | if test "$GCC" = yes; then |
| 17878 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 18488 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| 17879 | @@ -6536,7 +6620,8 @@ mingw* | pw32*) | 18489 | @@ -6535,7 +6619,8 @@ mingw* | pw32*) |
| 17880 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 18490 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 17881 | lt_cv_file_magic_cmd='func_win32_libid' | 18491 | lt_cv_file_magic_cmd='func_win32_libid' |
| 17882 | else | 18492 | else |
| @@ -17886,7 +18496,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17886 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 18496 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 17887 | fi | 18497 | fi |
| 17888 | ;; | 18498 | ;; |
| 17889 | @@ -6690,6 +6775,21 @@ esac | 18499 | @@ -6689,6 +6774,21 @@ esac |
| 17890 | fi | 18500 | fi |
| 17891 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 18501 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 17892 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 18502 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| @@ -17908,7 +18518,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 17908 | file_magic_cmd=$lt_cv_file_magic_cmd | 18518 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 17909 | deplibs_check_method=$lt_cv_deplibs_check_method | 18519 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 17910 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 18520 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 17911 | @@ -6705,6 +6805,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 18521 | @@ -6704,6 +6804,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 17912 | 18522 | ||
| 17913 | 18523 | ||
| 17914 | 18524 | ||
| @@ -18066,7 +18676,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18066 | plugin_option= | 18676 | plugin_option= |
| 18067 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 18677 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
| 18068 | for plugin in $plugin_names; do | 18678 | for plugin in $plugin_names; do |
| 18069 | @@ -6719,8 +6970,10 @@ for plugin in $plugin_names; do | 18679 | @@ -6718,8 +6969,10 @@ for plugin in $plugin_names; do |
| 18070 | done | 18680 | done |
| 18071 | 18681 | ||
| 18072 | if test -n "$ac_tool_prefix"; then | 18682 | if test -n "$ac_tool_prefix"; then |
| @@ -18079,7 +18689,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18079 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 18689 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 18080 | $as_echo_n "checking for $ac_word... " >&6; } | 18690 | $as_echo_n "checking for $ac_word... " >&6; } |
| 18081 | if ${ac_cv_prog_AR+:} false; then : | 18691 | if ${ac_cv_prog_AR+:} false; then : |
| 18082 | @@ -6736,7 +6989,7 @@ do | 18692 | @@ -6735,7 +6988,7 @@ do |
| 18083 | test -z "$as_dir" && as_dir=. | 18693 | test -z "$as_dir" && as_dir=. |
| 18084 | for ac_exec_ext in '' $ac_executable_extensions; do | 18694 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 18085 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 18695 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -18088,7 +18698,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18088 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18698 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 18089 | break 2 | 18699 | break 2 |
| 18090 | fi | 18700 | fi |
| 18091 | @@ -6756,11 +7009,15 @@ $as_echo "no" >&6; } | 18701 | @@ -6755,11 +7008,15 @@ $as_echo "no" >&6; } |
| 18092 | fi | 18702 | fi |
| 18093 | 18703 | ||
| 18094 | 18704 | ||
| @@ -18107,7 +18717,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18107 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 18717 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 18108 | $as_echo_n "checking for $ac_word... " >&6; } | 18718 | $as_echo_n "checking for $ac_word... " >&6; } |
| 18109 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 18719 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 18110 | @@ -6776,7 +7033,7 @@ do | 18720 | @@ -6775,7 +7032,7 @@ do |
| 18111 | test -z "$as_dir" && as_dir=. | 18721 | test -z "$as_dir" && as_dir=. |
| 18112 | for ac_exec_ext in '' $ac_executable_extensions; do | 18722 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 18113 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 18723 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -18116,7 +18726,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18116 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18726 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 18117 | break 2 | 18727 | break 2 |
| 18118 | fi | 18728 | fi |
| 18119 | @@ -6795,6 +7052,10 @@ else | 18729 | @@ -6794,6 +7051,10 @@ else |
| 18120 | $as_echo "no" >&6; } | 18730 | $as_echo "no" >&6; } |
| 18121 | fi | 18731 | fi |
| 18122 | 18732 | ||
| @@ -18127,7 +18737,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18127 | if test "x$ac_ct_AR" = x; then | 18737 | if test "x$ac_ct_AR" = x; then |
| 18128 | AR="false" | 18738 | AR="false" |
| 18129 | else | 18739 | else |
| 18130 | @@ -6806,25 +7067,19 @@ ac_tool_warned=yes ;; | 18740 | @@ -6805,25 +7066,19 @@ ac_tool_warned=yes ;; |
| 18131 | esac | 18741 | esac |
| 18132 | AR=$ac_ct_AR | 18742 | AR=$ac_ct_AR |
| 18133 | fi | 18743 | fi |
| @@ -18162,7 +18772,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18162 | 18772 | ||
| 18163 | 18773 | ||
| 18164 | 18774 | ||
| 18165 | @@ -6836,6 +7091,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 18775 | @@ -6835,6 +7090,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
| 18166 | 18776 | ||
| 18167 | 18777 | ||
| 18168 | 18778 | ||
| @@ -18227,7 +18837,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18227 | if test -n "$ac_tool_prefix"; then | 18837 | if test -n "$ac_tool_prefix"; then |
| 18228 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 18838 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 18229 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 18839 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
| 18230 | @@ -7175,8 +7488,8 @@ esac | 18840 | @@ -7174,8 +7487,8 @@ esac |
| 18231 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 18841 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| 18232 | 18842 | ||
| 18233 | # Transform an extracted symbol line into symbol name and symbol address | 18843 | # Transform an extracted symbol line into symbol name and symbol address |
| @@ -18238,7 +18848,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18238 | 18848 | ||
| 18239 | # Handle CRLF in mingw tool chain | 18849 | # Handle CRLF in mingw tool chain |
| 18240 | opt_cr= | 18850 | opt_cr= |
| 18241 | @@ -7212,6 +7525,7 @@ for ac_symprfx in "" "_"; do | 18851 | @@ -7211,6 +7524,7 @@ for ac_symprfx in "" "_"; do |
| 18242 | else | 18852 | else |
| 18243 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 18853 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 18244 | fi | 18854 | fi |
| @@ -18246,7 +18856,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18246 | 18856 | ||
| 18247 | # Check to see that the pipe works correctly. | 18857 | # Check to see that the pipe works correctly. |
| 18248 | pipe_works=no | 18858 | pipe_works=no |
| 18249 | @@ -7253,6 +7567,18 @@ _LT_EOF | 18859 | @@ -7252,6 +7566,18 @@ _LT_EOF |
| 18250 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 18860 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 18251 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 18861 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 18252 | cat <<_LT_EOF > conftest.$ac_ext | 18862 | cat <<_LT_EOF > conftest.$ac_ext |
| @@ -18265,7 +18875,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18265 | #ifdef __cplusplus | 18875 | #ifdef __cplusplus |
| 18266 | extern "C" { | 18876 | extern "C" { |
| 18267 | #endif | 18877 | #endif |
| 18268 | @@ -7264,7 +7590,7 @@ _LT_EOF | 18878 | @@ -7263,7 +7589,7 @@ _LT_EOF |
| 18269 | cat <<_LT_EOF >> conftest.$ac_ext | 18879 | cat <<_LT_EOF >> conftest.$ac_ext |
| 18270 | 18880 | ||
| 18271 | /* The mapping between symbol names and symbols. */ | 18881 | /* The mapping between symbol names and symbols. */ |
| @@ -18274,7 +18884,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18274 | const char *name; | 18884 | const char *name; |
| 18275 | void *address; | 18885 | void *address; |
| 18276 | } | 18886 | } |
| 18277 | @@ -7290,8 +7616,8 @@ static const void *lt_preloaded_setup() { | 18887 | @@ -7289,8 +7615,8 @@ static const void *lt_preloaded_setup() { |
| 18278 | _LT_EOF | 18888 | _LT_EOF |
| 18279 | # Now try linking the two files. | 18889 | # Now try linking the two files. |
| 18280 | mv conftest.$ac_objext conftstm.$ac_objext | 18890 | mv conftest.$ac_objext conftstm.$ac_objext |
| @@ -18285,7 +18895,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18285 | LIBS="conftstm.$ac_objext" | 18895 | LIBS="conftstm.$ac_objext" |
| 18286 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 18896 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 18287 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 18897 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 18288 | @@ -7301,8 +7627,8 @@ _LT_EOF | 18898 | @@ -7300,8 +7626,8 @@ _LT_EOF |
| 18289 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 18899 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
| 18290 | pipe_works=yes | 18900 | pipe_works=yes |
| 18291 | fi | 18901 | fi |
| @@ -18296,7 +18906,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18296 | else | 18906 | else |
| 18297 | echo "cannot find nm_test_func in $nlist" >&5 | 18907 | echo "cannot find nm_test_func in $nlist" >&5 |
| 18298 | fi | 18908 | fi |
| 18299 | @@ -7339,6 +7665,17 @@ else | 18909 | @@ -7338,6 +7664,17 @@ else |
| 18300 | $as_echo "ok" >&6; } | 18910 | $as_echo "ok" >&6; } |
| 18301 | fi | 18911 | fi |
| 18302 | 18912 | ||
| @@ -18314,7 +18924,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18314 | 18924 | ||
| 18315 | 18925 | ||
| 18316 | 18926 | ||
| 18317 | @@ -7355,6 +7692,44 @@ fi | 18927 | @@ -7354,6 +7691,44 @@ fi |
| 18318 | 18928 | ||
| 18319 | 18929 | ||
| 18320 | 18930 | ||
| @@ -18359,7 +18969,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18359 | 18969 | ||
| 18360 | 18970 | ||
| 18361 | 18971 | ||
| 18362 | @@ -7566,6 +7941,123 @@ esac | 18972 | @@ -7565,6 +7940,123 @@ esac |
| 18363 | 18973 | ||
| 18364 | need_locks="$enable_libtool_lock" | 18974 | need_locks="$enable_libtool_lock" |
| 18365 | 18975 | ||
| @@ -18483,7 +19093,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18483 | 19093 | ||
| 18484 | case $host_os in | 19094 | case $host_os in |
| 18485 | rhapsody* | darwin*) | 19095 | rhapsody* | darwin*) |
| 18486 | @@ -8129,6 +8621,8 @@ _LT_EOF | 19096 | @@ -8128,6 +8620,8 @@ _LT_EOF |
| 18487 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 19097 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 18488 | echo "$AR cru libconftest.a conftest.o" >&5 | 19098 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 18489 | $AR cru libconftest.a conftest.o 2>&5 | 19099 | $AR cru libconftest.a conftest.o 2>&5 |
| @@ -18492,7 +19102,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18492 | cat > conftest.c << _LT_EOF | 19102 | cat > conftest.c << _LT_EOF |
| 18493 | int main() { return 0;} | 19103 | int main() { return 0;} |
| 18494 | _LT_EOF | 19104 | _LT_EOF |
| 18495 | @@ -8681,8 +9175,6 @@ fi | 19105 | @@ -8680,8 +9174,6 @@ fi |
| 18496 | lt_prog_compiler_pic= | 19106 | lt_prog_compiler_pic= |
| 18497 | lt_prog_compiler_static= | 19107 | lt_prog_compiler_static= |
| 18498 | 19108 | ||
| @@ -18501,7 +19111,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18501 | 19111 | ||
| 18502 | if test "$GCC" = yes; then | 19112 | if test "$GCC" = yes; then |
| 18503 | lt_prog_compiler_wl='-Wl,' | 19113 | lt_prog_compiler_wl='-Wl,' |
| 18504 | @@ -8848,6 +9340,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 19114 | @@ -8847,6 +9339,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 18505 | lt_prog_compiler_pic='--shared' | 19115 | lt_prog_compiler_pic='--shared' |
| 18506 | lt_prog_compiler_static='--static' | 19116 | lt_prog_compiler_static='--static' |
| 18507 | ;; | 19117 | ;; |
| @@ -18514,7 +19124,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18514 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 19124 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 18515 | # Portland Group compilers (*not* the Pentium gcc compiler, | 19125 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 18516 | # which looks to be a dead project) | 19126 | # which looks to be a dead project) |
| 18517 | @@ -8910,7 +9408,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 19127 | @@ -8909,7 +9407,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 18518 | lt_prog_compiler_pic='-KPIC' | 19128 | lt_prog_compiler_pic='-KPIC' |
| 18519 | lt_prog_compiler_static='-Bstatic' | 19129 | lt_prog_compiler_static='-Bstatic' |
| 18520 | case $cc_basename in | 19130 | case $cc_basename in |
| @@ -18523,7 +19133,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18523 | lt_prog_compiler_wl='-Qoption ld ';; | 19133 | lt_prog_compiler_wl='-Qoption ld ';; |
| 18524 | *) | 19134 | *) |
| 18525 | lt_prog_compiler_wl='-Wl,';; | 19135 | lt_prog_compiler_wl='-Wl,';; |
| 18526 | @@ -8967,13 +9465,17 @@ case $host_os in | 19136 | @@ -8966,13 +9464,17 @@ case $host_os in |
| 18527 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 19137 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
| 18528 | ;; | 19138 | ;; |
| 18529 | esac | 19139 | esac |
| @@ -18547,7 +19157,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18547 | 19157 | ||
| 18548 | # | 19158 | # |
| 18549 | # Check to make sure the PIC flag actually works. | 19159 | # Check to make sure the PIC flag actually works. |
| 18550 | @@ -9034,6 +9536,11 @@ fi | 19160 | @@ -9033,6 +9535,11 @@ fi |
| 18551 | 19161 | ||
| 18552 | 19162 | ||
| 18553 | 19163 | ||
| @@ -18559,7 +19169,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18559 | # | 19169 | # |
| 18560 | # Check to make sure the static flag actually works. | 19170 | # Check to make sure the static flag actually works. |
| 18561 | # | 19171 | # |
| 18562 | @@ -9384,7 +9891,8 @@ _LT_EOF | 19172 | @@ -9383,7 +9890,8 @@ _LT_EOF |
| 18563 | allow_undefined_flag=unsupported | 19173 | allow_undefined_flag=unsupported |
| 18564 | always_export_symbols=no | 19174 | always_export_symbols=no |
| 18565 | enable_shared_with_static_runtimes=yes | 19175 | enable_shared_with_static_runtimes=yes |
| @@ -18569,7 +19179,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18569 | 19179 | ||
| 18570 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 19180 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
| 18571 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 19181 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| 18572 | @@ -9483,12 +9991,12 @@ _LT_EOF | 19182 | @@ -9482,12 +9990,12 @@ _LT_EOF |
| 18573 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 19183 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 18574 | hardcode_libdir_flag_spec= | 19184 | hardcode_libdir_flag_spec= |
| 18575 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 19185 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| @@ -18584,7 +19194,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18584 | fi | 19194 | fi |
| 18585 | ;; | 19195 | ;; |
| 18586 | esac | 19196 | esac |
| 18587 | @@ -9502,8 +10010,8 @@ _LT_EOF | 19197 | @@ -9501,8 +10009,8 @@ _LT_EOF |
| 18588 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 19198 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 18589 | wlarc= | 19199 | wlarc= |
| 18590 | else | 19200 | else |
| @@ -18595,7 +19205,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18595 | fi | 19205 | fi |
| 18596 | ;; | 19206 | ;; |
| 18597 | 19207 | ||
| 18598 | @@ -9521,8 +10029,8 @@ _LT_EOF | 19208 | @@ -9520,8 +10028,8 @@ _LT_EOF |
| 18599 | 19209 | ||
| 18600 | _LT_EOF | 19210 | _LT_EOF |
| 18601 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 19211 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -18606,7 +19216,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18606 | else | 19216 | else |
| 18607 | ld_shlibs=no | 19217 | ld_shlibs=no |
| 18608 | fi | 19218 | fi |
| 18609 | @@ -9568,8 +10076,8 @@ _LT_EOF | 19219 | @@ -9567,8 +10075,8 @@ _LT_EOF |
| 18610 | 19220 | ||
| 18611 | *) | 19221 | *) |
| 18612 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 19222 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -18617,7 +19227,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18617 | else | 19227 | else |
| 18618 | ld_shlibs=no | 19228 | ld_shlibs=no |
| 18619 | fi | 19229 | fi |
| 18620 | @@ -9699,7 +10207,13 @@ _LT_EOF | 19230 | @@ -9698,7 +10206,13 @@ _LT_EOF |
| 18621 | allow_undefined_flag='-berok' | 19231 | allow_undefined_flag='-berok' |
| 18622 | # Determine the default libpath from the value encoded in an | 19232 | # Determine the default libpath from the value encoded in an |
| 18623 | # empty executable. | 19233 | # empty executable. |
| @@ -18632,7 +19242,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18632 | /* end confdefs.h. */ | 19242 | /* end confdefs.h. */ |
| 18633 | 19243 | ||
| 18634 | int | 19244 | int |
| 18635 | @@ -9712,22 +10226,29 @@ main () | 19245 | @@ -9711,22 +10225,29 @@ main () |
| 18636 | _ACEOF | 19246 | _ACEOF |
| 18637 | if ac_fn_c_try_link "$LINENO"; then : | 19247 | if ac_fn_c_try_link "$LINENO"; then : |
| 18638 | 19248 | ||
| @@ -18675,7 +19285,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18675 | 19285 | ||
| 18676 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 19286 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 18677 | 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" | 19287 | 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" |
| 18678 | @@ -9739,7 +10260,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 19288 | @@ -9738,7 +10259,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 18679 | else | 19289 | else |
| 18680 | # Determine the default libpath from the value encoded in an | 19290 | # Determine the default libpath from the value encoded in an |
| 18681 | # empty executable. | 19291 | # empty executable. |
| @@ -18690,7 +19300,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18690 | /* end confdefs.h. */ | 19300 | /* end confdefs.h. */ |
| 18691 | 19301 | ||
| 18692 | int | 19302 | int |
| 18693 | @@ -9752,22 +10279,29 @@ main () | 19303 | @@ -9751,22 +10278,29 @@ main () |
| 18694 | _ACEOF | 19304 | _ACEOF |
| 18695 | if ac_fn_c_try_link "$LINENO"; then : | 19305 | if ac_fn_c_try_link "$LINENO"; then : |
| 18696 | 19306 | ||
| @@ -18733,7 +19343,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18733 | 19343 | ||
| 18734 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 19344 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 18735 | # Warning - without using the other run time loading flags, | 19345 | # Warning - without using the other run time loading flags, |
| 18736 | @@ -9812,20 +10346,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 19346 | @@ -9811,20 +10345,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 18737 | # Microsoft Visual C++. | 19347 | # Microsoft Visual C++. |
| 18738 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 19348 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| 18739 | # no search path for DLLs. | 19349 | # no search path for DLLs. |
| @@ -18811,7 +19421,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18811 | ;; | 19421 | ;; |
| 18812 | 19422 | ||
| 18813 | darwin* | rhapsody*) | 19423 | darwin* | rhapsody*) |
| 18814 | @@ -9886,7 +10463,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 19424 | @@ -9885,7 +10462,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 18815 | 19425 | ||
| 18816 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 19426 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
| 18817 | freebsd* | dragonfly*) | 19427 | freebsd* | dragonfly*) |
| @@ -18820,7 +19430,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18820 | hardcode_libdir_flag_spec='-R$libdir' | 19430 | hardcode_libdir_flag_spec='-R$libdir' |
| 18821 | hardcode_direct=yes | 19431 | hardcode_direct=yes |
| 18822 | hardcode_shlibpath_var=no | 19432 | hardcode_shlibpath_var=no |
| 18823 | @@ -9894,7 +10471,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 19433 | @@ -9893,7 +10470,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 18824 | 19434 | ||
| 18825 | hpux9*) | 19435 | hpux9*) |
| 18826 | if test "$GCC" = yes; then | 19436 | if test "$GCC" = yes; then |
| @@ -18829,7 +19439,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18829 | else | 19439 | else |
| 18830 | 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' | 19440 | 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' |
| 18831 | fi | 19441 | fi |
| 18832 | @@ -9910,7 +10487,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 19442 | @@ -9909,7 +10486,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 18833 | 19443 | ||
| 18834 | hpux10*) | 19444 | hpux10*) |
| 18835 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 19445 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
| @@ -18838,7 +19448,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18838 | else | 19448 | else |
| 18839 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 19449 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| 18840 | fi | 19450 | fi |
| 18841 | @@ -9934,10 +10511,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 19451 | @@ -9933,10 +10510,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 18842 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | 19452 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| 18843 | ;; | 19453 | ;; |
| 18844 | ia64*) | 19454 | ia64*) |
| @@ -18851,7 +19461,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18851 | ;; | 19461 | ;; |
| 18852 | esac | 19462 | esac |
| 18853 | else | 19463 | else |
| 18854 | @@ -10016,23 +10593,36 @@ fi | 19464 | @@ -10015,23 +10592,36 @@ fi |
| 18855 | 19465 | ||
| 18856 | irix5* | irix6* | nonstopux*) | 19466 | irix5* | irix6* | nonstopux*) |
| 18857 | if test "$GCC" = yes; then | 19467 | if test "$GCC" = yes; then |
| @@ -18896,7 +19506,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18896 | else | 19506 | else |
| 18897 | 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' | 19507 | 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' |
| 18898 | 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' | 19508 | 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' |
| 18899 | @@ -10117,7 +10707,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 19509 | @@ -10116,7 +10706,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 18900 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 19510 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 18901 | if test "$GCC" = yes; then | 19511 | if test "$GCC" = yes; then |
| 18902 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 19512 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
| @@ -18905,7 +19515,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18905 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 19515 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 18906 | else | 19516 | else |
| 18907 | allow_undefined_flag=' -expect_unresolved \*' | 19517 | allow_undefined_flag=' -expect_unresolved \*' |
| 18908 | @@ -10136,9 +10726,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 19518 | @@ -10135,9 +10725,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 18909 | no_undefined_flag=' -z defs' | 19519 | no_undefined_flag=' -z defs' |
| 18910 | if test "$GCC" = yes; then | 19520 | if test "$GCC" = yes; then |
| 18911 | wlarc='${wl}' | 19521 | wlarc='${wl}' |
| @@ -18917,7 +19527,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18917 | else | 19527 | else |
| 18918 | case `$CC -V 2>&1` in | 19528 | case `$CC -V 2>&1` in |
| 18919 | *"Compilers 5.0"*) | 19529 | *"Compilers 5.0"*) |
| 18920 | @@ -10714,8 +11304,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 19530 | @@ -10713,8 +11303,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 18921 | need_version=no | 19531 | need_version=no |
| 18922 | need_lib_prefix=no | 19532 | need_lib_prefix=no |
| 18923 | 19533 | ||
| @@ -18929,7 +19539,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 18929 | library_names_spec='$libname.dll.a' | 19539 | library_names_spec='$libname.dll.a' |
| 18930 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 19540 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 18931 | postinstall_cmds='base_file=`basename \${file}`~ | 19541 | postinstall_cmds='base_file=`basename \${file}`~ |
| 18932 | @@ -10748,13 +11339,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 19542 | @@ -10747,13 +11338,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 18933 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 19543 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 18934 | ;; | 19544 | ;; |
| 18935 | esac | 19545 | esac |
| @@ -19002,16 +19612,16 @@ index b347b292195..d6d6e341887 100755 | |||
| 19002 | # FIXME: first we should search . and the directory the executable is in | 19612 | # FIXME: first we should search . and the directory the executable is in |
| 19003 | shlibpath_var=PATH | 19613 | shlibpath_var=PATH |
| 19004 | ;; | 19614 | ;; |
| 19005 | @@ -11632,7 +12281,7 @@ else | 19615 | @@ -11631,7 +12280,7 @@ else |
| 19006 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 19616 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 19007 | lt_status=$lt_dlunknown | 19617 | lt_status=$lt_dlunknown |
| 19008 | cat > conftest.$ac_ext <<_LT_EOF | 19618 | cat > conftest.$ac_ext <<_LT_EOF |
| 19009 | -#line 11635 "configure" | 19619 | -#line 11634 "configure" |
| 19010 | +#line $LINENO "configure" | 19620 | +#line $LINENO "configure" |
| 19011 | #include "confdefs.h" | 19621 | #include "confdefs.h" |
| 19012 | 19622 | ||
| 19013 | #if HAVE_DLFCN_H | 19623 | #if HAVE_DLFCN_H |
| 19014 | @@ -11676,10 +12325,10 @@ else | 19624 | @@ -11675,10 +12324,10 @@ else |
| 19015 | /* When -fvisbility=hidden is used, assume the code has been annotated | 19625 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 19016 | correspondingly for the symbols needed. */ | 19626 | correspondingly for the symbols needed. */ |
| 19017 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 19627 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -19024,16 +19634,16 @@ index b347b292195..d6d6e341887 100755 | |||
| 19024 | int main () | 19634 | int main () |
| 19025 | { | 19635 | { |
| 19026 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 19636 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 19027 | @@ -11738,7 +12387,7 @@ else | 19637 | @@ -11737,7 +12386,7 @@ else |
| 19028 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 19638 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 19029 | lt_status=$lt_dlunknown | 19639 | lt_status=$lt_dlunknown |
| 19030 | cat > conftest.$ac_ext <<_LT_EOF | 19640 | cat > conftest.$ac_ext <<_LT_EOF |
| 19031 | -#line 11741 "configure" | 19641 | -#line 11740 "configure" |
| 19032 | +#line $LINENO "configure" | 19642 | +#line $LINENO "configure" |
| 19033 | #include "confdefs.h" | 19643 | #include "confdefs.h" |
| 19034 | 19644 | ||
| 19035 | #if HAVE_DLFCN_H | 19645 | #if HAVE_DLFCN_H |
| 19036 | @@ -11782,10 +12431,10 @@ else | 19646 | @@ -11781,10 +12430,10 @@ else |
| 19037 | /* When -fvisbility=hidden is used, assume the code has been annotated | 19647 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 19038 | correspondingly for the symbols needed. */ | 19648 | correspondingly for the symbols needed. */ |
| 19039 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 19649 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -19046,7 +19656,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19046 | int main () | 19656 | int main () |
| 19047 | { | 19657 | { |
| 19048 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 19658 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 19049 | @@ -15832,13 +16481,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 19659 | @@ -15825,13 +16474,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 19050 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 19660 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 19051 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 19661 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 19052 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 19662 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -19067,7 +19677,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19067 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 19677 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 19068 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 19678 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 19069 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 19679 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 19070 | @@ -15853,14 +16509,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 19680 | @@ -15846,14 +16502,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 19071 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 19681 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 19072 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 19682 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 19073 | 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"`' | 19683 | 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"`' |
| @@ -19086,7 +19696,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19086 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 19696 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 19087 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 19697 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 19088 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 19698 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 19089 | @@ -15893,12 +16552,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 19699 | @@ -15886,12 +16545,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 19090 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 19700 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 19091 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 19701 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 19092 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 19702 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -19100,7 +19710,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19100 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 19710 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 19101 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 19711 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 19102 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 19712 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 19103 | @@ -15953,8 +16612,13 @@ reload_flag \ | 19713 | @@ -15946,8 +16605,13 @@ reload_flag \ |
| 19104 | OBJDUMP \ | 19714 | OBJDUMP \ |
| 19105 | deplibs_check_method \ | 19715 | deplibs_check_method \ |
| 19106 | file_magic_cmd \ | 19716 | file_magic_cmd \ |
| @@ -19114,7 +19724,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19114 | STRIP \ | 19724 | STRIP \ |
| 19115 | RANLIB \ | 19725 | RANLIB \ |
| 19116 | CC \ | 19726 | CC \ |
| 19117 | @@ -15964,12 +16628,14 @@ lt_cv_sys_global_symbol_pipe \ | 19727 | @@ -15957,12 +16621,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 19118 | lt_cv_sys_global_symbol_to_cdecl \ | 19728 | lt_cv_sys_global_symbol_to_cdecl \ |
| 19119 | lt_cv_sys_global_symbol_to_c_name_address \ | 19729 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 19120 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 19730 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -19130,7 +19740,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19130 | DSYMUTIL \ | 19740 | DSYMUTIL \ |
| 19131 | NMEDIT \ | 19741 | NMEDIT \ |
| 19132 | LIPO \ | 19742 | LIPO \ |
| 19133 | @@ -15985,7 +16651,6 @@ no_undefined_flag \ | 19743 | @@ -15978,7 +16644,6 @@ no_undefined_flag \ |
| 19134 | hardcode_libdir_flag_spec \ | 19744 | hardcode_libdir_flag_spec \ |
| 19135 | hardcode_libdir_flag_spec_ld \ | 19745 | hardcode_libdir_flag_spec_ld \ |
| 19136 | hardcode_libdir_separator \ | 19746 | hardcode_libdir_separator \ |
| @@ -19138,7 +19748,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19138 | exclude_expsyms \ | 19748 | exclude_expsyms \ |
| 19139 | include_expsyms \ | 19749 | include_expsyms \ |
| 19140 | file_list_spec \ | 19750 | file_list_spec \ |
| 19141 | @@ -16021,6 +16686,7 @@ module_cmds \ | 19751 | @@ -16014,6 +16679,7 @@ module_cmds \ |
| 19142 | module_expsym_cmds \ | 19752 | module_expsym_cmds \ |
| 19143 | export_symbols_cmds \ | 19753 | export_symbols_cmds \ |
| 19144 | prelink_cmds \ | 19754 | prelink_cmds \ |
| @@ -19146,7 +19756,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19146 | postinstall_cmds \ | 19756 | postinstall_cmds \ |
| 19147 | postuninstall_cmds \ | 19757 | postuninstall_cmds \ |
| 19148 | finish_cmds \ | 19758 | finish_cmds \ |
| 19149 | @@ -16778,7 +17444,8 @@ $as_echo X"$file" | | 19759 | @@ -16771,7 +17437,8 @@ $as_echo X"$file" | |
| 19150 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 19760 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 19151 | # | 19761 | # |
| 19152 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 19762 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -19156,7 +19766,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19156 | # Written by Gordon Matzigkeit, 1996 | 19766 | # Written by Gordon Matzigkeit, 1996 |
| 19157 | # | 19767 | # |
| 19158 | # This file is part of GNU Libtool. | 19768 | # This file is part of GNU Libtool. |
| 19159 | @@ -16881,19 +17548,42 @@ SP2NL=$lt_lt_SP2NL | 19769 | @@ -16874,19 +17541,42 @@ SP2NL=$lt_lt_SP2NL |
| 19160 | # turn newlines into spaces. | 19770 | # turn newlines into spaces. |
| 19161 | NL2SP=$lt_lt_NL2SP | 19771 | NL2SP=$lt_lt_NL2SP |
| 19162 | 19772 | ||
| @@ -19200,7 +19810,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19200 | # A symbol stripping program. | 19810 | # A symbol stripping program. |
| 19201 | STRIP=$lt_STRIP | 19811 | STRIP=$lt_STRIP |
| 19202 | 19812 | ||
| 19203 | @@ -16923,6 +17613,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 19813 | @@ -16916,6 +17606,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 19204 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 19814 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 19205 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 19815 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 19206 | 19816 | ||
| @@ -19213,7 +19823,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19213 | # The name of the directory that contains temporary libtool files. | 19823 | # The name of the directory that contains temporary libtool files. |
| 19214 | objdir=$objdir | 19824 | objdir=$objdir |
| 19215 | 19825 | ||
| 19216 | @@ -16932,6 +17628,9 @@ MAGIC_CMD=$MAGIC_CMD | 19826 | @@ -16925,6 +17621,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 19217 | # Must we lock files when doing compilation? | 19827 | # Must we lock files when doing compilation? |
| 19218 | need_locks=$lt_need_locks | 19828 | need_locks=$lt_need_locks |
| 19219 | 19829 | ||
| @@ -19223,7 +19833,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19223 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 19833 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 19224 | DSYMUTIL=$lt_DSYMUTIL | 19834 | DSYMUTIL=$lt_DSYMUTIL |
| 19225 | 19835 | ||
| 19226 | @@ -17046,12 +17745,12 @@ with_gcc=$GCC | 19836 | @@ -17039,12 +17738,12 @@ with_gcc=$GCC |
| 19227 | # Compiler flag to turn off builtin functions. | 19837 | # Compiler flag to turn off builtin functions. |
| 19228 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 19838 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 19229 | 19839 | ||
| @@ -19239,7 +19849,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19239 | # Compiler flag to prevent dynamic linking. | 19849 | # Compiler flag to prevent dynamic linking. |
| 19240 | link_static_flag=$lt_lt_prog_compiler_static | 19850 | link_static_flag=$lt_lt_prog_compiler_static |
| 19241 | 19851 | ||
| 19242 | @@ -17138,9 +17837,6 @@ inherit_rpath=$inherit_rpath | 19852 | @@ -17131,9 +17830,6 @@ inherit_rpath=$inherit_rpath |
| 19243 | # Whether libtool must link a program against all its dependency libraries. | 19853 | # Whether libtool must link a program against all its dependency libraries. |
| 19244 | link_all_deplibs=$link_all_deplibs | 19854 | link_all_deplibs=$link_all_deplibs |
| 19245 | 19855 | ||
| @@ -19249,7 +19859,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19249 | # Set to "yes" if exported symbols are required. | 19859 | # Set to "yes" if exported symbols are required. |
| 19250 | always_export_symbols=$always_export_symbols | 19860 | always_export_symbols=$always_export_symbols |
| 19251 | 19861 | ||
| 19252 | @@ -17156,6 +17852,9 @@ include_expsyms=$lt_include_expsyms | 19862 | @@ -17149,6 +17845,9 @@ include_expsyms=$lt_include_expsyms |
| 19253 | # Commands necessary for linking programs (against libraries) with templates. | 19863 | # Commands necessary for linking programs (against libraries) with templates. |
| 19254 | prelink_cmds=$lt_prelink_cmds | 19864 | prelink_cmds=$lt_prelink_cmds |
| 19255 | 19865 | ||
| @@ -19259,7 +19869,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19259 | # Specify filename containing input files. | 19869 | # Specify filename containing input files. |
| 19260 | file_list_spec=$lt_file_list_spec | 19870 | file_list_spec=$lt_file_list_spec |
| 19261 | 19871 | ||
| 19262 | @@ -17188,210 +17887,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 19872 | @@ -17181,210 +17880,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 19263 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 19873 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 19264 | # text mode, it properly converts lines to CR/LF. This bash problem | 19874 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 19265 | # is reportedly fixed, but why not run on old versions too? | 19875 | # is reportedly fixed, but why not run on old versions too? |
| @@ -19634,7 +20244,7 @@ index b347b292195..d6d6e341887 100755 | |||
| 19634 | chmod +x "$ofile" | 20244 | chmod +x "$ofile" |
| 19635 | 20245 | ||
| 19636 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in | 20246 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in |
| 19637 | index 107b82ccfdc..4a4459bf5eb 100644 | 20247 | index 08c780caa4a..7ea9c94c2af 100644 |
| 19638 | --- a/libsframe/Makefile.in | 20248 | --- a/libsframe/Makefile.in |
| 19639 | +++ b/libsframe/Makefile.in | 20249 | +++ b/libsframe/Makefile.in |
| 19640 | @@ -1,7 +1,7 @@ | 20250 | @@ -1,7 +1,7 @@ |
| @@ -19647,25 +20257,31 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19647 | 20257 | ||
| 19648 | # This Makefile.in is free software; the Free Software Foundation | 20258 | # This Makefile.in is free software; the Free Software Foundation |
| 19649 | # gives unlimited permission to copy and/or distribute it, | 20259 | # gives unlimited permission to copy and/or distribute it, |
| 19650 | @@ -139,6 +139,10 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | 20260 | @@ -142,6 +142,13 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs |
| 19651 | CONFIG_HEADER = config.h | 20261 | CONFIG_HEADER = config.h |
| 19652 | CONFIG_CLEAN_FILES = | 20262 | CONFIG_CLEAN_FILES = |
| 19653 | CONFIG_CLEAN_VPATH_FILES = | 20263 | CONFIG_CLEAN_VPATH_FILES = |
| 19654 | +@HAVE_COMPAT_DEJAGNU_TRUE@am__EXEEXT_1 = testsuite/libsframe.decode/be-flipping$(EXEEXT) \ | 20264 | +@HAVE_COMPAT_DEJAGNU_TRUE@am__EXEEXT_1 = testsuite/libsframe.decode/be-flipping$(EXEEXT) \ |
| 19655 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-1$(EXEEXT) \ | 20265 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-1$(EXEEXT) \ |
| 19656 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-2$(EXEEXT) \ | 20266 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-2$(EXEEXT) \ |
| 19657 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.encode/encode-1$(EXEEXT) | 20267 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.encode/encode-1$(EXEEXT) \ |
| 20268 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfre-1$(EXEEXT) \ | ||
| 20269 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfunc-1$(EXEEXT) \ | ||
| 20270 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/plt-findfre-1$(EXEEXT) | ||
| 19658 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | 20271 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 19659 | am__vpath_adj = case $$p in \ | 20272 | am__vpath_adj = case $$p in \ |
| 19660 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | 20273 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 19661 | @@ -179,27 +183,27 @@ am__v_lt_0 = --silent | 20274 | @@ -185,45 +192,44 @@ libsframe_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 19662 | am__v_lt_1 = | 20275 | $(libsframe_la_LDFLAGS) $(LDFLAGS) -o $@ |
| 19663 | @INSTALL_LIBBFD_FALSE@am_libsframe_la_rpath = | 20276 | @INSTALL_LIBBFD_FALSE@am_libsframe_la_rpath = |
| 19664 | @INSTALL_LIBBFD_TRUE@am_libsframe_la_rpath = -rpath $(libdir) | 20277 | @INSTALL_LIBBFD_TRUE@am_libsframe_la_rpath = -rpath $(libdir) |
| 19665 | -@HAVE_COMPAT_DEJAGNU_TRUE@am__EXEEXT_1 = testsuite/libsframe.decode/be-flipping$(EXEEXT) \ | 20278 | -@HAVE_COMPAT_DEJAGNU_TRUE@am__EXEEXT_1 = testsuite/libsframe.decode/be-flipping$(EXEEXT) \ |
| 19666 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-1$(EXEEXT) \ | 20279 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-1$(EXEEXT) \ |
| 19667 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-2$(EXEEXT) \ | 20280 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-2$(EXEEXT) \ |
| 19668 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.encode/encode-1$(EXEEXT) | 20281 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.encode/encode-1$(EXEEXT) \ |
| 20282 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfre-1$(EXEEXT) \ | ||
| 20283 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfunc-1$(EXEEXT) \ | ||
| 20284 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/plt-findfre-1$(EXEEXT) | ||
| 19669 | am__dirstamp = $(am__leading_dot)dirstamp | 20285 | am__dirstamp = $(am__leading_dot)dirstamp |
| 19670 | -am_testsuite_libsframe_decode_be_flipping_OBJECTS = testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.$(OBJEXT) | 20286 | -am_testsuite_libsframe_decode_be_flipping_OBJECTS = testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.$(OBJEXT) |
| 19671 | +am_testsuite_libsframe_decode_be_flipping_OBJECTS = \ | 20287 | +am_testsuite_libsframe_decode_be_flipping_OBJECTS = \ |
| @@ -19694,7 +20310,27 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19694 | testsuite_libsframe_encode_encode_1_OBJECTS = \ | 20310 | testsuite_libsframe_encode_encode_1_OBJECTS = \ |
| 19695 | $(am_testsuite_libsframe_encode_encode_1_OBJECTS) | 20311 | $(am_testsuite_libsframe_encode_encode_1_OBJECTS) |
| 19696 | testsuite_libsframe_encode_encode_1_DEPENDENCIES = \ | 20312 | testsuite_libsframe_encode_encode_1_DEPENDENCIES = \ |
| 19697 | @@ -218,7 +222,14 @@ am__v_at_0 = @ | 20313 | ${top_builddir}/libsframe.la |
| 20314 | -am_testsuite_libsframe_find_findfre_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.$(OBJEXT) | ||
| 20315 | +am_testsuite_libsframe_find_findfre_1_OBJECTS = \ | ||
| 20316 | + testsuite/libsframe.find/findfre_1-findfre-1.$(OBJEXT) | ||
| 20317 | testsuite_libsframe_find_findfre_1_OBJECTS = \ | ||
| 20318 | $(am_testsuite_libsframe_find_findfre_1_OBJECTS) | ||
| 20319 | testsuite_libsframe_find_findfre_1_DEPENDENCIES = \ | ||
| 20320 | ${top_builddir}/libsframe.la | ||
| 20321 | -am_testsuite_libsframe_find_findfunc_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.$(OBJEXT) | ||
| 20322 | +am_testsuite_libsframe_find_findfunc_1_OBJECTS = \ | ||
| 20323 | + testsuite/libsframe.find/findfunc_1-findfunc-1.$(OBJEXT) | ||
| 20324 | testsuite_libsframe_find_findfunc_1_OBJECTS = \ | ||
| 20325 | $(am_testsuite_libsframe_find_findfunc_1_OBJECTS) | ||
| 20326 | testsuite_libsframe_find_findfunc_1_DEPENDENCIES = \ | ||
| 20327 | ${top_builddir}/libsframe.la | ||
| 20328 | -am_testsuite_libsframe_find_plt_findfre_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.$(OBJEXT) | ||
| 20329 | +am_testsuite_libsframe_find_plt_findfre_1_OBJECTS = testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.$(OBJEXT) | ||
| 20330 | testsuite_libsframe_find_plt_findfre_1_OBJECTS = \ | ||
| 20331 | $(am_testsuite_libsframe_find_plt_findfre_1_OBJECTS) | ||
| 20332 | testsuite_libsframe_find_plt_findfre_1_DEPENDENCIES = \ | ||
| 20333 | @@ -242,7 +248,17 @@ am__v_at_0 = @ | ||
| 19698 | am__v_at_1 = | 20334 | am__v_at_1 = |
| 19699 | DEFAULT_INCLUDES = -I.@am__isrc@ | 20335 | DEFAULT_INCLUDES = -I.@am__isrc@ |
| 19700 | depcomp = $(SHELL) $(top_srcdir)/../depcomp | 20336 | depcomp = $(SHELL) $(top_srcdir)/../depcomp |
| @@ -19706,11 +20342,14 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19706 | + testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po \ | 20342 | + testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po \ |
| 19707 | + testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po \ | 20343 | + testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po \ |
| 19708 | + testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po \ | 20344 | + testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po \ |
| 19709 | + testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po | 20345 | + testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po \ |
| 20346 | + testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po \ | ||
| 20347 | + testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po \ | ||
| 20348 | + testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
| 19710 | am__mv = mv -f | 20349 | am__mv = mv -f |
| 19711 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | 20350 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 19712 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | 20351 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 19713 | @@ -295,8 +306,8 @@ am__can_run_installinfo = \ | 20352 | @@ -325,8 +341,8 @@ am__can_run_installinfo = \ |
| 19714 | esac | 20353 | esac |
| 19715 | am__include_HEADERS_DIST = $(INCDIR)/sframe.h $(INCDIR)/sframe-api.h | 20354 | am__include_HEADERS_DIST = $(INCDIR)/sframe.h $(INCDIR)/sframe-api.h |
| 19716 | HEADERS = $(include_HEADERS) | 20355 | HEADERS = $(include_HEADERS) |
| @@ -19721,7 +20360,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19721 | # Read a list of newline-separated strings from the standard input, | 20360 | # Read a list of newline-separated strings from the standard input, |
| 19722 | # and print each of them once, without duplicates. Input order is | 20361 | # and print each of them once, without duplicates. Input order is |
| 19723 | # *not* preserved. | 20362 | # *not* preserved. |
| 19724 | @@ -313,9 +324,6 @@ am__define_uniq_tagged_files = \ | 20363 | @@ -343,9 +359,6 @@ am__define_uniq_tagged_files = \ |
| 19725 | unique=`for i in $$list; do \ | 20364 | unique=`for i in $$list; do \ |
| 19726 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 20365 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 19727 | done | $(am__uniquify_input)` | 20366 | done | $(am__uniquify_input)` |
| @@ -19731,7 +20370,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19731 | AM_RECURSIVE_TARGETS = cscope | 20370 | AM_RECURSIVE_TARGETS = cscope |
| 19732 | DEJATOOL = $(PACKAGE) | 20371 | DEJATOOL = $(PACKAGE) |
| 19733 | RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir | 20372 | RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir |
| 19734 | @@ -341,6 +349,8 @@ am__post_remove_distdir = $(am__remove_distdir) | 20373 | @@ -372,6 +385,8 @@ am__post_remove_distdir = $(am__remove_distdir) |
| 19735 | DIST_ARCHIVES = $(distdir).tar.gz | 20374 | DIST_ARCHIVES = $(distdir).tar.gz |
| 19736 | GZIP_ENV = --best | 20375 | GZIP_ENV = --best |
| 19737 | DIST_TARGETS = dist-gzip | 20376 | DIST_TARGETS = dist-gzip |
| @@ -19740,7 +20379,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19740 | distuninstallcheck_listfiles = find . -type f -print | 20379 | distuninstallcheck_listfiles = find . -type f -print |
| 19741 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | 20380 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 19742 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | 20381 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| 19743 | @@ -359,15 +369,19 @@ CFLAGS = @CFLAGS@ | 20382 | @@ -390,15 +405,19 @@ CFLAGS = @CFLAGS@ |
| 19744 | COMPAT_DEJAGNU = @COMPAT_DEJAGNU@ | 20383 | COMPAT_DEJAGNU = @COMPAT_DEJAGNU@ |
| 19745 | CPP = @CPP@ | 20384 | CPP = @CPP@ |
| 19746 | CPPFLAGS = @CPPFLAGS@ | 20385 | CPPFLAGS = @CPPFLAGS@ |
| @@ -19760,7 +20399,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19760 | EXEEXT = @EXEEXT@ | 20399 | EXEEXT = @EXEEXT@ |
| 19761 | FGREP = @FGREP@ | 20400 | FGREP = @FGREP@ |
| 19762 | GREP = @GREP@ | 20401 | GREP = @GREP@ |
| 19763 | @@ -386,6 +400,7 @@ LN_S = @LN_S@ | 20402 | @@ -417,6 +436,7 @@ LN_S = @LN_S@ |
| 19764 | LTLIBOBJS = @LTLIBOBJS@ | 20403 | LTLIBOBJS = @LTLIBOBJS@ |
| 19765 | MAINT = @MAINT@ | 20404 | MAINT = @MAINT@ |
| 19766 | MAKEINFO = @MAKEINFO@ | 20405 | MAKEINFO = @MAKEINFO@ |
| @@ -19768,7 +20407,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19768 | MKDIR_P = @MKDIR_P@ | 20407 | MKDIR_P = @MKDIR_P@ |
| 19769 | NM = @NM@ | 20408 | NM = @NM@ |
| 19770 | NMEDIT = @NMEDIT@ | 20409 | NMEDIT = @NMEDIT@ |
| 19771 | @@ -541,8 +556,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 20410 | @@ -589,8 +609,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 19772 | echo ' $(SHELL) ./config.status'; \ | 20411 | echo ' $(SHELL) ./config.status'; \ |
| 19773 | $(SHELL) ./config.status;; \ | 20412 | $(SHELL) ./config.status;; \ |
| 19774 | *) \ | 20413 | *) \ |
| @@ -19777,9 +20416,9 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19777 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ | 20416 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
| 19778 | + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ | 20417 | + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ |
| 19779 | esac; | 20418 | esac; |
| 19780 | $(srcdir)/doc/local.mk $(srcdir)/testsuite/local.mk $(srcdir)/testsuite/libsframe.decode/local.mk $(srcdir)/testsuite/libsframe.encode/local.mk $(am__empty): | 20419 | $(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): |
| 19781 | 20420 | ||
| 19782 | @@ -570,6 +585,15 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | 20421 | @@ -618,6 +638,15 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 19783 | distclean-hdr: | 20422 | distclean-hdr: |
| 19784 | -rm -f config.h stamp-h1 | 20423 | -rm -f config.h stamp-h1 |
| 19785 | 20424 | ||
| @@ -19795,10 +20434,10 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19795 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | 20434 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 19796 | @$(NORMAL_INSTALL) | 20435 | @$(NORMAL_INSTALL) |
| 19797 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | 20436 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 19798 | @@ -618,36 +642,27 @@ clean-noinstLTLIBRARIES: | 20437 | @@ -666,36 +695,27 @@ clean-noinstLTLIBRARIES: |
| 19799 | 20438 | ||
| 19800 | libsframe.la: $(libsframe_la_OBJECTS) $(libsframe_la_DEPENDENCIES) $(EXTRA_libsframe_la_DEPENDENCIES) | 20439 | libsframe.la: $(libsframe_la_OBJECTS) $(libsframe_la_DEPENDENCIES) $(EXTRA_libsframe_la_DEPENDENCIES) |
| 19801 | $(AM_V_CCLD)$(LINK) $(am_libsframe_la_rpath) $(libsframe_la_OBJECTS) $(libsframe_la_LIBADD) $(LIBS) | 20440 | $(AM_V_CCLD)$(libsframe_la_LINK) $(am_libsframe_la_rpath) $(libsframe_la_OBJECTS) $(libsframe_la_LIBADD) $(LIBS) |
| 19802 | - | 20441 | - |
| 19803 | -clean-checkPROGRAMS: | 20442 | -clean-checkPROGRAMS: |
| 19804 | - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ | 20443 | - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| @@ -19835,7 +20474,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19835 | testsuite/libsframe.decode/$(am__dirstamp) \ | 20474 | testsuite/libsframe.decode/$(am__dirstamp) \ |
| 19836 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) | 20475 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) |
| 19837 | 20476 | ||
| 19838 | @@ -660,7 +675,7 @@ testsuite/libsframe.encode/$(am__dirstamp): | 20477 | @@ -708,7 +728,7 @@ testsuite/libsframe.encode/$(am__dirstamp): |
| 19839 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp): | 20478 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp): |
| 19840 | @$(MKDIR_P) testsuite/libsframe.encode/$(DEPDIR) | 20479 | @$(MKDIR_P) testsuite/libsframe.encode/$(DEPDIR) |
| 19841 | @: > testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) | 20480 | @: > testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) |
| @@ -19844,7 +20483,32 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19844 | testsuite/libsframe.encode/$(am__dirstamp) \ | 20483 | testsuite/libsframe.encode/$(am__dirstamp) \ |
| 19845 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) | 20484 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) |
| 19846 | 20485 | ||
| 19847 | @@ -676,13 +691,19 @@ mostlyclean-compile: | 20486 | @@ -721,21 +741,21 @@ testsuite/libsframe.find/$(am__dirstamp): |
| 20487 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp): | ||
| 20488 | @$(MKDIR_P) testsuite/libsframe.find/$(DEPDIR) | ||
| 20489 | @: > testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
| 20490 | -testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.$(OBJEXT): \ | ||
| 20491 | +testsuite/libsframe.find/findfre_1-findfre-1.$(OBJEXT): \ | ||
| 20492 | testsuite/libsframe.find/$(am__dirstamp) \ | ||
| 20493 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
| 20494 | |||
| 20495 | testsuite/libsframe.find/findfre-1$(EXEEXT): $(testsuite_libsframe_find_findfre_1_OBJECTS) $(testsuite_libsframe_find_findfre_1_DEPENDENCIES) $(EXTRA_testsuite_libsframe_find_findfre_1_DEPENDENCIES) testsuite/libsframe.find/$(am__dirstamp) | ||
| 20496 | @rm -f testsuite/libsframe.find/findfre-1$(EXEEXT) | ||
| 20497 | $(AM_V_CCLD)$(LINK) $(testsuite_libsframe_find_findfre_1_OBJECTS) $(testsuite_libsframe_find_findfre_1_LDADD) $(LIBS) | ||
| 20498 | -testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.$(OBJEXT): \ | ||
| 20499 | +testsuite/libsframe.find/findfunc_1-findfunc-1.$(OBJEXT): \ | ||
| 20500 | testsuite/libsframe.find/$(am__dirstamp) \ | ||
| 20501 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
| 20502 | |||
| 20503 | testsuite/libsframe.find/findfunc-1$(EXEEXT): $(testsuite_libsframe_find_findfunc_1_OBJECTS) $(testsuite_libsframe_find_findfunc_1_DEPENDENCIES) $(EXTRA_testsuite_libsframe_find_findfunc_1_DEPENDENCIES) testsuite/libsframe.find/$(am__dirstamp) | ||
| 20504 | @rm -f testsuite/libsframe.find/findfunc-1$(EXEEXT) | ||
| 20505 | $(AM_V_CCLD)$(LINK) $(testsuite_libsframe_find_findfunc_1_OBJECTS) $(testsuite_libsframe_find_findfunc_1_LDADD) $(LIBS) | ||
| 20506 | -testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.$(OBJEXT): \ | ||
| 20507 | +testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.$(OBJEXT): \ | ||
| 20508 | testsuite/libsframe.find/$(am__dirstamp) \ | ||
| 20509 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
| 20510 | |||
| 20511 | @@ -752,16 +772,22 @@ mostlyclean-compile: | ||
| 19848 | distclean-compile: | 20512 | distclean-compile: |
| 19849 | -rm -f *.tab.c | 20513 | -rm -f *.tab.c |
| 19850 | 20514 | ||
| @@ -19855,6 +20519,9 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19855 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po@am__quote@ | 20519 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po@am__quote@ |
| 19856 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po@am__quote@ | 20520 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po@am__quote@ |
| 19857 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Po@am__quote@ | 20521 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Po@am__quote@ |
| 20522 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Po@am__quote@ | ||
| 20523 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Po@am__quote@ | ||
| 20524 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Po@am__quote@ | ||
| 19858 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-dump.Plo@am__quote@ # am--include-marker | 20525 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-dump.Plo@am__quote@ # am--include-marker |
| 19859 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-error.Plo@am__quote@ # am--include-marker | 20526 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-error.Plo@am__quote@ # am--include-marker |
| 19860 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe.Plo@am__quote@ # am--include-marker | 20527 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe.Plo@am__quote@ # am--include-marker |
| @@ -19862,6 +20529,9 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19862 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po@am__quote@ # am--include-marker | 20529 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po@am__quote@ # am--include-marker |
| 19863 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po@am__quote@ # am--include-marker | 20530 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po@am__quote@ # am--include-marker |
| 19864 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po@am__quote@ # am--include-marker | 20531 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po@am__quote@ # am--include-marker |
| 20532 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po@am__quote@ # am--include-marker | ||
| 20533 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po@am__quote@ # am--include-marker | ||
| 20534 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po@am__quote@ # am--include-marker | ||
| 19865 | + | 20535 | + |
| 19866 | +$(am__depfiles_remade): | 20536 | +$(am__depfiles_remade): |
| 19867 | + @$(MKDIR_P) $(@D) | 20537 | + @$(MKDIR_P) $(@D) |
| @@ -19871,7 +20541,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19871 | 20541 | ||
| 19872 | .c.o: | 20542 | .c.o: |
| 19873 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ | 20543 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
| 19874 | @@ -729,61 +750,61 @@ libsframe_la-sframe-error.lo: sframe-error.c | 20544 | @@ -808,103 +834,103 @@ libsframe_la-sframe-error.lo: sframe-error.c |
| 19875 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 20545 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 19876 | @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 | 20546 | @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 |
| 19877 | 20547 | ||
| @@ -19971,9 +20641,81 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19971 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` | 20641 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` |
| 19972 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` | 20642 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` |
| 19973 | 20643 | ||
| 20644 | -testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o: testsuite/libsframe.find/findfre-1.c | ||
| 20645 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
| 20646 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Po | ||
| 20647 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
| 20648 | +testsuite/libsframe.find/findfre_1-findfre-1.o: testsuite/libsframe.find/findfre-1.c | ||
| 20649 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfre_1-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
| 20650 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
| 20651 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/findfre_1-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
| 20652 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 20653 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
| 20654 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
| 20655 | |||
| 20656 | -testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj: testsuite/libsframe.find/findfre-1.c | ||
| 20657 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
| 20658 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Po | ||
| 20659 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
| 20660 | +testsuite/libsframe.find/findfre_1-findfre-1.obj: testsuite/libsframe.find/findfre-1.c | ||
| 20661 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfre_1-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
| 20662 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
| 20663 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/findfre_1-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
| 20664 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 20665 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
| 20666 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
| 20667 | |||
| 20668 | -testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o: testsuite/libsframe.find/findfunc-1.c | ||
| 20669 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
| 20670 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Po | ||
| 20671 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o' libtool=no @AMDEPBACKSLASH@ | ||
| 20672 | +testsuite/libsframe.find/findfunc_1-findfunc-1.o: testsuite/libsframe.find/findfunc-1.c | ||
| 20673 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfunc_1-findfunc-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
| 20674 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
| 20675 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/findfunc_1-findfunc-1.o' libtool=no @AMDEPBACKSLASH@ | ||
| 20676 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 20677 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
| 20678 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
| 20679 | |||
| 20680 | -testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj: testsuite/libsframe.find/findfunc-1.c | ||
| 20681 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
| 20682 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Po | ||
| 20683 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
| 20684 | +testsuite/libsframe.find/findfunc_1-findfunc-1.obj: testsuite/libsframe.find/findfunc-1.c | ||
| 20685 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfunc_1-findfunc-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
| 20686 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
| 20687 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/findfunc_1-findfunc-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
| 20688 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 20689 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
| 20690 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
| 20691 | |||
| 20692 | -testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o: testsuite/libsframe.find/plt-findfre-1.c | ||
| 20693 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
| 20694 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Po | ||
| 20695 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
| 20696 | +testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o: testsuite/libsframe.find/plt-findfre-1.c | ||
| 20697 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
| 20698 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
| 20699 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
| 20700 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 20701 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
| 20702 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
| 20703 | |||
| 20704 | -testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj: testsuite/libsframe.find/plt-findfre-1.c | ||
| 20705 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
| 20706 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Po | ||
| 20707 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
| 20708 | +testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj: testsuite/libsframe.find/plt-findfre-1.c | ||
| 20709 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
| 20710 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
| 20711 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
| 20712 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 20713 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
| 20714 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
| 20715 | |||
| 19974 | mostlyclean-libtool: | 20716 | mostlyclean-libtool: |
| 19975 | -rm -f *.lo | 20717 | -rm -f *.lo |
| 19976 | @@ -1020,7 +1041,7 @@ site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) | 20718 | @@ -1142,7 +1168,7 @@ site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) |
| 19977 | @echo '# Do not edit here. If you wish to override these values' >>site.tmp | 20719 | @echo '# Do not edit here. If you wish to override these values' >>site.tmp |
| 19978 | @echo '# edit the last section' >>site.tmp | 20720 | @echo '# edit the last section' >>site.tmp |
| 19979 | @echo 'set srcdir "$(srcdir)"' >>site.tmp | 20721 | @echo 'set srcdir "$(srcdir)"' >>site.tmp |
| @@ -19982,7 +20724,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19982 | @echo 'set build_alias "$(build_alias)"' >>site.tmp | 20724 | @echo 'set build_alias "$(build_alias)"' >>site.tmp |
| 19983 | @echo 'set build_triplet $(build_triplet)' >>site.tmp | 20725 | @echo 'set build_triplet $(build_triplet)' >>site.tmp |
| 19984 | @echo 'set host_alias "$(host_alias)"' >>site.tmp | 20726 | @echo 'set host_alias "$(host_alias)"' >>site.tmp |
| 19985 | @@ -1044,8 +1065,10 @@ distclean-DEJAGNU: | 20727 | @@ -1166,8 +1192,10 @@ distclean-DEJAGNU: |
| 19986 | -l='$(DEJATOOL)'; for tool in $$l; do \ | 20728 | -l='$(DEJATOOL)'; for tool in $$l; do \ |
| 19987 | rm -f $$tool.sum $$tool.log; \ | 20729 | rm -f $$tool.sum $$tool.log; \ |
| 19988 | done | 20730 | done |
| @@ -19994,7 +20736,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 19994 | $(am__remove_distdir) | 20736 | $(am__remove_distdir) |
| 19995 | test -d "$(distdir)" || mkdir "$(distdir)" | 20737 | test -d "$(distdir)" || mkdir "$(distdir)" |
| 19996 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 20738 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 19997 | @@ -1103,6 +1126,10 @@ dist-xz: distdir | 20739 | @@ -1225,6 +1253,10 @@ dist-xz: distdir |
| 19998 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | 20740 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
| 19999 | $(am__post_remove_distdir) | 20741 | $(am__post_remove_distdir) |
| 20000 | 20742 | ||
| @@ -20005,7 +20747,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 20005 | dist-tarZ: distdir | 20747 | dist-tarZ: distdir |
| 20006 | @echo WARNING: "Support for distribution archives compressed with" \ | 20748 | @echo WARNING: "Support for distribution archives compressed with" \ |
| 20007 | "legacy program 'compress' is deprecated." >&2 | 20749 | "legacy program 'compress' is deprecated." >&2 |
| 20008 | @@ -1145,6 +1172,8 @@ distcheck: dist | 20750 | @@ -1267,6 +1299,8 @@ distcheck: dist |
| 20009 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | 20751 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
| 20010 | *.zip*) \ | 20752 | *.zip*) \ |
| 20011 | unzip $(distdir).zip ;;\ | 20753 | unzip $(distdir).zip ;;\ |
| @@ -20014,7 +20756,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 20014 | esac | 20756 | esac |
| 20015 | chmod -R a-w $(distdir) | 20757 | chmod -R a-w $(distdir) |
| 20016 | chmod u+w $(distdir) | 20758 | chmod u+w $(distdir) |
| 20017 | @@ -1160,7 +1189,7 @@ distcheck: dist | 20759 | @@ -1282,7 +1316,7 @@ distcheck: dist |
| 20018 | $(DISTCHECK_CONFIGURE_FLAGS) \ | 20760 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
| 20019 | --srcdir=../.. --prefix="$$dc_install_base" \ | 20761 | --srcdir=../.. --prefix="$$dc_install_base" \ |
| 20020 | && $(MAKE) $(AM_MAKEFLAGS) \ | 20762 | && $(MAKE) $(AM_MAKEFLAGS) \ |
| @@ -20023,7 +20765,7 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 20023 | && $(MAKE) $(AM_MAKEFLAGS) check \ | 20765 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
| 20024 | && $(MAKE) $(AM_MAKEFLAGS) install \ | 20766 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
| 20025 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | 20767 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 20026 | @@ -1216,6 +1245,8 @@ check-am: all-am | 20768 | @@ -1338,6 +1372,8 @@ check-am: all-am |
| 20027 | $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU | 20769 | $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU |
| 20028 | check: check-am | 20770 | check: check-am |
| 20029 | all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h | 20771 | all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h |
| @@ -20032,11 +20774,11 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 20032 | installdirs: | 20774 | installdirs: |
| 20033 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(includedir)"; do \ | 20775 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(includedir)"; do \ |
| 20034 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | 20776 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 20035 | @@ -1266,7 +1297,13 @@ clean-am: clean-aminfo clean-checkPROGRAMS clean-generic \ | 20777 | @@ -1390,7 +1426,16 @@ clean-am: clean-aminfo clean-checkPROGRAMS clean-generic \ |
| 20036 | 20778 | ||
| 20037 | distclean: distclean-am | 20779 | distclean: distclean-am |
| 20038 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 20780 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 20039 | - -rm -rf ./$(DEPDIR) testsuite/libsframe.decode/$(DEPDIR) testsuite/libsframe.encode/$(DEPDIR) | 20781 | - -rm -rf ./$(DEPDIR) testsuite/libsframe.decode/$(DEPDIR) testsuite/libsframe.encode/$(DEPDIR) testsuite/libsframe.find/$(DEPDIR) |
| 20040 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-dump.Plo | 20782 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-dump.Plo |
| 20041 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-error.Plo | 20783 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-error.Plo |
| 20042 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe.Plo | 20784 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe.Plo |
| @@ -20044,14 +20786,17 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 20044 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po | 20786 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po |
| 20045 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po | 20787 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po |
| 20046 | + -rm -f testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po | 20788 | + -rm -f testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po |
| 20789 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
| 20790 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
| 20791 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
| 20047 | -rm -f Makefile | 20792 | -rm -f Makefile |
| 20048 | distclean-am: clean-am distclean-DEJAGNU distclean-compile \ | 20793 | distclean-am: clean-am distclean-DEJAGNU distclean-compile \ |
| 20049 | distclean-generic distclean-hdr distclean-libtool \ | 20794 | distclean-generic distclean-hdr distclean-libtool \ |
| 20050 | @@ -1406,7 +1443,13 @@ installcheck-am: | 20795 | @@ -1530,7 +1575,16 @@ installcheck-am: |
| 20051 | maintainer-clean: maintainer-clean-am | 20796 | maintainer-clean: maintainer-clean-am |
| 20052 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 20797 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 20053 | -rm -rf $(top_srcdir)/autom4te.cache | 20798 | -rm -rf $(top_srcdir)/autom4te.cache |
| 20054 | - -rm -rf ./$(DEPDIR) testsuite/libsframe.decode/$(DEPDIR) testsuite/libsframe.encode/$(DEPDIR) | 20799 | - -rm -rf ./$(DEPDIR) testsuite/libsframe.decode/$(DEPDIR) testsuite/libsframe.encode/$(DEPDIR) testsuite/libsframe.find/$(DEPDIR) |
| 20055 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-dump.Plo | 20800 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-dump.Plo |
| 20056 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-error.Plo | 20801 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-error.Plo |
| 20057 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe.Plo | 20802 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe.Plo |
| @@ -20059,10 +20804,13 @@ index 107b82ccfdc..4a4459bf5eb 100644 | |||
| 20059 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po | 20804 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po |
| 20060 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po | 20805 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po |
| 20061 | + -rm -f testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po | 20806 | + -rm -f testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po |
| 20807 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
| 20808 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
| 20809 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
| 20062 | -rm -f Makefile | 20810 | -rm -f Makefile |
| 20063 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ | 20811 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ |
| 20064 | maintainer-clean-generic | 20812 | maintainer-clean-generic |
| 20065 | @@ -1430,28 +1473,28 @@ uninstall-am: uninstall-dvi-am uninstall-html-am \ | 20813 | @@ -1554,28 +1608,28 @@ uninstall-am: uninstall-dvi-am uninstall-html-am \ |
| 20066 | 20814 | ||
| 20067 | .MAKE: all check-am install-am install-strip | 20815 | .MAKE: all check-am install-am install-strip |
| 20068 | 20816 | ||
| @@ -20561,10 +21309,10 @@ index b0cdd6b184d..c83d4f62ece 100644 | |||
| 20561 | # This file is free software; the Free Software Foundation | 21309 | # This file is free software; the Free Software Foundation |
| 20562 | # gives unlimited permission to copy and/or distribute it, | 21310 | # gives unlimited permission to copy and/or distribute it, |
| 20563 | diff --git a/libsframe/configure b/libsframe/configure | 21311 | diff --git a/libsframe/configure b/libsframe/configure |
| 20564 | index 7bbed5d8ccf..795e7802110 100755 | 21312 | index f7ad9c5e29a..78e875956ae 100755 |
| 20565 | --- a/libsframe/configure | 21313 | --- a/libsframe/configure |
| 20566 | +++ b/libsframe/configure | 21314 | +++ b/libsframe/configure |
| 20567 | @@ -654,6 +654,8 @@ OTOOL | 21315 | @@ -658,6 +658,8 @@ OTOOL |
| 20568 | LIPO | 21316 | LIPO |
| 20569 | NMEDIT | 21317 | NMEDIT |
| 20570 | DSYMUTIL | 21318 | DSYMUTIL |
| @@ -20573,7 +21321,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20573 | OBJDUMP | 21321 | OBJDUMP |
| 20574 | LN_S | 21322 | LN_S |
| 20575 | NM | 21323 | NM |
| 20576 | @@ -678,6 +680,9 @@ AM_BACKSLASH | 21324 | @@ -682,6 +684,9 @@ AM_BACKSLASH |
| 20577 | AM_DEFAULT_VERBOSITY | 21325 | AM_DEFAULT_VERBOSITY |
| 20578 | AM_DEFAULT_V | 21326 | AM_DEFAULT_V |
| 20579 | AM_V | 21327 | AM_V |
| @@ -20583,7 +21331,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20583 | am__fastdepCC_FALSE | 21331 | am__fastdepCC_FALSE |
| 20584 | am__fastdepCC_TRUE | 21332 | am__fastdepCC_TRUE |
| 20585 | CCDEPMODE | 21333 | CCDEPMODE |
| 20586 | @@ -685,7 +690,6 @@ am__nodep | 21334 | @@ -689,7 +694,6 @@ am__nodep |
| 20587 | AMDEPBACKSLASH | 21335 | AMDEPBACKSLASH |
| 20588 | AMDEP_FALSE | 21336 | AMDEP_FALSE |
| 20589 | AMDEP_TRUE | 21337 | AMDEP_TRUE |
| @@ -20591,7 +21339,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20591 | am__include | 21339 | am__include |
| 20592 | DEPDIR | 21340 | DEPDIR |
| 20593 | am__untar | 21341 | am__untar |
| 20594 | @@ -758,7 +762,8 @@ PACKAGE_VERSION | 21342 | @@ -762,7 +766,8 @@ PACKAGE_VERSION |
| 20595 | PACKAGE_TARNAME | 21343 | PACKAGE_TARNAME |
| 20596 | PACKAGE_NAME | 21344 | PACKAGE_NAME |
| 20597 | PATH_SEPARATOR | 21345 | PATH_SEPARATOR |
| @@ -20601,7 +21349,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20601 | ac_subst_files='' | 21349 | ac_subst_files='' |
| 20602 | ac_user_opts=' | 21350 | ac_user_opts=' |
| 20603 | enable_option_checking | 21351 | enable_option_checking |
| 20604 | @@ -769,6 +774,7 @@ enable_static | 21352 | @@ -773,6 +778,7 @@ enable_static |
| 20605 | with_pic | 21353 | with_pic |
| 20606 | enable_fast_install | 21354 | enable_fast_install |
| 20607 | with_gnu_ld | 21355 | with_gnu_ld |
| @@ -20609,7 +21357,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20609 | enable_libtool_lock | 21357 | enable_libtool_lock |
| 20610 | enable_largefile | 21358 | enable_largefile |
| 20611 | enable_maintainer_mode | 21359 | enable_maintainer_mode |
| 20612 | @@ -1424,6 +1430,8 @@ Optional Packages: | 21360 | @@ -1428,6 +1434,8 @@ Optional Packages: |
| 20613 | --with-pic try to use only PIC/non-PIC objects [default=use | 21361 | --with-pic try to use only PIC/non-PIC objects [default=use |
| 20614 | both] | 21362 | both] |
| 20615 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 21363 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| @@ -20618,7 +21366,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20618 | 21366 | ||
| 20619 | Some influential environment variables: | 21367 | Some influential environment variables: |
| 20620 | CC C compiler command | 21368 | CC C compiler command |
| 20621 | @@ -3606,7 +3614,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | 21369 | @@ -3610,7 +3618,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } |
| 20622 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | 21370 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h |
| 20623 | 21371 | ||
| 20624 | 21372 | ||
| @@ -20627,7 +21375,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20627 | 21375 | ||
| 20628 | # Find a good install program. We prefer a C program (faster), | 21376 | # Find a good install program. We prefer a C program (faster), |
| 20629 | # so one script is as good as another. But avoid the broken or | 21377 | # so one script is as good as another. But avoid the broken or |
| 20630 | @@ -3779,12 +3787,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | 21378 | @@ -3783,12 +3791,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
| 20631 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | 21379 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
| 20632 | 21380 | ||
| 20633 | if test x"${MISSING+set}" != xset; then | 21381 | if test x"${MISSING+set}" != xset; then |
| @@ -20641,7 +21389,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20641 | fi | 21389 | fi |
| 20642 | # Use eval to expand $SHELL | 21390 | # Use eval to expand $SHELL |
| 20643 | if eval "$MISSING --is-lightweight"; then | 21391 | if eval "$MISSING --is-lightweight"; then |
| 20644 | @@ -4032,45 +4035,45 @@ DEPDIR="${am__leading_dot}deps" | 21392 | @@ -4036,45 +4039,45 @@ DEPDIR="${am__leading_dot}deps" |
| 20645 | 21393 | ||
| 20646 | ac_config_commands="$ac_config_commands depfiles" | 21394 | ac_config_commands="$ac_config_commands depfiles" |
| 20647 | 21395 | ||
| @@ -20720,7 +21468,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20720 | 21468 | ||
| 20721 | # Check whether --enable-dependency-tracking was given. | 21469 | # Check whether --enable-dependency-tracking was given. |
| 20722 | if test "${enable_dependency_tracking+set}" = set; then : | 21470 | if test "${enable_dependency_tracking+set}" = set; then : |
| 20723 | @@ -4182,8 +4185,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | 21471 | @@ -4186,8 +4189,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 20724 | 21472 | ||
| 20725 | # For better backward compatibility. To be removed once Automake 1.9.x | 21473 | # For better backward compatibility. To be removed once Automake 1.9.x |
| 20726 | # dies out for good. For more background, see: | 21474 | # dies out for good. For more background, see: |
| @@ -20731,7 +21479,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20731 | mkdir_p='$(MKDIR_P)' | 21479 | mkdir_p='$(MKDIR_P)' |
| 20732 | 21480 | ||
| 20733 | # We need awk for the "check" target (and possibly the TAP driver). The | 21481 | # We need awk for the "check" target (and possibly the TAP driver). The |
| 20734 | @@ -4330,6 +4333,20 @@ else | 21482 | @@ -4334,6 +4337,20 @@ else |
| 20735 | fi | 21483 | fi |
| 20736 | 21484 | ||
| 20737 | 21485 | ||
| @@ -20752,7 +21500,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20752 | 21500 | ||
| 20753 | # POSIX will say in a future version that running "rm -f" with no argument | 21501 | # POSIX will say in a future version that running "rm -f" with no argument |
| 20754 | # is OK; and we want to be able to make that assumption in our Makefile | 21502 | # is OK; and we want to be able to make that assumption in our Makefile |
| 20755 | @@ -4362,7 +4379,7 @@ END | 21503 | @@ -4366,7 +4383,7 @@ END |
| 20756 | Aborting the configuration process, to ensure you take notice of the issue. | 21504 | Aborting the configuration process, to ensure you take notice of the issue. |
| 20757 | 21505 | ||
| 20758 | You can download and install GNU coreutils to get an 'rm' implementation | 21506 | You can download and install GNU coreutils to get an 'rm' implementation |
| @@ -20761,7 +21509,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20761 | 21509 | ||
| 20762 | If you want to complete the configuration process using your problematic | 21510 | If you want to complete the configuration process using your problematic |
| 20763 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | 21511 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
| 20764 | @@ -5308,8 +5325,8 @@ esac | 21512 | @@ -5351,8 +5368,8 @@ esac |
| 20765 | 21513 | ||
| 20766 | 21514 | ||
| 20767 | 21515 | ||
| @@ -20772,7 +21520,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20772 | 21520 | ||
| 20773 | 21521 | ||
| 20774 | 21522 | ||
| 20775 | @@ -5420,7 +5437,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 21523 | @@ -5463,7 +5480,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
| 20776 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 21524 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
| 20777 | $as_echo_n "checking how to print strings... " >&6; } | 21525 | $as_echo_n "checking how to print strings... " >&6; } |
| 20778 | # Test print first, because it will be a builtin if present. | 21526 | # Test print first, because it will be a builtin if present. |
| @@ -20781,7 +21529,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20781 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 21529 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 20782 | ECHO='print -r --' | 21530 | ECHO='print -r --' |
| 20783 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 21531 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 20784 | @@ -6113,8 +6130,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 21532 | @@ -6156,8 +6173,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
| 20785 | # Try some XSI features | 21533 | # Try some XSI features |
| 20786 | xsi_shell=no | 21534 | xsi_shell=no |
| 20787 | ( _lt_dummy="a/b/c" | 21535 | ( _lt_dummy="a/b/c" |
| @@ -20792,7 +21540,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20792 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 21540 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
| 20793 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 21541 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
| 20794 | && xsi_shell=yes | 21542 | && xsi_shell=yes |
| 20795 | @@ -6163,6 +6180,80 @@ esac | 21543 | @@ -6206,6 +6223,80 @@ esac |
| 20796 | 21544 | ||
| 20797 | 21545 | ||
| 20798 | 21546 | ||
| @@ -20873,7 +21621,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20873 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 21621 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 20874 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 21622 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 20875 | if ${lt_cv_ld_reload_flag+:} false; then : | 21623 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 20876 | @@ -6179,6 +6270,11 @@ case $reload_flag in | 21624 | @@ -6222,6 +6313,11 @@ case $reload_flag in |
| 20877 | esac | 21625 | esac |
| 20878 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 21626 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 20879 | case $host_os in | 21627 | case $host_os in |
| @@ -20885,7 +21633,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20885 | darwin*) | 21633 | darwin*) |
| 20886 | if test "$GCC" = yes; then | 21634 | if test "$GCC" = yes; then |
| 20887 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 21635 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| 20888 | @@ -6347,7 +6443,8 @@ mingw* | pw32*) | 21636 | @@ -6390,7 +6486,8 @@ mingw* | pw32*) |
| 20889 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 21637 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 20890 | lt_cv_file_magic_cmd='func_win32_libid' | 21638 | lt_cv_file_magic_cmd='func_win32_libid' |
| 20891 | else | 21639 | else |
| @@ -20895,7 +21643,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20895 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 21643 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 20896 | fi | 21644 | fi |
| 20897 | ;; | 21645 | ;; |
| 20898 | @@ -6501,6 +6598,21 @@ esac | 21646 | @@ -6544,6 +6641,21 @@ esac |
| 20899 | fi | 21647 | fi |
| 20900 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 21648 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 20901 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 21649 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| @@ -20917,7 +21665,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 20917 | file_magic_cmd=$lt_cv_file_magic_cmd | 21665 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 20918 | deplibs_check_method=$lt_cv_deplibs_check_method | 21666 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 20919 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 21667 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 20920 | @@ -6516,6 +6628,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 21668 | @@ -6559,6 +6671,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 20921 | 21669 | ||
| 20922 | 21670 | ||
| 20923 | 21671 | ||
| @@ -21075,7 +21823,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21075 | plugin_option= | 21823 | plugin_option= |
| 21076 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 21824 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
| 21077 | for plugin in $plugin_names; do | 21825 | for plugin in $plugin_names; do |
| 21078 | @@ -6530,8 +6793,10 @@ for plugin in $plugin_names; do | 21826 | @@ -6573,8 +6836,10 @@ for plugin in $plugin_names; do |
| 21079 | done | 21827 | done |
| 21080 | 21828 | ||
| 21081 | if test -n "$ac_tool_prefix"; then | 21829 | if test -n "$ac_tool_prefix"; then |
| @@ -21088,7 +21836,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21088 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 21836 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 21089 | $as_echo_n "checking for $ac_word... " >&6; } | 21837 | $as_echo_n "checking for $ac_word... " >&6; } |
| 21090 | if ${ac_cv_prog_AR+:} false; then : | 21838 | if ${ac_cv_prog_AR+:} false; then : |
| 21091 | @@ -6547,7 +6812,7 @@ do | 21839 | @@ -6590,7 +6855,7 @@ do |
| 21092 | test -z "$as_dir" && as_dir=. | 21840 | test -z "$as_dir" && as_dir=. |
| 21093 | for ac_exec_ext in '' $ac_executable_extensions; do | 21841 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 21094 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 21842 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -21097,7 +21845,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21097 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 21845 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 21098 | break 2 | 21846 | break 2 |
| 21099 | fi | 21847 | fi |
| 21100 | @@ -6567,11 +6832,15 @@ $as_echo "no" >&6; } | 21848 | @@ -6610,11 +6875,15 @@ $as_echo "no" >&6; } |
| 21101 | fi | 21849 | fi |
| 21102 | 21850 | ||
| 21103 | 21851 | ||
| @@ -21116,7 +21864,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21116 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 21864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 21117 | $as_echo_n "checking for $ac_word... " >&6; } | 21865 | $as_echo_n "checking for $ac_word... " >&6; } |
| 21118 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 21866 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 21119 | @@ -6587,7 +6856,7 @@ do | 21867 | @@ -6630,7 +6899,7 @@ do |
| 21120 | test -z "$as_dir" && as_dir=. | 21868 | test -z "$as_dir" && as_dir=. |
| 21121 | for ac_exec_ext in '' $ac_executable_extensions; do | 21869 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 21122 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 21870 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -21125,7 +21873,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21125 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 21873 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 21126 | break 2 | 21874 | break 2 |
| 21127 | fi | 21875 | fi |
| 21128 | @@ -6606,6 +6875,10 @@ else | 21876 | @@ -6649,6 +6918,10 @@ else |
| 21129 | $as_echo "no" >&6; } | 21877 | $as_echo "no" >&6; } |
| 21130 | fi | 21878 | fi |
| 21131 | 21879 | ||
| @@ -21136,7 +21884,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21136 | if test "x$ac_ct_AR" = x; then | 21884 | if test "x$ac_ct_AR" = x; then |
| 21137 | AR="false" | 21885 | AR="false" |
| 21138 | else | 21886 | else |
| 21139 | @@ -6617,29 +6890,81 @@ ac_tool_warned=yes ;; | 21887 | @@ -6660,29 +6933,81 @@ ac_tool_warned=yes ;; |
| 21140 | esac | 21888 | esac |
| 21141 | AR=$ac_ct_AR | 21889 | AR=$ac_ct_AR |
| 21142 | fi | 21890 | fi |
| @@ -21233,7 +21981,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21233 | 21981 | ||
| 21234 | 21982 | ||
| 21235 | 21983 | ||
| 21236 | @@ -6986,8 +7311,8 @@ esac | 21984 | @@ -7029,8 +7354,8 @@ esac |
| 21237 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 21985 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| 21238 | 21986 | ||
| 21239 | # Transform an extracted symbol line into symbol name and symbol address | 21987 | # Transform an extracted symbol line into symbol name and symbol address |
| @@ -21244,7 +21992,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21244 | 21992 | ||
| 21245 | # Handle CRLF in mingw tool chain | 21993 | # Handle CRLF in mingw tool chain |
| 21246 | opt_cr= | 21994 | opt_cr= |
| 21247 | @@ -7023,6 +7348,7 @@ for ac_symprfx in "" "_"; do | 21995 | @@ -7066,6 +7391,7 @@ for ac_symprfx in "" "_"; do |
| 21248 | else | 21996 | else |
| 21249 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 21997 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 21250 | fi | 21998 | fi |
| @@ -21252,7 +22000,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21252 | 22000 | ||
| 21253 | # Check to see that the pipe works correctly. | 22001 | # Check to see that the pipe works correctly. |
| 21254 | pipe_works=no | 22002 | pipe_works=no |
| 21255 | @@ -7064,6 +7390,18 @@ _LT_EOF | 22003 | @@ -7107,6 +7433,18 @@ _LT_EOF |
| 21256 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 22004 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 21257 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 22005 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 21258 | cat <<_LT_EOF > conftest.$ac_ext | 22006 | cat <<_LT_EOF > conftest.$ac_ext |
| @@ -21271,7 +22019,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21271 | #ifdef __cplusplus | 22019 | #ifdef __cplusplus |
| 21272 | extern "C" { | 22020 | extern "C" { |
| 21273 | #endif | 22021 | #endif |
| 21274 | @@ -7075,7 +7413,7 @@ _LT_EOF | 22022 | @@ -7118,7 +7456,7 @@ _LT_EOF |
| 21275 | cat <<_LT_EOF >> conftest.$ac_ext | 22023 | cat <<_LT_EOF >> conftest.$ac_ext |
| 21276 | 22024 | ||
| 21277 | /* The mapping between symbol names and symbols. */ | 22025 | /* The mapping between symbol names and symbols. */ |
| @@ -21280,7 +22028,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21280 | const char *name; | 22028 | const char *name; |
| 21281 | void *address; | 22029 | void *address; |
| 21282 | } | 22030 | } |
| 21283 | @@ -7101,8 +7439,8 @@ static const void *lt_preloaded_setup() { | 22031 | @@ -7144,8 +7482,8 @@ static const void *lt_preloaded_setup() { |
| 21284 | _LT_EOF | 22032 | _LT_EOF |
| 21285 | # Now try linking the two files. | 22033 | # Now try linking the two files. |
| 21286 | mv conftest.$ac_objext conftstm.$ac_objext | 22034 | mv conftest.$ac_objext conftstm.$ac_objext |
| @@ -21291,7 +22039,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21291 | LIBS="conftstm.$ac_objext" | 22039 | LIBS="conftstm.$ac_objext" |
| 21292 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 22040 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 21293 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 22041 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 21294 | @@ -7112,8 +7450,8 @@ _LT_EOF | 22042 | @@ -7155,8 +7493,8 @@ _LT_EOF |
| 21295 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 22043 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
| 21296 | pipe_works=yes | 22044 | pipe_works=yes |
| 21297 | fi | 22045 | fi |
| @@ -21302,7 +22050,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21302 | else | 22050 | else |
| 21303 | echo "cannot find nm_test_func in $nlist" >&5 | 22051 | echo "cannot find nm_test_func in $nlist" >&5 |
| 21304 | fi | 22052 | fi |
| 21305 | @@ -7150,6 +7488,16 @@ else | 22053 | @@ -7193,6 +7531,16 @@ else |
| 21306 | $as_echo "ok" >&6; } | 22054 | $as_echo "ok" >&6; } |
| 21307 | fi | 22055 | fi |
| 21308 | 22056 | ||
| @@ -21319,7 +22067,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21319 | 22067 | ||
| 21320 | 22068 | ||
| 21321 | 22069 | ||
| 21322 | @@ -7166,6 +7514,45 @@ fi | 22070 | @@ -7209,6 +7557,45 @@ fi |
| 21323 | 22071 | ||
| 21324 | 22072 | ||
| 21325 | 22073 | ||
| @@ -21365,7 +22113,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21365 | 22113 | ||
| 21366 | 22114 | ||
| 21367 | 22115 | ||
| 21368 | @@ -7371,11 +7758,128 @@ sparc*-*solaris*) | 22116 | @@ -7414,11 +7801,128 @@ sparc*-*solaris*) |
| 21369 | ;; | 22117 | ;; |
| 21370 | esac | 22118 | esac |
| 21371 | fi | 22119 | fi |
| @@ -21497,7 +22245,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21497 | 22245 | ||
| 21498 | 22246 | ||
| 21499 | case $host_os in | 22247 | case $host_os in |
| 21500 | @@ -7940,6 +8444,8 @@ _LT_EOF | 22248 | @@ -7983,6 +8487,8 @@ _LT_EOF |
| 21501 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 22249 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 21502 | echo "$AR cru libconftest.a conftest.o" >&5 | 22250 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 21503 | $AR cru libconftest.a conftest.o 2>&5 | 22251 | $AR cru libconftest.a conftest.o 2>&5 |
| @@ -21506,7 +22254,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21506 | cat > conftest.c << _LT_EOF | 22254 | cat > conftest.c << _LT_EOF |
| 21507 | int main() { return 0;} | 22255 | int main() { return 0;} |
| 21508 | _LT_EOF | 22256 | _LT_EOF |
| 21509 | @@ -8492,8 +8998,6 @@ fi | 22257 | @@ -8535,8 +9041,6 @@ fi |
| 21510 | lt_prog_compiler_pic= | 22258 | lt_prog_compiler_pic= |
| 21511 | lt_prog_compiler_static= | 22259 | lt_prog_compiler_static= |
| 21512 | 22260 | ||
| @@ -21515,7 +22263,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21515 | 22263 | ||
| 21516 | if test "$GCC" = yes; then | 22264 | if test "$GCC" = yes; then |
| 21517 | lt_prog_compiler_wl='-Wl,' | 22265 | lt_prog_compiler_wl='-Wl,' |
| 21518 | @@ -8659,6 +9163,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 22266 | @@ -8702,6 +9206,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 21519 | lt_prog_compiler_pic='--shared' | 22267 | lt_prog_compiler_pic='--shared' |
| 21520 | lt_prog_compiler_static='--static' | 22268 | lt_prog_compiler_static='--static' |
| 21521 | ;; | 22269 | ;; |
| @@ -21528,7 +22276,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21528 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 22276 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 21529 | # Portland Group compilers (*not* the Pentium gcc compiler, | 22277 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 21530 | # which looks to be a dead project) | 22278 | # which looks to be a dead project) |
| 21531 | @@ -8721,7 +9231,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 22279 | @@ -8764,7 +9274,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 21532 | lt_prog_compiler_pic='-KPIC' | 22280 | lt_prog_compiler_pic='-KPIC' |
| 21533 | lt_prog_compiler_static='-Bstatic' | 22281 | lt_prog_compiler_static='-Bstatic' |
| 21534 | case $cc_basename in | 22282 | case $cc_basename in |
| @@ -21537,7 +22285,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21537 | lt_prog_compiler_wl='-Qoption ld ';; | 22285 | lt_prog_compiler_wl='-Qoption ld ';; |
| 21538 | *) | 22286 | *) |
| 21539 | lt_prog_compiler_wl='-Wl,';; | 22287 | lt_prog_compiler_wl='-Wl,';; |
| 21540 | @@ -8778,13 +9288,17 @@ case $host_os in | 22288 | @@ -8821,13 +9331,17 @@ case $host_os in |
| 21541 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 22289 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
| 21542 | ;; | 22290 | ;; |
| 21543 | esac | 22291 | esac |
| @@ -21561,7 +22309,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21561 | 22309 | ||
| 21562 | # | 22310 | # |
| 21563 | # Check to make sure the PIC flag actually works. | 22311 | # Check to make sure the PIC flag actually works. |
| 21564 | @@ -8845,6 +9359,11 @@ fi | 22312 | @@ -8888,6 +9402,11 @@ fi |
| 21565 | 22313 | ||
| 21566 | 22314 | ||
| 21567 | 22315 | ||
| @@ -21573,7 +22321,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21573 | # | 22321 | # |
| 21574 | # Check to make sure the static flag actually works. | 22322 | # Check to make sure the static flag actually works. |
| 21575 | # | 22323 | # |
| 21576 | @@ -9195,7 +9714,8 @@ _LT_EOF | 22324 | @@ -9238,7 +9757,8 @@ _LT_EOF |
| 21577 | allow_undefined_flag=unsupported | 22325 | allow_undefined_flag=unsupported |
| 21578 | always_export_symbols=no | 22326 | always_export_symbols=no |
| 21579 | enable_shared_with_static_runtimes=yes | 22327 | enable_shared_with_static_runtimes=yes |
| @@ -21583,7 +22331,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21583 | 22331 | ||
| 21584 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 22332 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
| 21585 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 22333 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| 21586 | @@ -9294,12 +9814,12 @@ _LT_EOF | 22334 | @@ -9337,12 +9857,12 @@ _LT_EOF |
| 21587 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 22335 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 21588 | hardcode_libdir_flag_spec= | 22336 | hardcode_libdir_flag_spec= |
| 21589 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 22337 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| @@ -21598,7 +22346,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21598 | fi | 22346 | fi |
| 21599 | ;; | 22347 | ;; |
| 21600 | esac | 22348 | esac |
| 21601 | @@ -9313,8 +9833,8 @@ _LT_EOF | 22349 | @@ -9356,8 +9876,8 @@ _LT_EOF |
| 21602 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 22350 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 21603 | wlarc= | 22351 | wlarc= |
| 21604 | else | 22352 | else |
| @@ -21609,7 +22357,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21609 | fi | 22357 | fi |
| 21610 | ;; | 22358 | ;; |
| 21611 | 22359 | ||
| 21612 | @@ -9332,8 +9852,8 @@ _LT_EOF | 22360 | @@ -9375,8 +9895,8 @@ _LT_EOF |
| 21613 | 22361 | ||
| 21614 | _LT_EOF | 22362 | _LT_EOF |
| 21615 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 22363 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -21620,7 +22368,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21620 | else | 22368 | else |
| 21621 | ld_shlibs=no | 22369 | ld_shlibs=no |
| 21622 | fi | 22370 | fi |
| 21623 | @@ -9379,8 +9899,8 @@ _LT_EOF | 22371 | @@ -9422,8 +9942,8 @@ _LT_EOF |
| 21624 | 22372 | ||
| 21625 | *) | 22373 | *) |
| 21626 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 22374 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -21631,7 +22379,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21631 | else | 22379 | else |
| 21632 | ld_shlibs=no | 22380 | ld_shlibs=no |
| 21633 | fi | 22381 | fi |
| 21634 | @@ -9510,7 +10030,13 @@ _LT_EOF | 22382 | @@ -9553,7 +10073,13 @@ _LT_EOF |
| 21635 | allow_undefined_flag='-berok' | 22383 | allow_undefined_flag='-berok' |
| 21636 | # Determine the default libpath from the value encoded in an | 22384 | # Determine the default libpath from the value encoded in an |
| 21637 | # empty executable. | 22385 | # empty executable. |
| @@ -21646,7 +22394,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21646 | /* end confdefs.h. */ | 22394 | /* end confdefs.h. */ |
| 21647 | 22395 | ||
| 21648 | int | 22396 | int |
| 21649 | @@ -9523,22 +10049,29 @@ main () | 22397 | @@ -9566,22 +10092,29 @@ main () |
| 21650 | _ACEOF | 22398 | _ACEOF |
| 21651 | if ac_fn_c_try_link "$LINENO"; then : | 22399 | if ac_fn_c_try_link "$LINENO"; then : |
| 21652 | 22400 | ||
| @@ -21689,7 +22437,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21689 | 22437 | ||
| 21690 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 22438 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 21691 | 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" | 22439 | 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" |
| 21692 | @@ -9550,7 +10083,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22440 | @@ -9593,7 +10126,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 21693 | else | 22441 | else |
| 21694 | # Determine the default libpath from the value encoded in an | 22442 | # Determine the default libpath from the value encoded in an |
| 21695 | # empty executable. | 22443 | # empty executable. |
| @@ -21704,7 +22452,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21704 | /* end confdefs.h. */ | 22452 | /* end confdefs.h. */ |
| 21705 | 22453 | ||
| 21706 | int | 22454 | int |
| 21707 | @@ -9563,22 +10102,29 @@ main () | 22455 | @@ -9606,22 +10145,29 @@ main () |
| 21708 | _ACEOF | 22456 | _ACEOF |
| 21709 | if ac_fn_c_try_link "$LINENO"; then : | 22457 | if ac_fn_c_try_link "$LINENO"; then : |
| 21710 | 22458 | ||
| @@ -21747,7 +22495,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21747 | 22495 | ||
| 21748 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 22496 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 21749 | # Warning - without using the other run time loading flags, | 22497 | # Warning - without using the other run time loading flags, |
| 21750 | @@ -9623,20 +10169,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22498 | @@ -9666,20 +10212,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 21751 | # Microsoft Visual C++. | 22499 | # Microsoft Visual C++. |
| 21752 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 22500 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| 21753 | # no search path for DLLs. | 22501 | # no search path for DLLs. |
| @@ -21825,7 +22573,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21825 | ;; | 22573 | ;; |
| 21826 | 22574 | ||
| 21827 | darwin* | rhapsody*) | 22575 | darwin* | rhapsody*) |
| 21828 | @@ -9697,7 +10286,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22576 | @@ -9740,7 +10329,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 21829 | 22577 | ||
| 21830 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 22578 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
| 21831 | freebsd* | dragonfly*) | 22579 | freebsd* | dragonfly*) |
| @@ -21834,7 +22582,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21834 | hardcode_libdir_flag_spec='-R$libdir' | 22582 | hardcode_libdir_flag_spec='-R$libdir' |
| 21835 | hardcode_direct=yes | 22583 | hardcode_direct=yes |
| 21836 | hardcode_shlibpath_var=no | 22584 | hardcode_shlibpath_var=no |
| 21837 | @@ -9705,7 +10294,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22585 | @@ -9748,7 +10337,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 21838 | 22586 | ||
| 21839 | hpux9*) | 22587 | hpux9*) |
| 21840 | if test "$GCC" = yes; then | 22588 | if test "$GCC" = yes; then |
| @@ -21843,7 +22591,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21843 | else | 22591 | else |
| 21844 | 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' | 22592 | 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' |
| 21845 | fi | 22593 | fi |
| 21846 | @@ -9721,7 +10310,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22594 | @@ -9764,7 +10353,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 21847 | 22595 | ||
| 21848 | hpux10*) | 22596 | hpux10*) |
| 21849 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 22597 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
| @@ -21852,7 +22600,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21852 | else | 22600 | else |
| 21853 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 22601 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| 21854 | fi | 22602 | fi |
| 21855 | @@ -9745,10 +10334,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 22603 | @@ -9788,10 +10377,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 21856 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | 22604 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| 21857 | ;; | 22605 | ;; |
| 21858 | ia64*) | 22606 | ia64*) |
| @@ -21865,7 +22613,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21865 | ;; | 22613 | ;; |
| 21866 | esac | 22614 | esac |
| 21867 | else | 22615 | else |
| 21868 | @@ -9827,23 +10416,36 @@ fi | 22616 | @@ -9870,23 +10459,36 @@ fi |
| 21869 | 22617 | ||
| 21870 | irix5* | irix6* | nonstopux*) | 22618 | irix5* | irix6* | nonstopux*) |
| 21871 | if test "$GCC" = yes; then | 22619 | if test "$GCC" = yes; then |
| @@ -21910,7 +22658,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21910 | else | 22658 | else |
| 21911 | 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' | 22659 | 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' |
| 21912 | 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' | 22660 | 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' |
| 21913 | @@ -9928,7 +10530,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 22661 | @@ -9971,7 +10573,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 21914 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 22662 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 21915 | if test "$GCC" = yes; then | 22663 | if test "$GCC" = yes; then |
| 21916 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 22664 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
| @@ -21919,7 +22667,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21919 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 22667 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 21920 | else | 22668 | else |
| 21921 | allow_undefined_flag=' -expect_unresolved \*' | 22669 | allow_undefined_flag=' -expect_unresolved \*' |
| 21922 | @@ -9947,9 +10549,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 22670 | @@ -9990,9 +10592,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 21923 | no_undefined_flag=' -z defs' | 22671 | no_undefined_flag=' -z defs' |
| 21924 | if test "$GCC" = yes; then | 22672 | if test "$GCC" = yes; then |
| 21925 | wlarc='${wl}' | 22673 | wlarc='${wl}' |
| @@ -21931,7 +22679,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21931 | else | 22679 | else |
| 21932 | case `$CC -V 2>&1` in | 22680 | case `$CC -V 2>&1` in |
| 21933 | *"Compilers 5.0"*) | 22681 | *"Compilers 5.0"*) |
| 21934 | @@ -10525,8 +11127,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 22682 | @@ -10568,8 +11170,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 21935 | need_version=no | 22683 | need_version=no |
| 21936 | need_lib_prefix=no | 22684 | need_lib_prefix=no |
| 21937 | 22685 | ||
| @@ -21943,7 +22691,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 21943 | library_names_spec='$libname.dll.a' | 22691 | library_names_spec='$libname.dll.a' |
| 21944 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 22692 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 21945 | postinstall_cmds='base_file=`basename \${file}`~ | 22693 | postinstall_cmds='base_file=`basename \${file}`~ |
| 21946 | @@ -10559,13 +11162,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 22694 | @@ -10602,13 +11205,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 21947 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 22695 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 21948 | ;; | 22696 | ;; |
| 21949 | esac | 22697 | esac |
| @@ -22016,16 +22764,16 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22016 | # FIXME: first we should search . and the directory the executable is in | 22764 | # FIXME: first we should search . and the directory the executable is in |
| 22017 | shlibpath_var=PATH | 22765 | shlibpath_var=PATH |
| 22018 | ;; | 22766 | ;; |
| 22019 | @@ -11443,7 +12104,7 @@ else | 22767 | @@ -11486,7 +12147,7 @@ else |
| 22020 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 22768 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 22021 | lt_status=$lt_dlunknown | 22769 | lt_status=$lt_dlunknown |
| 22022 | cat > conftest.$ac_ext <<_LT_EOF | 22770 | cat > conftest.$ac_ext <<_LT_EOF |
| 22023 | -#line 11446 "configure" | 22771 | -#line 11489 "configure" |
| 22024 | +#line $LINENO "configure" | 22772 | +#line $LINENO "configure" |
| 22025 | #include "confdefs.h" | 22773 | #include "confdefs.h" |
| 22026 | 22774 | ||
| 22027 | #if HAVE_DLFCN_H | 22775 | #if HAVE_DLFCN_H |
| 22028 | @@ -11487,10 +12148,10 @@ else | 22776 | @@ -11530,10 +12191,10 @@ else |
| 22029 | /* When -fvisbility=hidden is used, assume the code has been annotated | 22777 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 22030 | correspondingly for the symbols needed. */ | 22778 | correspondingly for the symbols needed. */ |
| 22031 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 22779 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -22038,16 +22786,16 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22038 | int main () | 22786 | int main () |
| 22039 | { | 22787 | { |
| 22040 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 22788 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 22041 | @@ -11549,7 +12210,7 @@ else | 22789 | @@ -11592,7 +12253,7 @@ else |
| 22042 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 22790 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 22043 | lt_status=$lt_dlunknown | 22791 | lt_status=$lt_dlunknown |
| 22044 | cat > conftest.$ac_ext <<_LT_EOF | 22792 | cat > conftest.$ac_ext <<_LT_EOF |
| 22045 | -#line 11552 "configure" | 22793 | -#line 11595 "configure" |
| 22046 | +#line $LINENO "configure" | 22794 | +#line $LINENO "configure" |
| 22047 | #include "confdefs.h" | 22795 | #include "confdefs.h" |
| 22048 | 22796 | ||
| 22049 | #if HAVE_DLFCN_H | 22797 | #if HAVE_DLFCN_H |
| 22050 | @@ -11593,10 +12254,10 @@ else | 22798 | @@ -11636,10 +12297,10 @@ else |
| 22051 | /* When -fvisbility=hidden is used, assume the code has been annotated | 22799 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 22052 | correspondingly for the symbols needed. */ | 22800 | correspondingly for the symbols needed. */ |
| 22053 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 22801 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -22060,7 +22808,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22060 | int main () | 22808 | int main () |
| 22061 | { | 22809 | { |
| 22062 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 22810 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 22063 | @@ -13361,7 +14022,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 22811 | @@ -13459,7 +14120,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 22064 | # | 22812 | # |
| 22065 | # INIT-COMMANDS | 22813 | # INIT-COMMANDS |
| 22066 | # | 22814 | # |
| @@ -22069,7 +22817,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22069 | 22817 | ||
| 22070 | 22818 | ||
| 22071 | # The HP-UX ksh and POSIX shell print the target directory to stdout | 22819 | # The HP-UX ksh and POSIX shell print the target directory to stdout |
| 22072 | @@ -13399,13 +14060,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 22820 | @@ -13497,13 +14158,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 22073 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 22821 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 22074 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 22822 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 22075 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 22823 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -22090,7 +22838,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22090 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 22838 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 22091 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 22839 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 22092 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 22840 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 22093 | @@ -13420,14 +14088,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 22841 | @@ -13518,14 +14186,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 22094 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 22842 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 22095 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 22843 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 22096 | 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"`' | 22844 | 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"`' |
| @@ -22109,7 +22857,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22109 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 22857 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 22110 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 22858 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 22111 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 22859 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 22112 | @@ -13460,12 +14131,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 22860 | @@ -13558,12 +14229,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 22113 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 22861 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 22114 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 22862 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 22115 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 22863 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -22123,7 +22871,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22123 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 22871 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 22124 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 22872 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 22125 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 22873 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 22126 | @@ -13520,8 +14191,13 @@ reload_flag \ | 22874 | @@ -13618,8 +14289,13 @@ reload_flag \ |
| 22127 | OBJDUMP \ | 22875 | OBJDUMP \ |
| 22128 | deplibs_check_method \ | 22876 | deplibs_check_method \ |
| 22129 | file_magic_cmd \ | 22877 | file_magic_cmd \ |
| @@ -22137,7 +22885,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22137 | STRIP \ | 22885 | STRIP \ |
| 22138 | RANLIB \ | 22886 | RANLIB \ |
| 22139 | CC \ | 22887 | CC \ |
| 22140 | @@ -13531,12 +14207,14 @@ lt_cv_sys_global_symbol_pipe \ | 22888 | @@ -13629,12 +14305,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 22141 | lt_cv_sys_global_symbol_to_cdecl \ | 22889 | lt_cv_sys_global_symbol_to_cdecl \ |
| 22142 | lt_cv_sys_global_symbol_to_c_name_address \ | 22890 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 22143 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 22891 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -22153,7 +22901,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22153 | DSYMUTIL \ | 22901 | DSYMUTIL \ |
| 22154 | NMEDIT \ | 22902 | NMEDIT \ |
| 22155 | LIPO \ | 22903 | LIPO \ |
| 22156 | @@ -13552,7 +14230,6 @@ no_undefined_flag \ | 22904 | @@ -13650,7 +14328,6 @@ no_undefined_flag \ |
| 22157 | hardcode_libdir_flag_spec \ | 22905 | hardcode_libdir_flag_spec \ |
| 22158 | hardcode_libdir_flag_spec_ld \ | 22906 | hardcode_libdir_flag_spec_ld \ |
| 22159 | hardcode_libdir_separator \ | 22907 | hardcode_libdir_separator \ |
| @@ -22161,7 +22909,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22161 | exclude_expsyms \ | 22909 | exclude_expsyms \ |
| 22162 | include_expsyms \ | 22910 | include_expsyms \ |
| 22163 | file_list_spec \ | 22911 | file_list_spec \ |
| 22164 | @@ -13588,6 +14265,7 @@ module_cmds \ | 22912 | @@ -13686,6 +14363,7 @@ module_cmds \ |
| 22165 | module_expsym_cmds \ | 22913 | module_expsym_cmds \ |
| 22166 | export_symbols_cmds \ | 22914 | export_symbols_cmds \ |
| 22167 | prelink_cmds \ | 22915 | prelink_cmds \ |
| @@ -22169,7 +22917,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22169 | postinstall_cmds \ | 22917 | postinstall_cmds \ |
| 22170 | postuninstall_cmds \ | 22918 | postuninstall_cmds \ |
| 22171 | finish_cmds \ | 22919 | finish_cmds \ |
| 22172 | @@ -14234,29 +14912,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} | 22920 | @@ -14332,29 +15010,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 22173 | # Older Autoconf quotes --file arguments for eval, but not when files | 22921 | # Older Autoconf quotes --file arguments for eval, but not when files |
| 22174 | # are listed without --file. Let's play safe and only enable the eval | 22922 | # are listed without --file. Let's play safe and only enable the eval |
| 22175 | # if we detect the quoting. | 22923 | # if we detect the quoting. |
| @@ -22224,7 +22972,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22224 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 22972 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 22225 | s//\1/ | 22973 | s//\1/ |
| 22226 | q | 22974 | q |
| 22227 | @@ -14274,53 +14958,50 @@ $as_echo X"$mf" | | 22975 | @@ -14372,53 +15056,50 @@ $as_echo X"$mf" | |
| 22228 | q | 22976 | q |
| 22229 | } | 22977 | } |
| 22230 | s/.*/./; q'` | 22978 | s/.*/./; q'` |
| @@ -22311,7 +23059,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22311 | } | 23059 | } |
| 22312 | ;; | 23060 | ;; |
| 22313 | "libtool":C) | 23061 | "libtool":C) |
| 22314 | @@ -14344,7 +15025,8 @@ $as_echo X"$file" | | 23062 | @@ -14442,7 +15123,8 @@ $as_echo X"$file" | |
| 22315 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 23063 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 22316 | # | 23064 | # |
| 22317 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 23065 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -22321,7 +23069,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22321 | # Written by Gordon Matzigkeit, 1996 | 23069 | # Written by Gordon Matzigkeit, 1996 |
| 22322 | # | 23070 | # |
| 22323 | # This file is part of GNU Libtool. | 23071 | # This file is part of GNU Libtool. |
| 22324 | @@ -14447,19 +15129,42 @@ SP2NL=$lt_lt_SP2NL | 23072 | @@ -14545,19 +15227,42 @@ SP2NL=$lt_lt_SP2NL |
| 22325 | # turn newlines into spaces. | 23073 | # turn newlines into spaces. |
| 22326 | NL2SP=$lt_lt_NL2SP | 23074 | NL2SP=$lt_lt_NL2SP |
| 22327 | 23075 | ||
| @@ -22365,7 +23113,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22365 | # A symbol stripping program. | 23113 | # A symbol stripping program. |
| 22366 | STRIP=$lt_STRIP | 23114 | STRIP=$lt_STRIP |
| 22367 | 23115 | ||
| 22368 | @@ -14489,6 +15194,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 23116 | @@ -14587,6 +15292,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 22369 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 23117 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 22370 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 23118 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 22371 | 23119 | ||
| @@ -22378,7 +23126,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22378 | # The name of the directory that contains temporary libtool files. | 23126 | # The name of the directory that contains temporary libtool files. |
| 22379 | objdir=$objdir | 23127 | objdir=$objdir |
| 22380 | 23128 | ||
| 22381 | @@ -14498,6 +15209,9 @@ MAGIC_CMD=$MAGIC_CMD | 23129 | @@ -14596,6 +15307,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 22382 | # Must we lock files when doing compilation? | 23130 | # Must we lock files when doing compilation? |
| 22383 | need_locks=$lt_need_locks | 23131 | need_locks=$lt_need_locks |
| 22384 | 23132 | ||
| @@ -22388,7 +23136,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22388 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 23136 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 22389 | DSYMUTIL=$lt_DSYMUTIL | 23137 | DSYMUTIL=$lt_DSYMUTIL |
| 22390 | 23138 | ||
| 22391 | @@ -14612,12 +15326,12 @@ with_gcc=$GCC | 23139 | @@ -14710,12 +15424,12 @@ with_gcc=$GCC |
| 22392 | # Compiler flag to turn off builtin functions. | 23140 | # Compiler flag to turn off builtin functions. |
| 22393 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 23141 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 22394 | 23142 | ||
| @@ -22404,7 +23152,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22404 | # Compiler flag to prevent dynamic linking. | 23152 | # Compiler flag to prevent dynamic linking. |
| 22405 | link_static_flag=$lt_lt_prog_compiler_static | 23153 | link_static_flag=$lt_lt_prog_compiler_static |
| 22406 | 23154 | ||
| 22407 | @@ -14704,9 +15418,6 @@ inherit_rpath=$inherit_rpath | 23155 | @@ -14802,9 +15516,6 @@ inherit_rpath=$inherit_rpath |
| 22408 | # Whether libtool must link a program against all its dependency libraries. | 23156 | # Whether libtool must link a program against all its dependency libraries. |
| 22409 | link_all_deplibs=$link_all_deplibs | 23157 | link_all_deplibs=$link_all_deplibs |
| 22410 | 23158 | ||
| @@ -22414,7 +23162,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22414 | # Set to "yes" if exported symbols are required. | 23162 | # Set to "yes" if exported symbols are required. |
| 22415 | always_export_symbols=$always_export_symbols | 23163 | always_export_symbols=$always_export_symbols |
| 22416 | 23164 | ||
| 22417 | @@ -14722,6 +15433,9 @@ include_expsyms=$lt_include_expsyms | 23165 | @@ -14820,6 +15531,9 @@ include_expsyms=$lt_include_expsyms |
| 22418 | # Commands necessary for linking programs (against libraries) with templates. | 23166 | # Commands necessary for linking programs (against libraries) with templates. |
| 22419 | prelink_cmds=$lt_prelink_cmds | 23167 | prelink_cmds=$lt_prelink_cmds |
| 22420 | 23168 | ||
| @@ -22424,7 +23172,7 @@ index 7bbed5d8ccf..795e7802110 100755 | |||
| 22424 | # Specify filename containing input files. | 23172 | # Specify filename containing input files. |
| 22425 | file_list_spec=$lt_file_list_spec | 23173 | file_list_spec=$lt_file_list_spec |
| 22426 | 23174 | ||
| 22427 | @@ -14754,210 +15468,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 23175 | @@ -14852,210 +15566,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 22428 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 23176 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 22429 | # text mode, it properly converts lines to CR/LF. This bash problem | 23177 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 22430 | # is reportedly fixed, but why not run on old versions too? | 23178 | # is reportedly fixed, but why not run on old versions too? |
| @@ -29878,7 +30626,7 @@ index bf92b5e0790..c573da90c5c 100644 | |||
| 29878 | # These exist entirely to fool aclocal when bootstrapping libtool. | 30626 | # These exist entirely to fool aclocal when bootstrapping libtool. |
| 29879 | # | 30627 | # |
| 29880 | diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in | 30628 | diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in |
| 29881 | index c1eca5a42ed..7cab295b26d 100644 | 30629 | index 2db307e8d7c..aa6e3e1b429 100644 |
| 29882 | --- a/opcodes/Makefile.in | 30630 | --- a/opcodes/Makefile.in |
| 29883 | +++ b/opcodes/Makefile.in | 30631 | +++ b/opcodes/Makefile.in |
| 29884 | @@ -292,6 +292,7 @@ CYGPATH_W = @CYGPATH_W@ | 30632 | @@ -292,6 +292,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -29906,7 +30654,7 @@ index c1eca5a42ed..7cab295b26d 100644 | |||
| 29906 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 30654 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 29907 | am__include = @am__include@ | 30655 | am__include = @am__include@ |
| 29908 | diff --git a/opcodes/configure b/opcodes/configure | 30656 | diff --git a/opcodes/configure b/opcodes/configure |
| 29909 | index d2364991ee8..f9a46eec7a3 100755 | 30657 | index fc4109a1a47..6c42352868c 100755 |
| 29910 | --- a/opcodes/configure | 30658 | --- a/opcodes/configure |
| 29911 | +++ b/opcodes/configure | 30659 | +++ b/opcodes/configure |
| 29912 | @@ -682,6 +682,9 @@ OTOOL | 30660 | @@ -682,6 +682,9 @@ OTOOL |
| @@ -31817,1945 +32565,6 @@ index d2364991ee8..f9a46eec7a3 100755 | |||
| 31817 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 32565 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
| 31818 | chmod +x "$ofile" | 32566 | chmod +x "$ofile" |
| 31819 | 32567 | ||
| 31820 | diff --git a/sim/Makefile.in b/sim/Makefile.in | ||
| 31821 | index 65085cada9c..c216f21920f 100644 | ||
| 31822 | --- a/sim/Makefile.in | ||
| 31823 | +++ b/sim/Makefile.in | ||
| 31824 | @@ -1029,6 +1029,7 @@ CYGPATH_W = @CYGPATH_W@ | ||
| 31825 | C_DIALECT = @C_DIALECT@ | ||
| 31826 | DEFS = @DEFS@ | ||
| 31827 | DEPDIR = @DEPDIR@ | ||
| 31828 | +DLLTOOL = @DLLTOOL@ | ||
| 31829 | DSYMUTIL = @DSYMUTIL@ | ||
| 31830 | DTC = @DTC@ | ||
| 31831 | DUMPBIN = @DUMPBIN@ | ||
| 31832 | @@ -1089,6 +1090,7 @@ LN_S = @LN_S@ | ||
| 31833 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 31834 | MAINT = @MAINT@ | ||
| 31835 | MAKEINFO = @MAKEINFO@ | ||
| 31836 | +MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
| 31837 | MKDIR_P = @MKDIR_P@ | ||
| 31838 | NM = @NM@ | ||
| 31839 | NMEDIT = @NMEDIT@ | ||
| 31840 | @@ -1150,6 +1152,7 @@ abs_builddir = @abs_builddir@ | ||
| 31841 | abs_srcdir = @abs_srcdir@ | ||
| 31842 | abs_top_builddir = @abs_top_builddir@ | ||
| 31843 | abs_top_srcdir = @abs_top_srcdir@ | ||
| 31844 | +ac_ct_AR = @ac_ct_AR@ | ||
| 31845 | ac_ct_CC = @ac_ct_CC@ | ||
| 31846 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
| 31847 | am__include = @am__include@ | ||
| 31848 | diff --git a/sim/configure b/sim/configure | ||
| 31849 | index c31ff71c805..1936741abe2 100755 | ||
| 31850 | --- a/sim/configure | ||
| 31851 | +++ b/sim/configure | ||
| 31852 | @@ -887,8 +887,11 @@ OTOOL | ||
| 31853 | LIPO | ||
| 31854 | NMEDIT | ||
| 31855 | DSYMUTIL | ||
| 31856 | +MANIFEST_TOOL | ||
| 31857 | AWK | ||
| 31858 | STRIP | ||
| 31859 | +ac_ct_AR | ||
| 31860 | +DLLTOOL | ||
| 31861 | OBJDUMP | ||
| 31862 | LN_S | ||
| 31863 | NM | ||
| 31864 | @@ -991,6 +994,7 @@ enable_static | ||
| 31865 | with_pic | ||
| 31866 | enable_fast_install | ||
| 31867 | with_gnu_ld | ||
| 31868 | +with_libtool_sysroot | ||
| 31869 | enable_libtool_lock | ||
| 31870 | enable_maintainer_mode | ||
| 31871 | enable_dependency_tracking | ||
| 31872 | @@ -1809,6 +1813,8 @@ Optional Packages: | ||
| 31873 | --with-pic try to use only PIC/non-PIC objects [default=use | ||
| 31874 | both] | ||
| 31875 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | ||
| 31876 | + --with-libtool-sysroot=DIR Search for dependent libraries within DIR | ||
| 31877 | + (or the compiler's sysroot if not specified). | ||
| 31878 | |||
| 31879 | Some influential environment variables: | ||
| 31880 | CC C compiler command | ||
| 31881 | @@ -5642,8 +5648,8 @@ esac | ||
| 31882 | |||
| 31883 | |||
| 31884 | |||
| 31885 | -macro_version='2.2.7a' | ||
| 31886 | -macro_revision='1.3134' | ||
| 31887 | +macro_version='2.4' | ||
| 31888 | +macro_revision='1.3293' | ||
| 31889 | |||
| 31890 | |||
| 31891 | |||
| 31892 | @@ -5683,7 +5689,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | ||
| 31893 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | ||
| 31894 | $as_echo_n "checking how to print strings... " >&6; } | ||
| 31895 | # Test print first, because it will be a builtin if present. | ||
| 31896 | -if test "X`print -r -- -n 2>/dev/null`" = X-n && \ | ||
| 31897 | +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ | ||
| 31898 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | ||
| 31899 | ECHO='print -r --' | ||
| 31900 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | ||
| 31901 | @@ -6376,8 +6382,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | ||
| 31902 | # Try some XSI features | ||
| 31903 | xsi_shell=no | ||
| 31904 | ( _lt_dummy="a/b/c" | ||
| 31905 | - test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ | ||
| 31906 | - = c,a/b,, \ | ||
| 31907 | + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ | ||
| 31908 | + = c,a/b,b/c, \ | ||
| 31909 | && eval 'test $(( 1 + 1 )) -eq 2 \ | ||
| 31910 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | ||
| 31911 | && xsi_shell=yes | ||
| 31912 | @@ -6426,6 +6432,80 @@ esac | ||
| 31913 | |||
| 31914 | |||
| 31915 | |||
| 31916 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 | ||
| 31917 | +$as_echo_n "checking how to convert $build file names to $host format... " >&6; } | ||
| 31918 | +if ${lt_cv_to_host_file_cmd+:} false; then : | ||
| 31919 | + $as_echo_n "(cached) " >&6 | ||
| 31920 | +else | ||
| 31921 | + case $host in | ||
| 31922 | + *-*-mingw* ) | ||
| 31923 | + case $build in | ||
| 31924 | + *-*-mingw* ) # actually msys | ||
| 31925 | + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 | ||
| 31926 | + ;; | ||
| 31927 | + *-*-cygwin* ) | ||
| 31928 | + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 | ||
| 31929 | + ;; | ||
| 31930 | + * ) # otherwise, assume *nix | ||
| 31931 | + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 | ||
| 31932 | + ;; | ||
| 31933 | + esac | ||
| 31934 | + ;; | ||
| 31935 | + *-*-cygwin* ) | ||
| 31936 | + case $build in | ||
| 31937 | + *-*-mingw* ) # actually msys | ||
| 31938 | + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin | ||
| 31939 | + ;; | ||
| 31940 | + *-*-cygwin* ) | ||
| 31941 | + lt_cv_to_host_file_cmd=func_convert_file_noop | ||
| 31942 | + ;; | ||
| 31943 | + * ) # otherwise, assume *nix | ||
| 31944 | + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin | ||
| 31945 | + ;; | ||
| 31946 | + esac | ||
| 31947 | + ;; | ||
| 31948 | + * ) # unhandled hosts (and "normal" native builds) | ||
| 31949 | + lt_cv_to_host_file_cmd=func_convert_file_noop | ||
| 31950 | + ;; | ||
| 31951 | +esac | ||
| 31952 | + | ||
| 31953 | +fi | ||
| 31954 | + | ||
| 31955 | +to_host_file_cmd=$lt_cv_to_host_file_cmd | ||
| 31956 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 | ||
| 31957 | +$as_echo "$lt_cv_to_host_file_cmd" >&6; } | ||
| 31958 | + | ||
| 31959 | + | ||
| 31960 | + | ||
| 31961 | + | ||
| 31962 | + | ||
| 31963 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 | ||
| 31964 | +$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } | ||
| 31965 | +if ${lt_cv_to_tool_file_cmd+:} false; then : | ||
| 31966 | + $as_echo_n "(cached) " >&6 | ||
| 31967 | +else | ||
| 31968 | + #assume ordinary cross tools, or native build. | ||
| 31969 | +lt_cv_to_tool_file_cmd=func_convert_file_noop | ||
| 31970 | +case $host in | ||
| 31971 | + *-*-mingw* ) | ||
| 31972 | + case $build in | ||
| 31973 | + *-*-mingw* ) # actually msys | ||
| 31974 | + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 | ||
| 31975 | + ;; | ||
| 31976 | + esac | ||
| 31977 | + ;; | ||
| 31978 | +esac | ||
| 31979 | + | ||
| 31980 | +fi | ||
| 31981 | + | ||
| 31982 | +to_tool_file_cmd=$lt_cv_to_tool_file_cmd | ||
| 31983 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 | ||
| 31984 | +$as_echo "$lt_cv_to_tool_file_cmd" >&6; } | ||
| 31985 | + | ||
| 31986 | + | ||
| 31987 | + | ||
| 31988 | + | ||
| 31989 | + | ||
| 31990 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | ||
| 31991 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | ||
| 31992 | if ${lt_cv_ld_reload_flag+:} false; then : | ||
| 31993 | @@ -6442,6 +6522,11 @@ case $reload_flag in | ||
| 31994 | esac | ||
| 31995 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | ||
| 31996 | case $host_os in | ||
| 31997 | + cygwin* | mingw* | pw32* | cegcc*) | ||
| 31998 | + if test "$GCC" != yes; then | ||
| 31999 | + reload_cmds=false | ||
| 32000 | + fi | ||
| 32001 | + ;; | ||
| 32002 | darwin*) | ||
| 32003 | if test "$GCC" = yes; then | ||
| 32004 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | ||
| 32005 | @@ -6610,7 +6695,8 @@ mingw* | pw32*) | ||
| 32006 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | ||
| 32007 | lt_cv_file_magic_cmd='func_win32_libid' | ||
| 32008 | else | ||
| 32009 | - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | ||
| 32010 | + # Keep this pattern in sync with the one in func_win32_libid. | ||
| 32011 | + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' | ||
| 32012 | lt_cv_file_magic_cmd='$OBJDUMP -f' | ||
| 32013 | fi | ||
| 32014 | ;; | ||
| 32015 | @@ -6764,6 +6850,21 @@ esac | ||
| 32016 | fi | ||
| 32017 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | ||
| 32018 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | ||
| 32019 | + | ||
| 32020 | +file_magic_glob= | ||
| 32021 | +want_nocaseglob=no | ||
| 32022 | +if test "$build" = "$host"; then | ||
| 32023 | + case $host_os in | ||
| 32024 | + mingw* | pw32*) | ||
| 32025 | + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then | ||
| 32026 | + want_nocaseglob=yes | ||
| 32027 | + else | ||
| 32028 | + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` | ||
| 32029 | + fi | ||
| 32030 | + ;; | ||
| 32031 | + esac | ||
| 32032 | +fi | ||
| 32033 | + | ||
| 32034 | file_magic_cmd=$lt_cv_file_magic_cmd | ||
| 32035 | deplibs_check_method=$lt_cv_deplibs_check_method | ||
| 32036 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | ||
| 32037 | @@ -6779,6 +6880,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | ||
| 32038 | |||
| 32039 | |||
| 32040 | |||
| 32041 | + | ||
| 32042 | + | ||
| 32043 | + | ||
| 32044 | + | ||
| 32045 | + | ||
| 32046 | + | ||
| 32047 | + | ||
| 32048 | + | ||
| 32049 | + | ||
| 32050 | + | ||
| 32051 | +if test -n "$ac_tool_prefix"; then | ||
| 32052 | + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. | ||
| 32053 | +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 | ||
| 32054 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 32055 | +$as_echo_n "checking for $ac_word... " >&6; } | ||
| 32056 | +if ${ac_cv_prog_DLLTOOL+:} false; then : | ||
| 32057 | + $as_echo_n "(cached) " >&6 | ||
| 32058 | +else | ||
| 32059 | + if test -n "$DLLTOOL"; then | ||
| 32060 | + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. | ||
| 32061 | +else | ||
| 32062 | +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 32063 | +for as_dir in $PATH | ||
| 32064 | +do | ||
| 32065 | + IFS=$as_save_IFS | ||
| 32066 | + test -z "$as_dir" && as_dir=. | ||
| 32067 | + for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 32068 | + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 32069 | + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" | ||
| 32070 | + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 32071 | + break 2 | ||
| 32072 | + fi | ||
| 32073 | +done | ||
| 32074 | + done | ||
| 32075 | +IFS=$as_save_IFS | ||
| 32076 | + | ||
| 32077 | +fi | ||
| 32078 | +fi | ||
| 32079 | +DLLTOOL=$ac_cv_prog_DLLTOOL | ||
| 32080 | +if test -n "$DLLTOOL"; then | ||
| 32081 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 | ||
| 32082 | +$as_echo "$DLLTOOL" >&6; } | ||
| 32083 | +else | ||
| 32084 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 32085 | +$as_echo "no" >&6; } | ||
| 32086 | +fi | ||
| 32087 | + | ||
| 32088 | + | ||
| 32089 | +fi | ||
| 32090 | +if test -z "$ac_cv_prog_DLLTOOL"; then | ||
| 32091 | + ac_ct_DLLTOOL=$DLLTOOL | ||
| 32092 | + # Extract the first word of "dlltool", so it can be a program name with args. | ||
| 32093 | +set dummy dlltool; ac_word=$2 | ||
| 32094 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 32095 | +$as_echo_n "checking for $ac_word... " >&6; } | ||
| 32096 | +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : | ||
| 32097 | + $as_echo_n "(cached) " >&6 | ||
| 32098 | +else | ||
| 32099 | + if test -n "$ac_ct_DLLTOOL"; then | ||
| 32100 | + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. | ||
| 32101 | +else | ||
| 32102 | +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 32103 | +for as_dir in $PATH | ||
| 32104 | +do | ||
| 32105 | + IFS=$as_save_IFS | ||
| 32106 | + test -z "$as_dir" && as_dir=. | ||
| 32107 | + for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 32108 | + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 32109 | + ac_cv_prog_ac_ct_DLLTOOL="dlltool" | ||
| 32110 | + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 32111 | + break 2 | ||
| 32112 | + fi | ||
| 32113 | +done | ||
| 32114 | + done | ||
| 32115 | +IFS=$as_save_IFS | ||
| 32116 | + | ||
| 32117 | +fi | ||
| 32118 | +fi | ||
| 32119 | +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL | ||
| 32120 | +if test -n "$ac_ct_DLLTOOL"; then | ||
| 32121 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 | ||
| 32122 | +$as_echo "$ac_ct_DLLTOOL" >&6; } | ||
| 32123 | +else | ||
| 32124 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 32125 | +$as_echo "no" >&6; } | ||
| 32126 | +fi | ||
| 32127 | + | ||
| 32128 | + if test "x$ac_ct_DLLTOOL" = x; then | ||
| 32129 | + DLLTOOL="false" | ||
| 32130 | + else | ||
| 32131 | + case $cross_compiling:$ac_tool_warned in | ||
| 32132 | +yes:) | ||
| 32133 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | ||
| 32134 | +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | ||
| 32135 | +ac_tool_warned=yes ;; | ||
| 32136 | +esac | ||
| 32137 | + DLLTOOL=$ac_ct_DLLTOOL | ||
| 32138 | + fi | ||
| 32139 | +else | ||
| 32140 | + DLLTOOL="$ac_cv_prog_DLLTOOL" | ||
| 32141 | +fi | ||
| 32142 | + | ||
| 32143 | +test -z "$DLLTOOL" && DLLTOOL=dlltool | ||
| 32144 | + | ||
| 32145 | + | ||
| 32146 | + | ||
| 32147 | + | ||
| 32148 | + | ||
| 32149 | + | ||
| 32150 | + | ||
| 32151 | + | ||
| 32152 | + | ||
| 32153 | + | ||
| 32154 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 | ||
| 32155 | +$as_echo_n "checking how to associate runtime and link libraries... " >&6; } | ||
| 32156 | +if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : | ||
| 32157 | + $as_echo_n "(cached) " >&6 | ||
| 32158 | +else | ||
| 32159 | + lt_cv_sharedlib_from_linklib_cmd='unknown' | ||
| 32160 | + | ||
| 32161 | +case $host_os in | ||
| 32162 | +cygwin* | mingw* | pw32* | cegcc*) | ||
| 32163 | + # two different shell functions defined in ltmain.sh | ||
| 32164 | + # decide which to use based on capabilities of $DLLTOOL | ||
| 32165 | + case `$DLLTOOL --help 2>&1` in | ||
| 32166 | + *--identify-strict*) | ||
| 32167 | + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib | ||
| 32168 | + ;; | ||
| 32169 | + *) | ||
| 32170 | + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback | ||
| 32171 | + ;; | ||
| 32172 | + esac | ||
| 32173 | + ;; | ||
| 32174 | +*) | ||
| 32175 | + # fallback: assume linklib IS sharedlib | ||
| 32176 | + lt_cv_sharedlib_from_linklib_cmd="$ECHO" | ||
| 32177 | + ;; | ||
| 32178 | +esac | ||
| 32179 | + | ||
| 32180 | +fi | ||
| 32181 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 | ||
| 32182 | +$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } | ||
| 32183 | +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd | ||
| 32184 | +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO | ||
| 32185 | + | ||
| 32186 | + | ||
| 32187 | + | ||
| 32188 | + | ||
| 32189 | + | ||
| 32190 | + | ||
| 32191 | + | ||
| 32192 | plugin_option= | ||
| 32193 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | ||
| 32194 | for plugin in $plugin_names; do | ||
| 32195 | @@ -6793,8 +7045,10 @@ for plugin in $plugin_names; do | ||
| 32196 | done | ||
| 32197 | |||
| 32198 | if test -n "$ac_tool_prefix"; then | ||
| 32199 | - # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | ||
| 32200 | -set dummy ${ac_tool_prefix}ar; ac_word=$2 | ||
| 32201 | + for ac_prog in ar | ||
| 32202 | + do | ||
| 32203 | + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | ||
| 32204 | +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | ||
| 32205 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 32206 | $as_echo_n "checking for $ac_word... " >&6; } | ||
| 32207 | if ${ac_cv_prog_AR+:} false; then : | ||
| 32208 | @@ -6810,7 +7064,7 @@ do | ||
| 32209 | test -z "$as_dir" && as_dir=. | ||
| 32210 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 32211 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 32212 | - ac_cv_prog_AR="${ac_tool_prefix}ar" | ||
| 32213 | + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" | ||
| 32214 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 32215 | break 2 | ||
| 32216 | fi | ||
| 32217 | @@ -6830,11 +7084,15 @@ $as_echo "no" >&6; } | ||
| 32218 | fi | ||
| 32219 | |||
| 32220 | |||
| 32221 | + test -n "$AR" && break | ||
| 32222 | + done | ||
| 32223 | fi | ||
| 32224 | -if test -z "$ac_cv_prog_AR"; then | ||
| 32225 | +if test -z "$AR"; then | ||
| 32226 | ac_ct_AR=$AR | ||
| 32227 | - # Extract the first word of "ar", so it can be a program name with args. | ||
| 32228 | -set dummy ar; ac_word=$2 | ||
| 32229 | + for ac_prog in ar | ||
| 32230 | +do | ||
| 32231 | + # Extract the first word of "$ac_prog", so it can be a program name with args. | ||
| 32232 | +set dummy $ac_prog; ac_word=$2 | ||
| 32233 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 32234 | $as_echo_n "checking for $ac_word... " >&6; } | ||
| 32235 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | ||
| 32236 | @@ -6850,7 +7108,7 @@ do | ||
| 32237 | test -z "$as_dir" && as_dir=. | ||
| 32238 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 32239 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 32240 | - ac_cv_prog_ac_ct_AR="ar" | ||
| 32241 | + ac_cv_prog_ac_ct_AR="$ac_prog" | ||
| 32242 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 32243 | break 2 | ||
| 32244 | fi | ||
| 32245 | @@ -6869,6 +7127,10 @@ else | ||
| 32246 | $as_echo "no" >&6; } | ||
| 32247 | fi | ||
| 32248 | |||
| 32249 | + | ||
| 32250 | + test -n "$ac_ct_AR" && break | ||
| 32251 | +done | ||
| 32252 | + | ||
| 32253 | if test "x$ac_ct_AR" = x; then | ||
| 32254 | AR="false" | ||
| 32255 | else | ||
| 32256 | @@ -6880,29 +7142,81 @@ ac_tool_warned=yes ;; | ||
| 32257 | esac | ||
| 32258 | AR=$ac_ct_AR | ||
| 32259 | fi | ||
| 32260 | -else | ||
| 32261 | - AR="$ac_cv_prog_AR" | ||
| 32262 | fi | ||
| 32263 | |||
| 32264 | -test -z "$AR" && AR=ar | ||
| 32265 | -if test -n "$plugin_option"; then | ||
| 32266 | - if $AR --help 2>&1 | grep -q "\--plugin"; then | ||
| 32267 | - touch conftest.c | ||
| 32268 | - $AR $plugin_option rc conftest.a conftest.c | ||
| 32269 | - if test "$?" != 0; then | ||
| 32270 | - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5 | ||
| 32271 | + touch conftest.c | ||
| 32272 | + $AR $plugin_option rc conftest.a conftest.c | ||
| 32273 | + if test "$?" != 0; then | ||
| 32274 | + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5 | ||
| 32275 | $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;} | ||
| 32276 | - else | ||
| 32277 | - AR="$AR $plugin_option" | ||
| 32278 | - fi | ||
| 32279 | - rm -f conftest.* | ||
| 32280 | + else | ||
| 32281 | + AR="$AR $plugin_option" | ||
| 32282 | fi | ||
| 32283 | -fi | ||
| 32284 | -test -z "$AR_FLAGS" && AR_FLAGS=cru | ||
| 32285 | + rm -f conftest.* | ||
| 32286 | +: ${AR=ar} | ||
| 32287 | +: ${AR_FLAGS=cru} | ||
| 32288 | + | ||
| 32289 | + | ||
| 32290 | + | ||
| 32291 | + | ||
| 32292 | + | ||
| 32293 | + | ||
| 32294 | + | ||
| 32295 | + | ||
| 32296 | + | ||
| 32297 | + | ||
| 32298 | + | ||
| 32299 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 | ||
| 32300 | +$as_echo_n "checking for archiver @FILE support... " >&6; } | ||
| 32301 | +if ${lt_cv_ar_at_file+:} false; then : | ||
| 32302 | + $as_echo_n "(cached) " >&6 | ||
| 32303 | +else | ||
| 32304 | + lt_cv_ar_at_file=no | ||
| 32305 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 32306 | +/* end confdefs.h. */ | ||
| 32307 | + | ||
| 32308 | +int | ||
| 32309 | +main () | ||
| 32310 | +{ | ||
| 32311 | |||
| 32312 | + ; | ||
| 32313 | + return 0; | ||
| 32314 | +} | ||
| 32315 | +_ACEOF | ||
| 32316 | +if ac_fn_c_try_compile "$LINENO"; then : | ||
| 32317 | + echo conftest.$ac_objext > conftest.lst | ||
| 32318 | + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' | ||
| 32319 | + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 | ||
| 32320 | + (eval $lt_ar_try) 2>&5 | ||
| 32321 | + ac_status=$? | ||
| 32322 | + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
| 32323 | + test $ac_status = 0; } | ||
| 32324 | + if test "$ac_status" -eq 0; then | ||
| 32325 | + # Ensure the archiver fails upon bogus file names. | ||
| 32326 | + rm -f conftest.$ac_objext libconftest.a | ||
| 32327 | + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 | ||
| 32328 | + (eval $lt_ar_try) 2>&5 | ||
| 32329 | + ac_status=$? | ||
| 32330 | + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
| 32331 | + test $ac_status = 0; } | ||
| 32332 | + if test "$ac_status" -ne 0; then | ||
| 32333 | + lt_cv_ar_at_file=@ | ||
| 32334 | + fi | ||
| 32335 | + fi | ||
| 32336 | + rm -f conftest.* libconftest.a | ||
| 32337 | |||
| 32338 | +fi | ||
| 32339 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 32340 | |||
| 32341 | +fi | ||
| 32342 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 | ||
| 32343 | +$as_echo "$lt_cv_ar_at_file" >&6; } | ||
| 32344 | |||
| 32345 | +if test "x$lt_cv_ar_at_file" = xno; then | ||
| 32346 | + archiver_list_spec= | ||
| 32347 | +else | ||
| 32348 | + archiver_list_spec=$lt_cv_ar_at_file | ||
| 32349 | +fi | ||
| 32350 | |||
| 32351 | |||
| 32352 | |||
| 32353 | @@ -7291,8 +7605,8 @@ esac | ||
| 32354 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | ||
| 32355 | |||
| 32356 | # Transform an extracted symbol line into symbol name and symbol address | ||
| 32357 | -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" | ||
| 32358 | -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" | ||
| 32359 | +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" | ||
| 32360 | +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" | ||
| 32361 | |||
| 32362 | # Handle CRLF in mingw tool chain | ||
| 32363 | opt_cr= | ||
| 32364 | @@ -7328,6 +7642,7 @@ for ac_symprfx in "" "_"; do | ||
| 32365 | else | ||
| 32366 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | ||
| 32367 | fi | ||
| 32368 | + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" | ||
| 32369 | |||
| 32370 | # Check to see that the pipe works correctly. | ||
| 32371 | pipe_works=no | ||
| 32372 | @@ -7369,6 +7684,18 @@ _LT_EOF | ||
| 32373 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | ||
| 32374 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | ||
| 32375 | cat <<_LT_EOF > conftest.$ac_ext | ||
| 32376 | +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ | ||
| 32377 | +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) | ||
| 32378 | +/* DATA imports from DLLs on WIN32 con't be const, because runtime | ||
| 32379 | + relocations are performed -- see ld's documentation on pseudo-relocs. */ | ||
| 32380 | +# define LT_DLSYM_CONST | ||
| 32381 | +#elif defined(__osf__) | ||
| 32382 | +/* This system does not cope well with relocations in const data. */ | ||
| 32383 | +# define LT_DLSYM_CONST | ||
| 32384 | +#else | ||
| 32385 | +# define LT_DLSYM_CONST const | ||
| 32386 | +#endif | ||
| 32387 | + | ||
| 32388 | #ifdef __cplusplus | ||
| 32389 | extern "C" { | ||
| 32390 | #endif | ||
| 32391 | @@ -7380,7 +7707,7 @@ _LT_EOF | ||
| 32392 | cat <<_LT_EOF >> conftest.$ac_ext | ||
| 32393 | |||
| 32394 | /* The mapping between symbol names and symbols. */ | ||
| 32395 | -const struct { | ||
| 32396 | +LT_DLSYM_CONST struct { | ||
| 32397 | const char *name; | ||
| 32398 | void *address; | ||
| 32399 | } | ||
| 32400 | @@ -7406,8 +7733,8 @@ static const void *lt_preloaded_setup() { | ||
| 32401 | _LT_EOF | ||
| 32402 | # Now try linking the two files. | ||
| 32403 | mv conftest.$ac_objext conftstm.$ac_objext | ||
| 32404 | - lt_save_LIBS="$LIBS" | ||
| 32405 | - lt_save_CFLAGS="$CFLAGS" | ||
| 32406 | + lt_globsym_save_LIBS=$LIBS | ||
| 32407 | + lt_globsym_save_CFLAGS=$CFLAGS | ||
| 32408 | LIBS="conftstm.$ac_objext" | ||
| 32409 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | ||
| 32410 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | ||
| 32411 | @@ -7417,8 +7744,8 @@ _LT_EOF | ||
| 32412 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | ||
| 32413 | pipe_works=yes | ||
| 32414 | fi | ||
| 32415 | - LIBS="$lt_save_LIBS" | ||
| 32416 | - CFLAGS="$lt_save_CFLAGS" | ||
| 32417 | + LIBS=$lt_globsym_save_LIBS | ||
| 32418 | + CFLAGS=$lt_globsym_save_CFLAGS | ||
| 32419 | else | ||
| 32420 | echo "cannot find nm_test_func in $nlist" >&5 | ||
| 32421 | fi | ||
| 32422 | @@ -7455,6 +7782,14 @@ else | ||
| 32423 | $as_echo "ok" >&6; } | ||
| 32424 | fi | ||
| 32425 | |||
| 32426 | +# Response file support. | ||
| 32427 | +if test "$lt_cv_nm_interface" = "MS dumpbin"; then | ||
| 32428 | + nm_file_list_spec='@' | ||
| 32429 | +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then | ||
| 32430 | + nm_file_list_spec='@' | ||
| 32431 | +fi | ||
| 32432 | + | ||
| 32433 | + | ||
| 32434 | |||
| 32435 | |||
| 32436 | |||
| 32437 | @@ -7473,6 +7808,47 @@ fi | ||
| 32438 | |||
| 32439 | |||
| 32440 | |||
| 32441 | + | ||
| 32442 | + | ||
| 32443 | + | ||
| 32444 | + | ||
| 32445 | + | ||
| 32446 | + | ||
| 32447 | + | ||
| 32448 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 | ||
| 32449 | +$as_echo_n "checking for sysroot... " >&6; } | ||
| 32450 | + | ||
| 32451 | +# Check whether --with-libtool-sysroot was given. | ||
| 32452 | +if test "${with_libtool_sysroot+set}" = set; then : | ||
| 32453 | + withval=$with_libtool_sysroot; | ||
| 32454 | +else | ||
| 32455 | + with_libtool_sysroot=no | ||
| 32456 | +fi | ||
| 32457 | + | ||
| 32458 | + | ||
| 32459 | +lt_sysroot= | ||
| 32460 | +case ${with_libtool_sysroot} in #( | ||
| 32461 | + yes) | ||
| 32462 | + if test "$GCC" = yes; then | ||
| 32463 | + lt_sysroot=`$CC --print-sysroot 2>/dev/null` | ||
| 32464 | + fi | ||
| 32465 | + ;; #( | ||
| 32466 | + /*) | ||
| 32467 | + lt_sysroot=`echo "$with_libtool_sysroot" | sed -e "$sed_quote_subst"` | ||
| 32468 | + ;; #( | ||
| 32469 | + no|'') | ||
| 32470 | + ;; #( | ||
| 32471 | + *) | ||
| 32472 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_libtool_sysroot}" >&5 | ||
| 32473 | +$as_echo "${with_libtool_sysroot}" >&6; } | ||
| 32474 | + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 | ||
| 32475 | + ;; | ||
| 32476 | +esac | ||
| 32477 | + | ||
| 32478 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 | ||
| 32479 | +$as_echo "${lt_sysroot:-no}" >&6; } | ||
| 32480 | + | ||
| 32481 | + | ||
| 32482 | |||
| 32483 | |||
| 32484 | |||
| 32485 | @@ -7682,6 +8058,123 @@ esac | ||
| 32486 | |||
| 32487 | need_locks="$enable_libtool_lock" | ||
| 32488 | |||
| 32489 | +if test -n "$ac_tool_prefix"; then | ||
| 32490 | + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. | ||
| 32491 | +set dummy ${ac_tool_prefix}mt; ac_word=$2 | ||
| 32492 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 32493 | +$as_echo_n "checking for $ac_word... " >&6; } | ||
| 32494 | +if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : | ||
| 32495 | + $as_echo_n "(cached) " >&6 | ||
| 32496 | +else | ||
| 32497 | + if test -n "$MANIFEST_TOOL"; then | ||
| 32498 | + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. | ||
| 32499 | +else | ||
| 32500 | +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 32501 | +for as_dir in $PATH | ||
| 32502 | +do | ||
| 32503 | + IFS=$as_save_IFS | ||
| 32504 | + test -z "$as_dir" && as_dir=. | ||
| 32505 | + for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 32506 | + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 32507 | + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" | ||
| 32508 | + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 32509 | + break 2 | ||
| 32510 | + fi | ||
| 32511 | +done | ||
| 32512 | + done | ||
| 32513 | +IFS=$as_save_IFS | ||
| 32514 | + | ||
| 32515 | +fi | ||
| 32516 | +fi | ||
| 32517 | +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL | ||
| 32518 | +if test -n "$MANIFEST_TOOL"; then | ||
| 32519 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 | ||
| 32520 | +$as_echo "$MANIFEST_TOOL" >&6; } | ||
| 32521 | +else | ||
| 32522 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 32523 | +$as_echo "no" >&6; } | ||
| 32524 | +fi | ||
| 32525 | + | ||
| 32526 | + | ||
| 32527 | +fi | ||
| 32528 | +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then | ||
| 32529 | + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL | ||
| 32530 | + # Extract the first word of "mt", so it can be a program name with args. | ||
| 32531 | +set dummy mt; ac_word=$2 | ||
| 32532 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 32533 | +$as_echo_n "checking for $ac_word... " >&6; } | ||
| 32534 | +if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : | ||
| 32535 | + $as_echo_n "(cached) " >&6 | ||
| 32536 | +else | ||
| 32537 | + if test -n "$ac_ct_MANIFEST_TOOL"; then | ||
| 32538 | + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. | ||
| 32539 | +else | ||
| 32540 | +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 32541 | +for as_dir in $PATH | ||
| 32542 | +do | ||
| 32543 | + IFS=$as_save_IFS | ||
| 32544 | + test -z "$as_dir" && as_dir=. | ||
| 32545 | + for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 32546 | + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 32547 | + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" | ||
| 32548 | + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 32549 | + break 2 | ||
| 32550 | + fi | ||
| 32551 | +done | ||
| 32552 | + done | ||
| 32553 | +IFS=$as_save_IFS | ||
| 32554 | + | ||
| 32555 | +fi | ||
| 32556 | +fi | ||
| 32557 | +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL | ||
| 32558 | +if test -n "$ac_ct_MANIFEST_TOOL"; then | ||
| 32559 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 | ||
| 32560 | +$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } | ||
| 32561 | +else | ||
| 32562 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 32563 | +$as_echo "no" >&6; } | ||
| 32564 | +fi | ||
| 32565 | + | ||
| 32566 | + if test "x$ac_ct_MANIFEST_TOOL" = x; then | ||
| 32567 | + MANIFEST_TOOL=":" | ||
| 32568 | + else | ||
| 32569 | + case $cross_compiling:$ac_tool_warned in | ||
| 32570 | +yes:) | ||
| 32571 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | ||
| 32572 | +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | ||
| 32573 | +ac_tool_warned=yes ;; | ||
| 32574 | +esac | ||
| 32575 | + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL | ||
| 32576 | + fi | ||
| 32577 | +else | ||
| 32578 | + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" | ||
| 32579 | +fi | ||
| 32580 | + | ||
| 32581 | +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt | ||
| 32582 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 | ||
| 32583 | +$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } | ||
| 32584 | +if ${lt_cv_path_mainfest_tool+:} false; then : | ||
| 32585 | + $as_echo_n "(cached) " >&6 | ||
| 32586 | +else | ||
| 32587 | + lt_cv_path_mainfest_tool=no | ||
| 32588 | + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 | ||
| 32589 | + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out | ||
| 32590 | + cat conftest.err >&5 | ||
| 32591 | + if $GREP 'Manifest Tool' conftest.out > /dev/null; then | ||
| 32592 | + lt_cv_path_mainfest_tool=yes | ||
| 32593 | + fi | ||
| 32594 | + rm -f conftest* | ||
| 32595 | +fi | ||
| 32596 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 | ||
| 32597 | +$as_echo "$lt_cv_path_mainfest_tool" >&6; } | ||
| 32598 | +if test "x$lt_cv_path_mainfest_tool" != xyes; then | ||
| 32599 | + MANIFEST_TOOL=: | ||
| 32600 | +fi | ||
| 32601 | + | ||
| 32602 | + | ||
| 32603 | + | ||
| 32604 | + | ||
| 32605 | + | ||
| 32606 | |||
| 32607 | case $host_os in | ||
| 32608 | rhapsody* | darwin*) | ||
| 32609 | @@ -8245,6 +8738,8 @@ _LT_EOF | ||
| 32610 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | ||
| 32611 | echo "$AR cru libconftest.a conftest.o" >&5 | ||
| 32612 | $AR cru libconftest.a conftest.o 2>&5 | ||
| 32613 | + echo "$RANLIB libconftest.a" >&5 | ||
| 32614 | + $RANLIB libconftest.a 2>&5 | ||
| 32615 | cat > conftest.c << _LT_EOF | ||
| 32616 | int main() { return 0;} | ||
| 32617 | _LT_EOF | ||
| 32618 | @@ -9499,8 +9994,6 @@ fi | ||
| 32619 | lt_prog_compiler_pic= | ||
| 32620 | lt_prog_compiler_static= | ||
| 32621 | |||
| 32622 | -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 | ||
| 32623 | -$as_echo_n "checking for $compiler option to produce PIC... " >&6; } | ||
| 32624 | |||
| 32625 | if test "$GCC" = yes; then | ||
| 32626 | lt_prog_compiler_wl='-Wl,' | ||
| 32627 | @@ -9666,6 +10159,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | ||
| 32628 | lt_prog_compiler_pic='--shared' | ||
| 32629 | lt_prog_compiler_static='--static' | ||
| 32630 | ;; | ||
| 32631 | + nagfor*) | ||
| 32632 | + # NAG Fortran compiler | ||
| 32633 | + lt_prog_compiler_wl='-Wl,-Wl,,' | ||
| 32634 | + lt_prog_compiler_pic='-PIC' | ||
| 32635 | + lt_prog_compiler_static='-Bstatic' | ||
| 32636 | + ;; | ||
| 32637 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | ||
| 32638 | # Portland Group compilers (*not* the Pentium gcc compiler, | ||
| 32639 | # which looks to be a dead project) | ||
| 32640 | @@ -9728,7 +10227,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | ||
| 32641 | lt_prog_compiler_pic='-KPIC' | ||
| 32642 | lt_prog_compiler_static='-Bstatic' | ||
| 32643 | case $cc_basename in | ||
| 32644 | - f77* | f90* | f95*) | ||
| 32645 | + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) | ||
| 32646 | lt_prog_compiler_wl='-Qoption ld ';; | ||
| 32647 | *) | ||
| 32648 | lt_prog_compiler_wl='-Wl,';; | ||
| 32649 | @@ -9785,13 +10284,17 @@ case $host_os in | ||
| 32650 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | ||
| 32651 | ;; | ||
| 32652 | esac | ||
| 32653 | -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 | ||
| 32654 | -$as_echo "$lt_prog_compiler_pic" >&6; } | ||
| 32655 | - | ||
| 32656 | - | ||
| 32657 | - | ||
| 32658 | - | ||
| 32659 | |||
| 32660 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 | ||
| 32661 | +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } | ||
| 32662 | +if ${lt_cv_prog_compiler_pic+:} false; then : | ||
| 32663 | + $as_echo_n "(cached) " >&6 | ||
| 32664 | +else | ||
| 32665 | + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic | ||
| 32666 | +fi | ||
| 32667 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 | ||
| 32668 | +$as_echo "$lt_cv_prog_compiler_pic" >&6; } | ||
| 32669 | +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic | ||
| 32670 | |||
| 32671 | # | ||
| 32672 | # Check to make sure the PIC flag actually works. | ||
| 32673 | @@ -9852,6 +10355,11 @@ fi | ||
| 32674 | |||
| 32675 | |||
| 32676 | |||
| 32677 | + | ||
| 32678 | + | ||
| 32679 | + | ||
| 32680 | + | ||
| 32681 | + | ||
| 32682 | # | ||
| 32683 | # Check to make sure the static flag actually works. | ||
| 32684 | # | ||
| 32685 | @@ -10202,7 +10710,8 @@ _LT_EOF | ||
| 32686 | allow_undefined_flag=unsupported | ||
| 32687 | always_export_symbols=no | ||
| 32688 | enable_shared_with_static_runtimes=yes | ||
| 32689 | - export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' | ||
| 32690 | + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' | ||
| 32691 | + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' | ||
| 32692 | |||
| 32693 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | ||
| 32694 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | ||
| 32695 | @@ -10301,12 +10810,12 @@ _LT_EOF | ||
| 32696 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | ||
| 32697 | hardcode_libdir_flag_spec= | ||
| 32698 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | ||
| 32699 | - archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' | ||
| 32700 | + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' | ||
| 32701 | if test "x$supports_anon_versioning" = xyes; then | ||
| 32702 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | ||
| 32703 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | ||
| 32704 | echo "local: *; };" >> $output_objdir/$libname.ver~ | ||
| 32705 | - $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' | ||
| 32706 | + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' | ||
| 32707 | fi | ||
| 32708 | ;; | ||
| 32709 | esac | ||
| 32710 | @@ -10320,8 +10829,8 @@ _LT_EOF | ||
| 32711 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | ||
| 32712 | wlarc= | ||
| 32713 | else | ||
| 32714 | - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 32715 | - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 32716 | + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 32717 | + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 32718 | fi | ||
| 32719 | ;; | ||
| 32720 | |||
| 32721 | @@ -10339,8 +10848,8 @@ _LT_EOF | ||
| 32722 | |||
| 32723 | _LT_EOF | ||
| 32724 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | ||
| 32725 | - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 32726 | - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 32727 | + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 32728 | + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 32729 | else | ||
| 32730 | ld_shlibs=no | ||
| 32731 | fi | ||
| 32732 | @@ -10386,8 +10895,8 @@ _LT_EOF | ||
| 32733 | |||
| 32734 | *) | ||
| 32735 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | ||
| 32736 | - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 32737 | - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 32738 | + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | ||
| 32739 | + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | ||
| 32740 | else | ||
| 32741 | ld_shlibs=no | ||
| 32742 | fi | ||
| 32743 | @@ -10517,7 +11026,13 @@ _LT_EOF | ||
| 32744 | allow_undefined_flag='-berok' | ||
| 32745 | # Determine the default libpath from the value encoded in an | ||
| 32746 | # empty executable. | ||
| 32747 | - cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 32748 | + if test "${lt_cv_aix_libpath+set}" = set; then | ||
| 32749 | + aix_libpath=$lt_cv_aix_libpath | ||
| 32750 | +else | ||
| 32751 | + if ${lt_cv_aix_libpath_+:} false; then : | ||
| 32752 | + $as_echo_n "(cached) " >&6 | ||
| 32753 | +else | ||
| 32754 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 32755 | /* end confdefs.h. */ | ||
| 32756 | |||
| 32757 | int | ||
| 32758 | @@ -10530,22 +11045,29 @@ main () | ||
| 32759 | _ACEOF | ||
| 32760 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 32761 | |||
| 32762 | -lt_aix_libpath_sed=' | ||
| 32763 | - /Import File Strings/,/^$/ { | ||
| 32764 | - /^0/ { | ||
| 32765 | - s/^0 *\(.*\)$/\1/ | ||
| 32766 | - p | ||
| 32767 | - } | ||
| 32768 | - }' | ||
| 32769 | -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32770 | -# Check for a 64-bit object if we didn't find anything. | ||
| 32771 | -if test -z "$aix_libpath"; then | ||
| 32772 | - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32773 | -fi | ||
| 32774 | + lt_aix_libpath_sed=' | ||
| 32775 | + /Import File Strings/,/^$/ { | ||
| 32776 | + /^0/ { | ||
| 32777 | + s/^0 *\([^ ]*\) *$/\1/ | ||
| 32778 | + p | ||
| 32779 | + } | ||
| 32780 | + }' | ||
| 32781 | + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32782 | + # Check for a 64-bit object if we didn't find anything. | ||
| 32783 | + if test -z "$lt_cv_aix_libpath_"; then | ||
| 32784 | + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32785 | + fi | ||
| 32786 | fi | ||
| 32787 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 32788 | conftest$ac_exeext conftest.$ac_ext | ||
| 32789 | -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32790 | + if test -z "$lt_cv_aix_libpath_"; then | ||
| 32791 | + lt_cv_aix_libpath_="/usr/lib:/lib" | ||
| 32792 | + fi | ||
| 32793 | + | ||
| 32794 | +fi | ||
| 32795 | + | ||
| 32796 | + aix_libpath=$lt_cv_aix_libpath_ | ||
| 32797 | +fi | ||
| 32798 | |||
| 32799 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | ||
| 32800 | 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" | ||
| 32801 | @@ -10557,7 +11079,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32802 | else | ||
| 32803 | # Determine the default libpath from the value encoded in an | ||
| 32804 | # empty executable. | ||
| 32805 | - cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 32806 | + if test "${lt_cv_aix_libpath+set}" = set; then | ||
| 32807 | + aix_libpath=$lt_cv_aix_libpath | ||
| 32808 | +else | ||
| 32809 | + if ${lt_cv_aix_libpath_+:} false; then : | ||
| 32810 | + $as_echo_n "(cached) " >&6 | ||
| 32811 | +else | ||
| 32812 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 32813 | /* end confdefs.h. */ | ||
| 32814 | |||
| 32815 | int | ||
| 32816 | @@ -10570,22 +11098,29 @@ main () | ||
| 32817 | _ACEOF | ||
| 32818 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 32819 | |||
| 32820 | -lt_aix_libpath_sed=' | ||
| 32821 | - /Import File Strings/,/^$/ { | ||
| 32822 | - /^0/ { | ||
| 32823 | - s/^0 *\(.*\)$/\1/ | ||
| 32824 | - p | ||
| 32825 | - } | ||
| 32826 | - }' | ||
| 32827 | -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32828 | -# Check for a 64-bit object if we didn't find anything. | ||
| 32829 | -if test -z "$aix_libpath"; then | ||
| 32830 | - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32831 | -fi | ||
| 32832 | + lt_aix_libpath_sed=' | ||
| 32833 | + /Import File Strings/,/^$/ { | ||
| 32834 | + /^0/ { | ||
| 32835 | + s/^0 *\([^ ]*\) *$/\1/ | ||
| 32836 | + p | ||
| 32837 | + } | ||
| 32838 | + }' | ||
| 32839 | + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32840 | + # Check for a 64-bit object if we didn't find anything. | ||
| 32841 | + if test -z "$lt_cv_aix_libpath_"; then | ||
| 32842 | + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | ||
| 32843 | + fi | ||
| 32844 | fi | ||
| 32845 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 32846 | conftest$ac_exeext conftest.$ac_ext | ||
| 32847 | -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32848 | + if test -z "$lt_cv_aix_libpath_"; then | ||
| 32849 | + lt_cv_aix_libpath_="/usr/lib:/lib" | ||
| 32850 | + fi | ||
| 32851 | + | ||
| 32852 | +fi | ||
| 32853 | + | ||
| 32854 | + aix_libpath=$lt_cv_aix_libpath_ | ||
| 32855 | +fi | ||
| 32856 | |||
| 32857 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | ||
| 32858 | # Warning - without using the other run time loading flags, | ||
| 32859 | @@ -10630,20 +11165,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32860 | # Microsoft Visual C++. | ||
| 32861 | # hardcode_libdir_flag_spec is actually meaningless, as there is | ||
| 32862 | # no search path for DLLs. | ||
| 32863 | - hardcode_libdir_flag_spec=' ' | ||
| 32864 | - allow_undefined_flag=unsupported | ||
| 32865 | - # Tell ltmain to make .lib files, not .a files. | ||
| 32866 | - libext=lib | ||
| 32867 | - # Tell ltmain to make .dll files, not .so files. | ||
| 32868 | - shrext_cmds=".dll" | ||
| 32869 | - # FIXME: Setting linknames here is a bad hack. | ||
| 32870 | - archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' | ||
| 32871 | - # The linker will automatically build a .lib file if we build a DLL. | ||
| 32872 | - old_archive_from_new_cmds='true' | ||
| 32873 | - # FIXME: Should let the user specify the lib program. | ||
| 32874 | - old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' | ||
| 32875 | - fix_srcfile_path='`cygpath -w "$srcfile"`' | ||
| 32876 | - enable_shared_with_static_runtimes=yes | ||
| 32877 | + case $cc_basename in | ||
| 32878 | + cl*) | ||
| 32879 | + # Native MSVC | ||
| 32880 | + hardcode_libdir_flag_spec=' ' | ||
| 32881 | + allow_undefined_flag=unsupported | ||
| 32882 | + always_export_symbols=yes | ||
| 32883 | + file_list_spec='@' | ||
| 32884 | + # Tell ltmain to make .lib files, not .a files. | ||
| 32885 | + libext=lib | ||
| 32886 | + # Tell ltmain to make .dll files, not .so files. | ||
| 32887 | + shrext_cmds=".dll" | ||
| 32888 | + # FIXME: Setting linknames here is a bad hack. | ||
| 32889 | + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' | ||
| 32890 | + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | ||
| 32891 | + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; | ||
| 32892 | + else | ||
| 32893 | + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; | ||
| 32894 | + fi~ | ||
| 32895 | + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ | ||
| 32896 | + linknames=' | ||
| 32897 | + # The linker will not automatically build a static lib if we build a DLL. | ||
| 32898 | + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' | ||
| 32899 | + enable_shared_with_static_runtimes=yes | ||
| 32900 | + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' | ||
| 32901 | + # Don't use ranlib | ||
| 32902 | + old_postinstall_cmds='chmod 644 $oldlib' | ||
| 32903 | + postlink_cmds='lt_outputfile="@OUTPUT@"~ | ||
| 32904 | + lt_tool_outputfile="@TOOL_OUTPUT@"~ | ||
| 32905 | + case $lt_outputfile in | ||
| 32906 | + *.exe|*.EXE) ;; | ||
| 32907 | + *) | ||
| 32908 | + lt_outputfile="$lt_outputfile.exe" | ||
| 32909 | + lt_tool_outputfile="$lt_tool_outputfile.exe" | ||
| 32910 | + ;; | ||
| 32911 | + esac~ | ||
| 32912 | + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then | ||
| 32913 | + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; | ||
| 32914 | + $RM "$lt_outputfile.manifest"; | ||
| 32915 | + fi' | ||
| 32916 | + ;; | ||
| 32917 | + *) | ||
| 32918 | + # Assume MSVC wrapper | ||
| 32919 | + hardcode_libdir_flag_spec=' ' | ||
| 32920 | + allow_undefined_flag=unsupported | ||
| 32921 | + # Tell ltmain to make .lib files, not .a files. | ||
| 32922 | + libext=lib | ||
| 32923 | + # Tell ltmain to make .dll files, not .so files. | ||
| 32924 | + shrext_cmds=".dll" | ||
| 32925 | + # FIXME: Setting linknames here is a bad hack. | ||
| 32926 | + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' | ||
| 32927 | + # The linker will automatically build a .lib file if we build a DLL. | ||
| 32928 | + old_archive_from_new_cmds='true' | ||
| 32929 | + # FIXME: Should let the user specify the lib program. | ||
| 32930 | + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' | ||
| 32931 | + enable_shared_with_static_runtimes=yes | ||
| 32932 | + ;; | ||
| 32933 | + esac | ||
| 32934 | ;; | ||
| 32935 | |||
| 32936 | darwin* | rhapsody*) | ||
| 32937 | @@ -10704,7 +11282,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32938 | |||
| 32939 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | ||
| 32940 | freebsd* | dragonfly*) | ||
| 32941 | - archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32942 | + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32943 | hardcode_libdir_flag_spec='-R$libdir' | ||
| 32944 | hardcode_direct=yes | ||
| 32945 | hardcode_shlibpath_var=no | ||
| 32946 | @@ -10712,7 +11290,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32947 | |||
| 32948 | hpux9*) | ||
| 32949 | if test "$GCC" = yes; then | ||
| 32950 | - archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 32951 | + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | ||
| 32952 | else | ||
| 32953 | 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' | ||
| 32954 | fi | ||
| 32955 | @@ -10728,7 +11306,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32956 | |||
| 32957 | hpux10*) | ||
| 32958 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | ||
| 32959 | - archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32960 | + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32961 | else | ||
| 32962 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | ||
| 32963 | fi | ||
| 32964 | @@ -10752,10 +11330,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | ||
| 32965 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32966 | ;; | ||
| 32967 | ia64*) | ||
| 32968 | - archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32969 | + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32970 | ;; | ||
| 32971 | *) | ||
| 32972 | - archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32973 | + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | ||
| 32974 | ;; | ||
| 32975 | esac | ||
| 32976 | else | ||
| 32977 | @@ -10834,23 +11412,36 @@ fi | ||
| 32978 | |||
| 32979 | irix5* | irix6* | nonstopux*) | ||
| 32980 | if test "$GCC" = yes; then | ||
| 32981 | - archive_cmds='$CC -shared $libobjs $deplibs $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' | ||
| 32982 | + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $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' | ||
| 32983 | # Try to use the -exported_symbol ld option, if it does not | ||
| 32984 | # work, assume that -exports_file does not work either and | ||
| 32985 | # implicitly export all symbols. | ||
| 32986 | - save_LDFLAGS="$LDFLAGS" | ||
| 32987 | - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" | ||
| 32988 | - cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 32989 | + # This should be the same for all languages, so no per-tag cache variable. | ||
| 32990 | + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 | ||
| 32991 | +$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } | ||
| 32992 | +if ${lt_cv_irix_exported_symbol+:} false; then : | ||
| 32993 | + $as_echo_n "(cached) " >&6 | ||
| 32994 | +else | ||
| 32995 | + save_LDFLAGS="$LDFLAGS" | ||
| 32996 | + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" | ||
| 32997 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 32998 | /* end confdefs.h. */ | ||
| 32999 | -int foo(void) {} | ||
| 33000 | +int foo (void) { return 0; } | ||
| 33001 | _ACEOF | ||
| 33002 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 33003 | - archive_expsym_cmds='$CC -shared $libobjs $deplibs $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 ${wl}-exports_file ${wl}$export_symbols -o $lib' | ||
| 33004 | - | ||
| 33005 | + lt_cv_irix_exported_symbol=yes | ||
| 33006 | +else | ||
| 33007 | + lt_cv_irix_exported_symbol=no | ||
| 33008 | fi | ||
| 33009 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 33010 | conftest$ac_exeext conftest.$ac_ext | ||
| 33011 | - LDFLAGS="$save_LDFLAGS" | ||
| 33012 | + LDFLAGS="$save_LDFLAGS" | ||
| 33013 | +fi | ||
| 33014 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 | ||
| 33015 | +$as_echo "$lt_cv_irix_exported_symbol" >&6; } | ||
| 33016 | + if test "$lt_cv_irix_exported_symbol" = yes; then | ||
| 33017 | + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $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 ${wl}-exports_file ${wl}$export_symbols -o $lib' | ||
| 33018 | + fi | ||
| 33019 | else | ||
| 33020 | 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' | ||
| 33021 | 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' | ||
| 33022 | @@ -10935,7 +11526,7 @@ rm -f core conftest.err conftest.$ac_objext \ | ||
| 33023 | osf4* | osf5*) # as osf3* with the addition of -msym flag | ||
| 33024 | if test "$GCC" = yes; then | ||
| 33025 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | ||
| 33026 | - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${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' | ||
| 33027 | + archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${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' | ||
| 33028 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | ||
| 33029 | else | ||
| 33030 | allow_undefined_flag=' -expect_unresolved \*' | ||
| 33031 | @@ -10954,9 +11545,9 @@ rm -f core conftest.err conftest.$ac_objext \ | ||
| 33032 | no_undefined_flag=' -z defs' | ||
| 33033 | if test "$GCC" = yes; then | ||
| 33034 | wlarc='${wl}' | ||
| 33035 | - archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 33036 | + archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | ||
| 33037 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | ||
| 33038 | - $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | ||
| 33039 | + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | ||
| 33040 | else | ||
| 33041 | case `$CC -V 2>&1` in | ||
| 33042 | *"Compilers 5.0"*) | ||
| 33043 | @@ -11532,8 +12123,9 @@ cygwin* | mingw* | pw32* | cegcc*) | ||
| 33044 | need_version=no | ||
| 33045 | need_lib_prefix=no | ||
| 33046 | |||
| 33047 | - case $GCC,$host_os in | ||
| 33048 | - yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) | ||
| 33049 | + case $GCC,$cc_basename in | ||
| 33050 | + yes,*) | ||
| 33051 | + # gcc | ||
| 33052 | library_names_spec='$libname.dll.a' | ||
| 33053 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | ||
| 33054 | postinstall_cmds='base_file=`basename \${file}`~ | ||
| 33055 | @@ -11566,13 +12158,71 @@ cygwin* | mingw* | pw32* | cegcc*) | ||
| 33056 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | ||
| 33057 | ;; | ||
| 33058 | esac | ||
| 33059 | + dynamic_linker='Win32 ld.exe' | ||
| 33060 | + ;; | ||
| 33061 | + | ||
| 33062 | + *,cl*) | ||
| 33063 | + # Native MSVC | ||
| 33064 | + libname_spec='$name' | ||
| 33065 | + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | ||
| 33066 | + library_names_spec='${libname}.dll.lib' | ||
| 33067 | + | ||
| 33068 | + case $build_os in | ||
| 33069 | + mingw*) | ||
| 33070 | + sys_lib_search_path_spec= | ||
| 33071 | + lt_save_ifs=$IFS | ||
| 33072 | + IFS=';' | ||
| 33073 | + for lt_path in $LIB | ||
| 33074 | + do | ||
| 33075 | + IFS=$lt_save_ifs | ||
| 33076 | + # Let DOS variable expansion print the short 8.3 style file name. | ||
| 33077 | + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` | ||
| 33078 | + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" | ||
| 33079 | + done | ||
| 33080 | + IFS=$lt_save_ifs | ||
| 33081 | + # Convert to MSYS style. | ||
| 33082 | + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` | ||
| 33083 | + ;; | ||
| 33084 | + cygwin*) | ||
| 33085 | + # Convert to unix form, then to dos form, then back to unix form | ||
| 33086 | + # but this time dos style (no spaces!) so that the unix form looks | ||
| 33087 | + # like /cygdrive/c/PROGRA~1:/cygdr... | ||
| 33088 | + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` | ||
| 33089 | + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` | ||
| 33090 | + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` | ||
| 33091 | + ;; | ||
| 33092 | + *) | ||
| 33093 | + sys_lib_search_path_spec="$LIB" | ||
| 33094 | + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then | ||
| 33095 | + # It is most probably a Windows format PATH. | ||
| 33096 | + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` | ||
| 33097 | + else | ||
| 33098 | + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` | ||
| 33099 | + fi | ||
| 33100 | + # FIXME: find the short name or the path components, as spaces are | ||
| 33101 | + # common. (e.g. "Program Files" -> "PROGRA~1") | ||
| 33102 | + ;; | ||
| 33103 | + esac | ||
| 33104 | + | ||
| 33105 | + # DLL is installed to $(libdir)/../bin by postinstall_cmds | ||
| 33106 | + postinstall_cmds='base_file=`basename \${file}`~ | ||
| 33107 | + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ | ||
| 33108 | + dldir=$destdir/`dirname \$dlpath`~ | ||
| 33109 | + test -d \$dldir || mkdir -p \$dldir~ | ||
| 33110 | + $install_prog $dir/$dlname \$dldir/$dlname' | ||
| 33111 | + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | ||
| 33112 | + dlpath=$dir/\$dldll~ | ||
| 33113 | + $RM \$dlpath' | ||
| 33114 | + shlibpath_overrides_runpath=yes | ||
| 33115 | + dynamic_linker='Win32 link.exe' | ||
| 33116 | ;; | ||
| 33117 | |||
| 33118 | *) | ||
| 33119 | + # Assume MSVC wrapper | ||
| 33120 | library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' | ||
| 33121 | + dynamic_linker='Win32 ld.exe' | ||
| 33122 | ;; | ||
| 33123 | esac | ||
| 33124 | - dynamic_linker='Win32 ld.exe' | ||
| 33125 | # FIXME: first we should search . and the directory the executable is in | ||
| 33126 | shlibpath_var=PATH | ||
| 33127 | ;; | ||
| 33128 | @@ -12450,7 +13100,7 @@ else | ||
| 33129 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | ||
| 33130 | lt_status=$lt_dlunknown | ||
| 33131 | cat > conftest.$ac_ext <<_LT_EOF | ||
| 33132 | -#line 12453 "configure" | ||
| 33133 | +#line $LINENO "configure" | ||
| 33134 | #include "confdefs.h" | ||
| 33135 | |||
| 33136 | #if HAVE_DLFCN_H | ||
| 33137 | @@ -12494,10 +13144,10 @@ else | ||
| 33138 | /* When -fvisbility=hidden is used, assume the code has been annotated | ||
| 33139 | correspondingly for the symbols needed. */ | ||
| 33140 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | ||
| 33141 | -void fnord () __attribute__((visibility("default"))); | ||
| 33142 | +int fnord () __attribute__((visibility("default"))); | ||
| 33143 | #endif | ||
| 33144 | |||
| 33145 | -void fnord () { int i=42; } | ||
| 33146 | +int fnord () { return 42; } | ||
| 33147 | int main () | ||
| 33148 | { | ||
| 33149 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | ||
| 33150 | @@ -12556,7 +13206,7 @@ else | ||
| 33151 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | ||
| 33152 | lt_status=$lt_dlunknown | ||
| 33153 | cat > conftest.$ac_ext <<_LT_EOF | ||
| 33154 | -#line 12559 "configure" | ||
| 33155 | +#line $LINENO "configure" | ||
| 33156 | #include "confdefs.h" | ||
| 33157 | |||
| 33158 | #if HAVE_DLFCN_H | ||
| 33159 | @@ -12600,10 +13250,10 @@ else | ||
| 33160 | /* When -fvisbility=hidden is used, assume the code has been annotated | ||
| 33161 | correspondingly for the symbols needed. */ | ||
| 33162 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | ||
| 33163 | -void fnord () __attribute__((visibility("default"))); | ||
| 33164 | +int fnord () __attribute__((visibility("default"))); | ||
| 33165 | #endif | ||
| 33166 | |||
| 33167 | -void fnord () { int i=42; } | ||
| 33168 | +int fnord () { return 42; } | ||
| 33169 | int main () | ||
| 33170 | { | ||
| 33171 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | ||
| 33172 | @@ -17596,13 +18246,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | ||
| 33173 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | ||
| 33174 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | ||
| 33175 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | ||
| 33176 | +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' | ||
| 33177 | +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' | ||
| 33178 | reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' | ||
| 33179 | reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' | ||
| 33180 | OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' | ||
| 33181 | deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' | ||
| 33182 | file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' | ||
| 33183 | +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' | ||
| 33184 | +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' | ||
| 33185 | +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' | ||
| 33186 | +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' | ||
| 33187 | AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' | ||
| 33188 | AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' | ||
| 33189 | +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' | ||
| 33190 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | ||
| 33191 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | ||
| 33192 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | ||
| 33193 | @@ -17617,14 +18274,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | ||
| 33194 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | ||
| 33195 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | ||
| 33196 | 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"`' | ||
| 33197 | +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' | ||
| 33198 | +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' | ||
| 33199 | objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' | ||
| 33200 | MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' | ||
| 33201 | lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' | ||
| 33202 | -lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' | ||
| 33203 | lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' | ||
| 33204 | +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' | ||
| 33205 | lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' | ||
| 33206 | lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' | ||
| 33207 | need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' | ||
| 33208 | +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' | ||
| 33209 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | ||
| 33210 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | ||
| 33211 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | ||
| 33212 | @@ -17657,12 +18317,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | ||
| 33213 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | ||
| 33214 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | ||
| 33215 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | ||
| 33216 | -fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' | ||
| 33217 | always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' | ||
| 33218 | export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' | ||
| 33219 | exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' | ||
| 33220 | include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' | ||
| 33221 | prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' | ||
| 33222 | +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' | ||
| 33223 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | ||
| 33224 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | ||
| 33225 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | ||
| 33226 | @@ -17717,8 +18377,13 @@ reload_flag \ | ||
| 33227 | OBJDUMP \ | ||
| 33228 | deplibs_check_method \ | ||
| 33229 | file_magic_cmd \ | ||
| 33230 | +file_magic_glob \ | ||
| 33231 | +want_nocaseglob \ | ||
| 33232 | +DLLTOOL \ | ||
| 33233 | +sharedlib_from_linklib_cmd \ | ||
| 33234 | AR \ | ||
| 33235 | AR_FLAGS \ | ||
| 33236 | +archiver_list_spec \ | ||
| 33237 | STRIP \ | ||
| 33238 | RANLIB \ | ||
| 33239 | CC \ | ||
| 33240 | @@ -17728,12 +18393,14 @@ lt_cv_sys_global_symbol_pipe \ | ||
| 33241 | lt_cv_sys_global_symbol_to_cdecl \ | ||
| 33242 | lt_cv_sys_global_symbol_to_c_name_address \ | ||
| 33243 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | ||
| 33244 | +nm_file_list_spec \ | ||
| 33245 | lt_prog_compiler_no_builtin_flag \ | ||
| 33246 | -lt_prog_compiler_wl \ | ||
| 33247 | lt_prog_compiler_pic \ | ||
| 33248 | +lt_prog_compiler_wl \ | ||
| 33249 | lt_prog_compiler_static \ | ||
| 33250 | lt_cv_prog_compiler_c_o \ | ||
| 33251 | need_locks \ | ||
| 33252 | +MANIFEST_TOOL \ | ||
| 33253 | DSYMUTIL \ | ||
| 33254 | NMEDIT \ | ||
| 33255 | LIPO \ | ||
| 33256 | @@ -17749,7 +18416,6 @@ no_undefined_flag \ | ||
| 33257 | hardcode_libdir_flag_spec \ | ||
| 33258 | hardcode_libdir_flag_spec_ld \ | ||
| 33259 | hardcode_libdir_separator \ | ||
| 33260 | -fix_srcfile_path \ | ||
| 33261 | exclude_expsyms \ | ||
| 33262 | include_expsyms \ | ||
| 33263 | file_list_spec \ | ||
| 33264 | @@ -17785,6 +18451,7 @@ module_cmds \ | ||
| 33265 | module_expsym_cmds \ | ||
| 33266 | export_symbols_cmds \ | ||
| 33267 | prelink_cmds \ | ||
| 33268 | +postlink_cmds \ | ||
| 33269 | postinstall_cmds \ | ||
| 33270 | postuninstall_cmds \ | ||
| 33271 | finish_cmds \ | ||
| 33272 | @@ -18610,7 +19277,8 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} | ||
| 33273 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | ||
| 33274 | # | ||
| 33275 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | ||
| 33276 | -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | ||
| 33277 | +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, | ||
| 33278 | +# Inc. | ||
| 33279 | # Written by Gordon Matzigkeit, 1996 | ||
| 33280 | # | ||
| 33281 | # This file is part of GNU Libtool. | ||
| 33282 | @@ -18713,19 +19381,42 @@ SP2NL=$lt_lt_SP2NL | ||
| 33283 | # turn newlines into spaces. | ||
| 33284 | NL2SP=$lt_lt_NL2SP | ||
| 33285 | |||
| 33286 | +# convert \$build file names to \$host format. | ||
| 33287 | +to_host_file_cmd=$lt_cv_to_host_file_cmd | ||
| 33288 | + | ||
| 33289 | +# convert \$build files to toolchain format. | ||
| 33290 | +to_tool_file_cmd=$lt_cv_to_tool_file_cmd | ||
| 33291 | + | ||
| 33292 | # An object symbol dumper. | ||
| 33293 | OBJDUMP=$lt_OBJDUMP | ||
| 33294 | |||
| 33295 | # Method to check whether dependent libraries are shared objects. | ||
| 33296 | deplibs_check_method=$lt_deplibs_check_method | ||
| 33297 | |||
| 33298 | -# Command to use when deplibs_check_method == "file_magic". | ||
| 33299 | +# Command to use when deplibs_check_method = "file_magic". | ||
| 33300 | file_magic_cmd=$lt_file_magic_cmd | ||
| 33301 | |||
| 33302 | +# How to find potential files when deplibs_check_method = "file_magic". | ||
| 33303 | +file_magic_glob=$lt_file_magic_glob | ||
| 33304 | + | ||
| 33305 | +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". | ||
| 33306 | +want_nocaseglob=$lt_want_nocaseglob | ||
| 33307 | + | ||
| 33308 | +# DLL creation program. | ||
| 33309 | +DLLTOOL=$lt_DLLTOOL | ||
| 33310 | + | ||
| 33311 | +# Command to associate shared and link libraries. | ||
| 33312 | +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd | ||
| 33313 | + | ||
| 33314 | # The archiver. | ||
| 33315 | AR=$lt_AR | ||
| 33316 | + | ||
| 33317 | +# Flags to create an archive. | ||
| 33318 | AR_FLAGS=$lt_AR_FLAGS | ||
| 33319 | |||
| 33320 | +# How to feed a file listing to the archiver. | ||
| 33321 | +archiver_list_spec=$lt_archiver_list_spec | ||
| 33322 | + | ||
| 33323 | # A symbol stripping program. | ||
| 33324 | STRIP=$lt_STRIP | ||
| 33325 | |||
| 33326 | @@ -18755,6 +19446,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | ||
| 33327 | # Transform the output of nm in a C name address pair when lib prefix is needed. | ||
| 33328 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | ||
| 33329 | |||
| 33330 | +# Specify filename containing input files for \$NM. | ||
| 33331 | +nm_file_list_spec=$lt_nm_file_list_spec | ||
| 33332 | + | ||
| 33333 | +# The root where to search for dependent libraries,and in which our libraries should be installed. | ||
| 33334 | +lt_sysroot=$lt_sysroot | ||
| 33335 | + | ||
| 33336 | # The name of the directory that contains temporary libtool files. | ||
| 33337 | objdir=$objdir | ||
| 33338 | |||
| 33339 | @@ -18764,6 +19461,9 @@ MAGIC_CMD=$MAGIC_CMD | ||
| 33340 | # Must we lock files when doing compilation? | ||
| 33341 | need_locks=$lt_need_locks | ||
| 33342 | |||
| 33343 | +# Manifest tool. | ||
| 33344 | +MANIFEST_TOOL=$lt_MANIFEST_TOOL | ||
| 33345 | + | ||
| 33346 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | ||
| 33347 | DSYMUTIL=$lt_DSYMUTIL | ||
| 33348 | |||
| 33349 | @@ -18878,12 +19578,12 @@ with_gcc=$GCC | ||
| 33350 | # Compiler flag to turn off builtin functions. | ||
| 33351 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | ||
| 33352 | |||
| 33353 | -# How to pass a linker flag through the compiler. | ||
| 33354 | -wl=$lt_lt_prog_compiler_wl | ||
| 33355 | - | ||
| 33356 | # Additional compiler flags for building library objects. | ||
| 33357 | pic_flag=$lt_lt_prog_compiler_pic | ||
| 33358 | |||
| 33359 | +# How to pass a linker flag through the compiler. | ||
| 33360 | +wl=$lt_lt_prog_compiler_wl | ||
| 33361 | + | ||
| 33362 | # Compiler flag to prevent dynamic linking. | ||
| 33363 | link_static_flag=$lt_lt_prog_compiler_static | ||
| 33364 | |||
| 33365 | @@ -18970,9 +19670,6 @@ inherit_rpath=$inherit_rpath | ||
| 33366 | # Whether libtool must link a program against all its dependency libraries. | ||
| 33367 | link_all_deplibs=$link_all_deplibs | ||
| 33368 | |||
| 33369 | -# Fix the shell variable \$srcfile for the compiler. | ||
| 33370 | -fix_srcfile_path=$lt_fix_srcfile_path | ||
| 33371 | - | ||
| 33372 | # Set to "yes" if exported symbols are required. | ||
| 33373 | always_export_symbols=$always_export_symbols | ||
| 33374 | |||
| 33375 | @@ -18988,6 +19685,9 @@ include_expsyms=$lt_include_expsyms | ||
| 33376 | # Commands necessary for linking programs (against libraries) with templates. | ||
| 33377 | prelink_cmds=$lt_prelink_cmds | ||
| 33378 | |||
| 33379 | +# Commands necessary for finishing linking programs. | ||
| 33380 | +postlink_cmds=$lt_postlink_cmds | ||
| 33381 | + | ||
| 33382 | # Specify filename containing input files. | ||
| 33383 | file_list_spec=$lt_file_list_spec | ||
| 33384 | |||
| 33385 | @@ -19020,210 +19720,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | ||
| 33386 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | ||
| 33387 | # text mode, it properly converts lines to CR/LF. This bash problem | ||
| 33388 | # is reportedly fixed, but why not run on old versions too? | ||
| 33389 | - sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ | ||
| 33390 | - || (rm -f "$cfgfile"; exit 1) | ||
| 33391 | - | ||
| 33392 | - case $xsi_shell in | ||
| 33393 | - yes) | ||
| 33394 | - cat << \_LT_EOF >> "$cfgfile" | ||
| 33395 | - | ||
| 33396 | -# func_dirname file append nondir_replacement | ||
| 33397 | -# Compute the dirname of FILE. If nonempty, add APPEND to the result, | ||
| 33398 | -# otherwise set result to NONDIR_REPLACEMENT. | ||
| 33399 | -func_dirname () | ||
| 33400 | -{ | ||
| 33401 | - case ${1} in | ||
| 33402 | - */*) func_dirname_result="${1%/*}${2}" ;; | ||
| 33403 | - * ) func_dirname_result="${3}" ;; | ||
| 33404 | - esac | ||
| 33405 | -} | ||
| 33406 | - | ||
| 33407 | -# func_basename file | ||
| 33408 | -func_basename () | ||
| 33409 | -{ | ||
| 33410 | - func_basename_result="${1##*/}" | ||
| 33411 | -} | ||
| 33412 | - | ||
| 33413 | -# func_dirname_and_basename file append nondir_replacement | ||
| 33414 | -# perform func_basename and func_dirname in a single function | ||
| 33415 | -# call: | ||
| 33416 | -# dirname: Compute the dirname of FILE. If nonempty, | ||
| 33417 | -# add APPEND to the result, otherwise set result | ||
| 33418 | -# to NONDIR_REPLACEMENT. | ||
| 33419 | -# value returned in "$func_dirname_result" | ||
| 33420 | -# basename: Compute filename of FILE. | ||
| 33421 | -# value retuned in "$func_basename_result" | ||
| 33422 | -# Implementation must be kept synchronized with func_dirname | ||
| 33423 | -# and func_basename. For efficiency, we do not delegate to | ||
| 33424 | -# those functions but instead duplicate the functionality here. | ||
| 33425 | -func_dirname_and_basename () | ||
| 33426 | -{ | ||
| 33427 | - case ${1} in | ||
| 33428 | - */*) func_dirname_result="${1%/*}${2}" ;; | ||
| 33429 | - * ) func_dirname_result="${3}" ;; | ||
| 33430 | - esac | ||
| 33431 | - func_basename_result="${1##*/}" | ||
| 33432 | -} | ||
| 33433 | - | ||
| 33434 | -# func_stripname prefix suffix name | ||
| 33435 | -# strip PREFIX and SUFFIX off of NAME. | ||
| 33436 | -# PREFIX and SUFFIX must not contain globbing or regex special | ||
| 33437 | -# characters, hashes, percent signs, but SUFFIX may contain a leading | ||
| 33438 | -# dot (in which case that matches only a dot). | ||
| 33439 | -func_stripname () | ||
| 33440 | -{ | ||
| 33441 | - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are | ||
| 33442 | - # positional parameters, so assign one to ordinary parameter first. | ||
| 33443 | - func_stripname_result=${3} | ||
| 33444 | - func_stripname_result=${func_stripname_result#"${1}"} | ||
| 33445 | - func_stripname_result=${func_stripname_result%"${2}"} | ||
| 33446 | -} | ||
| 33447 | - | ||
| 33448 | -# func_opt_split | ||
| 33449 | -func_opt_split () | ||
| 33450 | -{ | ||
| 33451 | - func_opt_split_opt=${1%%=*} | ||
| 33452 | - func_opt_split_arg=${1#*=} | ||
| 33453 | -} | ||
| 33454 | - | ||
| 33455 | -# func_lo2o object | ||
| 33456 | -func_lo2o () | ||
| 33457 | -{ | ||
| 33458 | - case ${1} in | ||
| 33459 | - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; | ||
| 33460 | - *) func_lo2o_result=${1} ;; | ||
| 33461 | - esac | ||
| 33462 | -} | ||
| 33463 | - | ||
| 33464 | -# func_xform libobj-or-source | ||
| 33465 | -func_xform () | ||
| 33466 | -{ | ||
| 33467 | - func_xform_result=${1%.*}.lo | ||
| 33468 | -} | ||
| 33469 | - | ||
| 33470 | -# func_arith arithmetic-term... | ||
| 33471 | -func_arith () | ||
| 33472 | -{ | ||
| 33473 | - func_arith_result=$(( $* )) | ||
| 33474 | -} | ||
| 33475 | - | ||
| 33476 | -# func_len string | ||
| 33477 | -# STRING may not start with a hyphen. | ||
| 33478 | -func_len () | ||
| 33479 | -{ | ||
| 33480 | - func_len_result=${#1} | ||
| 33481 | -} | ||
| 33482 | - | ||
| 33483 | -_LT_EOF | ||
| 33484 | - ;; | ||
| 33485 | - *) # Bourne compatible functions. | ||
| 33486 | - cat << \_LT_EOF >> "$cfgfile" | ||
| 33487 | - | ||
| 33488 | -# func_dirname file append nondir_replacement | ||
| 33489 | -# Compute the dirname of FILE. If nonempty, add APPEND to the result, | ||
| 33490 | -# otherwise set result to NONDIR_REPLACEMENT. | ||
| 33491 | -func_dirname () | ||
| 33492 | -{ | ||
| 33493 | - # Extract subdirectory from the argument. | ||
| 33494 | - func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` | ||
| 33495 | - if test "X$func_dirname_result" = "X${1}"; then | ||
| 33496 | - func_dirname_result="${3}" | ||
| 33497 | - else | ||
| 33498 | - func_dirname_result="$func_dirname_result${2}" | ||
| 33499 | - fi | ||
| 33500 | -} | ||
| 33501 | - | ||
| 33502 | -# func_basename file | ||
| 33503 | -func_basename () | ||
| 33504 | -{ | ||
| 33505 | - func_basename_result=`$ECHO "${1}" | $SED "$basename"` | ||
| 33506 | -} | ||
| 33507 | - | ||
| 33508 | - | ||
| 33509 | -# func_stripname prefix suffix name | ||
| 33510 | -# strip PREFIX and SUFFIX off of NAME. | ||
| 33511 | -# PREFIX and SUFFIX must not contain globbing or regex special | ||
| 33512 | -# characters, hashes, percent signs, but SUFFIX may contain a leading | ||
| 33513 | -# dot (in which case that matches only a dot). | ||
| 33514 | -# func_strip_suffix prefix name | ||
| 33515 | -func_stripname () | ||
| 33516 | -{ | ||
| 33517 | - case ${2} in | ||
| 33518 | - .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; | ||
| 33519 | - *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; | ||
| 33520 | - esac | ||
| 33521 | -} | ||
| 33522 | - | ||
| 33523 | -# sed scripts: | ||
| 33524 | -my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' | ||
| 33525 | -my_sed_long_arg='1s/^-[^=]*=//' | ||
| 33526 | - | ||
| 33527 | -# func_opt_split | ||
| 33528 | -func_opt_split () | ||
| 33529 | -{ | ||
| 33530 | - func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` | ||
| 33531 | - func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` | ||
| 33532 | -} | ||
| 33533 | - | ||
| 33534 | -# func_lo2o object | ||
| 33535 | -func_lo2o () | ||
| 33536 | -{ | ||
| 33537 | - func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` | ||
| 33538 | -} | ||
| 33539 | - | ||
| 33540 | -# func_xform libobj-or-source | ||
| 33541 | -func_xform () | ||
| 33542 | -{ | ||
| 33543 | - func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` | ||
| 33544 | -} | ||
| 33545 | - | ||
| 33546 | -# func_arith arithmetic-term... | ||
| 33547 | -func_arith () | ||
| 33548 | -{ | ||
| 33549 | - func_arith_result=`expr "$@"` | ||
| 33550 | -} | ||
| 33551 | - | ||
| 33552 | -# func_len string | ||
| 33553 | -# STRING may not start with a hyphen. | ||
| 33554 | -func_len () | ||
| 33555 | -{ | ||
| 33556 | - func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` | ||
| 33557 | -} | ||
| 33558 | - | ||
| 33559 | -_LT_EOF | ||
| 33560 | -esac | ||
| 33561 | - | ||
| 33562 | -case $lt_shell_append in | ||
| 33563 | - yes) | ||
| 33564 | - cat << \_LT_EOF >> "$cfgfile" | ||
| 33565 | - | ||
| 33566 | -# func_append var value | ||
| 33567 | -# Append VALUE to the end of shell variable VAR. | ||
| 33568 | -func_append () | ||
| 33569 | -{ | ||
| 33570 | - eval "$1+=\$2" | ||
| 33571 | -} | ||
| 33572 | -_LT_EOF | ||
| 33573 | - ;; | ||
| 33574 | - *) | ||
| 33575 | - cat << \_LT_EOF >> "$cfgfile" | ||
| 33576 | - | ||
| 33577 | -# func_append var value | ||
| 33578 | -# Append VALUE to the end of shell variable VAR. | ||
| 33579 | -func_append () | ||
| 33580 | -{ | ||
| 33581 | - eval "$1=\$$1\$2" | ||
| 33582 | -} | ||
| 33583 | - | ||
| 33584 | -_LT_EOF | ||
| 33585 | - ;; | ||
| 33586 | - esac | ||
| 33587 | - | ||
| 33588 | - | ||
| 33589 | - sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ | ||
| 33590 | - || (rm -f "$cfgfile"; exit 1) | ||
| 33591 | - | ||
| 33592 | - mv -f "$cfgfile" "$ofile" || | ||
| 33593 | + sed '$q' "$ltmain" >> "$cfgfile" \ | ||
| 33594 | + || (rm -f "$cfgfile"; exit 1) | ||
| 33595 | + | ||
| 33596 | + if test x"$xsi_shell" = xyes; then | ||
| 33597 | + sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ | ||
| 33598 | +func_dirname ()\ | ||
| 33599 | +{\ | ||
| 33600 | +\ case ${1} in\ | ||
| 33601 | +\ */*) func_dirname_result="${1%/*}${2}" ;;\ | ||
| 33602 | +\ * ) func_dirname_result="${3}" ;;\ | ||
| 33603 | +\ esac\ | ||
| 33604 | +} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33605 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33606 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33607 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33608 | + | ||
| 33609 | + | ||
| 33610 | + sed -e '/^func_basename ()$/,/^} # func_basename /c\ | ||
| 33611 | +func_basename ()\ | ||
| 33612 | +{\ | ||
| 33613 | +\ func_basename_result="${1##*/}"\ | ||
| 33614 | +} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33615 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33616 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33617 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33618 | + | ||
| 33619 | + | ||
| 33620 | + sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ | ||
| 33621 | +func_dirname_and_basename ()\ | ||
| 33622 | +{\ | ||
| 33623 | +\ case ${1} in\ | ||
| 33624 | +\ */*) func_dirname_result="${1%/*}${2}" ;;\ | ||
| 33625 | +\ * ) func_dirname_result="${3}" ;;\ | ||
| 33626 | +\ esac\ | ||
| 33627 | +\ func_basename_result="${1##*/}"\ | ||
| 33628 | +} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33629 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33630 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33631 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33632 | + | ||
| 33633 | + | ||
| 33634 | + sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ | ||
| 33635 | +func_stripname ()\ | ||
| 33636 | +{\ | ||
| 33637 | +\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ | ||
| 33638 | +\ # positional parameters, so assign one to ordinary parameter first.\ | ||
| 33639 | +\ func_stripname_result=${3}\ | ||
| 33640 | +\ func_stripname_result=${func_stripname_result#"${1}"}\ | ||
| 33641 | +\ func_stripname_result=${func_stripname_result%"${2}"}\ | ||
| 33642 | +} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33643 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33644 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33645 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33646 | + | ||
| 33647 | + | ||
| 33648 | + sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ | ||
| 33649 | +func_split_long_opt ()\ | ||
| 33650 | +{\ | ||
| 33651 | +\ func_split_long_opt_name=${1%%=*}\ | ||
| 33652 | +\ func_split_long_opt_arg=${1#*=}\ | ||
| 33653 | +} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33654 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33655 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33656 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33657 | + | ||
| 33658 | + | ||
| 33659 | + sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ | ||
| 33660 | +func_split_short_opt ()\ | ||
| 33661 | +{\ | ||
| 33662 | +\ func_split_short_opt_arg=${1#??}\ | ||
| 33663 | +\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ | ||
| 33664 | +} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33665 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33666 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33667 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33668 | + | ||
| 33669 | + | ||
| 33670 | + sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ | ||
| 33671 | +func_lo2o ()\ | ||
| 33672 | +{\ | ||
| 33673 | +\ case ${1} in\ | ||
| 33674 | +\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ | ||
| 33675 | +\ *) func_lo2o_result=${1} ;;\ | ||
| 33676 | +\ esac\ | ||
| 33677 | +} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33678 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33679 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33680 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33681 | + | ||
| 33682 | + | ||
| 33683 | + sed -e '/^func_xform ()$/,/^} # func_xform /c\ | ||
| 33684 | +func_xform ()\ | ||
| 33685 | +{\ | ||
| 33686 | + func_xform_result=${1%.*}.lo\ | ||
| 33687 | +} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33688 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33689 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33690 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33691 | + | ||
| 33692 | + | ||
| 33693 | + sed -e '/^func_arith ()$/,/^} # func_arith /c\ | ||
| 33694 | +func_arith ()\ | ||
| 33695 | +{\ | ||
| 33696 | + func_arith_result=$(( $* ))\ | ||
| 33697 | +} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33698 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33699 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33700 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33701 | + | ||
| 33702 | + | ||
| 33703 | + sed -e '/^func_len ()$/,/^} # func_len /c\ | ||
| 33704 | +func_len ()\ | ||
| 33705 | +{\ | ||
| 33706 | + func_len_result=${#1}\ | ||
| 33707 | +} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33708 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33709 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33710 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33711 | + | ||
| 33712 | +fi | ||
| 33713 | + | ||
| 33714 | +if test x"$lt_shell_append" = xyes; then | ||
| 33715 | + sed -e '/^func_append ()$/,/^} # func_append /c\ | ||
| 33716 | +func_append ()\ | ||
| 33717 | +{\ | ||
| 33718 | + eval "${1}+=\\${2}"\ | ||
| 33719 | +} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33720 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33721 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33722 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33723 | + | ||
| 33724 | + | ||
| 33725 | + sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ | ||
| 33726 | +func_append_quoted ()\ | ||
| 33727 | +{\ | ||
| 33728 | +\ func_quote_for_eval "${2}"\ | ||
| 33729 | +\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ | ||
| 33730 | +} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ | ||
| 33731 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33732 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33733 | +test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33734 | + | ||
| 33735 | + | ||
| 33736 | + # Save a `func_append' function call where possible by direct use of '+=' | ||
| 33737 | + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ | ||
| 33738 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33739 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33740 | + test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33741 | +else | ||
| 33742 | + # Save a `func_append' function call even when '+=' is not available | ||
| 33743 | + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ | ||
| 33744 | + && mv -f "$cfgfile.tmp" "$cfgfile" \ | ||
| 33745 | + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | ||
| 33746 | + test 0 -eq $? || _lt_function_replace_fail=: | ||
| 33747 | +fi | ||
| 33748 | + | ||
| 33749 | +if test x"$_lt_function_replace_fail" = x":"; then | ||
| 33750 | + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 | ||
| 33751 | +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} | ||
| 33752 | +fi | ||
| 33753 | + | ||
| 33754 | + | ||
| 33755 | + mv -f "$cfgfile" "$ofile" || | ||
| 33756 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | ||
| 33757 | chmod +x "$ofile" | ||
| 33758 | |||
| 33759 | diff --git a/zlib/Makefile.in b/zlib/Makefile.in | 32568 | diff --git a/zlib/Makefile.in b/zlib/Makefile.in |
| 33760 | index 855c23eea23..0605835c14f 100644 | 32569 | index 855c23eea23..0605835c14f 100644 |
| 33761 | --- a/zlib/Makefile.in | 32570 | --- a/zlib/Makefile.in |
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 afd694db4d..acd827143a 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 ff2754e302d06df51f8dd8ef877afb65eb30fcab Mon Sep 17 00:00:00 2001 | 1 | From 73d1af65ccfed87662342274d9ec33900786beb3 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 cc0fb551b2..faf5f2c0b8 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 039b4afd7d3b5a599aebee97410809276a622ccd Mon Sep 17 00:00:00 2001 | 1 | From da9dc36e90c6cf7d3d3bf6f4e337261a93d63428 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 b921dd1218..05c73171f5 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 4eb24605fb2012c0f02883d1f560d5d852c0705e Mon Sep 17 00:00:00 2001 | 1 | From f6105e5202180627e9690884d483fd5b7dc28652 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 |
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 f69071ae96..20eb943d65 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 9613e47bfdea18d2764eec130676e3e0b40c676f Mon Sep 17 00:00:00 2001 | 1 | From 13cbec5bc5c75dd4c3e1d5f3ca80e5b64f7116d1 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 95787012b89..bc29909386f 100644 | 17 | index 1519f8ac4e5..2a7c76dc29c 100644 |
| 18 | --- a/ld/ldelf.c | 18 | --- a/ld/ldelf.c |
| 19 | +++ b/ld/ldelf.c | 19 | +++ b/ld/ldelf.c |
| 20 | @@ -1127,6 +1127,9 @@ ldelf_handle_dt_needed (struct elf_link_hash_table *htab, | 20 | @@ -1127,6 +1127,9 @@ ldelf_handle_dt_needed (struct elf_link_hash_table *htab, |
| @@ -27,7 +27,7 @@ index 95787012b89..bc29909386f 100644 | |||
| 27 | if (path | 27 | if (path |
| 28 | && ldelf_search_needed (path, &n, force, | 28 | && ldelf_search_needed (path, &n, force, |
| 29 | is_linux, elfsize)) | 29 | is_linux, elfsize)) |
| 30 | @@ -1801,6 +1804,8 @@ ldelf_before_allocation (char *audit, char *depaudit, | 30 | @@ -1802,6 +1805,8 @@ ldelf_before_allocation (char *audit, char *depaudit, |
| 31 | rpath = command_line.rpath; | 31 | rpath = command_line.rpath; |
| 32 | if (rpath == NULL) | 32 | if (rpath == NULL) |
| 33 | rpath = (const char *) getenv ("LD_RUN_PATH"); | 33 | rpath = (const char *) getenv ("LD_RUN_PATH"); |
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 9cdc7e219d..a6892e8af6 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 8af01d85c4e5a5558d770291b7df86acfd59827c Mon Sep 17 00:00:00 2001 | 1 | From 9d451ca9ca6bf34b43a089033565ae7570db2065 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/0015-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 f57f65ce72..818d646ffe 100644 --- a/meta/recipes-devtools/binutils/binutils/0015-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 9599d7d48913fca4c2bf0d0012f9655353ca6f6c Mon Sep 17 00:00:00 2001 | 1 | From f0c39effd46d4dec0813276b1903d6deddcd82dc 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 |
| @@ -14,14 +14,14 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 14 | Cc: Jedidiah Thompson <wej22007@outlook.com> | 14 | Cc: Jedidiah Thompson <wej22007@outlook.com> |
| 15 | Cc: Zac Walker <zac.walker@linaro.org> | 15 | Cc: Zac Walker <zac.walker@linaro.org> |
| 16 | --- | 16 | --- |
| 17 | ld/configure.tgt | 4 ++-- | 17 | ld/configure.tgt | 2 +- |
| 18 | 1 file changed, 2 insertions(+), 2 deletions(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 19 | 19 | ||
| 20 | diff --git a/ld/configure.tgt b/ld/configure.tgt | 20 | diff --git a/ld/configure.tgt b/ld/configure.tgt |
| 21 | index de04a44b812..f80c84ab13c 100644 | 21 | index c62b9581d9b..e78644d04e2 100644 |
| 22 | --- a/ld/configure.tgt | 22 | --- a/ld/configure.tgt |
| 23 | +++ b/ld/configure.tgt | 23 | +++ b/ld/configure.tgt |
| 24 | @@ -1056,7 +1056,7 @@ x86_64-*-cygwin) targ_emul=i386pep ; | 24 | @@ -1055,7 +1055,7 @@ x86_64-*-cygwin) targ_emul=i386pep ; |
| 25 | ;; | 25 | ;; |
| 26 | x86_64-*-mingw*) targ_emul=i386pep ; | 26 | x86_64-*-mingw*) targ_emul=i386pep ; |
| 27 | targ_extra_emuls=i386pe | 27 | targ_extra_emuls=i386pe |
diff --git a/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch b/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch new file mode 100644 index 0000000000..3bb083819b --- /dev/null +++ b/meta/recipes-devtools/binutils/binutils/0015-gprofng-Fix-build-with-64bit-file-offset-on-32bit-ma.patch | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | From 15936ae7cdfd6814654eff367b5cfb2565ea6af8 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Mon, 31 Jul 2023 15:23:38 -0700 | ||
| 4 | Subject: [PATCH] gprofng: Fix build with 64bit file offset on 32bit machines | ||
| 5 | |||
| 6 | gprofng/ChangeLog | ||
| 7 | 2023-07-31 Khem Raj <raj.khem@gmail.com> | ||
| 8 | |||
| 9 | * libcollector/iotrace.c: Define open64, fgetpos64, and fsetpos64 | ||
| 10 | only when __USE_LARGEFILE64 and __USE_FILE_OFFSET64 are not | ||
| 11 | defined. | ||
| 12 | |||
| 13 | Upstream-Status: Submitted [https://sourceware.org/pipermail/binutils/2023-July/128741.html] | ||
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 15 | --- | ||
| 16 | gprofng/libcollector/iotrace.c | 9 ++++++--- | ||
| 17 | 1 file changed, 6 insertions(+), 3 deletions(-) | ||
| 18 | |||
| 19 | diff --git a/gprofng/libcollector/iotrace.c b/gprofng/libcollector/iotrace.c | ||
| 20 | index c0ea7497b09..81c844048d9 100644 | ||
| 21 | --- a/gprofng/libcollector/iotrace.c | ||
| 22 | +++ b/gprofng/libcollector/iotrace.c | ||
| 23 | @@ -1030,8 +1030,9 @@ gprofng_open64 (int(real_open64) (const char *, int, ...), | ||
| 24 | } | ||
| 25 | |||
| 26 | DCL_FUNC_VER (DCL_OPEN64, open64_2_2, open64@GLIBC_2.2) | ||
| 27 | +#if !defined(__USE_LARGEFILE64) | ||
| 28 | DCL_OPEN64 (open64) | ||
| 29 | - | ||
| 30 | +#endif | ||
| 31 | |||
| 32 | #define F_ERROR_ARG 0 | ||
| 33 | #define F_INT_ARG 1 | ||
| 34 | @@ -2989,8 +2990,9 @@ DCL_FUNC_VER (DCL_FGETPOS64, fgetpos64_2_17, fgetpos64@GLIBC_2.17) | ||
| 35 | DCL_FUNC_VER (DCL_FGETPOS64, fgetpos64_2_2_5, fgetpos64@GLIBC_2.2.5) | ||
| 36 | DCL_FUNC_VER (DCL_FGETPOS64, fgetpos64_2_2, fgetpos64@GLIBC_2.2) | ||
| 37 | DCL_FUNC_VER (DCL_FGETPOS64, fgetpos64_2_1, fgetpos64@GLIBC_2.1) | ||
| 38 | +#if !defined(__USE_LARGEFILE64) | ||
| 39 | DCL_FGETPOS64 (fgetpos64) | ||
| 40 | - | ||
| 41 | +#endif | ||
| 42 | /*------------------------------------------------------------- fsetpos */ | ||
| 43 | static int | ||
| 44 | gprofng_fsetpos (int(real_fsetpos) (FILE *, const fpos_t *), | ||
| 45 | @@ -3087,8 +3089,9 @@ DCL_FUNC_VER (DCL_FSETPOS64, fsetpos64_2_17, fsetpos64@GLIBC_2.17) | ||
| 46 | DCL_FUNC_VER (DCL_FSETPOS64, fsetpos64_2_2_5, fsetpos64@GLIBC_2.2.5) | ||
| 47 | DCL_FUNC_VER (DCL_FSETPOS64, fsetpos64_2_2, fsetpos64@GLIBC_2.2) | ||
| 48 | DCL_FUNC_VER (DCL_FSETPOS64, fsetpos64_2_1, fsetpos64@GLIBC_2.1) | ||
| 49 | +#if !defined(__USE_LARGEFILE64) | ||
| 50 | DCL_FSETPOS64 (fsetpos64) | ||
| 51 | - | ||
| 52 | +#endif | ||
| 53 | /*------------------------------------------------------------- fsync */ | ||
| 54 | int | ||
| 55 | fsync (int fildes) | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0016-CVE-2023-25586.patch b/meta/recipes-devtools/binutils/binutils/0016-CVE-2023-25586.patch deleted file mode 100644 index 43e36caf3f..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0016-CVE-2023-25586.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From 5830876a0cca17bef3b2d54908928e72cca53502 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alan Modra <amodra@gmail.com> | ||
| 3 | Date: Tue, 6 Dec 2022 08:37:52 +1030 | ||
| 4 | Subject: [PATCH] PR29855, ch_type in bfd_init_section_decompress_status can be | ||
| 5 | uninitialized | ||
| 6 | |||
| 7 | PR 29855 | ||
| 8 | * compress.c (bfd_init_section_decompress_status): Set ch_type | ||
| 9 | to zero for zlib-gnu case. | ||
| 10 | |||
| 11 | Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5830876a0cca17bef3b2d54908928e72cca53502] | ||
| 12 | |||
| 13 | CVE: CVE-2023-25586 | ||
| 14 | |||
| 15 | Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> | ||
| 16 | --- | ||
| 17 | bfd/compress.c | 1 + | ||
| 18 | 1 file changed, 1 insertion(+) | ||
| 19 | |||
| 20 | diff --git a/bfd/compress.c b/bfd/compress.c | ||
| 21 | index 3d8c1d769f1..6b083468ca8 100644 | ||
| 22 | --- a/bfd/compress.c | ||
| 23 | +++ b/bfd/compress.c | ||
| 24 | @@ -1012,7 +1012,7 @@ bfd_init_section_decompress_status (bfd *abfd, sec_ptr sec) | ||
| 25 | return false; | ||
| 26 | } | ||
| 27 | uncompressed_size = bfd_getb64 (header + 4); | ||
| 28 | - ch_type = ch_none; | ||
| 29 | + ch_type = 0; | ||
| 30 | } | ||
| 31 | else if (!bfd_check_compression_header (abfd, header, sec, | ||
| 32 | &ch_type, | ||
| 33 | -- | ||
| 34 | 2.31.1 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/fix-time64.patch b/meta/recipes-devtools/binutils/binutils/fix-time64.patch deleted file mode 100644 index 0bfc977fd4..0000000000 --- a/meta/recipes-devtools/binutils/binutils/fix-time64.patch +++ /dev/null | |||
| @@ -1,94 +0,0 @@ | |||
| 1 | From f6f19a39ecfe962cb8a05522c27f513308687a74 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | ||
| 3 | Date: Thu, 16 Feb 2023 19:00:47 -0800 | ||
| 4 | Subject: [PATCH] gprofng: PR30036 Build failure on aarch64 w/ glibc: symbol | ||
| 5 | `pwrite64' is already defined | ||
| 6 | |||
| 7 | gprofng/ChangeLog | ||
| 8 | 2023-02-16 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | ||
| 9 | |||
| 10 | PR gprofng/30036 | ||
| 11 | * libcollector/iotrace.c: Define creat64 and pwrite64 only when | ||
| 12 | __USE_LARGEFILE64 and __USE_FILE_OFFSET64 are not defined. | ||
| 13 | * libcollector/mmaptrace.c: Likewise for mmap64. | ||
| 14 | |||
| 15 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=f6f19a39ecfe962cb8a05522c27f513308687a74] | ||
| 16 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
| 17 | --- | ||
| 18 | gprofng/libcollector/iotrace.c | 15 ++++++++------- | ||
| 19 | gprofng/libcollector/mmaptrace.c | 2 +- | ||
| 20 | 2 files changed, 9 insertions(+), 8 deletions(-) | ||
| 21 | |||
| 22 | diff --git a/gprofng/libcollector/iotrace.c b/gprofng/libcollector/iotrace.c | ||
| 23 | index af90cc31f1a..d8439b02b3a 100644 | ||
| 24 | --- a/gprofng/libcollector/iotrace.c | ||
| 25 | +++ b/gprofng/libcollector/iotrace.c | ||
| 26 | @@ -1441,7 +1441,7 @@ creat (const char *path, mode_t mode) | ||
| 27 | } | ||
| 28 | |||
| 29 | /*------------------------------------------------------------- creat64 */ | ||
| 30 | -#if WSIZE(32) | ||
| 31 | +#if WSIZE(32) && !defined(__USE_LARGEFILE64) | ||
| 32 | int | ||
| 33 | creat64 (const char *path, mode_t mode) | ||
| 34 | { | ||
| 35 | @@ -2476,7 +2476,7 @@ __collector_pwrite_2_1 (int fildes, const void *buf, size_t nbyte, off_t offset) | ||
| 36 | return ret; | ||
| 37 | } | ||
| 38 | |||
| 39 | -#else | ||
| 40 | +#endif | ||
| 41 | ssize_t | ||
| 42 | pwrite (int fildes, const void *buf, size_t nbyte, off_t offset) | ||
| 43 | { | ||
| 44 | @@ -2497,11 +2497,10 @@ pwrite (int fildes, const void *buf, size_t nbyte, off_t offset) | ||
| 45 | POP_REENTRANCE (guard); | ||
| 46 | return ret; | ||
| 47 | } | ||
| 48 | -#endif | ||
| 49 | |||
| 50 | /*------------------------------------------------------------- pwrite64 */ | ||
| 51 | -#if WSIZE(32) | ||
| 52 | -#if !defined(__MUSL_LIBC) && ARCH(Intel) | ||
| 53 | +#if WSIZE(32) && ARCH(Intel) | ||
| 54 | +#if !defined(__MUSL_LIBC) | ||
| 55 | // map interposed symbol versions | ||
| 56 | |||
| 57 | SYMVER_ATTRIBUTE (__collector_pwrite64_2_2, pwrite64@GLIBC_2.2) | ||
| 58 | @@ -2547,8 +2546,9 @@ __collector_pwrite64_2_1 (int fildes, const void *buf, size_t nbyte, off64_t off | ||
| 59 | POP_REENTRANCE (guard); | ||
| 60 | return ret; | ||
| 61 | } | ||
| 62 | +#endif | ||
| 63 | |||
| 64 | -#else | ||
| 65 | +#if !defined(__USE_FILE_OFFSET64) | ||
| 66 | ssize_t | ||
| 67 | pwrite64 (int fildes, const void *buf, size_t nbyte, off64_t offset) | ||
| 68 | { | ||
| 69 | @@ -2570,7 +2570,8 @@ pwrite64 (int fildes, const void *buf, size_t nbyte, off64_t offset) | ||
| 70 | return ret; | ||
| 71 | } | ||
| 72 | #endif | ||
| 73 | -#endif /* SIZE(32) */ | ||
| 74 | + | ||
| 75 | +#endif /* SIZE(32) && ARCH(Intel) */ | ||
| 76 | |||
| 77 | /*------------------------------------------------------------- fgets */ | ||
| 78 | char* | ||
| 79 | diff --git a/gprofng/libcollector/mmaptrace.c b/gprofng/libcollector/mmaptrace.c | ||
| 80 | index 61613c21560..221b4e2d176 100644 | ||
| 81 | --- a/gprofng/libcollector/mmaptrace.c | ||
| 82 | +++ b/gprofng/libcollector/mmaptrace.c | ||
| 83 | @@ -1494,7 +1494,7 @@ mmap (void *start, size_t length, int prot, int flags, int fd, off_t offset) | ||
| 84 | } | ||
| 85 | |||
| 86 | /*------------------------------------------------------------- mmap64 */ | ||
| 87 | -#if WSIZE(32) /* mmap64 only defined for non-64-bit */ | ||
| 88 | +#if WSIZE(32) && !defined(__USE_FILE_OFFSET64) | ||
| 89 | |||
| 90 | void * | ||
| 91 | mmap64 (void *start, size_t length, int prot, int flags, int fd, off64_t offset) | ||
| 92 | -- | ||
| 93 | 2.31.1 | ||
| 94 | |||
diff --git a/meta/recipes-devtools/binutils/binutils_2.40.bb b/meta/recipes-devtools/binutils/binutils_2.41.bb index 4ce1b4bec2..4ce1b4bec2 100644 --- a/meta/recipes-devtools/binutils/binutils_2.40.bb +++ b/meta/recipes-devtools/binutils/binutils_2.41.bb | |||
