Merge lp:~indicator-applet-developers/libappindicator/ubuntu into lp:~ubuntu-desktop/libappindicator/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: 274
Proposed branch: lp:~indicator-applet-developers/libappindicator/ubuntu
Merge into: lp:~ubuntu-desktop/libappindicator/ubuntu
Diff against target: 17235 lines (+6462/-3698)
43 files modified
AUTHORS (+1/-0)
ChangeLog (+36/-0)
Makefile.in (+5/-1)
aclocal.m4 (+0/-99)
bindings/Makefile.in (+5/-1)
bindings/mono/Makefile.in (+5/-1)
bindings/mono/examples/Makefile.in (+5/-1)
bindings/python/Makefile.in (+5/-1)
bindings/vala/Makefile.am (+5/-1)
bindings/vala/Makefile.in (+10/-2)
bindings/vala/appindicator-0.1-custom.vala (+31/-0)
bindings/vala/examples/Makefile.in (+5/-1)
bindings/vala/examples/indicator-example.vala (+1/-0)
config.guess (+120/-105)
config.sub (+101/-55)
configure (+1714/-810)
configure.ac (+2/-2)
debian/changelog (+9/-0)
docs/Makefile.in (+5/-1)
docs/reference/Makefile.in (+5/-1)
docs/reference/html/annotation-glossary.html (+2/-2)
docs/reference/html/api-index-deprecated.html (+2/-2)
docs/reference/html/api-index-full.html (+2/-2)
docs/reference/html/ch01.html (+3/-3)
docs/reference/html/index.html (+3/-3)
docs/reference/html/libappindicator-app-indicator.html (+29/-37)
docs/reference/html/libappindicator.devhelp (+0/-80)
docs/reference/html/object-tree.html (+2/-2)
docs/reference/libappindicator-docs.sgml (+1/-1)
docs/reference/tmpl/app-indicator.sgml (+2/-0)
docs/reference/version.xml (+1/-1)
docs/reference/xml/app-indicator.xml (+27/-35)
example/Makefile.in (+5/-1)
example/simple-client-vala.c (+329/-203)
gtk-doc.make (+71/-55)
ltmain.sh (+2619/-1390)
m4/gtk-doc.m4 (+6/-0)
m4/libtool.m4 (+1256/-782)
m4/ltoptions.m4 (+7/-6)
m4/ltversion.m4 (+6/-6)
m4/lt~obsolete.m4 (+9/-3)
src/Makefile.in (+5/-1)
tests/Makefile.in (+5/-1)
To merge this branch: bzr merge lp:~indicator-applet-developers/libappindicator/ubuntu
Reviewer Review Type Date Requested Status
Ken VanDine Pending
Review via email: mp+77375@code.launchpad.net

This proposal supersedes a proposal from 2011-09-28.

Description of the change

VAPI fix, with a brown paper bag thrown in for fun :-/

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'AUTHORS'
--- AUTHORS 2011-07-07 20:13:58 +0000
+++ AUTHORS 2011-09-28 17:58:20 +0000
@@ -17,6 +17,7 @@
17 Luke Yelavich 17 Luke Yelavich
18 Marco Trevisan (Treviño) 18 Marco Trevisan (Treviño)
19 Michael Terry 19 Michael Terry
20 Michal Hruby
20 Neil Jagdish Patel 21 Neil Jagdish Patel
21 Neil J. Patel 22 Neil J. Patel
22 Sebastien Bacher 23 Sebastien Bacher
2324
=== modified file 'ChangeLog'
--- ChangeLog 2011-08-11 17:04:06 +0000
+++ ChangeLog 2011-09-28 17:58:20 +0000
@@ -1,5 +1,41 @@
1# Generated by Makefile. Do not edit.1# Generated by Makefile. Do not edit.
22
32011-09-28 Ted Gould <ted@gould.cx>
4
5 0.4.1
6
72011-09-28 Ted Gould <ted@gould.cx>
8
9 Fix deps
10
112011-09-28 Ted Gould <ted@gould.cx>
12
13 Fix dep as well
14
152011-09-28 Ted Gould <ted@gould.cx>
16
17 Fix prefix on custom vala
18
192011-09-28 Ted Gould <ted@gould.cx>
20
21 Switching out the prefix for a fixed name
22
232011-09-28 Ted Gould <ted@gould.cx>
24
25 0.4.0
26
272011-09-28 Ted Gould <ted@gould.cx>
28
29 Bring along custom and grab from srcdir
30
312011-09-23 Ted Gould <ted@gould.cx>
32
33 Fixing Vala bindings
34
352011-09-23 Michal Hruby <michal.mhr@gmail.com>
36
37 Fix type_check_function for vala bindings
38
32011-08-11 Ted Gould <ted@gould.cx>392011-08-11 Ted Gould <ted@gould.cx>
440
5 0.3.9141 0.3.91
642
=== modified file 'Makefile.in'
--- Makefile.in 2011-07-07 20:15:20 +0000
+++ Makefile.in 2011-09-28 17:58:20 +0000
@@ -132,6 +132,7 @@
132CYGPATH_W = @CYGPATH_W@132CYGPATH_W = @CYGPATH_W@
133DEFS = @DEFS@133DEFS = @DEFS@
134DEPDIR = @DEPDIR@134DEPDIR = @DEPDIR@
135DLLTOOL = @DLLTOOL@
135DSYMUTIL = @DSYMUTIL@136DSYMUTIL = @DSYMUTIL@
136DUMPBIN = @DUMPBIN@137DUMPBIN = @DUMPBIN@
137ECHO_C = @ECHO_C@138ECHO_C = @ECHO_C@
@@ -151,6 +152,8 @@
151GLIB_MKENUMS = @GLIB_MKENUMS@152GLIB_MKENUMS = @GLIB_MKENUMS@
152GREP = @GREP@153GREP = @GREP@
153GTKDOC_CHECK = @GTKDOC_CHECK@154GTKDOC_CHECK = @GTKDOC_CHECK@
155GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
156GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
154GTKDOC_MKPDF = @GTKDOC_MKPDF@157GTKDOC_MKPDF = @GTKDOC_MKPDF@
155GTKDOC_REBASE = @GTKDOC_REBASE@158GTKDOC_REBASE = @GTKDOC_REBASE@
156GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@159GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
@@ -183,6 +186,7 @@
183LTLIBOBJS = @LTLIBOBJS@186LTLIBOBJS = @LTLIBOBJS@
184MAINT = @MAINT@187MAINT = @MAINT@
185MAKEINFO = @MAKEINFO@188MAKEINFO = @MAKEINFO@
189MANIFEST_TOOL = @MANIFEST_TOOL@
186MKDIR_P = @MKDIR_P@190MKDIR_P = @MKDIR_P@
187MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@191MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
188MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@192MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
@@ -228,6 +232,7 @@
228abs_srcdir = @abs_srcdir@232abs_srcdir = @abs_srcdir@
229abs_top_builddir = @abs_top_builddir@233abs_top_builddir = @abs_top_builddir@
230abs_top_srcdir = @abs_top_srcdir@234abs_top_srcdir = @abs_top_srcdir@
235ac_ct_AR = @ac_ct_AR@
231ac_ct_CC = @ac_ct_CC@236ac_ct_CC = @ac_ct_CC@
232ac_ct_DUMPBIN = @ac_ct_DUMPBIN@237ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
233am__include = @am__include@238am__include = @am__include@
@@ -260,7 +265,6 @@
260libexecdir = @libexecdir@265libexecdir = @libexecdir@
261localedir = @localedir@266localedir = @localedir@
262localstatedir = @localstatedir@267localstatedir = @localstatedir@
263lt_ECHO = @lt_ECHO@
264mandir = @mandir@268mandir = @mandir@
265mkdir_p = @mkdir_p@269mkdir_p = @mkdir_p@
266oldincludedir = @oldincludedir@270oldincludedir = @oldincludedir@
267271
=== modified file 'aclocal.m4'
--- aclocal.m4 2011-07-07 20:15:20 +0000
+++ aclocal.m4 2011-09-28 17:58:20 +0000
@@ -19,105 +19,6 @@
19If you have problems, you may need to regenerate the build system entirely.19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])])20To do so, use the procedure documented by the package, typically `autoreconf'.])])
2121
22# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
23#
24# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
25# Written by Scott James Remnant, 2004.
26#
27# This file is free software; the Free Software Foundation gives
28# unlimited permission to copy and/or distribute it, with or without
29# modifications, as long as this notice is preserved.
30
31# serial 5 lt~obsolete.m4
32
33# These exist entirely to fool aclocal when bootstrapping libtool.
34#
35# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
36# which have later been changed to m4_define as they aren't part of the
37# exported API, or moved to Autoconf or Automake where they belong.
38#
39# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
40# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
41# using a macro with the same name in our local m4/libtool.m4 it'll
42# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
43# and doesn't know about Autoconf macros at all.)
44#
45# So we provide this file, which has a silly filename so it's always
46# included after everything else. This provides aclocal with the
47# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
48# because those macros already exist, or will be overwritten later.
49# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
50#
51# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
52# Yes, that means every name once taken will need to remain here until
53# we give up compatibility with versions before 1.7, at which point
54# we need to keep only those names which we still refer to.
55
56# This is to help aclocal find these macros, as it can't see m4_define.
57AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
58
59m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
60m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
61m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
62m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
63m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
64m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
65m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
66m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
67m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
68m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
69m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
70m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
71m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
72m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
73m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
74m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
75m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
76m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
77m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
78m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
79m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
80m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
81m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
82m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
83m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
84m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
85m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
86m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
87m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
88m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
89m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
90m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
91m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
92m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
93m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
94m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
95m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
96m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
97m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
98m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
99m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
100m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
101m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
102m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
103m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
104m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
105m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
106m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
107m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
108m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
109m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
110m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
111m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
112m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
113m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
114m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
115m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
116m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
117m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
118m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
119m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
120
121# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-22# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
122# serial 1 (pkg-config-0.24)23# serial 1 (pkg-config-0.24)
123# 24#
12425
=== modified file 'bindings/Makefile.in'
--- bindings/Makefile.in 2011-07-07 20:15:20 +0000
+++ bindings/Makefile.in 2011-09-28 17:58:20 +0000
@@ -116,6 +116,7 @@
116CYGPATH_W = @CYGPATH_W@116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@117DEFS = @DEFS@
118DEPDIR = @DEPDIR@118DEPDIR = @DEPDIR@
119DLLTOOL = @DLLTOOL@
119DSYMUTIL = @DSYMUTIL@120DSYMUTIL = @DSYMUTIL@
120DUMPBIN = @DUMPBIN@121DUMPBIN = @DUMPBIN@
121ECHO_C = @ECHO_C@122ECHO_C = @ECHO_C@
@@ -135,6 +136,8 @@
135GLIB_MKENUMS = @GLIB_MKENUMS@136GLIB_MKENUMS = @GLIB_MKENUMS@
136GREP = @GREP@137GREP = @GREP@
137GTKDOC_CHECK = @GTKDOC_CHECK@138GTKDOC_CHECK = @GTKDOC_CHECK@
139GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
140GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
138GTKDOC_MKPDF = @GTKDOC_MKPDF@141GTKDOC_MKPDF = @GTKDOC_MKPDF@
139GTKDOC_REBASE = @GTKDOC_REBASE@142GTKDOC_REBASE = @GTKDOC_REBASE@
140GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@143GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
@@ -167,6 +170,7 @@
167LTLIBOBJS = @LTLIBOBJS@170LTLIBOBJS = @LTLIBOBJS@
168MAINT = @MAINT@171MAINT = @MAINT@
169MAKEINFO = @MAKEINFO@172MAKEINFO = @MAKEINFO@
173MANIFEST_TOOL = @MANIFEST_TOOL@
170MKDIR_P = @MKDIR_P@174MKDIR_P = @MKDIR_P@
171MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@175MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
172MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@176MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
@@ -212,6 +216,7 @@
212abs_srcdir = @abs_srcdir@216abs_srcdir = @abs_srcdir@
213abs_top_builddir = @abs_top_builddir@217abs_top_builddir = @abs_top_builddir@
214abs_top_srcdir = @abs_top_srcdir@218abs_top_srcdir = @abs_top_srcdir@
219ac_ct_AR = @ac_ct_AR@
215ac_ct_CC = @ac_ct_CC@220ac_ct_CC = @ac_ct_CC@
216ac_ct_DUMPBIN = @ac_ct_DUMPBIN@221ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217am__include = @am__include@222am__include = @am__include@
@@ -244,7 +249,6 @@
244libexecdir = @libexecdir@249libexecdir = @libexecdir@
245localedir = @localedir@250localedir = @localedir@
246localstatedir = @localstatedir@251localstatedir = @localstatedir@
247lt_ECHO = @lt_ECHO@
248mandir = @mandir@252mandir = @mandir@
249mkdir_p = @mkdir_p@253mkdir_p = @mkdir_p@
250oldincludedir = @oldincludedir@254oldincludedir = @oldincludedir@
251255
=== modified file 'bindings/mono/Makefile.in'
--- bindings/mono/Makefile.in 2011-07-07 20:15:20 +0000
+++ bindings/mono/Makefile.in 2011-09-28 17:58:20 +0000
@@ -144,6 +144,7 @@
144CYGPATH_W = @CYGPATH_W@144CYGPATH_W = @CYGPATH_W@
145DEFS = @DEFS@145DEFS = @DEFS@
146DEPDIR = @DEPDIR@146DEPDIR = @DEPDIR@
147DLLTOOL = @DLLTOOL@
147DSYMUTIL = @DSYMUTIL@148DSYMUTIL = @DSYMUTIL@
148DUMPBIN = @DUMPBIN@149DUMPBIN = @DUMPBIN@
149ECHO_C = @ECHO_C@150ECHO_C = @ECHO_C@
@@ -163,6 +164,8 @@
163GLIB_MKENUMS = @GLIB_MKENUMS@164GLIB_MKENUMS = @GLIB_MKENUMS@
164GREP = @GREP@165GREP = @GREP@
165GTKDOC_CHECK = @GTKDOC_CHECK@166GTKDOC_CHECK = @GTKDOC_CHECK@
167GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
168GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
166GTKDOC_MKPDF = @GTKDOC_MKPDF@169GTKDOC_MKPDF = @GTKDOC_MKPDF@
167GTKDOC_REBASE = @GTKDOC_REBASE@170GTKDOC_REBASE = @GTKDOC_REBASE@
168GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@171GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
@@ -195,6 +198,7 @@
195LTLIBOBJS = @LTLIBOBJS@198LTLIBOBJS = @LTLIBOBJS@
196MAINT = @MAINT@199MAINT = @MAINT@
197MAKEINFO = @MAKEINFO@200MAKEINFO = @MAKEINFO@
201MANIFEST_TOOL = @MANIFEST_TOOL@
198MKDIR_P = @MKDIR_P@202MKDIR_P = @MKDIR_P@
199MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@203MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
200MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@204MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
@@ -240,6 +244,7 @@
240abs_srcdir = @abs_srcdir@244abs_srcdir = @abs_srcdir@
241abs_top_builddir = @abs_top_builddir@245abs_top_builddir = @abs_top_builddir@
242abs_top_srcdir = @abs_top_srcdir@246abs_top_srcdir = @abs_top_srcdir@
247ac_ct_AR = @ac_ct_AR@
243ac_ct_CC = @ac_ct_CC@248ac_ct_CC = @ac_ct_CC@
244ac_ct_DUMPBIN = @ac_ct_DUMPBIN@249ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
245am__include = @am__include@250am__include = @am__include@
@@ -272,7 +277,6 @@
272libexecdir = @libexecdir@277libexecdir = @libexecdir@
273localedir = @localedir@278localedir = @localedir@
274localstatedir = @localstatedir@279localstatedir = @localstatedir@
275lt_ECHO = @lt_ECHO@
276mandir = @mandir@280mandir = @mandir@
277mkdir_p = @mkdir_p@281mkdir_p = @mkdir_p@
278oldincludedir = @oldincludedir@282oldincludedir = @oldincludedir@
279283
=== modified file 'bindings/mono/examples/Makefile.in'
--- bindings/mono/examples/Makefile.in 2011-07-07 20:15:20 +0000
+++ bindings/mono/examples/Makefile.in 2011-09-28 17:58:20 +0000
@@ -77,6 +77,7 @@
77CYGPATH_W = @CYGPATH_W@77CYGPATH_W = @CYGPATH_W@
78DEFS = @DEFS@78DEFS = @DEFS@
79DEPDIR = @DEPDIR@79DEPDIR = @DEPDIR@
80DLLTOOL = @DLLTOOL@
80DSYMUTIL = @DSYMUTIL@81DSYMUTIL = @DSYMUTIL@
81DUMPBIN = @DUMPBIN@82DUMPBIN = @DUMPBIN@
82ECHO_C = @ECHO_C@83ECHO_C = @ECHO_C@
@@ -96,6 +97,8 @@
96GLIB_MKENUMS = @GLIB_MKENUMS@97GLIB_MKENUMS = @GLIB_MKENUMS@
97GREP = @GREP@98GREP = @GREP@
98GTKDOC_CHECK = @GTKDOC_CHECK@99GTKDOC_CHECK = @GTKDOC_CHECK@
100GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
101GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
99GTKDOC_MKPDF = @GTKDOC_MKPDF@102GTKDOC_MKPDF = @GTKDOC_MKPDF@
100GTKDOC_REBASE = @GTKDOC_REBASE@103GTKDOC_REBASE = @GTKDOC_REBASE@
101GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@104GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
@@ -128,6 +131,7 @@
128LTLIBOBJS = @LTLIBOBJS@131LTLIBOBJS = @LTLIBOBJS@
129MAINT = @MAINT@132MAINT = @MAINT@
130MAKEINFO = @MAKEINFO@133MAKEINFO = @MAKEINFO@
134MANIFEST_TOOL = @MANIFEST_TOOL@
131MKDIR_P = @MKDIR_P@135MKDIR_P = @MKDIR_P@
132MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@136MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
133MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@137MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
@@ -173,6 +177,7 @@
173abs_srcdir = @abs_srcdir@177abs_srcdir = @abs_srcdir@
174abs_top_builddir = @abs_top_builddir@178abs_top_builddir = @abs_top_builddir@
175abs_top_srcdir = @abs_top_srcdir@179abs_top_srcdir = @abs_top_srcdir@
180ac_ct_AR = @ac_ct_AR@
176ac_ct_CC = @ac_ct_CC@181ac_ct_CC = @ac_ct_CC@
177ac_ct_DUMPBIN = @ac_ct_DUMPBIN@182ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178am__include = @am__include@183am__include = @am__include@
@@ -205,7 +210,6 @@
205libexecdir = @libexecdir@210libexecdir = @libexecdir@
206localedir = @localedir@211localedir = @localedir@
207localstatedir = @localstatedir@212localstatedir = @localstatedir@
208lt_ECHO = @lt_ECHO@
209mandir = @mandir@213mandir = @mandir@
210mkdir_p = @mkdir_p@214mkdir_p = @mkdir_p@
211oldincludedir = @oldincludedir@215oldincludedir = @oldincludedir@
212216
=== modified file 'bindings/python/Makefile.in'
--- bindings/python/Makefile.in 2011-07-07 20:15:20 +0000
+++ bindings/python/Makefile.in 2011-09-28 17:58:20 +0000
@@ -141,6 +141,7 @@
141CYGPATH_W = @CYGPATH_W@141CYGPATH_W = @CYGPATH_W@
142DEFS = @DEFS@142DEFS = @DEFS@
143DEPDIR = @DEPDIR@143DEPDIR = @DEPDIR@
144DLLTOOL = @DLLTOOL@
144DSYMUTIL = @DSYMUTIL@145DSYMUTIL = @DSYMUTIL@
145DUMPBIN = @DUMPBIN@146DUMPBIN = @DUMPBIN@
146ECHO_C = @ECHO_C@147ECHO_C = @ECHO_C@
@@ -160,6 +161,8 @@
160GLIB_MKENUMS = @GLIB_MKENUMS@161GLIB_MKENUMS = @GLIB_MKENUMS@
161GREP = @GREP@162GREP = @GREP@
162GTKDOC_CHECK = @GTKDOC_CHECK@163GTKDOC_CHECK = @GTKDOC_CHECK@
164GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
165GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
163GTKDOC_MKPDF = @GTKDOC_MKPDF@166GTKDOC_MKPDF = @GTKDOC_MKPDF@
164GTKDOC_REBASE = @GTKDOC_REBASE@167GTKDOC_REBASE = @GTKDOC_REBASE@
165GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@168GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
@@ -192,6 +195,7 @@
192LTLIBOBJS = @LTLIBOBJS@195LTLIBOBJS = @LTLIBOBJS@
193MAINT = @MAINT@196MAINT = @MAINT@
194MAKEINFO = @MAKEINFO@197MAKEINFO = @MAKEINFO@
198MANIFEST_TOOL = @MANIFEST_TOOL@
195MKDIR_P = @MKDIR_P@199MKDIR_P = @MKDIR_P@
196MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@200MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
197MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@201MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
@@ -237,6 +241,7 @@
237abs_srcdir = @abs_srcdir@241abs_srcdir = @abs_srcdir@
238abs_top_builddir = @abs_top_builddir@242abs_top_builddir = @abs_top_builddir@
239abs_top_srcdir = @abs_top_srcdir@243abs_top_srcdir = @abs_top_srcdir@
244ac_ct_AR = @ac_ct_AR@
240ac_ct_CC = @ac_ct_CC@245ac_ct_CC = @ac_ct_CC@
241ac_ct_DUMPBIN = @ac_ct_DUMPBIN@246ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
242am__include = @am__include@247am__include = @am__include@
@@ -269,7 +274,6 @@
269libexecdir = @libexecdir@274libexecdir = @libexecdir@
270localedir = @localedir@275localedir = @localedir@
271localstatedir = @localstatedir@276localstatedir = @localstatedir@
272lt_ECHO = @lt_ECHO@
273mandir = @mandir@277mandir = @mandir@
274mkdir_p = @mkdir_p@278mkdir_p = @mkdir_p@
275oldincludedir = @oldincludedir@279oldincludedir = @oldincludedir@
276280
=== modified file 'bindings/vala/Makefile.am'
--- bindings/vala/Makefile.am 2011-02-04 00:48:02 +0000
+++ bindings/vala/Makefile.am 2011-09-28 17:58:20 +0000
@@ -25,12 +25,16 @@
2525
26$(vapiprefix).vapi: $(top_builddir)/src/AppIndicator$(VER)-0.1.gir \26$(vapiprefix).vapi: $(top_builddir)/src/AppIndicator$(VER)-0.1.gir \
27 $(top_builddir)/src/AppIndicator$(VER)-0.1.metadata \27 $(top_builddir)/src/AppIndicator$(VER)-0.1.metadata \
28 appindicator-0.1-custom.vala \
28 $(vapiprefix).deps29 $(vapiprefix).deps
29 $(VALA_API_GEN) --library=$(vapiprefix) --girdir=$(srcdir)/src \30 $(VALA_API_GEN) --library=$(vapiprefix) --girdir=$(srcdir)/src \
30 $<31 $< $(srcdir)/appindicator-0.1-custom.vala
31 32
3233
33CLEANFILES = $(vapi_DATA)34CLEANFILES = $(vapi_DATA)
3435
35endif36endif
36endif37endif
38
39EXTRA_DIST = \
40 appindicator-0.1-custom.vala
3741
=== modified file 'bindings/vala/Makefile.in'
--- bindings/vala/Makefile.in 2011-07-07 20:13:58 +0000
+++ bindings/vala/Makefile.in 2011-09-28 17:58:20 +0000
@@ -140,6 +140,7 @@
140CYGPATH_W = @CYGPATH_W@140CYGPATH_W = @CYGPATH_W@
141DEFS = @DEFS@141DEFS = @DEFS@
142DEPDIR = @DEPDIR@142DEPDIR = @DEPDIR@
143DLLTOOL = @DLLTOOL@
143DSYMUTIL = @DSYMUTIL@144DSYMUTIL = @DSYMUTIL@
144DUMPBIN = @DUMPBIN@145DUMPBIN = @DUMPBIN@
145ECHO_C = @ECHO_C@146ECHO_C = @ECHO_C@
@@ -159,6 +160,8 @@
159GLIB_MKENUMS = @GLIB_MKENUMS@160GLIB_MKENUMS = @GLIB_MKENUMS@
160GREP = @GREP@161GREP = @GREP@
161GTKDOC_CHECK = @GTKDOC_CHECK@162GTKDOC_CHECK = @GTKDOC_CHECK@
163GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
164GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@165GTKDOC_MKPDF = @GTKDOC_MKPDF@
163GTKDOC_REBASE = @GTKDOC_REBASE@166GTKDOC_REBASE = @GTKDOC_REBASE@
164GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@167GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
@@ -191,6 +194,7 @@
191LTLIBOBJS = @LTLIBOBJS@194LTLIBOBJS = @LTLIBOBJS@
192MAINT = @MAINT@195MAINT = @MAINT@
193MAKEINFO = @MAKEINFO@196MAKEINFO = @MAKEINFO@
197MANIFEST_TOOL = @MANIFEST_TOOL@
194MKDIR_P = @MKDIR_P@198MKDIR_P = @MKDIR_P@
195MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@199MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
196MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@200MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
@@ -236,6 +240,7 @@
236abs_srcdir = @abs_srcdir@240abs_srcdir = @abs_srcdir@
237abs_top_builddir = @abs_top_builddir@241abs_top_builddir = @abs_top_builddir@
238abs_top_srcdir = @abs_top_srcdir@242abs_top_srcdir = @abs_top_srcdir@
243ac_ct_AR = @ac_ct_AR@
239ac_ct_CC = @ac_ct_CC@244ac_ct_CC = @ac_ct_CC@
240ac_ct_DUMPBIN = @ac_ct_DUMPBIN@245ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241am__include = @am__include@246am__include = @am__include@
@@ -268,7 +273,6 @@
268libexecdir = @libexecdir@273libexecdir = @libexecdir@
269localedir = @localedir@274localedir = @localedir@
270localstatedir = @localstatedir@275localstatedir = @localstatedir@
271lt_ECHO = @lt_ECHO@
272mandir = @mandir@276mandir = @mandir@
273mkdir_p = @mkdir_p@277mkdir_p = @mkdir_p@
274oldincludedir = @oldincludedir@278oldincludedir = @oldincludedir@
@@ -302,6 +306,9 @@
302@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@vapi_DATA = $(vapiprefix).vapi $(vapiprefix).deps306@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@vapi_DATA = $(vapiprefix).vapi $(vapiprefix).deps
303@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@DEPS = $(GTKVAPI)307@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@DEPS = $(GTKVAPI)
304@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@CLEANFILES = $(vapi_DATA)308@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@CLEANFILES = $(vapi_DATA)
309EXTRA_DIST = \
310 appindicator-0.1-custom.vala
311
305all: all-recursive312all: all-recursive
306313
307.SUFFIXES:314.SUFFIXES:
@@ -678,9 +685,10 @@
678685
679@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@$(vapiprefix).vapi: $(top_builddir)/src/AppIndicator$(VER)-0.1.gir \686@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@$(vapiprefix).vapi: $(top_builddir)/src/AppIndicator$(VER)-0.1.gir \
680@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $(top_builddir)/src/AppIndicator$(VER)-0.1.metadata \687@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $(top_builddir)/src/AppIndicator$(VER)-0.1.metadata \
688@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ appindicator-0.1-custom.vala \
681@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $(vapiprefix).deps689@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $(vapiprefix).deps
682@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $(VALA_API_GEN) --library=$(vapiprefix) --girdir=$(srcdir)/src \690@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $(VALA_API_GEN) --library=$(vapiprefix) --girdir=$(srcdir)/src \
683@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $<691@HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@ $< $(srcdir)/appindicator-0.1-custom.vala
684692
685# Tell versions [3.59,3.63) of GNU make to not export all variables.693# Tell versions [3.59,3.63) of GNU make to not export all variables.
686# Otherwise a system limit (for SysV at least) may be exceeded.694# Otherwise a system limit (for SysV at least) may be exceeded.
687695
=== added file 'bindings/vala/appindicator-0.1-custom.vala'
--- bindings/vala/appindicator-0.1-custom.vala 1970-01-01 00:00:00 +0000
+++ bindings/vala/appindicator-0.1-custom.vala 2011-09-28 17:58:20 +0000
@@ -0,0 +1,31 @@
1/*
2 Copyright (C) 2011 Canonical, Ltd.
3
4 This program is free software: you can redistribute it and/or modify it
5 under the terms of either or both of the following licenses:
6
7 1) the GNU Lesser General Public License version 3, as published by the
8 Free Software Foundation; and/or
9 2) the GNU Lesser General Public License version 2.1, as published by
10 the Free Software Foundation.
11
12 This program is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranties of
14 MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
15 PURPOSE. See the applicable version of the GNU Lesser General Public
16 License for more details.
17
18 You should have received a copy of both the GNU Lesser General Public
19 License version 3 and version 2.1 along with this program. If not, see
20 <http://www.gnu.org/licenses/>
21
22 Authored by Michal Hruby <michal.hruby@canonical.com>
23*/
24
25namespace AppIndicator {
26 [CCode (type_check_function = "IS_APP_INDICATOR")]
27 public class Indicator : GLib.Object {
28 }
29}
30
31// vim:et:ai:cindent:ts=2 sts=2 sw=2:
032
=== modified file 'bindings/vala/examples/Makefile.in'
--- bindings/vala/examples/Makefile.in 2011-07-07 20:13:58 +0000
+++ bindings/vala/examples/Makefile.in 2011-09-28 17:58:20 +0000
@@ -112,6 +112,7 @@
112CYGPATH_W = @CYGPATH_W@112CYGPATH_W = @CYGPATH_W@
113DEFS = @DEFS@113DEFS = @DEFS@
114DEPDIR = @DEPDIR@114DEPDIR = @DEPDIR@
115DLLTOOL = @DLLTOOL@
115DSYMUTIL = @DSYMUTIL@116DSYMUTIL = @DSYMUTIL@
116DUMPBIN = @DUMPBIN@117DUMPBIN = @DUMPBIN@
117ECHO_C = @ECHO_C@118ECHO_C = @ECHO_C@
@@ -131,6 +132,8 @@
131GLIB_MKENUMS = @GLIB_MKENUMS@132GLIB_MKENUMS = @GLIB_MKENUMS@
132GREP = @GREP@133GREP = @GREP@
133GTKDOC_CHECK = @GTKDOC_CHECK@134GTKDOC_CHECK = @GTKDOC_CHECK@
135GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
136GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
134GTKDOC_MKPDF = @GTKDOC_MKPDF@137GTKDOC_MKPDF = @GTKDOC_MKPDF@
135GTKDOC_REBASE = @GTKDOC_REBASE@138GTKDOC_REBASE = @GTKDOC_REBASE@
136GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@139GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
@@ -163,6 +166,7 @@
163LTLIBOBJS = @LTLIBOBJS@166LTLIBOBJS = @LTLIBOBJS@
164MAINT = @MAINT@167MAINT = @MAINT@
165MAKEINFO = @MAKEINFO@168MAKEINFO = @MAKEINFO@
169MANIFEST_TOOL = @MANIFEST_TOOL@
166MKDIR_P = @MKDIR_P@170MKDIR_P = @MKDIR_P@
167MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@171MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
168MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@172MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
@@ -208,6 +212,7 @@
208abs_srcdir = @abs_srcdir@212abs_srcdir = @abs_srcdir@
209abs_top_builddir = @abs_top_builddir@213abs_top_builddir = @abs_top_builddir@
210abs_top_srcdir = @abs_top_srcdir@214abs_top_srcdir = @abs_top_srcdir@
215ac_ct_AR = @ac_ct_AR@
211ac_ct_CC = @ac_ct_CC@216ac_ct_CC = @ac_ct_CC@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@217ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213am__include = @am__include@218am__include = @am__include@
@@ -240,7 +245,6 @@
240libexecdir = @libexecdir@245libexecdir = @libexecdir@
241localedir = @localedir@246localedir = @localedir@
242localstatedir = @localstatedir@247localstatedir = @localstatedir@
243lt_ECHO = @lt_ECHO@
244mandir = @mandir@248mandir = @mandir@
245mkdir_p = @mkdir_p@249mkdir_p = @mkdir_p@
246oldincludedir = @oldincludedir@250oldincludedir = @oldincludedir@
247251
=== modified file 'bindings/vala/examples/indicator-example.vala'
--- bindings/vala/examples/indicator-example.vala 2011-07-20 01:20:54 +0000
+++ bindings/vala/examples/indicator-example.vala 2011-09-28 17:58:20 +0000
@@ -34,6 +34,7 @@
3434
35 var indicator = new Indicator(win.title, "indicator-messages",35 var indicator = new Indicator(win.title, "indicator-messages",
36 IndicatorCategory.APPLICATION_STATUS);36 IndicatorCategory.APPLICATION_STATUS);
37 if (!(indicator is Indicator)) return -1;
3738
38 indicator.set_status(IndicatorStatus.ACTIVE);39 indicator.set_status(IndicatorStatus.ACTIVE);
39 indicator.set_attention_icon("indicator-messages-new");40 indicator.set_attention_icon("indicator-messages-new");
4041
=== modified file 'config.guess'
--- config.guess 2010-08-12 18:52:34 +0000
+++ config.guess 2011-09-28 17:58:20 +0000
@@ -1,10 +1,10 @@
1#! /bin/sh1#! /bin/sh
2# Attempt to guess a canonical system name.2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 20104# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5# Free Software Foundation, Inc.5# 2011 Free Software Foundation, Inc.
66
7timestamp='2009-12-30'7timestamp='2011-05-11'
88
9# This file is free software; you can redistribute it and/or modify it9# This file is free software; you can redistribute it and/or modify it
10# under the terms of the GNU General Public License as published by10# under the terms of the GNU General Public License as published by
@@ -57,7 +57,7 @@
5757
58Originally written by Per Bothner.58Originally written by Per Bothner.
59Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,59Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
602001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free602001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
61Software Foundation, Inc.61Software Foundation, Inc.
6262
63This is free software; see the source for copying conditions. There is NO63This is free software; see the source for copying conditions. There is NO
@@ -181,7 +181,7 @@
181 fi181 fi
182 ;;182 ;;
183 *)183 *)
184 os=netbsd184 os=netbsd
185 ;;185 ;;
186 esac186 esac
187 # The OS release187 # The OS release
@@ -224,7 +224,7 @@
224 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`224 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
225 ;;225 ;;
226 *5.*)226 *5.*)
227 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`227 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
228 ;;228 ;;
229 esac229 esac
230 # According to Compaq, /usr/sbin/psrinfo has been available on230 # According to Compaq, /usr/sbin/psrinfo has been available on
@@ -270,7 +270,10 @@
270 # A Xn.n version is an unreleased experimental baselevel.270 # A Xn.n version is an unreleased experimental baselevel.
271 # 1.2 uses "1.2" for uname -r.271 # 1.2 uses "1.2" for uname -r.
272 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`272 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
273 exit ;;273 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
274 exitcode=$?
275 trap '' 0
276 exit $exitcode ;;
274 Alpha\ *:Windows_NT*:*)277 Alpha\ *:Windows_NT*:*)
275 # How do we know it's Interix rather than the generic POSIX subsystem?278 # How do we know it's Interix rather than the generic POSIX subsystem?
276 # Should we change UNAME_MACHINE based on the output of uname instead279 # Should we change UNAME_MACHINE based on the output of uname instead
@@ -296,7 +299,7 @@
296 echo s390-ibm-zvmoe299 echo s390-ibm-zvmoe
297 exit ;;300 exit ;;
298 *:OS400:*:*)301 *:OS400:*:*)
299 echo powerpc-ibm-os400302 echo powerpc-ibm-os400
300 exit ;;303 exit ;;
301 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)304 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
302 echo arm-acorn-riscix${UNAME_RELEASE}305 echo arm-acorn-riscix${UNAME_RELEASE}
@@ -395,23 +398,23 @@
395 # MiNT. But MiNT is downward compatible to TOS, so this should398 # MiNT. But MiNT is downward compatible to TOS, so this should
396 # be no problem.399 # be no problem.
397 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)400 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
398 echo m68k-atari-mint${UNAME_RELEASE}401 echo m68k-atari-mint${UNAME_RELEASE}
399 exit ;;402 exit ;;
400 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)403 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
401 echo m68k-atari-mint${UNAME_RELEASE}404 echo m68k-atari-mint${UNAME_RELEASE}
402 exit ;;405 exit ;;
403 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)406 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
404 echo m68k-atari-mint${UNAME_RELEASE}407 echo m68k-atari-mint${UNAME_RELEASE}
405 exit ;;408 exit ;;
406 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)409 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
407 echo m68k-milan-mint${UNAME_RELEASE}410 echo m68k-milan-mint${UNAME_RELEASE}
408 exit ;;411 exit ;;
409 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)412 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
410 echo m68k-hades-mint${UNAME_RELEASE}413 echo m68k-hades-mint${UNAME_RELEASE}
411 exit ;;414 exit ;;
412 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)415 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
413 echo m68k-unknown-mint${UNAME_RELEASE}416 echo m68k-unknown-mint${UNAME_RELEASE}
414 exit ;;417 exit ;;
415 m68k:machten:*:*)418 m68k:machten:*:*)
416 echo m68k-apple-machten${UNAME_RELEASE}419 echo m68k-apple-machten${UNAME_RELEASE}
417 exit ;;420 exit ;;
@@ -481,8 +484,8 @@
481 echo m88k-motorola-sysv3484 echo m88k-motorola-sysv3
482 exit ;;485 exit ;;
483 AViiON:dgux:*:*)486 AViiON:dgux:*:*)
484 # DG/UX returns AViiON for all architectures487 # DG/UX returns AViiON for all architectures
485 UNAME_PROCESSOR=`/usr/bin/uname -p`488 UNAME_PROCESSOR=`/usr/bin/uname -p`
486 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]489 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
487 then490 then
488 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \491 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
@@ -495,7 +498,7 @@
495 else498 else
496 echo i586-dg-dgux${UNAME_RELEASE}499 echo i586-dg-dgux${UNAME_RELEASE}
497 fi500 fi
498 exit ;;501 exit ;;
499 M88*:DolphinOS:*:*) # DolphinOS (SVR3)502 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
500 echo m88k-dolphin-sysv3503 echo m88k-dolphin-sysv3
501 exit ;;504 exit ;;
@@ -552,7 +555,7 @@
552 echo rs6000-ibm-aix3.2555 echo rs6000-ibm-aix3.2
553 fi556 fi
554 exit ;;557 exit ;;
555 *:AIX:*:[456])558 *:AIX:*:[4567])
556 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`559 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
557 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then560 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
558 IBM_ARCH=rs6000561 IBM_ARCH=rs6000
@@ -595,52 +598,52 @@
595 9000/[678][0-9][0-9])598 9000/[678][0-9][0-9])
596 if [ -x /usr/bin/getconf ]; then599 if [ -x /usr/bin/getconf ]; then
597 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`600 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
598 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`601 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
599 case "${sc_cpu_version}" in602 case "${sc_cpu_version}" in
600 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0603 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
601 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1604 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
602 532) # CPU_PA_RISC2_0605 532) # CPU_PA_RISC2_0
603 case "${sc_kernel_bits}" in606 case "${sc_kernel_bits}" in
604 32) HP_ARCH="hppa2.0n" ;;607 32) HP_ARCH="hppa2.0n" ;;
605 64) HP_ARCH="hppa2.0w" ;;608 64) HP_ARCH="hppa2.0w" ;;
606 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20609 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
607 esac ;;610 esac ;;
608 esac611 esac
609 fi612 fi
610 if [ "${HP_ARCH}" = "" ]; then613 if [ "${HP_ARCH}" = "" ]; then
611 eval $set_cc_for_build614 eval $set_cc_for_build
612 sed 's/^ //' << EOF >$dummy.c615 sed 's/^ //' << EOF >$dummy.c
613616
614 #define _HPUX_SOURCE617 #define _HPUX_SOURCE
615 #include <stdlib.h>618 #include <stdlib.h>
616 #include <unistd.h>619 #include <unistd.h>
617620
618 int main ()621 int main ()
619 {622 {
620 #if defined(_SC_KERNEL_BITS)623 #if defined(_SC_KERNEL_BITS)
621 long bits = sysconf(_SC_KERNEL_BITS);624 long bits = sysconf(_SC_KERNEL_BITS);
622 #endif625 #endif
623 long cpu = sysconf (_SC_CPU_VERSION);626 long cpu = sysconf (_SC_CPU_VERSION);
624627
625 switch (cpu)628 switch (cpu)
626 {629 {
627 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;630 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
628 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;631 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
629 case CPU_PA_RISC2_0:632 case CPU_PA_RISC2_0:
630 #if defined(_SC_KERNEL_BITS)633 #if defined(_SC_KERNEL_BITS)
631 switch (bits)634 switch (bits)
632 {635 {
633 case 64: puts ("hppa2.0w"); break;636 case 64: puts ("hppa2.0w"); break;
634 case 32: puts ("hppa2.0n"); break;637 case 32: puts ("hppa2.0n"); break;
635 default: puts ("hppa2.0"); break;638 default: puts ("hppa2.0"); break;
636 } break;639 } break;
637 #else /* !defined(_SC_KERNEL_BITS) */640 #else /* !defined(_SC_KERNEL_BITS) */
638 puts ("hppa2.0"); break;641 puts ("hppa2.0"); break;
639 #endif642 #endif
640 default: puts ("hppa1.0"); break;643 default: puts ("hppa1.0"); break;
641 }644 }
642 exit (0);645 exit (0);
643 }646 }
644EOF647EOF
645 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`648 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
646 test -z "$HP_ARCH" && HP_ARCH=hppa649 test -z "$HP_ARCH" && HP_ARCH=hppa
@@ -731,22 +734,22 @@
731 exit ;;734 exit ;;
732 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)735 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
733 echo c1-convex-bsd736 echo c1-convex-bsd
734 exit ;;737 exit ;;
735 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)738 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
736 if getsysinfo -f scalar_acc739 if getsysinfo -f scalar_acc
737 then echo c32-convex-bsd740 then echo c32-convex-bsd
738 else echo c2-convex-bsd741 else echo c2-convex-bsd
739 fi742 fi
740 exit ;;743 exit ;;
741 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)744 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
742 echo c34-convex-bsd745 echo c34-convex-bsd
743 exit ;;746 exit ;;
744 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)747 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
745 echo c38-convex-bsd748 echo c38-convex-bsd
746 exit ;;749 exit ;;
747 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)750 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
748 echo c4-convex-bsd751 echo c4-convex-bsd
749 exit ;;752 exit ;;
750 CRAY*Y-MP:*:*:*)753 CRAY*Y-MP:*:*:*)
751 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'754 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
752 exit ;;755 exit ;;
@@ -770,14 +773,14 @@
770 exit ;;773 exit ;;
771 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)774 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
772 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`775 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
773 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`776 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
774 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`777 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
775 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"778 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
776 exit ;;779 exit ;;
777 5000:UNIX_System_V:4.*:*)780 5000:UNIX_System_V:4.*:*)
778 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`781 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
779 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`782 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
780 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"783 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
781 exit ;;784 exit ;;
782 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)785 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
783 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}786 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
@@ -805,14 +808,14 @@
805 echo ${UNAME_MACHINE}-pc-mingw32808 echo ${UNAME_MACHINE}-pc-mingw32
806 exit ;;809 exit ;;
807 i*:windows32*:*)810 i*:windows32*:*)
808 # uname -m includes "-pc" on this system.811 # uname -m includes "-pc" on this system.
809 echo ${UNAME_MACHINE}-mingw32812 echo ${UNAME_MACHINE}-mingw32
810 exit ;;813 exit ;;
811 i*:PW*:*)814 i*:PW*:*)
812 echo ${UNAME_MACHINE}-pc-pw32815 echo ${UNAME_MACHINE}-pc-pw32
813 exit ;;816 exit ;;
814 *:Interix*:*)817 *:Interix*:*)
815 case ${UNAME_MACHINE} in818 case ${UNAME_MACHINE} in
816 x86)819 x86)
817 echo i586-pc-interix${UNAME_RELEASE}820 echo i586-pc-interix${UNAME_RELEASE}
818 exit ;;821 exit ;;
@@ -867,7 +870,7 @@
867 EV6) UNAME_MACHINE=alphaev6 ;;870 EV6) UNAME_MACHINE=alphaev6 ;;
868 EV67) UNAME_MACHINE=alphaev67 ;;871 EV67) UNAME_MACHINE=alphaev67 ;;
869 EV68*) UNAME_MACHINE=alphaev68 ;;872 EV68*) UNAME_MACHINE=alphaev68 ;;
870 esac873 esac
871 objdump --private-headers /bin/sh | grep -q ld.so.1874 objdump --private-headers /bin/sh | grep -q ld.so.1
872 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi875 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
873 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}876 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
@@ -879,7 +882,13 @@
879 then882 then
880 echo ${UNAME_MACHINE}-unknown-linux-gnu883 echo ${UNAME_MACHINE}-unknown-linux-gnu
881 else884 else
882 echo ${UNAME_MACHINE}-unknown-linux-gnueabi885 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
886 | grep -q __ARM_PCS_VFP
887 then
888 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
889 else
890 echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
891 fi
883 fi892 fi
884 exit ;;893 exit ;;
885 avr32*:Linux:*:*)894 avr32*:Linux:*:*)
@@ -892,7 +901,7 @@
892 echo crisv32-axis-linux-gnu901 echo crisv32-axis-linux-gnu
893 exit ;;902 exit ;;
894 frv:Linux:*:*)903 frv:Linux:*:*)
895 echo frv-unknown-linux-gnu904 echo frv-unknown-linux-gnu
896 exit ;;905 exit ;;
897 i*86:Linux:*:*)906 i*86:Linux:*:*)
898 LIBC=gnu907 LIBC=gnu
@@ -960,7 +969,7 @@
960 echo ${UNAME_MACHINE}-ibm-linux969 echo ${UNAME_MACHINE}-ibm-linux
961 exit ;;970 exit ;;
962 sh64*:Linux:*:*)971 sh64*:Linux:*:*)
963 echo ${UNAME_MACHINE}-unknown-linux-gnu972 echo ${UNAME_MACHINE}-unknown-linux-gnu
964 exit ;;973 exit ;;
965 sh*:Linux:*:*)974 sh*:Linux:*:*)
966 echo ${UNAME_MACHINE}-unknown-linux-gnu975 echo ${UNAME_MACHINE}-unknown-linux-gnu
@@ -968,6 +977,9 @@
968 sparc:Linux:*:* | sparc64:Linux:*:*)977 sparc:Linux:*:* | sparc64:Linux:*:*)
969 echo ${UNAME_MACHINE}-unknown-linux-gnu978 echo ${UNAME_MACHINE}-unknown-linux-gnu
970 exit ;;979 exit ;;
980 tile*:Linux:*:*)
981 echo ${UNAME_MACHINE}-tilera-linux-gnu
982 exit ;;
971 vax:Linux:*:*)983 vax:Linux:*:*)
972 echo ${UNAME_MACHINE}-dec-linux-gnu984 echo ${UNAME_MACHINE}-dec-linux-gnu
973 exit ;;985 exit ;;
@@ -975,7 +987,7 @@
975 echo x86_64-unknown-linux-gnu987 echo x86_64-unknown-linux-gnu
976 exit ;;988 exit ;;
977 xtensa*:Linux:*:*)989 xtensa*:Linux:*:*)
978 echo ${UNAME_MACHINE}-unknown-linux-gnu990 echo ${UNAME_MACHINE}-unknown-linux-gnu
979 exit ;;991 exit ;;
980 i*86:DYNIX/ptx:4*:*)992 i*86:DYNIX/ptx:4*:*)
981 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.993 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
@@ -984,11 +996,11 @@
984 echo i386-sequent-sysv4996 echo i386-sequent-sysv4
985 exit ;;997 exit ;;
986 i*86:UNIX_SV:4.2MP:2.*)998 i*86:UNIX_SV:4.2MP:2.*)
987 # Unixware is an offshoot of SVR4, but it has its own version999 # Unixware is an offshoot of SVR4, but it has its own version
988 # number series starting with 2...1000 # number series starting with 2...
989 # I am not positive that other SVR4 systems won't match this,1001 # I am not positive that other SVR4 systems won't match this,
990 # I just have to hope. -- rms.1002 # I just have to hope. -- rms.
991 # Use sysv4.2uw... so that sysv4* matches it.1003 # Use sysv4.2uw... so that sysv4* matches it.
992 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}1004 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
993 exit ;;1005 exit ;;
994 i*86:OS/2:*:*)1006 i*86:OS/2:*:*)
@@ -1020,7 +1032,7 @@
1020 fi1032 fi
1021 exit ;;1033 exit ;;
1022 i*86:*:5:[678]*)1034 i*86:*:5:[678]*)
1023 # UnixWare 7.x, OpenUNIX and OpenServer 6.1035 # UnixWare 7.x, OpenUNIX and OpenServer 6.
1024 case `/bin/uname -X | grep "^Machine"` in1036 case `/bin/uname -X | grep "^Machine"` in
1025 *486*) UNAME_MACHINE=i486 ;;1037 *486*) UNAME_MACHINE=i486 ;;
1026 *Pentium) UNAME_MACHINE=i586 ;;1038 *Pentium) UNAME_MACHINE=i586 ;;
@@ -1048,13 +1060,13 @@
1048 exit ;;1060 exit ;;
1049 pc:*:*:*)1061 pc:*:*:*)
1050 # Left here for compatibility:1062 # Left here for compatibility:
1051 # uname -m prints for DJGPP always 'pc', but it prints nothing about1063 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1052 # the processor, so we play safe by assuming i586.1064 # the processor, so we play safe by assuming i586.
1053 # Note: whatever this is, it MUST be the same as what config.sub1065 # Note: whatever this is, it MUST be the same as what config.sub
1054 # prints for the "djgpp" host, or else GDB configury will decide that1066 # prints for the "djgpp" host, or else GDB configury will decide that
1055 # this is a cross-build.1067 # this is a cross-build.
1056 echo i586-pc-msdosdjgpp1068 echo i586-pc-msdosdjgpp
1057 exit ;;1069 exit ;;
1058 Intel:Mach:3*:*)1070 Intel:Mach:3*:*)
1059 echo i386-pc-mach31071 echo i386-pc-mach3
1060 exit ;;1072 exit ;;
@@ -1089,8 +1101,8 @@
1089 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \1101 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1090 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;1102 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1091 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)1103 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
1092 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \1104 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1093 && { echo i486-ncr-sysv4; exit; } ;;1105 && { echo i486-ncr-sysv4; exit; } ;;
1094 NCR*:*:4.2:* | MPRAS*:*:4.2:*)1106 NCR*:*:4.2:* | MPRAS*:*:4.2:*)
1095 OS_REL='.3'1107 OS_REL='.3'
1096 test -r /etc/.relid \1108 test -r /etc/.relid \
@@ -1133,10 +1145,10 @@
1133 echo ns32k-sni-sysv1145 echo ns32k-sni-sysv
1134 fi1146 fi
1135 exit ;;1147 exit ;;
1136 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort1148 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1137 # says <Richard.M.Bartel@ccMail.Census.GOV>1149 # says <Richard.M.Bartel@ccMail.Census.GOV>
1138 echo i586-unisys-sysv41150 echo i586-unisys-sysv4
1139 exit ;;1151 exit ;;
1140 *:UNIX_System_V:4*:FTX*)1152 *:UNIX_System_V:4*:FTX*)
1141 # From Gerald Hewes <hewes@openmarket.com>.1153 # From Gerald Hewes <hewes@openmarket.com>.
1142 # How about differentiating between stratus architectures? -djm1154 # How about differentiating between stratus architectures? -djm
@@ -1162,11 +1174,11 @@
1162 exit ;;1174 exit ;;
1163 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)1175 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1164 if [ -d /usr/nec ]; then1176 if [ -d /usr/nec ]; then
1165 echo mips-nec-sysv${UNAME_RELEASE}1177 echo mips-nec-sysv${UNAME_RELEASE}
1166 else1178 else
1167 echo mips-unknown-sysv${UNAME_RELEASE}1179 echo mips-unknown-sysv${UNAME_RELEASE}
1168 fi1180 fi
1169 exit ;;1181 exit ;;
1170 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.1182 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
1171 echo powerpc-be-beos1183 echo powerpc-be-beos
1172 exit ;;1184 exit ;;
@@ -1231,6 +1243,9 @@
1231 *:QNX:*:4*)1243 *:QNX:*:4*)
1232 echo i386-pc-qnx1244 echo i386-pc-qnx
1233 exit ;;1245 exit ;;
1246 NEO-?:NONSTOP_KERNEL:*:*)
1247 echo neo-tandem-nsk${UNAME_RELEASE}
1248 exit ;;
1234 NSE-?:NONSTOP_KERNEL:*:*)1249 NSE-?:NONSTOP_KERNEL:*:*)
1235 echo nse-tandem-nsk${UNAME_RELEASE}1250 echo nse-tandem-nsk${UNAME_RELEASE}
1236 exit ;;1251 exit ;;
@@ -1276,13 +1291,13 @@
1276 echo pdp10-unknown-its1291 echo pdp10-unknown-its
1277 exit ;;1292 exit ;;
1278 SEI:*:*:SEIUX)1293 SEI:*:*:SEIUX)
1279 echo mips-sei-seiux${UNAME_RELEASE}1294 echo mips-sei-seiux${UNAME_RELEASE}
1280 exit ;;1295 exit ;;
1281 *:DragonFly:*:*)1296 *:DragonFly:*:*)
1282 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`1297 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1283 exit ;;1298 exit ;;
1284 *:*VMS:*:*)1299 *:*VMS:*:*)
1285 UNAME_MACHINE=`(uname -p) 2>/dev/null`1300 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1286 case "${UNAME_MACHINE}" in1301 case "${UNAME_MACHINE}" in
1287 A*) echo alpha-dec-vms ; exit ;;1302 A*) echo alpha-dec-vms ; exit ;;
1288 I*) echo ia64-dec-vms ; exit ;;1303 I*) echo ia64-dec-vms ; exit ;;
@@ -1322,11 +1337,11 @@
1322#include <sys/param.h>1337#include <sys/param.h>
1323 printf ("m68k-sony-newsos%s\n",1338 printf ("m68k-sony-newsos%s\n",
1324#ifdef NEWSOS41339#ifdef NEWSOS4
1325 "4"1340 "4"
1326#else1341#else
1327 ""1342 ""
1328#endif1343#endif
1329 ); exit (0);1344 ); exit (0);
1330#endif1345#endif
1331#endif1346#endif
13321347
13331348
=== modified file 'config.sub'
--- config.sub 2010-08-12 18:52:34 +0000
+++ config.sub 2011-09-28 17:58:20 +0000
@@ -1,10 +1,10 @@
1#! /bin/sh1#! /bin/sh
2# Configuration validation subroutine script.2# Configuration validation subroutine script.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 20104# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5# Free Software Foundation, Inc.5# 2011 Free Software Foundation, Inc.
66
7timestamp='2010-01-22'7timestamp='2011-03-23'
88
9# This file is (in principle) common to ALL GNU software.9# This file is (in principle) common to ALL GNU software.
10# The presence of a machine in this file suggests that SOME GNU software10# The presence of a machine in this file suggests that SOME GNU software
@@ -76,7 +76,7 @@
76GNU config.sub ($timestamp)76GNU config.sub ($timestamp)
7777
78Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,78Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
792001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free792001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
80Software Foundation, Inc.80Software Foundation, Inc.
8181
82This is free software; see the source for copying conditions. There is NO82This is free software; see the source for copying conditions. There is NO
@@ -124,8 +124,9 @@
124# Here we must recognize all the valid KERNEL-OS combinations.124# Here we must recognize all the valid KERNEL-OS combinations.
125maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`125maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
126case $maybe_os in126case $maybe_os in
127 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \127 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
128 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \128 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
129 knetbsd*-gnu* | netbsd*-gnu* | \
129 kopensolaris*-gnu* | \130 kopensolaris*-gnu* | \
130 storm-chaos* | os2-emx* | rtmk-nova*)131 storm-chaos* | os2-emx* | rtmk-nova*)
131 os=-$maybe_os132 os=-$maybe_os
@@ -157,8 +158,8 @@
157 os=158 os=
158 basic_machine=$1159 basic_machine=$1
159 ;;160 ;;
160 -bluegene*)161 -bluegene*)
161 os=-cnk162 os=-cnk
162 ;;163 ;;
163 -sim | -cisco | -oki | -wec | -winbond)164 -sim | -cisco | -oki | -wec | -winbond)
164 os=165 os=
@@ -174,10 +175,10 @@
174 os=-chorusos175 os=-chorusos
175 basic_machine=$1176 basic_machine=$1
176 ;;177 ;;
177 -chorusrdb)178 -chorusrdb)
178 os=-chorusrdb179 os=-chorusrdb
179 basic_machine=$1180 basic_machine=$1
180 ;;181 ;;
181 -hiux*)182 -hiux*)
182 os=-hiuxwe2183 os=-hiuxwe2
183 ;;184 ;;
@@ -282,11 +283,13 @@
282 | moxie \283 | moxie \
283 | mt \284 | mt \
284 | msp430 \285 | msp430 \
286 | nds32 | nds32le | nds32be \
285 | nios | nios2 \287 | nios | nios2 \
286 | ns16k | ns32k \288 | ns16k | ns32k \
289 | open8 \
287 | or32 \290 | or32 \
288 | pdp10 | pdp11 | pj | pjl \291 | pdp10 | pdp11 | pj | pjl \
289 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \292 | powerpc | powerpc64 | powerpc64le | powerpcle \
290 | pyramid \293 | pyramid \
291 | rx \294 | rx \
292 | score \295 | score \
@@ -294,15 +297,24 @@
294 | sh64 | sh64le \297 | sh64 | sh64le \
295 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \298 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
296 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \299 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
297 | spu | strongarm \300 | spu \
298 | tahoe | thumb | tic4x | tic80 | tron \301 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
299 | ubicom32 \302 | ubicom32 \
300 | v850 | v850e \303 | v850 | v850e \
301 | we32k \304 | we32k \
302 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \305 | x86 | xc16x | xstormy16 | xtensa \
303 | z8k | z80)306 | z8k | z80)
304 basic_machine=$basic_machine-unknown307 basic_machine=$basic_machine-unknown
305 ;;308 ;;
309 c54x)
310 basic_machine=tic54x-unknown
311 ;;
312 c55x)
313 basic_machine=tic55x-unknown
314 ;;
315 c6x)
316 basic_machine=tic6x-unknown
317 ;;
306 m6811 | m68hc11 | m6812 | m68hc12 | picochip)318 m6811 | m68hc11 | m6812 | m68hc12 | picochip)
307 # Motorola 68HC11/12.319 # Motorola 68HC11/12.
308 basic_machine=$basic_machine-unknown320 basic_machine=$basic_machine-unknown
@@ -314,6 +326,18 @@
314 basic_machine=mt-unknown326 basic_machine=mt-unknown
315 ;;327 ;;
316328
329 strongarm | thumb | xscale)
330 basic_machine=arm-unknown
331 ;;
332
333 xscaleeb)
334 basic_machine=armeb-unknown
335 ;;
336
337 xscaleel)
338 basic_machine=armel-unknown
339 ;;
340
317 # We use `pc' rather than `unknown'341 # We use `pc' rather than `unknown'
318 # because (1) that's what they normally are, and342 # because (1) that's what they normally are, and
319 # (2) the word "unknown" tends to confuse beginning users.343 # (2) the word "unknown" tends to confuse beginning users.
@@ -334,7 +358,7 @@
334 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \358 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
335 | avr-* | avr32-* \359 | avr-* | avr32-* \
336 | bfin-* | bs2000-* \360 | bfin-* | bs2000-* \
337 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \361 | c[123]* | c30-* | [cjt]90-* | c4x-* \
338 | clipper-* | craynv-* | cydra-* \362 | clipper-* | craynv-* | cydra-* \
339 | d10v-* | d30v-* | dlx-* \363 | d10v-* | d30v-* | dlx-* \
340 | elxsi-* \364 | elxsi-* \
@@ -368,26 +392,28 @@
368 | mmix-* \392 | mmix-* \
369 | mt-* \393 | mt-* \
370 | msp430-* \394 | msp430-* \
395 | nds32-* | nds32le-* | nds32be-* \
371 | nios-* | nios2-* \396 | nios-* | nios2-* \
372 | none-* | np1-* | ns16k-* | ns32k-* \397 | none-* | np1-* | ns16k-* | ns32k-* \
398 | open8-* \
373 | orion-* \399 | orion-* \
374 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \400 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
375 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \401 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
376 | pyramid-* \402 | pyramid-* \
377 | romp-* | rs6000-* | rx-* \403 | romp-* | rs6000-* | rx-* \
378 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \404 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
379 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \405 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
380 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \406 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
381 | sparclite-* \407 | sparclite-* \
382 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \408 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
383 | tahoe-* | thumb-* \409 | tahoe-* \
384 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \410 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
385 | tile-* | tilegx-* \411 | tile-* | tilegx-* \
386 | tron-* \412 | tron-* \
387 | ubicom32-* \413 | ubicom32-* \
388 | v850-* | v850e-* | vax-* \414 | v850-* | v850e-* | vax-* \
389 | we32k-* \415 | we32k-* \
390 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \416 | x86-* | x86_64-* | xc16x-* | xps100-* \
391 | xstormy16-* | xtensa*-* \417 | xstormy16-* | xtensa*-* \
392 | ymp-* \418 | ymp-* \
393 | z8k-* | z80-*)419 | z8k-* | z80-*)
@@ -412,7 +438,7 @@
412 basic_machine=a29k-amd438 basic_machine=a29k-amd
413 os=-udi439 os=-udi
414 ;;440 ;;
415 abacus)441 abacus)
416 basic_machine=abacus-unknown442 basic_machine=abacus-unknown
417 ;;443 ;;
418 adobe68k)444 adobe68k)
@@ -482,11 +508,20 @@
482 basic_machine=powerpc-ibm508 basic_machine=powerpc-ibm
483 os=-cnk509 os=-cnk
484 ;;510 ;;
511 c54x-*)
512 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
513 ;;
514 c55x-*)
515 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
516 ;;
517 c6x-*)
518 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
519 ;;
485 c90)520 c90)
486 basic_machine=c90-cray521 basic_machine=c90-cray
487 os=-unicos522 os=-unicos
488 ;;523 ;;
489 cegcc)524 cegcc)
490 basic_machine=arm-unknown525 basic_machine=arm-unknown
491 os=-cegcc526 os=-cegcc
492 ;;527 ;;
@@ -518,7 +553,7 @@
518 basic_machine=craynv-cray553 basic_machine=craynv-cray
519 os=-unicosmp554 os=-unicosmp
520 ;;555 ;;
521 cr16)556 cr16 | cr16-*)
522 basic_machine=cr16-unknown557 basic_machine=cr16-unknown
523 os=-elf558 os=-elf
524 ;;559 ;;
@@ -734,7 +769,7 @@
734 basic_machine=ns32k-utek769 basic_machine=ns32k-utek
735 os=-sysv770 os=-sysv
736 ;;771 ;;
737 microblaze)772 microblaze)
738 basic_machine=microblaze-xilinx773 basic_machine=microblaze-xilinx
739 ;;774 ;;
740 mingw32)775 mingw32)
@@ -841,6 +876,12 @@
841 np1)876 np1)
842 basic_machine=np1-gould877 basic_machine=np1-gould
843 ;;878 ;;
879 neo-tandem)
880 basic_machine=neo-tandem
881 ;;
882 nse-tandem)
883 basic_machine=nse-tandem
884 ;;
844 nsr-tandem)885 nsr-tandem)
845 basic_machine=nsr-tandem886 basic_machine=nsr-tandem
846 ;;887 ;;
@@ -923,9 +964,10 @@
923 ;;964 ;;
924 power) basic_machine=power-ibm965 power) basic_machine=power-ibm
925 ;;966 ;;
926 ppc) basic_machine=powerpc-unknown967 ppc | ppcbe) basic_machine=powerpc-unknown
927 ;;968 ;;
928 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`969 ppc-* | ppcbe-*)
970 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
929 ;;971 ;;
930 ppcle | powerpclittle | ppc-le | powerpc-little)972 ppcle | powerpclittle | ppc-le | powerpc-little)
931 basic_machine=powerpcle-unknown973 basic_machine=powerpcle-unknown
@@ -1019,6 +1061,9 @@
1019 basic_machine=i860-stratus1061 basic_machine=i860-stratus
1020 os=-sysv41062 os=-sysv4
1021 ;;1063 ;;
1064 strongarm-* | thumb-*)
1065 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1066 ;;
1022 sun2)1067 sun2)
1023 basic_machine=m68000-sun1068 basic_machine=m68000-sun
1024 ;;1069 ;;
@@ -1075,20 +1120,8 @@
1075 basic_machine=t90-cray1120 basic_machine=t90-cray
1076 os=-unicos1121 os=-unicos
1077 ;;1122 ;;
1078 tic54x | c54x*)1123 # This must be matched before tile*.
1079 basic_machine=tic54x-unknown1124 tilegx*)
1080 os=-coff
1081 ;;
1082 tic55x | c55x*)
1083 basic_machine=tic55x-unknown
1084 os=-coff
1085 ;;
1086 tic6x | c6x*)
1087 basic_machine=tic6x-unknown
1088 os=-coff
1089 ;;
1090 # This must be matched before tile*.
1091 tilegx*)
1092 basic_machine=tilegx-unknown1125 basic_machine=tilegx-unknown
1093 os=-linux-gnu1126 os=-linux-gnu
1094 ;;1127 ;;
@@ -1163,6 +1196,9 @@
1163 xps | xps100)1196 xps | xps100)
1164 basic_machine=xps100-honeywell1197 basic_machine=xps100-honeywell
1165 ;;1198 ;;
1199 xscale-* | xscalee[bl]-*)
1200 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
1201 ;;
1166 ymp)1202 ymp)
1167 basic_machine=ymp-cray1203 basic_machine=ymp-cray
1168 os=-unicos1204 os=-unicos
@@ -1260,11 +1296,11 @@
1260if [ x"$os" != x"" ]1296if [ x"$os" != x"" ]
1261then1297then
1262case $os in1298case $os in
1263 # First match some system type aliases1299 # First match some system type aliases
1264 # that might get confused with valid system types.1300 # that might get confused with valid system types.
1265 # -solaris* is a basic system type, with this one exception.1301 # -solaris* is a basic system type, with this one exception.
1266 -auroraux)1302 -auroraux)
1267 os=-auroraux1303 os=-auroraux
1268 ;;1304 ;;
1269 -solaris1 | -solaris1.*)1305 -solaris1 | -solaris1.*)
1270 os=`echo $os | sed -e 's|solaris1|sunos4|'`1306 os=`echo $os | sed -e 's|solaris1|sunos4|'`
@@ -1301,7 +1337,8 @@
1301 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \1337 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1302 | -chorusos* | -chorusrdb* | -cegcc* \1338 | -chorusos* | -chorusrdb* | -cegcc* \
1303 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \1339 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1304 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \1340 | -mingw32* | -linux-gnu* | -linux-android* \
1341 | -linux-newlib* | -linux-uclibc* \
1305 | -uxpv* | -beos* | -mpeix* | -udk* \1342 | -uxpv* | -beos* | -mpeix* | -udk* \
1306 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \1343 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1307 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \1344 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
@@ -1348,7 +1385,7 @@
1348 -opened*)1385 -opened*)
1349 os=-openedition1386 os=-openedition
1350 ;;1387 ;;
1351 -os400*)1388 -os400*)
1352 os=-os4001389 os=-os400
1353 ;;1390 ;;
1354 -wince*)1391 -wince*)
@@ -1397,7 +1434,7 @@
1397 -sinix*)1434 -sinix*)
1398 os=-sysv41435 os=-sysv4
1399 ;;1436 ;;
1400 -tpf*)1437 -tpf*)
1401 os=-tpf1438 os=-tpf
1402 ;;1439 ;;
1403 -triton*)1440 -triton*)
@@ -1442,8 +1479,8 @@
1442 -dicos*)1479 -dicos*)
1443 os=-dicos1480 os=-dicos
1444 ;;1481 ;;
1445 -nacl*)1482 -nacl*)
1446 ;;1483 ;;
1447 -none)1484 -none)
1448 ;;1485 ;;
1449 *)1486 *)
@@ -1466,10 +1503,10 @@
1466# system, and we'll never get to this point.1503# system, and we'll never get to this point.
14671504
1468case $basic_machine in1505case $basic_machine in
1469 score-*)1506 score-*)
1470 os=-elf1507 os=-elf
1471 ;;1508 ;;
1472 spu-*)1509 spu-*)
1473 os=-elf1510 os=-elf
1474 ;;1511 ;;
1475 *-acorn)1512 *-acorn)
@@ -1481,8 +1518,17 @@
1481 arm*-semi)1518 arm*-semi)
1482 os=-aout1519 os=-aout
1483 ;;1520 ;;
1484 c4x-* | tic4x-*)1521 c4x-* | tic4x-*)
1485 os=-coff1522 os=-coff
1523 ;;
1524 tic54x-*)
1525 os=-coff
1526 ;;
1527 tic55x-*)
1528 os=-coff
1529 ;;
1530 tic6x-*)
1531 os=-coff
1486 ;;1532 ;;
1487 # This must come before the *-dec entry.1533 # This must come before the *-dec entry.
1488 pdp10-*)1534 pdp10-*)
@@ -1509,7 +1555,7 @@
1509 m68*-cisco)1555 m68*-cisco)
1510 os=-aout1556 os=-aout
1511 ;;1557 ;;
1512 mep-*)1558 mep-*)
1513 os=-elf1559 os=-elf
1514 ;;1560 ;;
1515 mips*-cisco)1561 mips*-cisco)
@@ -1536,7 +1582,7 @@
1536 *-ibm)1582 *-ibm)
1537 os=-aix1583 os=-aix
1538 ;;1584 ;;
1539 *-knuth)1585 *-knuth)
1540 os=-mmixware1586 os=-mmixware
1541 ;;1587 ;;
1542 *-wec)1588 *-wec)
15431589
=== modified file 'configure'
--- configure 2011-08-11 17:04:06 +0000
+++ configure 2011-09-28 17:58:20 +0000
@@ -1,6 +1,6 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68 for libappindicator 0.3.91.3# Generated by GNU Autoconf 2.68 for libappindicator 0.4.1.
4#4#
5# Report bugs to <http://bugs.launchpad.net/libappindicator>.5# Report bugs to <http://bugs.launchpad.net/libappindicator>.
6#6#
@@ -176,6 +176,14 @@
176 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO176 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
177 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&177 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
178 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1178 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
179
180 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
181 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
182 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
183 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
184 PATH=/empty FPATH=/empty; export PATH FPATH
185 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
186 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
179test \$(( 1 + 1 )) = 2 || exit 1"187test \$(( 1 + 1 )) = 2 || exit 1"
180 if (eval "$as_required") 2>/dev/null; then :188 if (eval "$as_required") 2>/dev/null; then :
181 as_have_required=yes189 as_have_required=yes
@@ -538,155 +546,8 @@
538# Sed expression to map a string onto a valid variable name.546# Sed expression to map a string onto a valid variable name.
539as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"547as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
540548
541
542
543# Check that we are running under the correct shell.
544SHELL=${CONFIG_SHELL-/bin/sh}549SHELL=${CONFIG_SHELL-/bin/sh}
545550
546case X$lt_ECHO in
547X*--fallback-echo)
548 # Remove one level of quotation (which was required for Make).
549 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
550 ;;
551esac
552
553ECHO=${lt_ECHO-echo}
554if test "X$1" = X--no-reexec; then
555 # Discard the --no-reexec flag, and continue.
556 shift
557elif test "X$1" = X--fallback-echo; then
558 # Avoid inline document here, it may be left over
559 :
560elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
561 # Yippee, $ECHO works!
562 :
563else
564 # Restart under the correct shell.
565 exec $SHELL "$0" --no-reexec ${1+"$@"}
566fi
567
568if test "X$1" = X--fallback-echo; then
569 # used as fallback echo
570 shift
571 cat <<_LT_EOF
572$*
573_LT_EOF
574 exit 0
575fi
576
577# The HP-UX ksh and POSIX shell print the target directory to stdout
578# if CDPATH is set.
579(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
580
581if test -z "$lt_ECHO"; then
582 if test "X${echo_test_string+set}" != Xset; then
583 # find a string as large as possible, as long as the shell can cope with it
584 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
585 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
586 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
587 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
588 then
589 break
590 fi
591 done
592 fi
593
594 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
595 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
596 test "X$echo_testing_string" = "X$echo_test_string"; then
597 :
598 else
599 # The Solaris, AIX, and Digital Unix default echo programs unquote
600 # backslashes. This makes it impossible to quote backslashes using
601 # echo "$something" | sed 's/\\/\\\\/g'
602 #
603 # So, first we look for a working echo in the user's PATH.
604
605 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
606 for dir in $PATH /usr/ucb; do
607 IFS="$lt_save_ifs"
608 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
609 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
610 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
611 test "X$echo_testing_string" = "X$echo_test_string"; then
612 ECHO="$dir/echo"
613 break
614 fi
615 done
616 IFS="$lt_save_ifs"
617
618 if test "X$ECHO" = Xecho; then
619 # We didn't find a better echo, so look for alternatives.
620 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
621 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
622 test "X$echo_testing_string" = "X$echo_test_string"; then
623 # This shell has a builtin print -r that does the trick.
624 ECHO='print -r'
625 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
626 test "X$CONFIG_SHELL" != X/bin/ksh; then
627 # If we have ksh, try running configure again with it.
628 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
629 export ORIGINAL_CONFIG_SHELL
630 CONFIG_SHELL=/bin/ksh
631 export CONFIG_SHELL
632 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
633 else
634 # Try using printf.
635 ECHO='printf %s\n'
636 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
637 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
638 test "X$echo_testing_string" = "X$echo_test_string"; then
639 # Cool, printf works
640 :
641 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
642 test "X$echo_testing_string" = 'X\t' &&
643 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
644 test "X$echo_testing_string" = "X$echo_test_string"; then
645 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
646 export CONFIG_SHELL
647 SHELL="$CONFIG_SHELL"
648 export SHELL
649 ECHO="$CONFIG_SHELL $0 --fallback-echo"
650 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
651 test "X$echo_testing_string" = 'X\t' &&
652 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
653 test "X$echo_testing_string" = "X$echo_test_string"; then
654 ECHO="$CONFIG_SHELL $0 --fallback-echo"
655 else
656 # maybe with a smaller string...
657 prev=:
658
659 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
660 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
661 then
662 break
663 fi
664 prev="$cmd"
665 done
666
667 if test "$prev" != 'sed 50q "$0"'; then
668 echo_test_string=`eval $prev`
669 export echo_test_string
670 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
671 else
672 # Oops. We lost completely, so just stick with echo.
673 ECHO=echo
674 fi
675 fi
676 fi
677 fi
678 fi
679fi
680
681# Copy echo and quote the copy suitably for passing to libtool from
682# the Makefile, instead of quoting the original, which is used later.
683lt_ECHO=$ECHO
684if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
685 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
686fi
687
688
689
690as_awk_strverscmp='551as_awk_strverscmp='
691 # Use only awk features that work with 7th edition Unix awk (1978).552 # Use only awk features that work with 7th edition Unix awk (1978).
692 # My, what an old awk you have, Mr. Solaris!553 # My, what an old awk you have, Mr. Solaris!
@@ -771,8 +632,8 @@
771# Identity of this package.632# Identity of this package.
772PACKAGE_NAME='libappindicator'633PACKAGE_NAME='libappindicator'
773PACKAGE_TARNAME='libappindicator'634PACKAGE_TARNAME='libappindicator'
774PACKAGE_VERSION='0.3.91'635PACKAGE_VERSION='0.4.1'
775PACKAGE_STRING='libappindicator 0.3.91'636PACKAGE_STRING='libappindicator 0.4.1'
776PACKAGE_BUGREPORT='http://bugs.launchpad.net/libappindicator'637PACKAGE_BUGREPORT='http://bugs.launchpad.net/libappindicator'
777PACKAGE_URL='http://launchpad.net/libappindicator'638PACKAGE_URL='http://launchpad.net/libappindicator'
778639
@@ -882,6 +743,8 @@
882GTK_DOC_BUILD_HTML_TRUE743GTK_DOC_BUILD_HTML_TRUE
883ENABLE_GTK_DOC_FALSE744ENABLE_GTK_DOC_FALSE
884ENABLE_GTK_DOC_TRUE745ENABLE_GTK_DOC_TRUE
746GTKDOC_DEPS_LIBS
747GTKDOC_DEPS_CFLAGS
885HTML_DIR748HTML_DIR
886GTKDOC_MKPDF749GTKDOC_MKPDF
887GTKDOC_REBASE750GTKDOC_REBASE
@@ -897,9 +760,11 @@
897LIPO760LIPO
898NMEDIT761NMEDIT
899DSYMUTIL762DSYMUTIL
900lt_ECHO763MANIFEST_TOOL
901RANLIB764RANLIB
765ac_ct_AR
902AR766AR
767DLLTOOL
903OBJDUMP768OBJDUMP
904LN_S769LN_S
905NM770NM
@@ -1012,6 +877,7 @@
1012with_pic877with_pic
1013enable_fast_install878enable_fast_install
1014with_gnu_ld879with_gnu_ld
880with_sysroot
1015enable_libtool_lock881enable_libtool_lock
1016with_html_dir882with_html_dir
1017enable_gtk_doc883enable_gtk_doc
@@ -1033,6 +899,8 @@
1033PKG_CONFIG899PKG_CONFIG
1034PKG_CONFIG_PATH900PKG_CONFIG_PATH
1035PKG_CONFIG_LIBDIR901PKG_CONFIG_LIBDIR
902GTKDOC_DEPS_CFLAGS
903GTKDOC_DEPS_LIBS
1036LIBRARY_CFLAGS904LIBRARY_CFLAGS
1037LIBRARY_LIBS905LIBRARY_LIBS
1038TESTDEPS_CFLAGS906TESTDEPS_CFLAGS
@@ -1589,7 +1457,7 @@
1589 # Omit some internal or obsolete options to make the list less imposing.1457 # Omit some internal or obsolete options to make the list less imposing.
1590 # This message is too long to be a string in the A/UX 3.1 sh.1458 # This message is too long to be a string in the A/UX 3.1 sh.
1591 cat <<_ACEOF1459 cat <<_ACEOF
1592\`configure' configures libappindicator 0.3.91 to adapt to many kinds of systems.1460\`configure' configures libappindicator 0.4.1 to adapt to many kinds of systems.
15931461
1594Usage: $0 [OPTION]... [VAR=VALUE]...1462Usage: $0 [OPTION]... [VAR=VALUE]...
15951463
@@ -1659,7 +1527,7 @@
16591527
1660if test -n "$ac_init_help"; then1528if test -n "$ac_init_help"; then
1661 case $ac_init_help in1529 case $ac_init_help in
1662 short | recursive ) echo "Configuration of libappindicator 0.3.91:";;1530 short | recursive ) echo "Configuration of libappindicator 0.4.1:";;
1663 esac1531 esac
1664 cat <<\_ACEOF1532 cat <<\_ACEOF
16651533
@@ -1692,6 +1560,8 @@
1692 --with-pic try to use only PIC/non-PIC objects [default=use1560 --with-pic try to use only PIC/non-PIC objects [default=use
1693 both]1561 both]
1694 --with-gnu-ld assume the C compiler uses GNU ld [default=no]1562 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1563 --with-sysroot=DIR Search for dependent libraries within DIR
1564 (or the compiler's sysroot if not specified).
1695 --with-html-dir=PATH path to installed docs1565 --with-html-dir=PATH path to installed docs
1696 --with-gtk Which version of gtk to use [default=2]1566 --with-gtk Which version of gtk to use [default=2]
16971567
@@ -1709,6 +1579,10 @@
1709 directories to add to pkg-config's search path1579 directories to add to pkg-config's search path
1710 PKG_CONFIG_LIBDIR1580 PKG_CONFIG_LIBDIR
1711 path overriding pkg-config's built-in search path1581 path overriding pkg-config's built-in search path
1582 GTKDOC_DEPS_CFLAGS
1583 C compiler flags for GTKDOC_DEPS, overriding pkg-config
1584 GTKDOC_DEPS_LIBS
1585 linker flags for GTKDOC_DEPS, overriding pkg-config
1712 LIBRARY_CFLAGS1586 LIBRARY_CFLAGS
1713 C compiler flags for LIBRARY, overriding pkg-config1587 C compiler flags for LIBRARY, overriding pkg-config
1714 LIBRARY_LIBS1588 LIBRARY_LIBS
@@ -1802,7 +1676,7 @@
1802test -n "$ac_init_help" && exit $ac_status1676test -n "$ac_init_help" && exit $ac_status
1803if $ac_init_version; then1677if $ac_init_version; then
1804 cat <<\_ACEOF1678 cat <<\_ACEOF
1805libappindicator configure 0.3.911679libappindicator configure 0.4.1
1806generated by GNU Autoconf 2.681680generated by GNU Autoconf 2.68
18071681
1808Copyright (C) 2010 Free Software Foundation, Inc.1682Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2082,7 +1956,7 @@
2082This file contains any messages produced by compilers while1956This file contains any messages produced by compilers while
2083running configure, to aid debugging if configure makes a mistake.1957running configure, to aid debugging if configure makes a mistake.
20841958
2085It was created by libappindicator $as_me 0.3.91, which was1959It was created by libappindicator $as_me 0.4.1, which was
2086generated by GNU Autoconf 2.68. Invocation command line was1960generated by GNU Autoconf 2.68. Invocation command line was
20871961
2088 $ $0 $@1962 $ $0 $@
@@ -2905,7 +2779,7 @@
29052779
2906# Define the identity of the package.2780# Define the identity of the package.
2907 PACKAGE='libappindicator'2781 PACKAGE='libappindicator'
2908 VERSION='0.3.91'2782 VERSION='0.4.1'
29092783
29102784
2911cat >>confdefs.h <<_ACEOF2785cat >>confdefs.h <<_ACEOF
@@ -4181,8 +4055,8 @@
41814055
41824056
41834057
4184macro_version='2.2.6b'4058macro_version='2.4'
4185macro_revision='1.3017'4059macro_revision='1.3293'
41864060
41874061
41884062
@@ -4269,6 +4143,75 @@
4269case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac4143case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42704144
42714145
4146# Backslashify metacharacters that are still active within
4147# double-quoted strings.
4148sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4149
4150# Same as above, but do not quote variable references.
4151double_quote_subst='s/\(["`\\]\)/\\\1/g'
4152
4153# Sed substitution to delay expansion of an escaped shell variable in a
4154# double_quote_subst'ed string.
4155delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4156
4157# Sed substitution to delay expansion of an escaped single quote.
4158delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4159
4160# Sed substitution to avoid accidental globbing in evaled expressions
4161no_glob_subst='s/\*/\\\*/g'
4162
4163ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4164ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4165ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4166
4167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4168$as_echo_n "checking how to print strings... " >&6; }
4169# Test print first, because it will be a builtin if present.
4170if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
4171 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4172 ECHO='print -r --'
4173elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4174 ECHO='printf %s\n'
4175else
4176 # Use this function as a fallback that always works.
4177 func_fallback_echo ()
4178 {
4179 eval 'cat <<_LTECHO_EOF
4180$1
4181_LTECHO_EOF'
4182 }
4183 ECHO='func_fallback_echo'
4184fi
4185
4186# func_echo_all arg...
4187# Invoke $ECHO with all args, space-separated.
4188func_echo_all ()
4189{
4190 $ECHO ""
4191}
4192
4193case "$ECHO" in
4194 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4195$as_echo "printf" >&6; } ;;
4196 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4197$as_echo "print -r" >&6; } ;;
4198 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4199$as_echo "cat" >&6; } ;;
4200esac
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&54215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4273$as_echo_n "checking for a sed that does not truncate output... " >&6; }4216$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4274if ${ac_cv_path_SED+:} false; then :4217if ${ac_cv_path_SED+:} false; then :
@@ -4734,8 +4677,11 @@
4734 NM="$lt_cv_path_NM"4677 NM="$lt_cv_path_NM"
4735else4678else
4736 # Didn't find any BSD compatible name lister, look for dumpbin.4679 # Didn't find any BSD compatible name lister, look for dumpbin.
4737 if test -n "$ac_tool_prefix"; then4680 if test -n "$DUMPBIN"; then :
4738 for ac_prog in "dumpbin -symbols" "link -dump -symbols"4681 # Let the user override the test.
4682 else
4683 if test -n "$ac_tool_prefix"; then
4684 for ac_prog in dumpbin "link -dump"
4739 do4685 do
4740 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.4686 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4741set dummy $ac_tool_prefix$ac_prog; ac_word=$24687set dummy $ac_tool_prefix$ac_prog; ac_word=$2
@@ -4779,7 +4725,7 @@
4779fi4725fi
4780if test -z "$DUMPBIN"; then4726if test -z "$DUMPBIN"; then
4781 ac_ct_DUMPBIN=$DUMPBIN4727 ac_ct_DUMPBIN=$DUMPBIN
4782 for ac_prog in "dumpbin -symbols" "link -dump -symbols"4728 for ac_prog in dumpbin "link -dump"
4783do4729do
4784 # Extract the first word of "$ac_prog", so it can be a program name with args.4730 # Extract the first word of "$ac_prog", so it can be a program name with args.
4785set dummy $ac_prog; ac_word=$24731set dummy $ac_prog; ac_word=$2
@@ -4834,6 +4780,15 @@
4834 fi4780 fi
4835fi4781fi
48364782
4783 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4784 *COFF*)
4785 DUMPBIN="$DUMPBIN -symbols"
4786 ;;
4787 *)
4788 DUMPBIN=:
4789 ;;
4790 esac
4791 fi
48374792
4838 if test "$DUMPBIN" != ":"; then4793 if test "$DUMPBIN" != ":"; then
4839 NM="$DUMPBIN"4794 NM="$DUMPBIN"
@@ -4853,13 +4808,13 @@
4853else4808else
4854 lt_cv_nm_interface="BSD nm"4809 lt_cv_nm_interface="BSD nm"
4855 echo "int some_variable = 0;" > conftest.$ac_ext4810 echo "int some_variable = 0;" > conftest.$ac_ext
4856 (eval echo "\"\$as_me:4856: $ac_compile\"" >&5)4811 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4857 (eval "$ac_compile" 2>conftest.err)4812 (eval "$ac_compile" 2>conftest.err)
4858 cat conftest.err >&54813 cat conftest.err >&5
4859 (eval echo "\"\$as_me:4859: $NM \\\"conftest.$ac_objext\\\"\"" >&5)4814 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4860 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)4815 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4861 cat conftest.err >&54816 cat conftest.err >&5
4862 (eval echo "\"\$as_me:4862: output\"" >&5)4817 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4863 cat conftest.out >&54818 cat conftest.out >&5
4864 if $GREP 'External.*some_variable' conftest.out > /dev/null; then4819 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4865 lt_cv_nm_interface="MS dumpbin"4820 lt_cv_nm_interface="MS dumpbin"
@@ -4916,6 +4871,11 @@
4916 lt_cv_sys_max_cmd_len=8192;4871 lt_cv_sys_max_cmd_len=8192;
4917 ;;4872 ;;
49184873
4874 mint*)
4875 # On MiNT this can take a long time and run out of memory.
4876 lt_cv_sys_max_cmd_len=8192;
4877 ;;
4878
4919 amigaos*)4879 amigaos*)
4920 # On AmigaOS with pdksh, this test takes hours, literally.4880 # On AmigaOS with pdksh, this test takes hours, literally.
4921 # So we just punt and use a minimum line length of 8192.4881 # So we just punt and use a minimum line length of 8192.
@@ -4980,8 +4940,8 @@
4980 # If test is not a shell built-in, we'll probably end up computing a4940 # If test is not a shell built-in, we'll probably end up computing a
4981 # maximum length that is only half of the actual maximum length, but4941 # maximum length that is only half of the actual maximum length, but
4982 # we can't tell.4942 # we can't tell.
4983 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \4943 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4984 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&4944 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4985 test $i != 17 # 1/2 MB should be enough4945 test $i != 17 # 1/2 MB should be enough
4986 do4946 do
4987 i=`expr $i + 1`4947 i=`expr $i + 1`
@@ -5023,8 +4983,8 @@
5023# Try some XSI features4983# Try some XSI features
5024xsi_shell=no4984xsi_shell=no
5025( _lt_dummy="a/b/c"4985( _lt_dummy="a/b/c"
5026 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \4986 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5027 = c,a/b,, \4987 = c,a/b,b/c, \
5028 && eval 'test $(( 1 + 1 )) -eq 2 \4988 && eval 'test $(( 1 + 1 )) -eq 2 \
5029 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \4989 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5030 && xsi_shell=yes4990 && xsi_shell=yes
@@ -5073,6 +5033,80 @@
50735033
50745034
50755035
5036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5037$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5038if ${lt_cv_to_host_file_cmd+:} false; then :
5039 $as_echo_n "(cached) " >&6
5040else
5041 case $host in
5042 *-*-mingw* )
5043 case $build in
5044 *-*-mingw* ) # actually msys
5045 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
5046 ;;
5047 *-*-cygwin* )
5048 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
5049 ;;
5050 * ) # otherwise, assume *nix
5051 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
5052 ;;
5053 esac
5054 ;;
5055 *-*-cygwin* )
5056 case $build in
5057 *-*-mingw* ) # actually msys
5058 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
5059 ;;
5060 *-*-cygwin* )
5061 lt_cv_to_host_file_cmd=func_convert_file_noop
5062 ;;
5063 * ) # otherwise, assume *nix
5064 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
5065 ;;
5066 esac
5067 ;;
5068 * ) # unhandled hosts (and "normal" native builds)
5069 lt_cv_to_host_file_cmd=func_convert_file_noop
5070 ;;
5071esac
5072
5073fi
5074
5075to_host_file_cmd=$lt_cv_to_host_file_cmd
5076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5077$as_echo "$lt_cv_to_host_file_cmd" >&6; }
5078
5079
5080
5081
5082
5083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5084$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5085if ${lt_cv_to_tool_file_cmd+:} false; then :
5086 $as_echo_n "(cached) " >&6
5087else
5088 #assume ordinary cross tools, or native build.
5089lt_cv_to_tool_file_cmd=func_convert_file_noop
5090case $host in
5091 *-*-mingw* )
5092 case $build in
5093 *-*-mingw* ) # actually msys
5094 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
5095 ;;
5096 esac
5097 ;;
5098esac
5099
5100fi
5101
5102to_tool_file_cmd=$lt_cv_to_tool_file_cmd
5103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5104$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5105
5106
5107
5108
5109
5076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&55110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5077$as_echo_n "checking for $LD option to reload object files... " >&6; }5111$as_echo_n "checking for $LD option to reload object files... " >&6; }
5078if ${lt_cv_ld_reload_flag+:} false; then :5112if ${lt_cv_ld_reload_flag+:} false; then :
@@ -5089,6 +5123,11 @@
5089esac5123esac
5090reload_cmds='$LD$reload_flag -o $output$reload_objs'5124reload_cmds='$LD$reload_flag -o $output$reload_objs'
5091case $host_os in5125case $host_os in
5126 cygwin* | mingw* | pw32* | cegcc*)
5127 if test "$GCC" != yes; then
5128 reload_cmds=false
5129 fi
5130 ;;
5092 darwin*)5131 darwin*)
5093 if test "$GCC" = yes; then5132 if test "$GCC" = yes; then
5094 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'5133 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
@@ -5252,16 +5291,18 @@
5252 # Base MSYS/MinGW do not provide the 'file' command needed by5291 # Base MSYS/MinGW do not provide the 'file' command needed by
5253 # func_win32_libid shell function, so use a weaker test based on 'objdump',5292 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5254 # unless we find 'file', for example because we are cross-compiling.5293 # unless we find 'file', for example because we are cross-compiling.
5255 if ( file / ) >/dev/null 2>&1; then5294 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5295 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5256 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'5296 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5257 lt_cv_file_magic_cmd='func_win32_libid'5297 lt_cv_file_magic_cmd='func_win32_libid'
5258 else5298 else
5259 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'5299 # Keep this pattern in sync with the one in func_win32_libid.
5300 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5260 lt_cv_file_magic_cmd='$OBJDUMP -f'5301 lt_cv_file_magic_cmd='$OBJDUMP -f'
5261 fi5302 fi
5262 ;;5303 ;;
52635304
5264cegcc)5305cegcc*)
5265 # use the weaker test based on 'objdump'. See mingw*.5306 # use the weaker test based on 'objdump'. See mingw*.
5266 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'5307 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5267 lt_cv_file_magic_cmd='$OBJDUMP -f'5308 lt_cv_file_magic_cmd='$OBJDUMP -f'
@@ -5291,6 +5332,10 @@
5291 lt_cv_deplibs_check_method=pass_all5332 lt_cv_deplibs_check_method=pass_all
5292 ;;5333 ;;
52935334
5335haiku*)
5336 lt_cv_deplibs_check_method=pass_all
5337 ;;
5338
5294hpux10.20* | hpux11*)5339hpux10.20* | hpux11*)
5295 lt_cv_file_magic_cmd=/usr/bin/file5340 lt_cv_file_magic_cmd=/usr/bin/file
5296 case $host_cpu in5341 case $host_cpu in
@@ -5299,11 +5344,11 @@
5299 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so5344 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5300 ;;5345 ;;
5301 hppa*64*)5346 hppa*64*)
5302 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'5347 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5303 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl5348 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5304 ;;5349 ;;
5305 *)5350 *)
5306 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'5351 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5307 lt_cv_file_magic_test_file=/usr/lib/libc.sl5352 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5308 ;;5353 ;;
5309 esac5354 esac
@@ -5406,6 +5451,21 @@
5406fi5451fi
5407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&55452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5408$as_echo "$lt_cv_deplibs_check_method" >&6; }5453$as_echo "$lt_cv_deplibs_check_method" >&6; }
5454
5455file_magic_glob=
5456want_nocaseglob=no
5457if test "$build" = "$host"; then
5458 case $host_os in
5459 mingw* | pw32*)
5460 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5461 want_nocaseglob=yes
5462 else
5463 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5464 fi
5465 ;;
5466 esac
5467fi
5468
5409file_magic_cmd=$lt_cv_file_magic_cmd5469file_magic_cmd=$lt_cv_file_magic_cmd
5410deplibs_check_method=$lt_cv_deplibs_check_method5470deplibs_check_method=$lt_cv_deplibs_check_method
5411test -z "$deplibs_check_method" && deplibs_check_method=unknown5471test -z "$deplibs_check_method" && deplibs_check_method=unknown
@@ -5421,9 +5481,163 @@
54215481
54225482
54235483
5424if test -n "$ac_tool_prefix"; then5484
5425 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.5485
5426set dummy ${ac_tool_prefix}ar; ac_word=$25486
5487
5488
5489
5490
5491
5492
5493
5494if test -n "$ac_tool_prefix"; then
5495 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5496set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5498$as_echo_n "checking for $ac_word... " >&6; }
5499if ${ac_cv_prog_DLLTOOL+:} false; then :
5500 $as_echo_n "(cached) " >&6
5501else
5502 if test -n "$DLLTOOL"; then
5503 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5504else
5505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5506for as_dir in $PATH
5507do
5508 IFS=$as_save_IFS
5509 test -z "$as_dir" && as_dir=.
5510 for ac_exec_ext in '' $ac_executable_extensions; do
5511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5512 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5514 break 2
5515 fi
5516done
5517 done
5518IFS=$as_save_IFS
5519
5520fi
5521fi
5522DLLTOOL=$ac_cv_prog_DLLTOOL
5523if test -n "$DLLTOOL"; then
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5525$as_echo "$DLLTOOL" >&6; }
5526else
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5528$as_echo "no" >&6; }
5529fi
5530
5531
5532fi
5533if test -z "$ac_cv_prog_DLLTOOL"; then
5534 ac_ct_DLLTOOL=$DLLTOOL
5535 # Extract the first word of "dlltool", so it can be a program name with args.
5536set dummy dlltool; ac_word=$2
5537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5538$as_echo_n "checking for $ac_word... " >&6; }
5539if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5540 $as_echo_n "(cached) " >&6
5541else
5542 if test -n "$ac_ct_DLLTOOL"; then
5543 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5544else
5545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5546for as_dir in $PATH
5547do
5548 IFS=$as_save_IFS
5549 test -z "$as_dir" && as_dir=.
5550 for ac_exec_ext in '' $ac_executable_extensions; do
5551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5552 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5554 break 2
5555 fi
5556done
5557 done
5558IFS=$as_save_IFS
5559
5560fi
5561fi
5562ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5563if test -n "$ac_ct_DLLTOOL"; then
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5565$as_echo "$ac_ct_DLLTOOL" >&6; }
5566else
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5568$as_echo "no" >&6; }
5569fi
5570
5571 if test "x$ac_ct_DLLTOOL" = x; then
5572 DLLTOOL="false"
5573 else
5574 case $cross_compiling:$ac_tool_warned in
5575yes:)
5576{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5577$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5578ac_tool_warned=yes ;;
5579esac
5580 DLLTOOL=$ac_ct_DLLTOOL
5581 fi
5582else
5583 DLLTOOL="$ac_cv_prog_DLLTOOL"
5584fi
5585
5586test -z "$DLLTOOL" && DLLTOOL=dlltool
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5598$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5599if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5600 $as_echo_n "(cached) " >&6
5601else
5602 lt_cv_sharedlib_from_linklib_cmd='unknown'
5603
5604case $host_os in
5605cygwin* | mingw* | pw32* | cegcc*)
5606 # two different shell functions defined in ltmain.sh
5607 # decide which to use based on capabilities of $DLLTOOL
5608 case `$DLLTOOL --help 2>&1` in
5609 *--identify-strict*)
5610 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5611 ;;
5612 *)
5613 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5614 ;;
5615 esac
5616 ;;
5617*)
5618 # fallback: assume linklib IS sharedlib
5619 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5620 ;;
5621esac
5622
5623fi
5624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5625$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5626sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5627test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5628
5629
5630
5631
5632
5633
5634
5635
5636if test -n "$ac_tool_prefix"; then
5637 for ac_prog in ar
5638 do
5639 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5640set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&55641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5428$as_echo_n "checking for $ac_word... " >&6; }5642$as_echo_n "checking for $ac_word... " >&6; }
5429if ${ac_cv_prog_AR+:} false; then :5643if ${ac_cv_prog_AR+:} false; then :
@@ -5439,7 +5653,7 @@
5439 test -z "$as_dir" && as_dir=.5653 test -z "$as_dir" && as_dir=.
5440 for ac_exec_ext in '' $ac_executable_extensions; do5654 for ac_exec_ext in '' $ac_executable_extensions; do
5441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5442 ac_cv_prog_AR="${ac_tool_prefix}ar"5656 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5444 break 25658 break 2
5445 fi5659 fi
@@ -5459,11 +5673,15 @@
5459fi5673fi
54605674
54615675
5676 test -n "$AR" && break
5677 done
5462fi5678fi
5463if test -z "$ac_cv_prog_AR"; then5679if test -z "$AR"; then
5464 ac_ct_AR=$AR5680 ac_ct_AR=$AR
5465 # Extract the first word of "ar", so it can be a program name with args.5681 for ac_prog in ar
5466set dummy ar; ac_word=$25682do
5683 # Extract the first word of "$ac_prog", so it can be a program name with args.
5684set dummy $ac_prog; ac_word=$2
5467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&55685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5468$as_echo_n "checking for $ac_word... " >&6; }5686$as_echo_n "checking for $ac_word... " >&6; }
5469if ${ac_cv_prog_ac_ct_AR+:} false; then :5687if ${ac_cv_prog_ac_ct_AR+:} false; then :
@@ -5479,7 +5697,7 @@
5479 test -z "$as_dir" && as_dir=.5697 test -z "$as_dir" && as_dir=.
5480 for ac_exec_ext in '' $ac_executable_extensions; do5698 for ac_exec_ext in '' $ac_executable_extensions; do
5481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5482 ac_cv_prog_ac_ct_AR="ar"5700 ac_cv_prog_ac_ct_AR="$ac_prog"
5483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5484 break 25702 break 2
5485 fi5703 fi
@@ -5498,6 +5716,10 @@
5498$as_echo "no" >&6; }5716$as_echo "no" >&6; }
5499fi5717fi
55005718
5719
5720 test -n "$ac_ct_AR" && break
5721done
5722
5501 if test "x$ac_ct_AR" = x; then5723 if test "x$ac_ct_AR" = x; then
5502 AR="false"5724 AR="false"
5503 else5725 else
@@ -5509,16 +5731,72 @@
5509esac5731esac
5510 AR=$ac_ct_AR5732 AR=$ac_ct_AR
5511 fi5733 fi
5512else5734fi
5513 AR="$ac_cv_prog_AR"5735
5514fi5736: ${AR=ar}
55155737: ${AR_FLAGS=cru}
5516test -z "$AR" && AR=ar5738
5517test -z "$AR_FLAGS" && AR_FLAGS=cru5739
55185740
55195741
55205742
55215743
5744
5745
5746
5747
5748
5749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5750$as_echo_n "checking for archiver @FILE support... " >&6; }
5751if ${lt_cv_ar_at_file+:} false; then :
5752 $as_echo_n "(cached) " >&6
5753else
5754 lt_cv_ar_at_file=no
5755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5756/* end confdefs.h. */
5757
5758int
5759main ()
5760{
5761
5762 ;
5763 return 0;
5764}
5765_ACEOF
5766if ac_fn_c_try_compile "$LINENO"; then :
5767 echo conftest.$ac_objext > conftest.lst
5768 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5769 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5770 (eval $lt_ar_try) 2>&5
5771 ac_status=$?
5772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5773 test $ac_status = 0; }
5774 if test "$ac_status" -eq 0; then
5775 # Ensure the archiver fails upon bogus file names.
5776 rm -f conftest.$ac_objext libconftest.a
5777 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5778 (eval $lt_ar_try) 2>&5
5779 ac_status=$?
5780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5781 test $ac_status = 0; }
5782 if test "$ac_status" -ne 0; then
5783 lt_cv_ar_at_file=@
5784 fi
5785 fi
5786 rm -f conftest.* libconftest.a
5787
5788fi
5789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5790
5791fi
5792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5793$as_echo "$lt_cv_ar_at_file" >&6; }
5794
5795if test "x$lt_cv_ar_at_file" = xno; then
5796 archiver_list_spec=
5797else
5798 archiver_list_spec=$lt_cv_ar_at_file
5799fi
55225800
55235801
55245802
@@ -5741,6 +6019,18 @@
5741 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"6019 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5742fi6020fi
57436021
6022case $host_os in
6023 darwin*)
6024 lock_old_archive_extraction=yes ;;
6025 *)
6026 lock_old_archive_extraction=no ;;
6027esac
6028
6029
6030
6031
6032
6033
57446034
57456035
57466036
@@ -5848,8 +6138,8 @@
5848lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"6138lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
58496139
5850# Transform an extracted symbol line into symbol name and symbol address6140# Transform an extracted symbol line into symbol name and symbol address
5851lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"6141lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5852lt_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'"6142lt_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'"
58536143
5854# Handle CRLF in mingw tool chain6144# Handle CRLF in mingw tool chain
5855opt_cr=6145opt_cr=
@@ -5885,6 +6175,7 @@
5885 else6175 else
5886 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"6176 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5887 fi6177 fi
6178 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
58886179
5889 # Check to see that the pipe works correctly.6180 # Check to see that the pipe works correctly.
5890 pipe_works=no6181 pipe_works=no
@@ -5910,8 +6201,8 @@
5910 test $ac_status = 0; }; then6201 test $ac_status = 0; }; then
5911 # Now try to grab the symbols.6202 # Now try to grab the symbols.
5912 nlist=conftest.nm6203 nlist=conftest.nm
5913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&56204 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5914 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&56205 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5915 ac_status=$?6206 ac_status=$?
5916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5917 test $ac_status = 0; } && test -s "$nlist"; then6208 test $ac_status = 0; } && test -s "$nlist"; then
@@ -5926,6 +6217,18 @@
5926 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then6217 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5927 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then6218 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5928 cat <<_LT_EOF > conftest.$ac_ext6219 cat <<_LT_EOF > conftest.$ac_ext
6220/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6221#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6222/* DATA imports from DLLs on WIN32 con't be const, because runtime
6223 relocations are performed -- see ld's documentation on pseudo-relocs. */
6224# define LT_DLSYM_CONST
6225#elif defined(__osf__)
6226/* This system does not cope well with relocations in const data. */
6227# define LT_DLSYM_CONST
6228#else
6229# define LT_DLSYM_CONST const
6230#endif
6231
5929#ifdef __cplusplus6232#ifdef __cplusplus
5930extern "C" {6233extern "C" {
5931#endif6234#endif
@@ -5937,7 +6240,7 @@
5937 cat <<_LT_EOF >> conftest.$ac_ext6240 cat <<_LT_EOF >> conftest.$ac_ext
59386241
5939/* The mapping between symbol names and symbols. */6242/* The mapping between symbol names and symbols. */
5940const struct {6243LT_DLSYM_CONST struct {
5941 const char *name;6244 const char *name;
5942 void *address;6245 void *address;
5943}6246}
@@ -5963,8 +6266,8 @@
5963_LT_EOF6266_LT_EOF
5964 # Now try linking the two files.6267 # Now try linking the two files.
5965 mv conftest.$ac_objext conftstm.$ac_objext6268 mv conftest.$ac_objext conftstm.$ac_objext
5966 lt_save_LIBS="$LIBS"6269 lt_globsym_save_LIBS=$LIBS
5967 lt_save_CFLAGS="$CFLAGS"6270 lt_globsym_save_CFLAGS=$CFLAGS
5968 LIBS="conftstm.$ac_objext"6271 LIBS="conftstm.$ac_objext"
5969 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"6272 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5970 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&56273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
@@ -5974,8 +6277,8 @@
5974 test $ac_status = 0; } && test -s conftest${ac_exeext}; then6277 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5975 pipe_works=yes6278 pipe_works=yes
5976 fi6279 fi
5977 LIBS="$lt_save_LIBS"6280 LIBS=$lt_globsym_save_LIBS
5978 CFLAGS="$lt_save_CFLAGS"6281 CFLAGS=$lt_globsym_save_CFLAGS
5979 else6282 else
5980 echo "cannot find nm_test_func in $nlist" >&56283 echo "cannot find nm_test_func in $nlist" >&5
5981 fi6284 fi
@@ -6012,23 +6315,71 @@
6012$as_echo "ok" >&6; }6315$as_echo "ok" >&6; }
6013fi6316fi
60146317
60156318# Response file support.
60166319if test "$lt_cv_nm_interface" = "MS dumpbin"; then
60176320 nm_file_list_spec='@'
60186321elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
60196322 nm_file_list_spec='@'
60206323fi
60216324
60226325
60236326
60246327
60256328
60266329
60276330
60286331
60296332
60306333
60316334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6352$as_echo_n "checking for sysroot... " >&6; }
6353
6354# Check whether --with-sysroot was given.
6355if test "${with_sysroot+set}" = set; then :
6356 withval=$with_sysroot;
6357else
6358 with_sysroot=no
6359fi
6360
6361
6362lt_sysroot=
6363case ${with_sysroot} in #(
6364 yes)
6365 if test "$GCC" = yes; then
6366 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6367 fi
6368 ;; #(
6369 /*)
6370 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6371 ;; #(
6372 no|'')
6373 ;; #(
6374 *)
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6376$as_echo "${with_sysroot}" >&6; }
6377 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6378 ;;
6379esac
6380
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6382$as_echo "${lt_sysroot:-no}" >&6; }
60326383
60336384
60346385
@@ -6065,7 +6416,7 @@
6065 ;;6416 ;;
6066*-*-irix6*)6417*-*-irix6*)
6067 # Find out which ABI we are using.6418 # Find out which ABI we are using.
6068 echo '#line 6068 "configure"' > conftest.$ac_ext6419 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6069 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&56420 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6070 (eval $ac_compile) 2>&56421 (eval $ac_compile) 2>&5
6071 ac_status=$?6422 ac_status=$?
@@ -6227,6 +6578,123 @@
62276578
6228need_locks="$enable_libtool_lock"6579need_locks="$enable_libtool_lock"
62296580
6581if test -n "$ac_tool_prefix"; then
6582 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6583set dummy ${ac_tool_prefix}mt; ac_word=$2
6584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6585$as_echo_n "checking for $ac_word... " >&6; }
6586if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6587 $as_echo_n "(cached) " >&6
6588else
6589 if test -n "$MANIFEST_TOOL"; then
6590 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6591else
6592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6593for as_dir in $PATH
6594do
6595 IFS=$as_save_IFS
6596 test -z "$as_dir" && as_dir=.
6597 for ac_exec_ext in '' $ac_executable_extensions; do
6598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6599 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6601 break 2
6602 fi
6603done
6604 done
6605IFS=$as_save_IFS
6606
6607fi
6608fi
6609MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6610if test -n "$MANIFEST_TOOL"; then
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6612$as_echo "$MANIFEST_TOOL" >&6; }
6613else
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6615$as_echo "no" >&6; }
6616fi
6617
6618
6619fi
6620if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6621 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6622 # Extract the first word of "mt", so it can be a program name with args.
6623set dummy mt; ac_word=$2
6624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6625$as_echo_n "checking for $ac_word... " >&6; }
6626if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6627 $as_echo_n "(cached) " >&6
6628else
6629 if test -n "$ac_ct_MANIFEST_TOOL"; then
6630 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6631else
6632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6633for as_dir in $PATH
6634do
6635 IFS=$as_save_IFS
6636 test -z "$as_dir" && as_dir=.
6637 for ac_exec_ext in '' $ac_executable_extensions; do
6638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6639 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6641 break 2
6642 fi
6643done
6644 done
6645IFS=$as_save_IFS
6646
6647fi
6648fi
6649ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6650if test -n "$ac_ct_MANIFEST_TOOL"; then
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
6652$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
6653else
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6655$as_echo "no" >&6; }
6656fi
6657
6658 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6659 MANIFEST_TOOL=":"
6660 else
6661 case $cross_compiling:$ac_tool_warned in
6662yes:)
6663{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6664$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6665ac_tool_warned=yes ;;
6666esac
6667 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6668 fi
6669else
6670 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6671fi
6672
6673test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6675$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6676if ${lt_cv_path_mainfest_tool+:} false; then :
6677 $as_echo_n "(cached) " >&6
6678else
6679 lt_cv_path_mainfest_tool=no
6680 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
6681 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
6682 cat conftest.err >&5
6683 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
6684 lt_cv_path_mainfest_tool=yes
6685 fi
6686 rm -f conftest*
6687fi
6688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6689$as_echo "$lt_cv_path_mainfest_tool" >&6; }
6690if test "x$lt_cv_path_mainfest_tool" != xyes; then
6691 MANIFEST_TOOL=:
6692fi
6693
6694
6695
6696
6697
62306698
6231 case $host_os in6699 case $host_os in
6232 rhapsody* | darwin*)6700 rhapsody* | darwin*)
@@ -6777,6 +7245,38 @@
6777fi7245fi
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&57246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6779$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }7247$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7249$as_echo_n "checking for -force_load linker flag... " >&6; }
7250if ${lt_cv_ld_force_load+:} false; then :
7251 $as_echo_n "(cached) " >&6
7252else
7253 lt_cv_ld_force_load=no
7254 cat > conftest.c << _LT_EOF
7255int forced_loaded() { return 2;}
7256_LT_EOF
7257 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7258 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7259 echo "$AR cru libconftest.a conftest.o" >&5
7260 $AR cru libconftest.a conftest.o 2>&5
7261 echo "$RANLIB libconftest.a" >&5
7262 $RANLIB libconftest.a 2>&5
7263 cat > conftest.c << _LT_EOF
7264int main() { return 0;}
7265_LT_EOF
7266 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7267 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7268 _lt_result=$?
7269 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7270 lt_cv_ld_force_load=yes
7271 else
7272 cat conftest.err >&5
7273 fi
7274 rm -f conftest.err libconftest.a conftest conftest.c
7275 rm -rf conftest.dSYM
7276
7277fi
7278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7279$as_echo "$lt_cv_ld_force_load" >&6; }
6780 case $host_os in7280 case $host_os in
6781 rhapsody* | darwin1.[012])7281 rhapsody* | darwin1.[012])
6782 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;7282 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
@@ -6804,7 +7304,7 @@
6804 else7304 else
6805 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'7305 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6806 fi7306 fi
6807 if test "$DSYMUTIL" != ":"; then7307 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6808 _lt_dsymutil='~$DSYMUTIL $lib || :'7308 _lt_dsymutil='~$DSYMUTIL $lib || :'
6809 else7309 else
6810 _lt_dsymutil=7310 _lt_dsymutil=
@@ -7094,6 +7594,8 @@
70947594
70957595
70967596
7597
7598
7097# Set options7599# Set options
70987600
70997601
@@ -7246,6 +7748,7 @@
72467748
72477749
72487750
7751
7249test -z "$LN_S" && LN_S="ln -s"7752test -z "$LN_S" && LN_S="ln -s"
72507753
72517754
@@ -7295,19 +7798,6 @@
72957798
72967799
72977800
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311case $host_os in7801case $host_os in
7312aix3*)7802aix3*)
7313 # AIX sometimes has problems with the GCC collect2 program. For some7803 # AIX sometimes has problems with the GCC collect2 program. For some
@@ -7320,23 +7810,6 @@
7320 ;;7810 ;;
7321esac7811esac
73227812
7323# Sed substitution that helps us do robust quoting. It backslashifies
7324# metacharacters that are still active within double-quoted strings.
7325sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7326
7327# Same as above, but do not quote variable references.
7328double_quote_subst='s/\(["`\\]\)/\\\1/g'
7329
7330# Sed substitution to delay expansion of an escaped shell variable in a
7331# double_quote_subst'ed string.
7332delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7333
7334# Sed substitution to delay expansion of an escaped single quote.
7335delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7336
7337# Sed substitution to avoid accidental globbing in evaled expressions
7338no_glob_subst='s/\*/\\\*/g'
7339
7340# Global variables:7813# Global variables:
7341ofile=libtool7814ofile=libtool
7342can_build_shared=yes7815can_build_shared=yes
@@ -7365,7 +7838,7 @@
7365 *) break;;7838 *) break;;
7366 esac7839 esac
7367done7840done
7368cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`7841cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
73697842
73707843
7371# Only perform the check for file, if the check method requires it7844# Only perform the check for file, if the check method requires it
@@ -7574,7 +8047,12 @@
7574lt_prog_compiler_no_builtin_flag=8047lt_prog_compiler_no_builtin_flag=
75758048
7576if test "$GCC" = yes; then8049if test "$GCC" = yes; then
7577 lt_prog_compiler_no_builtin_flag=' -fno-builtin'8050 case $cc_basename in
8051 nvcc*)
8052 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8053 *)
8054 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8055 esac
75788056
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&58057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7580$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }8058$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
@@ -7594,15 +8072,15 @@
7594 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \8072 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7595 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \8073 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7596 -e 's:$: $lt_compiler_flag:'`8074 -e 's:$: $lt_compiler_flag:'`
7597 (eval echo "\"\$as_me:7597: $lt_compile\"" >&5)8075 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7598 (eval "$lt_compile" 2>conftest.err)8076 (eval "$lt_compile" 2>conftest.err)
7599 ac_status=$?8077 ac_status=$?
7600 cat conftest.err >&58078 cat conftest.err >&5
7601 echo "$as_me:7601: \$? = $ac_status" >&58079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7602 if (exit $ac_status) && test -s "$ac_outfile"; then8080 if (exit $ac_status) && test -s "$ac_outfile"; then
7603 # The compiler can only warn and ignore the option if not recognized8081 # The compiler can only warn and ignore the option if not recognized
7604 # So say no if there are warnings other than the usual output.8082 # So say no if there are warnings other than the usual output.
7605 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp8083 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7606 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er28084 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7607 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then8085 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7608 lt_cv_prog_compiler_rtti_exceptions=yes8086 lt_cv_prog_compiler_rtti_exceptions=yes
@@ -7631,8 +8109,6 @@
7631lt_prog_compiler_pic=8109lt_prog_compiler_pic=
7632lt_prog_compiler_static=8110lt_prog_compiler_static=
76338111
7634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7635$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
76368112
7637 if test "$GCC" = yes; then8113 if test "$GCC" = yes; then
7638 lt_prog_compiler_wl='-Wl,'8114 lt_prog_compiler_wl='-Wl,'
@@ -7680,6 +8156,12 @@
7680 lt_prog_compiler_pic='-fno-common'8156 lt_prog_compiler_pic='-fno-common'
7681 ;;8157 ;;
76828158
8159 haiku*)
8160 # PIC is the default for Haiku.
8161 # The "-static" flag exists, but is broken.
8162 lt_prog_compiler_static=
8163 ;;
8164
7683 hpux*)8165 hpux*)
7684 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit8166 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7685 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag8167 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
@@ -7722,6 +8204,13 @@
7722 lt_prog_compiler_pic='-fPIC'8204 lt_prog_compiler_pic='-fPIC'
7723 ;;8205 ;;
7724 esac8206 esac
8207
8208 case $cc_basename in
8209 nvcc*) # Cuda Compiler Driver 2.2
8210 lt_prog_compiler_wl='-Xlinker '
8211 lt_prog_compiler_pic='-Xcompiler -fPIC'
8212 ;;
8213 esac
7725 else8214 else
7726 # PORTME Check for flag to pass linker flags through the system compiler.8215 # PORTME Check for flag to pass linker flags through the system compiler.
7727 case $host_os in8216 case $host_os in
@@ -7784,7 +8273,13 @@
7784 lt_prog_compiler_pic='--shared'8273 lt_prog_compiler_pic='--shared'
7785 lt_prog_compiler_static='--static'8274 lt_prog_compiler_static='--static'
7786 ;;8275 ;;
7787 pgcc* | pgf77* | pgf90* | pgf95*)8276 nagfor*)
8277 # NAG Fortran compiler
8278 lt_prog_compiler_wl='-Wl,-Wl,,'
8279 lt_prog_compiler_pic='-PIC'
8280 lt_prog_compiler_static='-Bstatic'
8281 ;;
8282 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7788 # Portland Group compilers (*not* the Pentium gcc compiler,8283 # Portland Group compilers (*not* the Pentium gcc compiler,
7789 # which looks to be a dead project)8284 # which looks to be a dead project)
7790 lt_prog_compiler_wl='-Wl,'8285 lt_prog_compiler_wl='-Wl,'
@@ -7796,26 +8291,26 @@
7796 # All Alpha code is PIC.8291 # All Alpha code is PIC.
7797 lt_prog_compiler_static='-non_shared'8292 lt_prog_compiler_static='-non_shared'
7798 ;;8293 ;;
7799 xl*)8294 xl* | bgxl* | bgf* | mpixl*)
7800 # IBM XL C 8.0/Fortran 10.1 on PPC8295 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7801 lt_prog_compiler_wl='-Wl,'8296 lt_prog_compiler_wl='-Wl,'
7802 lt_prog_compiler_pic='-qpic'8297 lt_prog_compiler_pic='-qpic'
7803 lt_prog_compiler_static='-qstaticlink'8298 lt_prog_compiler_static='-qstaticlink'
7804 ;;8299 ;;
7805 *)8300 *)
7806 case `$CC -V 2>&1 | sed 5q` in8301 case `$CC -V 2>&1 | sed 5q` in
8302 *Sun\ F* | *Sun*Fortran*)
8303 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8304 lt_prog_compiler_pic='-KPIC'
8305 lt_prog_compiler_static='-Bstatic'
8306 lt_prog_compiler_wl=''
8307 ;;
7807 *Sun\ C*)8308 *Sun\ C*)
7808 # Sun C 5.98309 # Sun C 5.9
7809 lt_prog_compiler_pic='-KPIC'8310 lt_prog_compiler_pic='-KPIC'
7810 lt_prog_compiler_static='-Bstatic'8311 lt_prog_compiler_static='-Bstatic'
7811 lt_prog_compiler_wl='-Wl,'8312 lt_prog_compiler_wl='-Wl,'
7812 ;;8313 ;;
7813 *Sun\ F*)
7814 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7815 lt_prog_compiler_pic='-KPIC'
7816 lt_prog_compiler_static='-Bstatic'
7817 lt_prog_compiler_wl=''
7818 ;;
7819 esac8314 esac
7820 ;;8315 ;;
7821 esac8316 esac
@@ -7846,7 +8341,7 @@
7846 lt_prog_compiler_pic='-KPIC'8341 lt_prog_compiler_pic='-KPIC'
7847 lt_prog_compiler_static='-Bstatic'8342 lt_prog_compiler_static='-Bstatic'
7848 case $cc_basename in8343 case $cc_basename in
7849 f77* | f90* | f95*)8344 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
7850 lt_prog_compiler_wl='-Qoption ld ';;8345 lt_prog_compiler_wl='-Qoption ld ';;
7851 *)8346 *)
7852 lt_prog_compiler_wl='-Wl,';;8347 lt_prog_compiler_wl='-Wl,';;
@@ -7903,13 +8398,17 @@
7903 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"8398 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7904 ;;8399 ;;
7905esac8400esac
7906{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&58401
7907$as_echo "$lt_prog_compiler_pic" >&6; }8402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
79088403$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
79098404if ${lt_cv_prog_compiler_pic+:} false; then :
79108405 $as_echo_n "(cached) " >&6
79118406else
79128407 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8408fi
8409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8410$as_echo "$lt_cv_prog_compiler_pic" >&6; }
8411lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
79138412
7914#8413#
7915# Check to make sure the PIC flag actually works.8414# Check to make sure the PIC flag actually works.
@@ -7933,15 +8432,15 @@
7933 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \8432 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7934 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \8433 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7935 -e 's:$: $lt_compiler_flag:'`8434 -e 's:$: $lt_compiler_flag:'`
7936 (eval echo "\"\$as_me:7936: $lt_compile\"" >&5)8435 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7937 (eval "$lt_compile" 2>conftest.err)8436 (eval "$lt_compile" 2>conftest.err)
7938 ac_status=$?8437 ac_status=$?
7939 cat conftest.err >&58438 cat conftest.err >&5
7940 echo "$as_me:7940: \$? = $ac_status" >&58439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7941 if (exit $ac_status) && test -s "$ac_outfile"; then8440 if (exit $ac_status) && test -s "$ac_outfile"; then
7942 # The compiler can only warn and ignore the option if not recognized8441 # The compiler can only warn and ignore the option if not recognized
7943 # So say no if there are warnings other than the usual output.8442 # So say no if there are warnings other than the usual output.
7944 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp8443 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7945 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er28444 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7946 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then8445 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7947 lt_cv_prog_compiler_pic_works=yes8446 lt_cv_prog_compiler_pic_works=yes
@@ -7970,6 +8469,11 @@
79708469
79718470
79728471
8472
8473
8474
8475
8476
7973#8477#
7974# Check to make sure the static flag actually works.8478# Check to make sure the static flag actually works.
7975#8479#
@@ -7989,7 +8493,7 @@
7989 if test -s conftest.err; then8493 if test -s conftest.err; then
7990 # Append any errors to the config.log.8494 # Append any errors to the config.log.
7991 cat conftest.err 1>&58495 cat conftest.err 1>&5
7992 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp8496 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7993 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er28497 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7994 if diff conftest.exp conftest.er2 >/dev/null; then8498 if diff conftest.exp conftest.er2 >/dev/null; then
7995 lt_cv_prog_compiler_static_works=yes8499 lt_cv_prog_compiler_static_works=yes
@@ -8038,16 +8542,16 @@
8038 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \8542 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8039 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \8543 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8040 -e 's:$: $lt_compiler_flag:'`8544 -e 's:$: $lt_compiler_flag:'`
8041 (eval echo "\"\$as_me:8041: $lt_compile\"" >&5)8545 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8042 (eval "$lt_compile" 2>out/conftest.err)8546 (eval "$lt_compile" 2>out/conftest.err)
8043 ac_status=$?8547 ac_status=$?
8044 cat out/conftest.err >&58548 cat out/conftest.err >&5
8045 echo "$as_me:8045: \$? = $ac_status" >&58549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8046 if (exit $ac_status) && test -s out/conftest2.$ac_objext8550 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8047 then8551 then
8048 # The compiler can only warn and ignore the option if not recognized8552 # The compiler can only warn and ignore the option if not recognized
8049 # So say no if there are warnings8553 # So say no if there are warnings
8050 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp8554 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8051 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er28555 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8052 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then8556 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8053 lt_cv_prog_compiler_c_o=yes8557 lt_cv_prog_compiler_c_o=yes
@@ -8093,16 +8597,16 @@
8093 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \8597 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8094 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \8598 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8095 -e 's:$: $lt_compiler_flag:'`8599 -e 's:$: $lt_compiler_flag:'`
8096 (eval echo "\"\$as_me:8096: $lt_compile\"" >&5)8600 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8097 (eval "$lt_compile" 2>out/conftest.err)8601 (eval "$lt_compile" 2>out/conftest.err)
8098 ac_status=$?8602 ac_status=$?
8099 cat out/conftest.err >&58603 cat out/conftest.err >&5
8100 echo "$as_me:8100: \$? = $ac_status" >&58604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8101 if (exit $ac_status) && test -s out/conftest2.$ac_objext8605 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8102 then8606 then
8103 # The compiler can only warn and ignore the option if not recognized8607 # The compiler can only warn and ignore the option if not recognized
8104 # So say no if there are warnings8608 # So say no if there are warnings
8105 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp8609 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8106 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er28610 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8107 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then8611 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8108 lt_cv_prog_compiler_c_o=yes8612 lt_cv_prog_compiler_c_o=yes
@@ -8212,13 +8716,39 @@
8212 openbsd*)8716 openbsd*)
8213 with_gnu_ld=no8717 with_gnu_ld=no
8214 ;;8718 ;;
8215 linux* | k*bsd*-gnu)8719 linux* | k*bsd*-gnu | gnu*)
8216 link_all_deplibs=no8720 link_all_deplibs=no
8217 ;;8721 ;;
8218 esac8722 esac
82198723
8220 ld_shlibs=yes8724 ld_shlibs=yes
8725
8726 # On some targets, GNU ld is compatible enough with the native linker
8727 # that we're better off using the native interface for both.
8728 lt_use_gnu_ld_interface=no
8221 if test "$with_gnu_ld" = yes; then8729 if test "$with_gnu_ld" = yes; then
8730 case $host_os in
8731 aix*)
8732 # The AIX port of GNU ld has always aspired to compatibility
8733 # with the native linker. However, as the warning in the GNU ld
8734 # block says, versions before 2.19.5* couldn't really create working
8735 # shared libraries, regardless of the interface used.
8736 case `$LD -v 2>&1` in
8737 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8738 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8739 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8740 *)
8741 lt_use_gnu_ld_interface=yes
8742 ;;
8743 esac
8744 ;;
8745 *)
8746 lt_use_gnu_ld_interface=yes
8747 ;;
8748 esac
8749 fi
8750
8751 if test "$lt_use_gnu_ld_interface" = yes; then
8222 # If archive_cmds runs LD, not CC, wlarc should be empty8752 # If archive_cmds runs LD, not CC, wlarc should be empty
8223 wlarc='${wl}'8753 wlarc='${wl}'
82248754
@@ -8252,11 +8782,12 @@
8252 ld_shlibs=no8782 ld_shlibs=no
8253 cat <<_LT_EOF 1>&28783 cat <<_LT_EOF 1>&2
82548784
8255*** Warning: the GNU linker, at least up to release 2.9.1, is reported8785*** Warning: the GNU linker, at least up to release 2.19, is reported
8256*** to be unable to reliably create shared libraries on AIX.8786*** to be unable to reliably create shared libraries on AIX.
8257*** Therefore, libtool is disabling shared libraries support. If you8787*** Therefore, libtool is disabling shared libraries support. If you
8258*** really care for shared libraries, you may want to modify your PATH8788*** really care for shared libraries, you may want to install binutils
8259*** so that a non-GNU linker is found, and then restart.8789*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8790*** You will then need to restart the configuration process.
82608791
8261_LT_EOF8792_LT_EOF
8262 fi8793 fi
@@ -8292,10 +8823,12 @@
8292 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,8823 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8293 # as there is no search path for DLLs.8824 # as there is no search path for DLLs.
8294 hardcode_libdir_flag_spec='-L$libdir'8825 hardcode_libdir_flag_spec='-L$libdir'
8826 export_dynamic_flag_spec='${wl}--export-all-symbols'
8295 allow_undefined_flag=unsupported8827 allow_undefined_flag=unsupported
8296 always_export_symbols=no8828 always_export_symbols=no
8297 enable_shared_with_static_runtimes=yes8829 enable_shared_with_static_runtimes=yes
8298 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'8830 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'
8831 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
82998832
8300 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then8833 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8301 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'8834 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
@@ -8313,6 +8846,11 @@
8313 fi8846 fi
8314 ;;8847 ;;
83158848
8849 haiku*)
8850 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8851 link_all_deplibs=yes
8852 ;;
8853
8316 interix[3-9]*)8854 interix[3-9]*)
8317 hardcode_direct=no8855 hardcode_direct=no
8318 hardcode_shlibpath_var=no8856 hardcode_shlibpath_var=no
@@ -8338,15 +8876,16 @@
8338 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \8876 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8339 && test "$tmp_diet" = no8877 && test "$tmp_diet" = no
8340 then8878 then
8341 tmp_addflag=8879 tmp_addflag=' $pic_flag'
8342 tmp_sharedflag='-shared'8880 tmp_sharedflag='-shared'
8343 case $cc_basename,$host_cpu in8881 case $cc_basename,$host_cpu in
8344 pgcc*) # Portland Group C compiler8882 pgcc*) # Portland Group C compiler
8345 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'8883 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8346 tmp_addflag=' $pic_flag'8884 tmp_addflag=' $pic_flag'
8347 ;;8885 ;;
8348 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers8886 pgf77* | pgf90* | pgf95* | pgfortran*)
8349 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'8887 # Portland Group f77 and f90 compilers
8888 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8350 tmp_addflag=' $pic_flag -Mnomain' ;;8889 tmp_addflag=' $pic_flag -Mnomain' ;;
8351 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia648890 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8352 tmp_addflag=' -i_dynamic' ;;8891 tmp_addflag=' -i_dynamic' ;;
@@ -8357,13 +8896,17 @@
8357 lf95*) # Lahey Fortran 8.18896 lf95*) # Lahey Fortran 8.1
8358 whole_archive_flag_spec=8897 whole_archive_flag_spec=
8359 tmp_sharedflag='--shared' ;;8898 tmp_sharedflag='--shared' ;;
8360 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)8899 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8361 tmp_sharedflag='-qmkshrobj'8900 tmp_sharedflag='-qmkshrobj'
8362 tmp_addflag= ;;8901 tmp_addflag= ;;
8902 nvcc*) # Cuda Compiler Driver 2.2
8903 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8904 compiler_needs_object=yes
8905 ;;
8363 esac8906 esac
8364 case `$CC -V 2>&1 | sed 5q` in8907 case `$CC -V 2>&1 | sed 5q` in
8365 *Sun\ C*) # Sun C 5.98908 *Sun\ C*) # Sun C 5.9
8366 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'8909 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8367 compiler_needs_object=yes8910 compiler_needs_object=yes
8368 tmp_sharedflag='-G' ;;8911 tmp_sharedflag='-G' ;;
8369 *Sun\ F*) # Sun Fortran 8.38912 *Sun\ F*) # Sun Fortran 8.3
@@ -8379,17 +8922,17 @@
8379 fi8922 fi
83808923
8381 case $cc_basename in8924 case $cc_basename in
8382 xlf*)8925 xlf* | bgf* | bgxlf* | mpixlf*)
8383 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself8926 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8384 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'8927 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8385 hardcode_libdir_flag_spec=8928 hardcode_libdir_flag_spec=
8386 hardcode_libdir_flag_spec_ld='-rpath $libdir'8929 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8387 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'8930 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8388 if test "x$supports_anon_versioning" = xyes; then8931 if test "x$supports_anon_versioning" = xyes; then
8389 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~8932 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8390 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~8933 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8391 echo "local: *; };" >> $output_objdir/$libname.ver~8934 echo "local: *; };" >> $output_objdir/$libname.ver~
8392 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'8935 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8393 fi8936 fi
8394 ;;8937 ;;
8395 esac8938 esac
@@ -8403,8 +8946,8 @@
8403 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'8946 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8404 wlarc=8947 wlarc=
8405 else8948 else
8406 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'8949 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8407 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'8950 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8408 fi8951 fi
8409 ;;8952 ;;
84108953
@@ -8422,8 +8965,8 @@
84228965
8423_LT_EOF8966_LT_EOF
8424 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then8967 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8425 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'8968 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8426 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'8969 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8427 else8970 else
8428 ld_shlibs=no8971 ld_shlibs=no
8429 fi8972 fi
@@ -8469,8 +9012,8 @@
84699012
8470 *)9013 *)
8471 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then9014 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8472 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'9015 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8473 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'9016 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8474 else9017 else
8475 ld_shlibs=no9018 ld_shlibs=no
8476 fi9019 fi
@@ -8510,8 +9053,10 @@
8510 else9053 else
8511 # If we're using GNU nm, then we don't want the "-C" option.9054 # If we're using GNU nm, then we don't want the "-C" option.
8512 # -C means demangle to AIX nm, but means don't demangle with GNU nm9055 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9056 # Also, AIX nm treats weak defined symbols like other global
9057 # defined symbols, whereas GNU nm marks them as "W".
8513 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then9058 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8514 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'9059 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8515 else9060 else
8516 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'9061 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8517 fi9062 fi
@@ -8599,7 +9144,13 @@
8599 allow_undefined_flag='-berok'9144 allow_undefined_flag='-berok'
8600 # Determine the default libpath from the value encoded in an9145 # Determine the default libpath from the value encoded in an
8601 # empty executable.9146 # empty executable.
8602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext9147 if test "${lt_cv_aix_libpath+set}" = set; then
9148 aix_libpath=$lt_cv_aix_libpath
9149else
9150 if ${lt_cv_aix_libpath_+:} false; then :
9151 $as_echo_n "(cached) " >&6
9152else
9153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8603/* end confdefs.h. */9154/* end confdefs.h. */
86049155
8605int9156int
@@ -8612,25 +9163,32 @@
8612_ACEOF9163_ACEOF
8613if ac_fn_c_try_link "$LINENO"; then :9164if ac_fn_c_try_link "$LINENO"; then :
86149165
8615lt_aix_libpath_sed='9166 lt_aix_libpath_sed='
8616 /Import File Strings/,/^$/ {9167 /Import File Strings/,/^$/ {
8617 /^0/ {9168 /^0/ {
8618 s/^0 *\(.*\)$/\1/9169 s/^0 *\([^ ]*\) *$/\1/
8619 p9170 p
8620 }9171 }
8621 }'9172 }'
8622aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`9173 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8623# Check for a 64-bit object if we didn't find anything.9174 # Check for a 64-bit object if we didn't find anything.
8624if test -z "$aix_libpath"; then9175 if test -z "$lt_cv_aix_libpath_"; then
8625 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`9176 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8626fi9177 fi
8627fi9178fi
8628rm -f core conftest.err conftest.$ac_objext \9179rm -f core conftest.err conftest.$ac_objext \
8629 conftest$ac_exeext conftest.$ac_ext9180 conftest$ac_exeext conftest.$ac_ext
8630if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi9181 if test -z "$lt_cv_aix_libpath_"; then
9182 lt_cv_aix_libpath_="/usr/lib:/lib"
9183 fi
9184
9185fi
9186
9187 aix_libpath=$lt_cv_aix_libpath_
9188fi
86319189
8632 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"9190 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8633 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"9191 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"
8634 else9192 else
8635 if test "$host_cpu" = ia64; then9193 if test "$host_cpu" = ia64; then
8636 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'9194 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
@@ -8639,7 +9197,13 @@
8639 else9197 else
8640 # Determine the default libpath from the value encoded in an9198 # Determine the default libpath from the value encoded in an
8641 # empty executable.9199 # empty executable.
8642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext9200 if test "${lt_cv_aix_libpath+set}" = set; then
9201 aix_libpath=$lt_cv_aix_libpath
9202else
9203 if ${lt_cv_aix_libpath_+:} false; then :
9204 $as_echo_n "(cached) " >&6
9205else
9206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8643/* end confdefs.h. */9207/* end confdefs.h. */
86449208
8645int9209int
@@ -8652,30 +9216,42 @@
8652_ACEOF9216_ACEOF
8653if ac_fn_c_try_link "$LINENO"; then :9217if ac_fn_c_try_link "$LINENO"; then :
86549218
8655lt_aix_libpath_sed='9219 lt_aix_libpath_sed='
8656 /Import File Strings/,/^$/ {9220 /Import File Strings/,/^$/ {
8657 /^0/ {9221 /^0/ {
8658 s/^0 *\(.*\)$/\1/9222 s/^0 *\([^ ]*\) *$/\1/
8659 p9223 p
8660 }9224 }
8661 }'9225 }'
8662aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`9226 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8663# Check for a 64-bit object if we didn't find anything.9227 # Check for a 64-bit object if we didn't find anything.
8664if test -z "$aix_libpath"; then9228 if test -z "$lt_cv_aix_libpath_"; then
8665 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`9229 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8666fi9230 fi
8667fi9231fi
8668rm -f core conftest.err conftest.$ac_objext \9232rm -f core conftest.err conftest.$ac_objext \
8669 conftest$ac_exeext conftest.$ac_ext9233 conftest$ac_exeext conftest.$ac_ext
8670if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi9234 if test -z "$lt_cv_aix_libpath_"; then
9235 lt_cv_aix_libpath_="/usr/lib:/lib"
9236 fi
9237
9238fi
9239
9240 aix_libpath=$lt_cv_aix_libpath_
9241fi
86719242
8672 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"9243 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8673 # Warning - without using the other run time loading flags,9244 # Warning - without using the other run time loading flags,
8674 # -berok will link without error, but may produce a broken library.9245 # -berok will link without error, but may produce a broken library.
8675 no_undefined_flag=' ${wl}-bernotok'9246 no_undefined_flag=' ${wl}-bernotok'
8676 allow_undefined_flag=' ${wl}-berok'9247 allow_undefined_flag=' ${wl}-berok'
8677 # Exported symbols can be pulled into shared objects from archives9248 if test "$with_gnu_ld" = yes; then
8678 whole_archive_flag_spec='$convenience'9249 # We only use this code for GNU lds that support --whole-archive.
9250 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9251 else
9252 # Exported symbols can be pulled into shared objects from archives
9253 whole_archive_flag_spec='$convenience'
9254 fi
8679 archive_cmds_need_lc=yes9255 archive_cmds_need_lc=yes
8680 # This is similar to how AIX traditionally builds its shared libraries.9256 # This is similar to how AIX traditionally builds its shared libraries.
8681 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'9257 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
@@ -8707,20 +9283,63 @@
8707 # Microsoft Visual C++.9283 # Microsoft Visual C++.
8708 # hardcode_libdir_flag_spec is actually meaningless, as there is9284 # hardcode_libdir_flag_spec is actually meaningless, as there is
8709 # no search path for DLLs.9285 # no search path for DLLs.
8710 hardcode_libdir_flag_spec=' '9286 case $cc_basename in
8711 allow_undefined_flag=unsupported9287 cl*)
8712 # Tell ltmain to make .lib files, not .a files.9288 # Native MSVC
8713 libext=lib9289 hardcode_libdir_flag_spec=' '
8714 # Tell ltmain to make .dll files, not .so files.9290 allow_undefined_flag=unsupported
8715 shrext_cmds=".dll"9291 always_export_symbols=yes
8716 # FIXME: Setting linknames here is a bad hack.9292 file_list_spec='@'
8717 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='9293 # Tell ltmain to make .lib files, not .a files.
8718 # The linker will automatically build a .lib file if we build a DLL.9294 libext=lib
8719 old_archive_from_new_cmds='true'9295 # Tell ltmain to make .dll files, not .so files.
8720 # FIXME: Should let the user specify the lib program.9296 shrext_cmds=".dll"
8721 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'9297 # FIXME: Setting linknames here is a bad hack.
8722 fix_srcfile_path='`cygpath -w "$srcfile"`'9298 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
8723 enable_shared_with_static_runtimes=yes9299 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9300 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9301 else
9302 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9303 fi~
9304 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9305 linknames='
9306 # The linker will not automatically build a static lib if we build a DLL.
9307 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9308 enable_shared_with_static_runtimes=yes
9309 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9310 # Don't use ranlib
9311 old_postinstall_cmds='chmod 644 $oldlib'
9312 postlink_cmds='lt_outputfile="@OUTPUT@"~
9313 lt_tool_outputfile="@TOOL_OUTPUT@"~
9314 case $lt_outputfile in
9315 *.exe|*.EXE) ;;
9316 *)
9317 lt_outputfile="$lt_outputfile.exe"
9318 lt_tool_outputfile="$lt_tool_outputfile.exe"
9319 ;;
9320 esac~
9321 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9322 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9323 $RM "$lt_outputfile.manifest";
9324 fi'
9325 ;;
9326 *)
9327 # Assume MSVC wrapper
9328 hardcode_libdir_flag_spec=' '
9329 allow_undefined_flag=unsupported
9330 # Tell ltmain to make .lib files, not .a files.
9331 libext=lib
9332 # Tell ltmain to make .dll files, not .so files.
9333 shrext_cmds=".dll"
9334 # FIXME: Setting linknames here is a bad hack.
9335 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9336 # The linker will automatically build a .lib file if we build a DLL.
9337 old_archive_from_new_cmds='true'
9338 # FIXME: Should let the user specify the lib program.
9339 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9340 enable_shared_with_static_runtimes=yes
9341 ;;
9342 esac
8724 ;;9343 ;;
87259344
8726 darwin* | rhapsody*)9345 darwin* | rhapsody*)
@@ -8730,7 +9349,11 @@
8730 hardcode_direct=no9349 hardcode_direct=no
8731 hardcode_automatic=yes9350 hardcode_automatic=yes
8732 hardcode_shlibpath_var=unsupported9351 hardcode_shlibpath_var=unsupported
8733 whole_archive_flag_spec=''9352 if test "$lt_cv_ld_force_load" = "yes"; then
9353 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9354 else
9355 whole_archive_flag_spec=''
9356 fi
8734 link_all_deplibs=yes9357 link_all_deplibs=yes
8735 allow_undefined_flag="$_lt_dar_allow_undefined"9358 allow_undefined_flag="$_lt_dar_allow_undefined"
8736 case $cc_basename in9359 case $cc_basename in
@@ -8738,7 +9361,7 @@
8738 *) _lt_dar_can_shared=$GCC ;;9361 *) _lt_dar_can_shared=$GCC ;;
8739 esac9362 esac
8740 if test "$_lt_dar_can_shared" = "yes"; then9363 if test "$_lt_dar_can_shared" = "yes"; then
8741 output_verbose_link_cmd=echo9364 output_verbose_link_cmd=func_echo_all
8742 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"9365 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8743 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"9366 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8744 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"9367 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
@@ -8781,7 +9404,7 @@
87819404
8782 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.9405 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8783 freebsd* | dragonfly*)9406 freebsd* | dragonfly*)
8784 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'9407 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8785 hardcode_libdir_flag_spec='-R$libdir'9408 hardcode_libdir_flag_spec='-R$libdir'
8786 hardcode_direct=yes9409 hardcode_direct=yes
8787 hardcode_shlibpath_var=no9410 hardcode_shlibpath_var=no
@@ -8789,7 +9412,7 @@
87899412
8790 hpux9*)9413 hpux9*)
8791 if test "$GCC" = yes; then9414 if test "$GCC" = yes; then
8792 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'9415 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'
8793 else9416 else
8794 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'9417 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'
8795 fi9418 fi
@@ -8804,8 +9427,8 @@
8804 ;;9427 ;;
88059428
8806 hpux10*)9429 hpux10*)
8807 if test "$GCC" = yes -a "$with_gnu_ld" = no; then9430 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8808 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'9431 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8809 else9432 else
8810 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'9433 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8811 fi9434 fi
@@ -8823,16 +9446,16 @@
8823 ;;9446 ;;
88249447
8825 hpux11*)9448 hpux11*)
8826 if test "$GCC" = yes -a "$with_gnu_ld" = no; then9449 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8827 case $host_cpu in9450 case $host_cpu in
8828 hppa*64*)9451 hppa*64*)
8829 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'9452 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8830 ;;9453 ;;
8831 ia64*)9454 ia64*)
8832 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'9455 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8833 ;;9456 ;;
8834 *)9457 *)
8835 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'9458 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8836 ;;9459 ;;
8837 esac9460 esac
8838 else9461 else
@@ -8844,7 +9467,46 @@
8844 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'9467 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8845 ;;9468 ;;
8846 *)9469 *)
8847 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'9470
9471 # Older versions of the 11.00 compiler do not understand -b yet
9472 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9474$as_echo_n "checking if $CC understands -b... " >&6; }
9475if ${lt_cv_prog_compiler__b+:} false; then :
9476 $as_echo_n "(cached) " >&6
9477else
9478 lt_cv_prog_compiler__b=no
9479 save_LDFLAGS="$LDFLAGS"
9480 LDFLAGS="$LDFLAGS -b"
9481 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9482 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9483 # The linker can only warn and ignore the option if not recognized
9484 # So say no if there are warnings
9485 if test -s conftest.err; then
9486 # Append any errors to the config.log.
9487 cat conftest.err 1>&5
9488 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9489 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9490 if diff conftest.exp conftest.er2 >/dev/null; then
9491 lt_cv_prog_compiler__b=yes
9492 fi
9493 else
9494 lt_cv_prog_compiler__b=yes
9495 fi
9496 fi
9497 $RM -r conftest*
9498 LDFLAGS="$save_LDFLAGS"
9499
9500fi
9501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9502$as_echo "$lt_cv_prog_compiler__b" >&6; }
9503
9504if test x"$lt_cv_prog_compiler__b" = xyes; then
9505 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9506else
9507 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9508fi
9509
8848 ;;9510 ;;
8849 esac9511 esac
8850 fi9512 fi
@@ -8872,26 +9534,39 @@
88729534
8873 irix5* | irix6* | nonstopux*)9535 irix5* | irix6* | nonstopux*)
8874 if test "$GCC" = yes; then9536 if test "$GCC" = yes; then
8875 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'9537 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'
8876 # Try to use the -exported_symbol ld option, if it does not9538 # Try to use the -exported_symbol ld option, if it does not
8877 # work, assume that -exports_file does not work either and9539 # work, assume that -exports_file does not work either and
8878 # implicitly export all symbols.9540 # implicitly export all symbols.
8879 save_LDFLAGS="$LDFLAGS"9541 # This should be the same for all languages, so no per-tag cache variable.
8880 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"9542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
8881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext9543$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9544if ${lt_cv_irix_exported_symbol+:} false; then :
9545 $as_echo_n "(cached) " >&6
9546else
9547 save_LDFLAGS="$LDFLAGS"
9548 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8882/* end confdefs.h. */9550/* end confdefs.h. */
8883int foo(void) {}9551int foo (void) { return 0; }
8884_ACEOF9552_ACEOF
8885if ac_fn_c_try_link "$LINENO"; then :9553if ac_fn_c_try_link "$LINENO"; then :
8886 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'9554 lt_cv_irix_exported_symbol=yes
88879555else
9556 lt_cv_irix_exported_symbol=no
8888fi9557fi
8889rm -f core conftest.err conftest.$ac_objext \9558rm -f core conftest.err conftest.$ac_objext \
8890 conftest$ac_exeext conftest.$ac_ext9559 conftest$ac_exeext conftest.$ac_ext
8891 LDFLAGS="$save_LDFLAGS"9560 LDFLAGS="$save_LDFLAGS"
9561fi
9562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9563$as_echo "$lt_cv_irix_exported_symbol" >&6; }
9564 if test "$lt_cv_irix_exported_symbol" = yes; then
9565 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'
9566 fi
8892 else9567 else
8893 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'9568 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'
8894 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'9569 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'
8895 fi9570 fi
8896 archive_cmds_need_lc='no'9571 archive_cmds_need_lc='no'
8897 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'9572 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
@@ -8953,17 +9628,17 @@
8953 hardcode_libdir_flag_spec='-L$libdir'9628 hardcode_libdir_flag_spec='-L$libdir'
8954 hardcode_minus_L=yes9629 hardcode_minus_L=yes
8955 allow_undefined_flag=unsupported9630 allow_undefined_flag=unsupported
8956 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'9631 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8957 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'9632 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8958 ;;9633 ;;
89599634
8960 osf3*)9635 osf3*)
8961 if test "$GCC" = yes; then9636 if test "$GCC" = yes; then
8962 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'9637 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8963 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'9638 archive_cmds='$CC -shared${allow_undefined_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'
8964 else9639 else
8965 allow_undefined_flag=' -expect_unresolved \*'9640 allow_undefined_flag=' -expect_unresolved \*'
8966 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'9641 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
8967 fi9642 fi
8968 archive_cmds_need_lc='no'9643 archive_cmds_need_lc='no'
8969 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'9644 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
@@ -8973,13 +9648,13 @@
8973 osf4* | osf5*) # as osf3* with the addition of -msym flag9648 osf4* | osf5*) # as osf3* with the addition of -msym flag
8974 if test "$GCC" = yes; then9649 if test "$GCC" = yes; then
8975 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'9650 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8976 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'9651 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'
8977 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'9652 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8978 else9653 else
8979 allow_undefined_flag=' -expect_unresolved \*'9654 allow_undefined_flag=' -expect_unresolved \*'
8980 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'9655 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
8981 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~9656 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8982 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'9657 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
89839658
8984 # Both c and cxx compiler support -rpath directly9659 # Both c and cxx compiler support -rpath directly
8985 hardcode_libdir_flag_spec='-rpath $libdir'9660 hardcode_libdir_flag_spec='-rpath $libdir'
@@ -8992,9 +9667,9 @@
8992 no_undefined_flag=' -z defs'9667 no_undefined_flag=' -z defs'
8993 if test "$GCC" = yes; then9668 if test "$GCC" = yes; then
8994 wlarc='${wl}'9669 wlarc='${wl}'
8995 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'9670 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8996 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~9671 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8997 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'9672 $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'
8998 else9673 else
8999 case `$CC -V 2>&1` in9674 case `$CC -V 2>&1` in
9000 *"Compilers 5.0"*)9675 *"Compilers 5.0"*)
@@ -9182,44 +9857,50 @@
9182 # to ld, don't add -lc before -lgcc.9857 # to ld, don't add -lc before -lgcc.
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&59858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9184$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }9859$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9185 $RM conftest*9860if ${lt_cv_archive_cmds_need_lc+:} false; then :
9186 echo "$lt_simple_compile_test_code" > conftest.$ac_ext9861 $as_echo_n "(cached) " >&6
9862else
9863 $RM conftest*
9864 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
91879865
9188 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&59866 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9189 (eval $ac_compile) 2>&59867 (eval $ac_compile) 2>&5
9190 ac_status=$?9868 ac_status=$?
9191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&59869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9192 test $ac_status = 0; } 2>conftest.err; then9870 test $ac_status = 0; } 2>conftest.err; then
9193 soname=conftest9871 soname=conftest
9194 lib=conftest9872 lib=conftest
9195 libobjs=conftest.$ac_objext9873 libobjs=conftest.$ac_objext
9196 deplibs=9874 deplibs=
9197 wl=$lt_prog_compiler_wl9875 wl=$lt_prog_compiler_wl
9198 pic_flag=$lt_prog_compiler_pic9876 pic_flag=$lt_prog_compiler_pic
9199 compiler_flags=-v9877 compiler_flags=-v
9200 linker_flags=-v9878 linker_flags=-v
9201 verstring=9879 verstring=
9202 output_objdir=.9880 output_objdir=.
9203 libname=conftest9881 libname=conftest
9204 lt_save_allow_undefined_flag=$allow_undefined_flag9882 lt_save_allow_undefined_flag=$allow_undefined_flag
9205 allow_undefined_flag=9883 allow_undefined_flag=
9206 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&59884 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9207 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&59885 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9208 ac_status=$?9886 ac_status=$?
9209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&59887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9210 test $ac_status = 0; }9888 test $ac_status = 0; }
9211 then9889 then
9212 archive_cmds_need_lc=no9890 lt_cv_archive_cmds_need_lc=no
9213 else9891 else
9214 archive_cmds_need_lc=yes9892 lt_cv_archive_cmds_need_lc=yes
9215 fi9893 fi
9216 allow_undefined_flag=$lt_save_allow_undefined_flag9894 allow_undefined_flag=$lt_save_allow_undefined_flag
9217 else9895 else
9218 cat conftest.err 1>&59896 cat conftest.err 1>&5
9219 fi9897 fi
9220 $RM conftest*9898 $RM conftest*
9221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&59899
9222$as_echo "$archive_cmds_need_lc" >&6; }9900fi
9901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9902$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9903 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9223 ;;9904 ;;
9224 esac9905 esac
9225 fi9906 fi
@@ -9390,16 +10071,23 @@
9390 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;10071 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9391 *) lt_awk_arg="/^libraries:/" ;;10072 *) lt_awk_arg="/^libraries:/" ;;
9392 esac10073 esac
9393 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`10074 case $host_os in
9394 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then10075 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10076 *) lt_sed_strip_eq="s,=/,/,g" ;;
10077 esac
10078 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10079 case $lt_search_path_spec in
10080 *\;*)
9395 # if the path contains ";" then we assume it to be the separator10081 # if the path contains ";" then we assume it to be the separator
9396 # otherwise default to the standard path separator (i.e. ":") - it is10082 # otherwise default to the standard path separator (i.e. ":") - it is
9397 # assumed that no part of a normal pathname contains ";" but that should10083 # assumed that no part of a normal pathname contains ";" but that should
9398 # okay in the real world where ";" in dirpaths is itself problematic.10084 # okay in the real world where ";" in dirpaths is itself problematic.
9399 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`10085 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9400 else10086 ;;
9401 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`10087 *)
9402 fi10088 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10089 ;;
10090 esac
9403 # Ok, now we have the path, separated by spaces, we can step through it10091 # Ok, now we have the path, separated by spaces, we can step through it
9404 # and add multilib dir if necessary.10092 # and add multilib dir if necessary.
9405 lt_tmp_lt_search_path_spec=10093 lt_tmp_lt_search_path_spec=
@@ -9412,7 +10100,7 @@
9412 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"10100 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9413 fi10101 fi
9414 done10102 done
9415 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '10103 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9416BEGIN {RS=" "; FS="/|\n";} {10104BEGIN {RS=" "; FS="/|\n";} {
9417 lt_foo="";10105 lt_foo="";
9418 lt_count=0;10106 lt_count=0;
@@ -9432,7 +10120,13 @@
9432 if (lt_foo != "") { lt_freq[lt_foo]++; }10120 if (lt_foo != "") { lt_freq[lt_foo]++; }
9433 if (lt_freq[lt_foo] == 1) { print lt_foo; }10121 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9434}'`10122}'`
9435 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`10123 # AWK program above erroneously prepends '/' to C:/dos/paths
10124 # for these hosts.
10125 case $host_os in
10126 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10127 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10128 esac
10129 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9436else10130else
9437 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"10131 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9438fi10132fi
@@ -9520,7 +10214,7 @@
9520 m68k)10214 m68k)
9521 library_names_spec='$libname.ixlibrary $libname.a'10215 library_names_spec='$libname.ixlibrary $libname.a'
9522 # Create ${libname}_ixlibrary.a entries in /sys/libs.10216 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9523 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'10217 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9524 ;;10218 ;;
9525 esac10219 esac
9526 ;;10220 ;;
@@ -9551,8 +10245,9 @@
9551 need_version=no10245 need_version=no
9552 need_lib_prefix=no10246 need_lib_prefix=no
955310247
9554 case $GCC,$host_os in10248 case $GCC,$cc_basename in
9555 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)10249 yes,*)
10250 # gcc
9556 library_names_spec='$libname.dll.a'10251 library_names_spec='$libname.dll.a'
9557 # DLL is installed to $(libdir)/../bin by postinstall_cmds10252 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9558 postinstall_cmds='base_file=`basename \${file}`~10253 postinstall_cmds='base_file=`basename \${file}`~
@@ -9573,36 +10268,83 @@
9573 cygwin*)10268 cygwin*)
9574 # Cygwin DLLs use 'cyg' prefix rather than 'lib'10269 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9575 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'10270 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9576 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"10271
10272 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9577 ;;10273 ;;
9578 mingw* | cegcc*)10274 mingw* | cegcc*)
9579 # MinGW DLLs use traditional 'lib' prefix10275 # MinGW DLLs use traditional 'lib' prefix
9580 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'10276 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9581 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9582 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9583 # It is most probably a Windows format PATH printed by
9584 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9585 # path with ; separators, and with drive letters. We can handle the
9586 # drive letters (cygwin fileutils understands them), so leave them,
9587 # especially as we might pass files found there to a mingw objdump,
9588 # which wouldn't understand a cygwinified path. Ahh.
9589 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9590 else
9591 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9592 fi
9593 ;;10277 ;;
9594 pw32*)10278 pw32*)
9595 # pw32 DLLs use 'pw' prefix rather than 'lib'10279 # pw32 DLLs use 'pw' prefix rather than 'lib'
9596 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'10280 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9597 ;;10281 ;;
9598 esac10282 esac
10283 dynamic_linker='Win32 ld.exe'
10284 ;;
10285
10286 *,cl*)
10287 # Native MSVC
10288 libname_spec='$name'
10289 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10290 library_names_spec='${libname}.dll.lib'
10291
10292 case $build_os in
10293 mingw*)
10294 sys_lib_search_path_spec=
10295 lt_save_ifs=$IFS
10296 IFS=';'
10297 for lt_path in $LIB
10298 do
10299 IFS=$lt_save_ifs
10300 # Let DOS variable expansion print the short 8.3 style file name.
10301 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10302 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10303 done
10304 IFS=$lt_save_ifs
10305 # Convert to MSYS style.
10306 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10307 ;;
10308 cygwin*)
10309 # Convert to unix form, then to dos form, then back to unix form
10310 # but this time dos style (no spaces!) so that the unix form looks
10311 # like /cygdrive/c/PROGRA~1:/cygdr...
10312 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10313 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10314 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10315 ;;
10316 *)
10317 sys_lib_search_path_spec="$LIB"
10318 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10319 # It is most probably a Windows format PATH.
10320 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10321 else
10322 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10323 fi
10324 # FIXME: find the short name or the path components, as spaces are
10325 # common. (e.g. "Program Files" -> "PROGRA~1")
10326 ;;
10327 esac
10328
10329 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10330 postinstall_cmds='base_file=`basename \${file}`~
10331 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10332 dldir=$destdir/`dirname \$dlpath`~
10333 test -d \$dldir || mkdir -p \$dldir~
10334 $install_prog $dir/$dlname \$dldir/$dlname'
10335 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10336 dlpath=$dir/\$dldll~
10337 $RM \$dlpath'
10338 shlibpath_overrides_runpath=yes
10339 dynamic_linker='Win32 link.exe'
9599 ;;10340 ;;
960010341
9601 *)10342 *)
10343 # Assume MSVC wrapper
9602 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'10344 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10345 dynamic_linker='Win32 ld.exe'
9603 ;;10346 ;;
9604 esac10347 esac
9605 dynamic_linker='Win32 ld.exe'
9606 # FIXME: first we should search . and the directory the executable is in10348 # FIXME: first we should search . and the directory the executable is in
9607 shlibpath_var=PATH10349 shlibpath_var=PATH
9608 ;;10350 ;;
@@ -9686,6 +10428,20 @@
9686 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'10428 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9687 soname_spec='${libname}${release}${shared_ext}$major'10429 soname_spec='${libname}${release}${shared_ext}$major'
9688 shlibpath_var=LD_LIBRARY_PATH10430 shlibpath_var=LD_LIBRARY_PATH
10431 shlibpath_overrides_runpath=no
10432 hardcode_into_libs=yes
10433 ;;
10434
10435haiku*)
10436 version_type=linux
10437 need_lib_prefix=no
10438 need_version=no
10439 dynamic_linker="$host_os runtime_loader"
10440 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10441 soname_spec='${libname}${release}${shared_ext}$major'
10442 shlibpath_var=LIBRARY_PATH
10443 shlibpath_overrides_runpath=yes
10444 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9689 hardcode_into_libs=yes10445 hardcode_into_libs=yes
9690 ;;10446 ;;
969110447
@@ -9731,8 +10487,10 @@
9731 soname_spec='${libname}${release}${shared_ext}$major'10487 soname_spec='${libname}${release}${shared_ext}$major'
9732 ;;10488 ;;
9733 esac10489 esac
9734 # HP-UX runs *really* slowly unless shared libraries are mode 555.10490 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9735 postinstall_cmds='chmod 555 $lib'10491 postinstall_cmds='chmod 555 $lib'
10492 # or fails outright, so override atomically:
10493 install_override_mode=555
9736 ;;10494 ;;
973710495
9738interix[3-9]*)10496interix[3-9]*)
@@ -9799,12 +10557,17 @@
9799 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'10557 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9800 shlibpath_var=LD_LIBRARY_PATH10558 shlibpath_var=LD_LIBRARY_PATH
9801 shlibpath_overrides_runpath=no10559 shlibpath_overrides_runpath=no
10560
9802 # Some binutils ld are patched to set DT_RUNPATH10561 # Some binutils ld are patched to set DT_RUNPATH
9803 save_LDFLAGS=$LDFLAGS10562 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
9804 save_libdir=$libdir10563 $as_echo_n "(cached) " >&6
9805 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \10564else
9806 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""10565 lt_cv_shlibpath_overrides_runpath=no
9807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext10566 save_LDFLAGS=$LDFLAGS
10567 save_libdir=$libdir
10568 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10569 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9808/* end confdefs.h. */10571/* end confdefs.h. */
980910572
9810int10573int
@@ -9817,13 +10580,17 @@
9817_ACEOF10580_ACEOF
9818if ac_fn_c_try_link "$LINENO"; then :10581if ac_fn_c_try_link "$LINENO"; then :
9819 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :10582 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9820 shlibpath_overrides_runpath=yes10583 lt_cv_shlibpath_overrides_runpath=yes
9821fi10584fi
9822fi10585fi
9823rm -f core conftest.err conftest.$ac_objext \10586rm -f core conftest.err conftest.$ac_objext \
9824 conftest$ac_exeext conftest.$ac_ext10587 conftest$ac_exeext conftest.$ac_ext
9825 LDFLAGS=$save_LDFLAGS10588 LDFLAGS=$save_LDFLAGS
9826 libdir=$save_libdir10589 libdir=$save_libdir
10590
10591fi
10592
10593 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
982710594
9828 # This implies no fast_install, which is unacceptable.10595 # This implies no fast_install, which is unacceptable.
9829 # Some rework will be needed to allow for fast_install10596 # Some rework will be needed to allow for fast_install
@@ -9832,7 +10599,7 @@
983210599
9833 # Append ld.so.conf contents to the search path10600 # Append ld.so.conf contents to the search path
9834 if test -f /etc/ld.so.conf; then10601 if test -f /etc/ld.so.conf; then
9835 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`10602 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
9836 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"10603 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9837 fi10604 fi
983810605
@@ -10147,6 +10914,11 @@
1014710914
1014810915
1014910916
10917
10918
10919
10920
10921
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&510922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10151$as_echo_n "checking how to hardcode library paths into programs... " >&6; }10923$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10152hardcode_action=10924hardcode_action=
@@ -10477,7 +11249,7 @@
10477 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=211249 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10478 lt_status=$lt_dlunknown11250 lt_status=$lt_dlunknown
10479 cat > conftest.$ac_ext <<_LT_EOF11251 cat > conftest.$ac_ext <<_LT_EOF
10480#line 10480 "configure"11252#line $LINENO "configure"
10481#include "confdefs.h"11253#include "confdefs.h"
1048211254
10483#if HAVE_DLFCN_H11255#if HAVE_DLFCN_H
@@ -10518,7 +11290,13 @@
10518# endif11290# endif
10519#endif11291#endif
1052011292
10521void fnord() { int i=42;}11293/* When -fvisbility=hidden is used, assume the code has been annotated
11294 correspondingly for the symbols needed. */
11295#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11296int fnord () __attribute__((visibility("default")));
11297#endif
11298
11299int fnord () { return 42; }
10522int main ()11300int main ()
10523{11301{
10524 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);11302 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
@@ -10527,7 +11305,11 @@
10527 if (self)11305 if (self)
10528 {11306 {
10529 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;11307 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10530 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;11308 else
11309 {
11310 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11311 else puts (dlerror ());
11312 }
10531 /* dlclose (self); */11313 /* dlclose (self); */
10532 }11314 }
10533 else11315 else
@@ -10573,7 +11355,7 @@
10573 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=211355 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10574 lt_status=$lt_dlunknown11356 lt_status=$lt_dlunknown
10575 cat > conftest.$ac_ext <<_LT_EOF11357 cat > conftest.$ac_ext <<_LT_EOF
10576#line 10576 "configure"11358#line $LINENO "configure"
10577#include "confdefs.h"11359#include "confdefs.h"
1057811360
10579#if HAVE_DLFCN_H11361#if HAVE_DLFCN_H
@@ -10614,7 +11396,13 @@
10614# endif11396# endif
10615#endif11397#endif
1061611398
10617void fnord() { int i=42;}11399/* When -fvisbility=hidden is used, assume the code has been annotated
11400 correspondingly for the symbols needed. */
11401#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11402int fnord () __attribute__((visibility("default")));
11403#endif
11404
11405int fnord () { return 42; }
10618int main ()11406int main ()
10619{11407{
10620 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);11408 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
@@ -10623,7 +11411,11 @@
10623 if (self)11411 if (self)
10624 {11412 {
10625 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;11413 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10626 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;11414 else
11415 {
11416 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11417 else puts (dlerror ());
11418 }
10627 /* dlclose (self); */11419 /* dlclose (self); */
10628 }11420 }
10629 else11421 else
@@ -11009,6 +11801,7 @@
1100911801
1101011802
1101111803
11804
11012 # Extract the first word of "gtkdoc-check", so it can be a program name with args.11805 # Extract the first word of "gtkdoc-check", so it can be a program name with args.
11013set dummy gtkdoc-check; ac_word=$211806set dummy gtkdoc-check; ac_word=$2
11014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&511807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -11166,6 +11959,99 @@
11166else11959else
11167 as_fn_error $? "You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" "$LINENO" 511960 as_fn_error $? "You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" "$LINENO" 5
11168fi11961fi
11962 if test "x$PACKAGE_NAME" != "xglib"; then
11963
11964pkg_failed=no
11965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
11966$as_echo_n "checking for GTKDOC_DEPS... " >&6; }
11967
11968if test -n "$GTKDOC_DEPS_CFLAGS"; then
11969 pkg_cv_GTKDOC_DEPS_CFLAGS="$GTKDOC_DEPS_CFLAGS"
11970 elif test -n "$PKG_CONFIG"; then
11971 if test -n "$PKG_CONFIG" && \
11972 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5
11973 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5
11974 ac_status=$?
11975 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11976 test $ac_status = 0; }; then
11977 pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
11978 test "x$?" != "x0" && pkg_failed=yes
11979else
11980 pkg_failed=yes
11981fi
11982 else
11983 pkg_failed=untried
11984fi
11985if test -n "$GTKDOC_DEPS_LIBS"; then
11986 pkg_cv_GTKDOC_DEPS_LIBS="$GTKDOC_DEPS_LIBS"
11987 elif test -n "$PKG_CONFIG"; then
11988 if test -n "$PKG_CONFIG" && \
11989 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5
11990 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5
11991 ac_status=$?
11992 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11993 test $ac_status = 0; }; then
11994 pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
11995 test "x$?" != "x0" && pkg_failed=yes
11996else
11997 pkg_failed=yes
11998fi
11999 else
12000 pkg_failed=untried
12001fi
12002
12003
12004
12005if test $pkg_failed = yes; then
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12007$as_echo "no" >&6; }
12008
12009if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12010 _pkg_short_errors_supported=yes
12011else
12012 _pkg_short_errors_supported=no
12013fi
12014 if test $_pkg_short_errors_supported = yes; then
12015 GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
12016 else
12017 GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
12018 fi
12019 # Put the nasty error message in config.log where it belongs
12020 echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
12021
12022 as_fn_error $? "Package requirements (glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0) were not met:
12023
12024$GTKDOC_DEPS_PKG_ERRORS
12025
12026Consider adjusting the PKG_CONFIG_PATH environment variable if you
12027installed software in a non-standard prefix.
12028
12029Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
12030and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
12031See the pkg-config man page for more details." "$LINENO" 5
12032elif test $pkg_failed = untried; then
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12034$as_echo "no" >&6; }
12035 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12036$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12037as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
12038is in your PATH or set the PKG_CONFIG environment variable to the full
12039path to pkg-config.
12040
12041Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
12042and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
12043See the pkg-config man page for more details.
12044
12045To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12046See \`config.log' for more details" "$LINENO" 5; }
12047else
12048 GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
12049 GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12051$as_echo "yes" >&6; }
12052
12053fi
12054 fi
11169 fi12055 fi
1117012056
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&512057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
@@ -11844,11 +12730,11 @@
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No Vala compiler found. You will not be able to compile .vala source files." >&512730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No Vala compiler found. You will not be able to compile .vala source files." >&5
11845$as_echo "$as_me: WARNING: No Vala compiler found. You will not be able to compile .vala source files." >&2;}12731$as_echo "$as_me: WARNING: No Vala compiler found. You will not be able to compile .vala source files." >&2;}
11846else12732else
11847 if test -n "0.11.0"; then :12733 if test -n "0.14.0"; then :
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $VALAC is at least version 0.11.0" >&512734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $VALAC is at least version 0.14.0" >&5
11849$as_echo_n "checking $VALAC is at least version 0.11.0... " >&6; }12735$as_echo_n "checking $VALAC is at least version 0.14.0... " >&6; }
11850 am__vala_version=`$VALAC --version | sed 's/Vala *//'`12736 am__vala_version=`$VALAC --version | sed 's/Vala *//'`
11851 as_arg_v1=0.11.012737 as_arg_v1=0.14.0
11852as_arg_v2="$am__vala_version"12738as_arg_v2="$am__vala_version"
11853awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null12739awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
11854case $? in #(12740case $? in #(
@@ -11861,7 +12747,7 @@
11861 2) :12747 2) :
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&512748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11863$as_echo "no" >&6; }12749$as_echo "no" >&6; }
11864 as_fn_error $? "Vala 0.11.0 not found." "$LINENO" 5 ;; #(12750 as_fn_error $? "Vala 0.14.0 not found." "$LINENO" 5 ;; #(
11865 *) :12751 *) :
11866 ;;12752 ;;
11867esac12753esac
@@ -13507,7 +14393,7 @@
13507# report actual input values of CONFIG_FILES etc. instead of their14393# report actual input values of CONFIG_FILES etc. instead of their
13508# values after options handling.14394# values after options handling.
13509ac_log="14395ac_log="
13510This file was extended by libappindicator $as_me 0.3.91, which was14396This file was extended by libappindicator $as_me 0.4.1, which was
13511generated by GNU Autoconf 2.68. Invocation command line was14397generated by GNU Autoconf 2.68. Invocation command line was
1351214398
13513 CONFIG_FILES = $CONFIG_FILES14399 CONFIG_FILES = $CONFIG_FILES
@@ -13574,7 +14460,7 @@
13574cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=114460cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13575ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"14461ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13576ac_cs_version="\\14462ac_cs_version="\\
13577libappindicator config.status 0.3.9114463libappindicator config.status 0.4.1
13578configured by $0, generated by GNU Autoconf 2.68,14464configured by $0, generated by GNU Autoconf 2.68,
13579 with options \\"\$ac_cs_config\\"14465 with options \\"\$ac_cs_config\\"
1358014466
@@ -13703,131 +14589,153 @@
13703sed_quote_subst='$sed_quote_subst'14589sed_quote_subst='$sed_quote_subst'
13704double_quote_subst='$double_quote_subst'14590double_quote_subst='$double_quote_subst'
13705delay_variable_subst='$delay_variable_subst'14591delay_variable_subst='$delay_variable_subst'
13706macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'14592macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13707macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'14593macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13708enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'14594enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13709enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'14595enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13710pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'14596pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13711enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'14597enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13712host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'14598SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13713host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'14599ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13714host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'14600host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13715build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'14601host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13716build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'14602host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13717build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'14603build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13718SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'14604build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13719Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'14605build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13720GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'14606SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13721EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'14607Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13722FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'14608GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13723LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'14609EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13724NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'14610FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13725LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'14611LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13726max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'14612NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13727ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'14613LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13728exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'14614max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13729lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'14615ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13730lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'14616exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13731lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'14617lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13732reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'14618lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13733reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'14619lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13734OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'14620lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
13735deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'14621lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
13736file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'14622reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13737AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'14623reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13738AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'14624OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13739STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'14625deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13740RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'14626file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13741old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'14627file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
13742old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'14628want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
13743old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'14629DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
13744CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'14630sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
13745CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'14631AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13746compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'14632AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13747GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'14633archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
13748lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'14634STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13749lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'14635RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13750lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'14636old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13751lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'14637old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13752objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'14638old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13753SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'14639lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13754ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'14640CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13755MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'14641CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13756lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'14642compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13757lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'14643GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13758lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'14644lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13759lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'14645lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13760lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'14646lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13761need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'14647lt_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"`'
13762DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'14648nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
13763NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'14649lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
13764LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'14650objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13765OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'14651MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13766OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'14652lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13767libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'14653lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13768shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'14654lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13769extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'14655lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13770archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'14656lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13771enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'14657need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13772export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'14658MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
13773whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'14659DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13774compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'14660NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13775old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'14661LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13776old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'14662OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13777archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'14663OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13778archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'14664libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13779module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'14665shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13780module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'14666extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13781with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'14667archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13782allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'14668enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13783no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'14669export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13784hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'14670whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13785hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'14671compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13786hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'14672old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13787hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'14673old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13788hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'14674archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13789hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'14675archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13790hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'14676module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13791hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'14677module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13792inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'14678with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13793link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'14679allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13794fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'14680no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13795always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'14681hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13796export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'14682hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13797exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'14683hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13798include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'14684hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13799prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'14685hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13800file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'14686hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13801variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'14687hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13802need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'14688hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13803need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'14689inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13804version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'14690link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13805runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'14691always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13806shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'14692export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13807shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'14693exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13808libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'14694include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13809library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'14695prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13810soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'14696postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
13811postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'14697file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13812postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'14698variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13813finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'14699need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13814finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'14700need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13815hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'14701version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13816sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'14702runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13817sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'14703shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13818hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'14704shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13819enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'14705libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13820enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'14706library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13821enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'14707soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13822old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'14708install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13823striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'14709postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14710postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14711finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14712finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14713hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14714sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14715sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14716hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14717enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14718enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14719enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14720old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14721striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
1382414722
13825LTCC='$LTCC'14723LTCC='$LTCC'
13826LTCFLAGS='$LTCFLAGS'14724LTCFLAGS='$LTCFLAGS'
13827compiler='$compiler_DEFAULT'14725compiler='$compiler_DEFAULT'
1382814726
14727# A function that is used when there is no print builtin or printf.
14728func_fallback_echo ()
14729{
14730 eval 'cat <<_LTECHO_EOF
14731\$1
14732_LTECHO_EOF'
14733}
14734
13829# Quote evaled strings.14735# Quote evaled strings.
13830for var in SED \14736for var in SHELL \
14737ECHO \
14738SED \
13831GREP \14739GREP \
13832EGREP \14740EGREP \
13833FGREP \14741FGREP \
@@ -13840,8 +14748,13 @@
13840OBJDUMP \14748OBJDUMP \
13841deplibs_check_method \14749deplibs_check_method \
13842file_magic_cmd \14750file_magic_cmd \
14751file_magic_glob \
14752want_nocaseglob \
14753DLLTOOL \
14754sharedlib_from_linklib_cmd \
13843AR \14755AR \
13844AR_FLAGS \14756AR_FLAGS \
14757archiver_list_spec \
13845STRIP \14758STRIP \
13846RANLIB \14759RANLIB \
13847CC \14760CC \
@@ -13851,14 +14764,14 @@
13851lt_cv_sys_global_symbol_to_cdecl \14764lt_cv_sys_global_symbol_to_cdecl \
13852lt_cv_sys_global_symbol_to_c_name_address \14765lt_cv_sys_global_symbol_to_c_name_address \
13853lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \14766lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13854SHELL \14767nm_file_list_spec \
13855ECHO \
13856lt_prog_compiler_no_builtin_flag \14768lt_prog_compiler_no_builtin_flag \
14769lt_prog_compiler_pic \
13857lt_prog_compiler_wl \14770lt_prog_compiler_wl \
13858lt_prog_compiler_pic \
13859lt_prog_compiler_static \14771lt_prog_compiler_static \
13860lt_cv_prog_compiler_c_o \14772lt_cv_prog_compiler_c_o \
13861need_locks \14773need_locks \
14774MANIFEST_TOOL \
13862DSYMUTIL \14775DSYMUTIL \
13863NMEDIT \14776NMEDIT \
13864LIPO \14777LIPO \
@@ -13874,7 +14787,6 @@
13874hardcode_libdir_flag_spec \14787hardcode_libdir_flag_spec \
13875hardcode_libdir_flag_spec_ld \14788hardcode_libdir_flag_spec_ld \
13876hardcode_libdir_separator \14789hardcode_libdir_separator \
13877fix_srcfile_path \
13878exclude_expsyms \14790exclude_expsyms \
13879include_expsyms \14791include_expsyms \
13880file_list_spec \14792file_list_spec \
@@ -13882,12 +14794,13 @@
13882libname_spec \14794libname_spec \
13883library_names_spec \14795library_names_spec \
13884soname_spec \14796soname_spec \
14797install_override_mode \
13885finish_eval \14798finish_eval \
13886old_striplib \14799old_striplib \
13887striplib; do14800striplib; do
13888 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in14801 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13889 *[\\\\\\\`\\"\\\$]*)14802 *[\\\\\\\`\\"\\\$]*)
13890 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""14803 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13891 ;;14804 ;;
13892 *)14805 *)
13893 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""14806 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
@@ -13909,14 +14822,15 @@
13909module_expsym_cmds \14822module_expsym_cmds \
13910export_symbols_cmds \14823export_symbols_cmds \
13911prelink_cmds \14824prelink_cmds \
14825postlink_cmds \
13912postinstall_cmds \14826postinstall_cmds \
13913postuninstall_cmds \14827postuninstall_cmds \
13914finish_cmds \14828finish_cmds \
13915sys_lib_search_path_spec \14829sys_lib_search_path_spec \
13916sys_lib_dlsearch_path_spec; do14830sys_lib_dlsearch_path_spec; do
13917 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in14831 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13918 *[\\\\\\\`\\"\\\$]*)14832 *[\\\\\\\`\\"\\\$]*)
13919 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""14833 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13920 ;;14834 ;;
13921 *)14835 *)
13922 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""14836 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
@@ -13924,12 +14838,6 @@
13924 esac14838 esac
13925done14839done
1392614840
13927# Fix-up fallback echo if it was mangled by the above quoting rules.
13928case \$lt_ECHO in
13929*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
13930 ;;
13931esac
13932
13933ac_aux_dir='$ac_aux_dir'14841ac_aux_dir='$ac_aux_dir'
13934xsi_shell='$xsi_shell'14842xsi_shell='$xsi_shell'
13935lt_shell_append='$lt_shell_append'14843lt_shell_append='$lt_shell_append'
@@ -14691,7 +15599,8 @@
14691# NOTE: Changes made to this file will be lost: look at ltmain.sh.15599# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14692#15600#
14693# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,15601# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14694# 2006, 2007, 2008 Free Software Foundation, Inc.15602# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
15603# Inc.
14695# Written by Gordon Matzigkeit, 199615604# Written by Gordon Matzigkeit, 1996
14696#15605#
14697# This file is part of GNU Libtool.15606# This file is part of GNU Libtool.
@@ -14739,6 +15648,12 @@
14739# Whether or not to optimize for fast installation.15648# Whether or not to optimize for fast installation.
14740fast_install=$enable_fast_install15649fast_install=$enable_fast_install
1474115650
15651# Shell to use when invoking shell scripts.
15652SHELL=$lt_SHELL
15653
15654# An echo program that protects backslashes.
15655ECHO=$lt_ECHO
15656
14742# The host system.15657# The host system.
14743host_alias=$host_alias15658host_alias=$host_alias
14744host=$host15659host=$host
@@ -14788,9 +15703,11 @@
14788# turn newlines into spaces.15703# turn newlines into spaces.
14789NL2SP=$lt_lt_NL2SP15704NL2SP=$lt_lt_NL2SP
1479015705
14791# How to create reloadable object files.15706# convert \$build file names to \$host format.
14792reload_flag=$lt_reload_flag15707to_host_file_cmd=$lt_cv_to_host_file_cmd
14793reload_cmds=$lt_reload_cmds15708
15709# convert \$build files to toolchain format.
15710to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1479415711
14795# An object symbol dumper.15712# An object symbol dumper.
14796OBJDUMP=$lt_OBJDUMP15713OBJDUMP=$lt_OBJDUMP
@@ -14798,13 +15715,30 @@
14798# Method to check whether dependent libraries are shared objects.15715# Method to check whether dependent libraries are shared objects.
14799deplibs_check_method=$lt_deplibs_check_method15716deplibs_check_method=$lt_deplibs_check_method
1480015717
14801# Command to use when deplibs_check_method == "file_magic".15718# Command to use when deplibs_check_method = "file_magic".
14802file_magic_cmd=$lt_file_magic_cmd15719file_magic_cmd=$lt_file_magic_cmd
1480315720
15721# How to find potential files when deplibs_check_method = "file_magic".
15722file_magic_glob=$lt_file_magic_glob
15723
15724# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
15725want_nocaseglob=$lt_want_nocaseglob
15726
15727# DLL creation program.
15728DLLTOOL=$lt_DLLTOOL
15729
15730# Command to associate shared and link libraries.
15731sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
15732
14804# The archiver.15733# The archiver.
14805AR=$lt_AR15734AR=$lt_AR
15735
15736# Flags to create an archive.
14806AR_FLAGS=$lt_AR_FLAGS15737AR_FLAGS=$lt_AR_FLAGS
1480715738
15739# How to feed a file listing to the archiver.
15740archiver_list_spec=$lt_archiver_list_spec
15741
14808# A symbol stripping program.15742# A symbol stripping program.
14809STRIP=$lt_STRIP15743STRIP=$lt_STRIP
1481015744
@@ -14813,6 +15747,9 @@
14813old_postinstall_cmds=$lt_old_postinstall_cmds15747old_postinstall_cmds=$lt_old_postinstall_cmds
14814old_postuninstall_cmds=$lt_old_postuninstall_cmds15748old_postuninstall_cmds=$lt_old_postuninstall_cmds
1481515749
15750# Whether to use a lock for old archive extraction.
15751lock_old_archive_extraction=$lock_old_archive_extraction
15752
14816# A C compiler.15753# A C compiler.
14817LTCC=$lt_CC15754LTCC=$lt_CC
1481815755
@@ -14831,21 +15768,24 @@
14831# Transform the output of nm in a C name address pair when lib prefix is needed.15768# Transform the output of nm in a C name address pair when lib prefix is needed.
14832global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix15769global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1483315770
15771# Specify filename containing input files for \$NM.
15772nm_file_list_spec=$lt_nm_file_list_spec
15773
15774# The root where to search for dependent libraries,and in which our libraries should be installed.
15775lt_sysroot=$lt_sysroot
15776
14834# The name of the directory that contains temporary libtool files.15777# The name of the directory that contains temporary libtool files.
14835objdir=$objdir15778objdir=$objdir
1483615779
14837# Shell to use when invoking shell scripts.
14838SHELL=$lt_SHELL
14839
14840# An echo program that does not interpret backslashes.
14841ECHO=$lt_ECHO
14842
14843# Used to examine libraries when file_magic_cmd begins with "file".15780# Used to examine libraries when file_magic_cmd begins with "file".
14844MAGIC_CMD=$MAGIC_CMD15781MAGIC_CMD=$MAGIC_CMD
1484515782
14846# Must we lock files when doing compilation?15783# Must we lock files when doing compilation?
14847need_locks=$lt_need_locks15784need_locks=$lt_need_locks
1484815785
15786# Manifest tool.
15787MANIFEST_TOOL=$lt_MANIFEST_TOOL
15788
14849# Tool to manipulate archived DWARF debug symbol files on Mac OS X.15789# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14850DSYMUTIL=$lt_DSYMUTIL15790DSYMUTIL=$lt_DSYMUTIL
1485115791
@@ -14902,6 +15842,9 @@
14902# The coded name of the library, if different from the real name.15842# The coded name of the library, if different from the real name.
14903soname_spec=$lt_soname_spec15843soname_spec=$lt_soname_spec
1490415844
15845# Permission mode override for installation of shared libraries.
15846install_override_mode=$lt_install_override_mode
15847
14905# Command to use after installation of a shared archive.15848# Command to use after installation of a shared archive.
14906postinstall_cmds=$lt_postinstall_cmds15849postinstall_cmds=$lt_postinstall_cmds
1490715850
@@ -14941,6 +15884,10 @@
14941# The linker used to build libraries.15884# The linker used to build libraries.
14942LD=$lt_LD15885LD=$lt_LD
1494315886
15887# How to create reloadable object files.
15888reload_flag=$lt_reload_flag
15889reload_cmds=$lt_reload_cmds
15890
14944# Commands used to build an old-style archive.15891# Commands used to build an old-style archive.
14945old_archive_cmds=$lt_old_archive_cmds15892old_archive_cmds=$lt_old_archive_cmds
1494615893
@@ -14953,12 +15900,12 @@
14953# Compiler flag to turn off builtin functions.15900# Compiler flag to turn off builtin functions.
14954no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag15901no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1495515902
15903# Additional compiler flags for building library objects.
15904pic_flag=$lt_lt_prog_compiler_pic
15905
14956# How to pass a linker flag through the compiler.15906# How to pass a linker flag through the compiler.
14957wl=$lt_lt_prog_compiler_wl15907wl=$lt_lt_prog_compiler_wl
1495815908
14959# Additional compiler flags for building library objects.
14960pic_flag=$lt_lt_prog_compiler_pic
14961
14962# Compiler flag to prevent dynamic linking.15909# Compiler flag to prevent dynamic linking.
14963link_static_flag=$lt_lt_prog_compiler_static15910link_static_flag=$lt_lt_prog_compiler_static
1496415911
@@ -15045,9 +15992,6 @@
15045# Whether libtool must link a program against all its dependency libraries.15992# Whether libtool must link a program against all its dependency libraries.
15046link_all_deplibs=$link_all_deplibs15993link_all_deplibs=$link_all_deplibs
1504715994
15048# Fix the shell variable \$srcfile for the compiler.
15049fix_srcfile_path=$lt_fix_srcfile_path
15050
15051# Set to "yes" if exported symbols are required.15995# Set to "yes" if exported symbols are required.
15052always_export_symbols=$always_export_symbols15996always_export_symbols=$always_export_symbols
1505315997
@@ -15063,6 +16007,9 @@
15063# Commands necessary for linking programs (against libraries) with templates.16007# Commands necessary for linking programs (against libraries) with templates.
15064prelink_cmds=$lt_prelink_cmds16008prelink_cmds=$lt_prelink_cmds
1506516009
16010# Commands necessary for finishing linking programs.
16011postlink_cmds=$lt_postlink_cmds
16012
15066# Specify filename containing input files.16013# Specify filename containing input files.
15067file_list_spec=$lt_file_list_spec16014file_list_spec=$lt_file_list_spec
1506816015
@@ -15095,212 +16042,169 @@
15095 # if finds mixed CR/LF and LF-only lines. Since sed operates in16042 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15096 # text mode, it properly converts lines to CR/LF. This bash problem16043 # text mode, it properly converts lines to CR/LF. This bash problem
15097 # is reportedly fixed, but why not run on old versions too?16044 # is reportedly fixed, but why not run on old versions too?
15098 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \16045 sed '$q' "$ltmain" >> "$cfgfile" \
15099 || (rm -f "$cfgfile"; exit 1)16046 || (rm -f "$cfgfile"; exit 1)
1510016047
15101 case $xsi_shell in16048 if test x"$xsi_shell" = xyes; then
15102 yes)16049 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
15103 cat << \_LT_EOF >> "$cfgfile"16050func_dirname ()\
1510416051{\
15105# func_dirname file append nondir_replacement16052\ case ${1} in\
15106# Compute the dirname of FILE. If nonempty, add APPEND to the result,16053\ */*) func_dirname_result="${1%/*}${2}" ;;\
15107# otherwise set result to NONDIR_REPLACEMENT.16054\ * ) func_dirname_result="${3}" ;;\
15108func_dirname ()16055\ esac\
15109{16056} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
15110 case ${1} in16057 && mv -f "$cfgfile.tmp" "$cfgfile" \
15111 */*) func_dirname_result="${1%/*}${2}" ;;16058 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15112 * ) func_dirname_result="${3}" ;;16059test 0 -eq $? || _lt_function_replace_fail=:
15113 esac
15114}
15115
15116# func_basename file
15117func_basename ()
15118{
15119 func_basename_result="${1##*/}"
15120}
15121
15122# func_dirname_and_basename file append nondir_replacement
15123# perform func_basename and func_dirname in a single function
15124# call:
15125# dirname: Compute the dirname of FILE. If nonempty,
15126# add APPEND to the result, otherwise set result
15127# to NONDIR_REPLACEMENT.
15128# value returned in "$func_dirname_result"
15129# basename: Compute filename of FILE.
15130# value retuned in "$func_basename_result"
15131# Implementation must be kept synchronized with func_dirname
15132# and func_basename. For efficiency, we do not delegate to
15133# those functions but instead duplicate the functionality here.
15134func_dirname_and_basename ()
15135{
15136 case ${1} in
15137 */*) func_dirname_result="${1%/*}${2}" ;;
15138 * ) func_dirname_result="${3}" ;;
15139 esac
15140 func_basename_result="${1##*/}"
15141}
15142
15143# func_stripname prefix suffix name
15144# strip PREFIX and SUFFIX off of NAME.
15145# PREFIX and SUFFIX must not contain globbing or regex special
15146# characters, hashes, percent signs, but SUFFIX may contain a leading
15147# dot (in which case that matches only a dot).
15148func_stripname ()
15149{
15150 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15151 # positional parameters, so assign one to ordinary parameter first.
15152 func_stripname_result=${3}
15153 func_stripname_result=${func_stripname_result#"${1}"}
15154 func_stripname_result=${func_stripname_result%"${2}"}
15155}
15156
15157# func_opt_split
15158func_opt_split ()
15159{
15160 func_opt_split_opt=${1%%=*}
15161 func_opt_split_arg=${1#*=}
15162}
15163
15164# func_lo2o object
15165func_lo2o ()
15166{
15167 case ${1} in
15168 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15169 *) func_lo2o_result=${1} ;;
15170 esac
15171}
15172
15173# func_xform libobj-or-source
15174func_xform ()
15175{
15176 func_xform_result=${1%.*}.lo
15177}
15178
15179# func_arith arithmetic-term...
15180func_arith ()
15181{
15182 func_arith_result=$(( $* ))
15183}
15184
15185# func_len string
15186# STRING may not start with a hyphen.
15187func_len ()
15188{
15189 func_len_result=${#1}
15190}
15191
15192_LT_EOF
15193 ;;
15194 *) # Bourne compatible functions.
15195 cat << \_LT_EOF >> "$cfgfile"
15196
15197# func_dirname file append nondir_replacement
15198# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15199# otherwise set result to NONDIR_REPLACEMENT.
15200func_dirname ()
15201{
15202 # Extract subdirectory from the argument.
15203 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
15204 if test "X$func_dirname_result" = "X${1}"; then
15205 func_dirname_result="${3}"
15206 else
15207 func_dirname_result="$func_dirname_result${2}"
15208 fi
15209}
15210
15211# func_basename file
15212func_basename ()
15213{
15214 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
15215}
15216
15217
15218# func_stripname prefix suffix name
15219# strip PREFIX and SUFFIX off of NAME.
15220# PREFIX and SUFFIX must not contain globbing or regex special
15221# characters, hashes, percent signs, but SUFFIX may contain a leading
15222# dot (in which case that matches only a dot).
15223# func_strip_suffix prefix name
15224func_stripname ()
15225{
15226 case ${2} in
15227 .*) func_stripname_result=`$ECHO "X${3}" \
15228 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15229 *) func_stripname_result=`$ECHO "X${3}" \
15230 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
15231 esac
15232}
15233
15234# sed scripts:
15235my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15236my_sed_long_arg='1s/^-[^=]*=//'
15237
15238# func_opt_split
15239func_opt_split ()
15240{
15241 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
15242 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
15243}
15244
15245# func_lo2o object
15246func_lo2o ()
15247{
15248 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
15249}
15250
15251# func_xform libobj-or-source
15252func_xform ()
15253{
15254 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
15255}
15256
15257# func_arith arithmetic-term...
15258func_arith ()
15259{
15260 func_arith_result=`expr "$@"`
15261}
15262
15263# func_len string
15264# STRING may not start with a hyphen.
15265func_len ()
15266{
15267 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15268}
15269
15270_LT_EOF
15271esac
15272
15273case $lt_shell_append in
15274 yes)
15275 cat << \_LT_EOF >> "$cfgfile"
15276
15277# func_append var value
15278# Append VALUE to the end of shell variable VAR.
15279func_append ()
15280{
15281 eval "$1+=\$2"
15282}
15283_LT_EOF
15284 ;;
15285 *)
15286 cat << \_LT_EOF >> "$cfgfile"
15287
15288# func_append var value
15289# Append VALUE to the end of shell variable VAR.
15290func_append ()
15291{
15292 eval "$1=\$$1\$2"
15293}
15294
15295_LT_EOF
15296 ;;
15297 esac
15298
15299
15300 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15301 || (rm -f "$cfgfile"; exit 1)
15302
15303 mv -f "$cfgfile" "$ofile" ||
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches