diff --git a/ChangeLog b/ChangeLog index df33834..a6a2e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,199 @@ +commit 9d54c02581f1b01d7dc90156b68dc6704c6258f8 +Author: Guillaume Desmottes +Date: Wed Jan 9 11:13:37 2013 +0100 + + prepare 3.6.3 + + NEWS | 22 ++++++++++++++++++++++ + configure.ac | 4 ++-- + 2 files changed, 24 insertions(+), 2 deletions(-) + +commit d626e269cd10cce37a1ca54ff7474ae6aee16df4 +Author: Guillaume Desmottes +Date: Fri Dec 28 14:29:40 2012 +0100 + + extensions: fix parallel build + + Based on a similar fix from Debarshi Ray: + f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 + + https://bugzilla.gnome.org/show_bug.cgi?id=688132 + + extensions/Makefile.am | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit 796b0b439794ca55b7c4114787f80f830ad0e598 +Author: Debarshi Ray +Date: Fri Nov 30 19:29:13 2012 +0100 + + Make parallel builds work + + There is no need to execute glib-ginterface-gen.py twice because it + generates both the .c and .h files in one shot. Therefore, merely + having one of them (say the .c) depend on the other (say the .h) is + enough. + + Moreover, running it twice breaks parallel builds because one + glib-ginterface-gen.py process steps on the other. + + Based on a suggestion from Ryan Lortie. + + Fixes: https://bugzilla.gnome.org/688132 + + extensions/Makefile.am | 12 +++++++++++- + 1 file changed, 11 insertions(+), 1 deletion(-) + +commit d95a09bded20a2cccf0847f4663fd075536399ca +Author: Guillaume Desmottes +Date: Tue Jan 8 12:31:43 2013 +0100 + + tp-chat: prepare CONNECTED on the TpConnection first + + We have to make sure that tp_connection_get_self_contact() won't + return NULL. + + https://bugzilla.gnome.org/show_bug.cgi?id=691006 + + libempathy/empathy-tp-chat.c | 58 + ++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 48 insertions(+), 10 deletions(-) + +commit 620122e5b41b4ae529ffcdb927b6b4898d98b5f3 +Author: Guillaume Desmottes +Date: Tue Jan 8 10:39:11 2013 +0100 + + account-settings: early return if SASL earlier + + We should update the URI schemes and service even if the account + uses SASL, so + it has to be done *before* the early return. + + I did not hit this bug before as the only CM on which we use URI + schemes + (rakia) was not implementing SASL channel when I implemented this + feature. + + https://bugzilla.gnome.org/show_bug.cgi?id=691195 + + libempathy/empathy-account-settings.c | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +commit 273ef9afeabc1de111d4b890dccb3e9153c8c3b1 +Author: Guillaume Desmottes +Date: Mon Jan 7 14:23:14 2013 +0100 + + roster-window: ellipsize infobar title + + This avoid to increase the width of the roster window when displaying + the + error. + + https://bugzilla.gnome.org/show_bug.cgi?id=691137 + + src/empathy-roster-window.c | 1 + + 1 file changed, 1 insertion(+) + +commit 1e7449f5a14e2f031389808206c9991f65d3ade7 +Author: Guillaume Desmottes +Date: Fri Jan 4 16:08:39 2013 +0100 + + log-window: escape the body of the message + + https://bugzilla.gnome.org/show_bug.cgi?id=691085 + + libempathy-gtk/empathy-log-window.c | 9 +++++++-- + 1 file changed, 7 insertions(+), 2 deletions(-) + +commit 1f58b2c7809a6489c069aff8b1b9d1e114bc3f2c +Author: Gheyret Kenji +Date: Fri Jan 4 16:46:52 2013 +0900 + + Updated Uyghur translation + + Signed-off-by: Gheyret Kenji + + po/ug.po | 3889 + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 1980 insertions(+), 1909 deletions(-) + +commit a6f5c35e7b6b2e8a7d6a1f63f00b9adc01997889 +Author: Dr.T.Vasudevan +Date: Sun Dec 9 12:45:23 2012 +0530 + + Updated Tamil translation + + po/ta.po | 2231 + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 1229 insertions(+), 1002 deletions(-) + +commit 4e24c14b1aaa4adb2e0f18bc683ac553ea9d0d03 +Author: ManojKumar Giri +Date: Mon Dec 3 16:39:32 2012 +0530 + + Updated Odia Translation with FUEL implementation. + + po/or.po | 18 +++++++++++++----- + 1 file changed, 13 insertions(+), 5 deletions(-) + +commit 173e4151ca7b04e6d4a04714efc296dae854d1e8 +Author: Krishnababu Krothapalli +Date: Wed Nov 28 15:15:15 2012 +0530 + + Updated Telugu Translations + + po/te.po | 226 + +++++++++++++++++++++++++-------------------------------------- + 1 file changed, 88 insertions(+), 138 deletions(-) + +commit 6afec09cc7b2abfd5fd196a3e0e24292d4216b4e +Author: Ani Peter +Date: Tue Nov 27 15:36:12 2012 +0530 + + Updated Malayalam translations + + po/ml.po | 153 + ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 77 insertions(+), 76 deletions(-) + +commit 771598c130be39e4a6884d5d4fe057f10d02e60b +Author: Ani Peter +Date: Tue Nov 27 15:31:26 2012 +0530 + + Updated Malayalam translations + + po/ml.po | 576 + ++++++++++++++++++++++++++++++++++++++++++--------------------- + 1 file changed, 381 insertions(+), 195 deletions(-) + +commit bb46360d0da2582688f99a44bff3a51a9a0ec2a6 +Author: Rajesh Ranjan +Date: Fri Nov 23 13:41:24 2012 +0530 + + hindi translation update + + po/hi.po | 174 + +++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 90 insertions(+), 84 deletions(-) + +commit 68748b079908614ae9c1976b7fc2fa350df55772 +Author: Shankar Prasad +Date: Wed Nov 21 16:02:03 2012 +0530 + + Updated kn translation + + po/kn.po | 292 + +++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 174 insertions(+), 118 deletions(-) + +commit 8272468f01ba232565a518bdd7c8893eca751495 +Author: Guillaume Desmottes +Date: Tue Nov 13 17:06:00 2012 +0100 + + remove released flag + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 9ba4ab702ebf55397a99c8cbfe19f1ab60376b95 Author: Guillaume Desmottes Date: Tue Nov 13 16:59:42 2012 +0100 diff --git a/Makefile.in b/Makefile.in index 98d5f1e..a32aa7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -76,12 +75,18 @@ CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -100,9 +105,10 @@ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir dist dist-all distcheck + cscope distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags +CSCOPE = cscope DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -112,6 +118,7 @@ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi +am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -139,6 +146,7 @@ reldir="$$dir2" GZIP_ENV = --best DIST_ARCHIVES = $(distdir).tar.xz +DIST_TARGETS = dist-xz am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print @@ -435,12 +443,12 @@ -rm -f libtool config.lt # This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -450,7 +458,11 @@ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -464,37 +476,6 @@ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ @@ -502,6 +483,10 @@ ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -566,8 +551,32 @@ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) + +clean-cscope: + -rm -f cscope.files + +cscope.files: clean-cscope cscopelist-recursive cscopelist + +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) @@ -635,39 +644,35 @@ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__remove_distdir) - -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) + $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__remove_distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another @@ -678,8 +683,6 @@ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ @@ -725,7 +728,7 @@ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 - $(am__remove_distdir) + $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' @@ -862,12 +865,14 @@ uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ - ctags-recursive install-am install-strip tags-recursive + cscopelist-recursive ctags-recursive install-am install-strip \ + tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-generic \ - clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ + all all-am am--refresh check check-am clean clean-cscope \ + clean-generic clean-libtool cscope cscopelist \ + cscopelist-recursive ctags ctags-recursive dist dist-all \ + dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \ dist-zip distcheck distclean distclean-generic distclean-hdr \ distclean-libtool distclean-local distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ diff --git a/NEWS b/NEWS index 501ad8b..b0746af 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +NEW in 3.6.3 (09/01/2013) +============ + +This stable release fixes a bunch of annoying bugs and one crasher. +Distributions shipping GNOME 3.6 should consider upgrading. + +Bugs fixed: + - Fixed #691085, Backslash escapes applied in the chat log (Guillaume Desmottes) + - Fixed #691137, Empathy contact list window resizes automatically when connections are lost (Guillaume Desmottes) + - Fixed #691195, Rakia / SIP "Use this account to call landlines and mobile phones" checkbox does nothing (Guillaume Desmottes) + - Fixed #691006, empathy-CRITICAL **: empathy_contact_dup_from_tp_contact: assertion `TP_IS_CONTACT (tp_contact)' failed (Guillaume Desmottes) + - Fixed #688132, code generation during build has a race due to unintended concurrency (Debarshi Ray, Guillaume Desmottes) + +Translations: + - Updated hi Translation (Rajesh Ranjan) + - Updated kn Translation (Shankar Prasad) + - Updated ml Translation (Ani Peter) + - Updated or Translation (ManojKumar Giri) + - Updated ta Translation (Dr.T.Vasudevan) + - Updated te Translation (Krishnababu Krothapalli) + - Updated ug Translation (Gheyret Kenji) + NEW in 3.6.2 (13/11/2012) ============ diff --git a/aclocal.m4 b/aclocal.m4 index 514b5cb..854f7f1 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,8 +1,7 @@ -# generated automatically by aclocal 1.11.6 -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, -# Inc. +# generated automatically by aclocal 1.12.2 -*- Autoconf -*- + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. + # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -14,1625 +13,11 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, -[m4_warning([this file was generated for autoconf 2.68. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. -To do so, use the procedure documented by the package, typically `autoreconf'.])]) - -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software -# Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -# (This private macro should not be called outside this file.) -AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to -dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.6], [], - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -]) - -# _AM_AUTOCONF_VERSION(VERSION) -# ----------------------------- -# aclocal traces this macro to find the Autoconf version. -# This is a private macro too. Using m4_define simplifies -# the logic in aclocal, which can simply ignore this definition. -m4_define([_AM_AUTOCONF_VERSION], []) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.6])dnl -m4_ifndef([AC_AUTOCONF_VERSION], - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) - -# AM_AUX_DIR_EXPAND -*- Autoconf -*- - -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 9 - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE])dnl -AC_SUBST([$1_FALSE])dnl -_AM_SUBST_NOTMAKE([$1_TRUE])dnl -_AM_SUBST_NOTMAKE([$1_FALSE])dnl -m4_define([_AM_COND_VALUE_$1], [$2])dnl -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi -AC_CONFIG_COMMANDS_PRE( -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR([[conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.]]) -fi])]) - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, -# 2010, 2011 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 12 - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) - -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - rm -rf conftest.dir - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_$1_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` - fi - am__universal=false - m4_case([$1], [CC], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac], - [CXX], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac]) - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_$1_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_$1_dependencies_compiler_type=none -fi -]) -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -AM_CONDITIONAL([am__fastdep$1], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -]) - - -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES -AC_DEFUN([AM_SET_DEPDIR], -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' - am__nodep='_no' -fi -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH])dnl -_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl -AC_SUBST([am__nodep])dnl -_AM_SUBST_NOTMAKE([am__nodep])dnl -]) - -# Generate code to set up dependency tracking. -*- Autoconf -*- - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -#serial 5 - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done -} -])# _AM_OUTPUT_DEPENDENCY_COMMANDS - - -# AM_OUTPUT_DEPENDENCY_COMMANDS -# ----------------------------- -# This macro should only be invoked once -- use via AC_REQUIRE. -# -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -[AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) - -# Do all the work for Automake. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 16 - -# This macro actually does too much. Some checks are only needed if -# your package does certain things. But this isn't really a big deal. - -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl -dnl Autoconf wants to disallow AM_ names. We explicitly allow -dnl the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -AC_REQUIRE([AC_PROG_INSTALL])dnl -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) - fi -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, - [m4_fatal([AC_INIT should be called with package and version arguments])])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl -]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. -AC_CONFIG_COMMANDS_PRE(dnl -[m4_provide_if([_AM_COMPILER_EXEEXT], - [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -]) - -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not -dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further -dnl mangled by Autoconf and run in a shell conditional statement. -m4_define([_AC_COMPILER_EXEEXT], -m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. - -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_arg=$1 -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) - -# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, -# Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; - *) - install_sh="\${SHELL} $am_aux_dir/install-sh" - esac -fi -AC_SUBST(install_sh)]) - -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - -# Check to see how 'make' treats includes. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) - -# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- - -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 6 - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([missing])dnl -if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac -fi -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) -fi -]) - -# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, -# Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# AM_PROG_MKDIR_P -# --------------- -# Check for `mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software -# Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 - -# _AM_MANGLE_OPTION(NAME) -# ----------------------- -AC_DEFUN([_AM_MANGLE_OPTION], -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) - -# _AM_SET_OPTION(NAME) -# -------------------- -# Set option NAME. Presently that only means defining a flag for this option. -AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) - -# _AM_SET_OPTIONS(OPTIONS) -# ------------------------ -# OPTIONS is a space-separated list of Automake options. -AC_DEFUN([_AM_SET_OPTIONS], -[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) - -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -# ------------------------------------------- -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -AC_DEFUN([_AM_IF_OPTION], -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, -# 2011 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -# --------------------------------------------------------------------------- -# Adds support for distributing Python modules and packages. To -# install modules, copy them to $(pythondir), using the python_PYTHON -# automake variable. To install a package with the same name as the -# automake package, install to $(pkgpythondir), or use the -# pkgpython_PYTHON automake variable. -# -# The variables $(pyexecdir) and $(pkgpyexecdir) are provided as -# locations to install python extension modules (shared libraries). -# Another macro is required to find the appropriate flags to compile -# extension modules. -# -# If your package is configured with a different prefix to python, -# users will have to add the install directory to the PYTHONPATH -# environment variable, or create a .pth file (see the python -# documentation for details). -# -# If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will -# cause an error if the version of python installed on the system -# doesn't meet the requirement. MINIMUM-VERSION should consist of -# numbers and dots only. -AC_DEFUN([AM_PATH_PYTHON], - [ - dnl Find a Python interpreter. Python versions prior to 2.0 are not - dnl supported. (2.0 was released on October 16, 2000). - m4_define_default([_AM_PYTHON_INTERPRETER_LIST], -[python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl - python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) - - AC_ARG_VAR([PYTHON], [the Python interpreter]) - - m4_if([$1],[],[ - dnl No version check is needed. - # Find any Python interpreter. - if test -z "$PYTHON"; then - AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) - fi - am_display_PYTHON=python - ], [ - dnl A version check is needed. - if test -n "$PYTHON"; then - # If the user set $PYTHON, use it and don't search something else. - AC_MSG_CHECKING([whether $PYTHON version >= $1]) - AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], - [AC_MSG_RESULT(yes)], - [AC_MSG_ERROR(too old)]) - am_display_PYTHON=$PYTHON - else - # Otherwise, try each interpreter until we find one that satisfies - # VERSION. - AC_CACHE_CHECK([for a Python interpreter with version >= $1], - [am_cv_pathless_PYTHON],[ - for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do - test "$am_cv_pathless_PYTHON" = none && break - AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break]) - done]) - # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. - if test "$am_cv_pathless_PYTHON" = none; then - PYTHON=: - else - AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) - fi - am_display_PYTHON=$am_cv_pathless_PYTHON - fi - ]) - - if test "$PYTHON" = :; then - dnl Run any user-specified action, or abort. - m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) - else - - dnl Query Python for its version number. Getting [:3] seems to be - dnl the best way to do this; it's what "site.py" does in the standard - dnl library. - - AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], - [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) - AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) - - dnl Use the values of $prefix and $exec_prefix for the corresponding - dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made - dnl distinct variables so they can be overridden if need be. However, - dnl general consensus is that you shouldn't need this ability. - - AC_SUBST([PYTHON_PREFIX], ['${prefix}']) - AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}']) - - dnl At times (like when building shared libraries) you may want - dnl to know which OS platform Python thinks this is. - - AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], - [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`]) - AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) - - - dnl Set up 4 directories: - - dnl pythondir -- where to install python scripts. This is the - dnl site-packages directory, not the python standard library - dnl directory like in previous automake betas. This behavior - dnl is more consistent with lispdir.m4 for example. - dnl Query distutils for this directory. - AC_CACHE_CHECK([for $am_display_PYTHON script directory], - [am_cv_python_pythondir], - [if test "x$prefix" = xNONE - then - am_py_prefix=$ac_default_prefix - else - am_py_prefix=$prefix - fi - am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null` - case $am_cv_python_pythondir in - $am_py_prefix*) - am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` - am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"` - ;; - *) - case $am_py_prefix in - /usr|/System*) ;; - *) - am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages - ;; - esac - ;; - esac - ]) - AC_SUBST([pythondir], [$am_cv_python_pythondir]) - - dnl pkgpythondir -- $PACKAGE directory under pythondir. Was - dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is - dnl more consistent with the rest of automake. - - AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE]) - - dnl pyexecdir -- directory for installing python extension modules - dnl (shared libraries) - dnl Query distutils for this directory. - AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], - [am_cv_python_pyexecdir], - [if test "x$exec_prefix" = xNONE - then - am_py_exec_prefix=$am_py_prefix - else - am_py_exec_prefix=$exec_prefix - fi - am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null` - case $am_cv_python_pyexecdir in - $am_py_exec_prefix*) - am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` - am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"` - ;; - *) - case $am_py_exec_prefix in - /usr|/System*) ;; - *) - am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages - ;; - esac - ;; - esac - ]) - AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) - - dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE) - - AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE]) - - dnl Run any user-specified action. - $2 - fi - -]) - - -# AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) -# --------------------------------------------------------------------------- -# Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION. -# Run ACTION-IF-FALSE otherwise. -# This test uses sys.hexversion instead of the string equivalent (first -# word of sys.version), in order to cope with versions such as 2.2c1. -# This supports Python 2.0 or higher. (2.0 was released on October 16, 2000). -AC_DEFUN([AM_PYTHON_CHECK_VERSION], - [prog="import sys -# split strings by '.' and convert to numeric. Append some zeros -# because we need at least 4 digits for the hex conversion. -# map returns an iterator in Python 3.0 and a list in 2.x -minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]] -minverhex = 0 -# xrange is not present in Python 3.0 and range returns an iterator -for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]] -sys.exit(sys.hexversion < minverhex)" - AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) - -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# AM_RUN_LOG(COMMAND) -# ------------------- -# Run COMMAND, save the exit status in ac_status, and log it. -# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) -AC_DEFUN([AM_RUN_LOG], -[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD - ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - (exit $ac_status); }]) - -# Check to make sure that the build environment is sane. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 - -# AM_SANITY_CHECK -# --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# Reject unsafe characters in $srcdir or the absolute working directory -# name. Accept space and tab only in the latter. -am_lf=' -' -case `pwd` in - *[[\\\"\#\$\&\'\`$am_lf]]*) - AC_MSG_ERROR([unsafe absolute working directory name]);; -esac -case $srcdir in - *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; -esac - -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) -fi -AC_MSG_RESULT(yes)]) - -# Copyright (C) 2009, 2011 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# AM_SILENT_RULES([DEFAULT]) -# -------------------------- -# Enable less verbose build rules; with the default set to DEFAULT -# (`yes' being less verbose, `no' or empty being verbose). -AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], -[ --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0')]) -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; -esac -dnl -dnl A few `make' implementations (e.g., NonStop OS and NextStep) -dnl do not support nested variable expansions. -dnl See automake bug#9928 and bug#10237. -am_make=${MAKE-make} -AC_CACHE_CHECK([whether $am_make supports nested variables], - [am_cv_make_support_nested_variables], - [if AS_ECHO([['TRUE=$(BAR$(V)) -BAR0=false -BAR1=true -V=1 -am__doit: - @$(TRUE) -.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then - am_cv_make_support_nested_variables=yes -else - am_cv_make_support_nested_variables=no -fi]) -if test $am_cv_make_support_nested_variables = yes; then - dnl Using `$V' instead of `$(V)' breaks IRIX make. - AM_V='$(V)' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -else - AM_V=$AM_DEFAULT_VERBOSITY - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -fi -AC_SUBST([AM_V])dnl -AM_SUBST_NOTMAKE([AM_V])dnl -AC_SUBST([AM_DEFAULT_V])dnl -AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl -AC_SUBST([AM_DEFAULT_VERBOSITY])dnl -AM_BACKSLASH='\' -AC_SUBST([AM_BACKSLASH])dnl -_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl -]) - -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# AM_PROG_INSTALL_STRIP -# --------------------- -# One issue with vendor `install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 3 - -# _AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- -# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. -# This macro is traced by Automake. -AC_DEFUN([_AM_SUBST_NOTMAKE]) - -# AM_SUBST_NOTMAKE(VARIABLE) -# -------------------------- -# Public sister of _AM_SUBST_NOTMAKE. -AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) - -# Check how to create a tarball. -*- Autoconf -*- - -# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# _AM_PROG_TAR(FORMAT) -# -------------------- -# Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. -# -# Substitute a variable $(am__tar) that is a command -# writing to stdout a FORMAT-tarball containing the directory -# $tardir. -# tardir=directory && $(am__tar) > result.tar -# -# Substitute a variable $(am__untar) that extract such -# a tarball read from stdin. -# $(am__untar) < result.tar -AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. Yes, it's still used -# in the wild :-( We should find a proper way to deprecate it ... -AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break - - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) - rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir - -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) -AC_SUBST([am__tar]) -AC_SUBST([am__untar]) -]) # _AM_PROG_TAR - -# nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, -dnl Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. - -AC_PREREQ([2.50]) - -AC_DEFUN([AM_NLS], -[ - AC_MSG_CHECKING([whether NLS is requested]) - dnl Default is enabled NLS - AC_ARG_ENABLE([nls], - [ --disable-nls do not use Native Language Support], - USE_NLS=$enableval, USE_NLS=yes) - AC_MSG_RESULT([$USE_NLS]) - AC_SUBST([USE_NLS]) -]) - -# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# serial 1 (pkg-config-0.24) -# -# Copyright © 2004 Scott James Remnant . -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# PKG_PROG_PKG_CONFIG([MIN-VERSION]) -# ---------------------------------- -AC_DEFUN([PKG_PROG_PKG_CONFIG], -[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) - -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_default([$1], [0.9.0]) - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" - fi -fi[]dnl -])# PKG_PROG_PKG_CONFIG - -# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -# -# Check to see whether a particular set of modules exists. Similar -# to PKG_CHECK_MODULES(), but does not set variables or print errors. -# -# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -# only at the first occurence in configure.ac, so if the first place -# it's called might be skipped (such as if it is within an "if", you -# have to call PKG_CHECK_EXISTS manually -# -------------------------------------------------------------- -AC_DEFUN([PKG_CHECK_EXISTS], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -if test -n "$PKG_CONFIG" && \ - AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_default([$2], [:]) -m4_ifvaln([$3], [else - $3])dnl -fi]) - -# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -# --------------------------------------------- -m4_define([_PKG_CONFIG], -[if test -n "$$1"; then - pkg_cv_[]$1="$$1" - elif test -n "$PKG_CONFIG"; then - PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], - [pkg_failed=yes]) - else - pkg_failed=untried -fi[]dnl -])# _PKG_CONFIG - -# _PKG_SHORT_ERRORS_SUPPORTED -# ----------------------------- -AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi[]dnl -])# _PKG_SHORT_ERRORS_SUPPORTED - - -# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -# [ACTION-IF-NOT-FOUND]) -# -# -# Note that if there is a possibility the first call to -# PKG_CHECK_MODULES might not happen, you should be sure to include an -# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -# -# -# -------------------------------------------------------------- -AC_DEFUN([PKG_CHECK_MODULES], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl - -pkg_failed=no -AC_MSG_CHECKING([for $1]) - -_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -_PKG_CONFIG([$1][_LIBS], [libs], [$2]) - -m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -and $1[]_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details.]) - -if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) - _PKG_SHORT_ERRORS_SUPPORTED - if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` - else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - - m4_default([$4], [AC_MSG_ERROR( -[Package requirements ($2) were not met: - -$$1_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -_PKG_TEXT]) - ]) -elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( -[The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -_PKG_TEXT - -To get pkg-config, see .]) - ]) -else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS - AC_MSG_RESULT([yes]) - $3 -fi[]dnl -])# PKG_CHECK_MODULES - -AC_DEFUN([YELP_HELP_INIT], -[ -AC_REQUIRE([AC_PROG_LN_S]) -m4_pattern_allow([AM_V_at]) -m4_pattern_allow([AM_V_GEN]) -m4_pattern_allow([AM_DEFAULT_VERBOSITY]) -AC_ARG_WITH([help-dir], - AC_HELP_STRING([--with-help-dir=DIR], - [path where help files are installed]),, - [with_help_dir='${datadir}/help']) -HELP_DIR="$with_help_dir" -AC_SUBST(HELP_DIR) - -AC_ARG_VAR([ITSTOOL], [Path to the `itstool` command]) -AC_CHECK_PROG([ITSTOOL], [itstool], [itstool]) -if test x"$ITSTOOL" = x; then - AC_MSG_ERROR([itstool not found]) -fi - -AC_ARG_VAR([XMLLINT], [Path to the `xmllint` command]) -AC_CHECK_PROG([XMLLINT], [xmllint], [xmllint]) -if test x"$XMLLINT" = x; then - AC_MSG_ERROR([xmllint not found]) -fi - -YELP_HELP_RULES=' -HELP_ID ?= -HELP_POT ?= -HELP_FILES ?= -HELP_EXTRA ?= -HELP_MEDIA ?= -HELP_LINGUAS ?= - -_HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) -_HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) -_HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) -_HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) -_HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) -_HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) -_HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) -_HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) -_HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) - -_HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) -_HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) -_HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) -_HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) -_HELP_LC_VERBOSE_0 = @echo " GEN "$(dir [$]@); - -all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) - -.PHONY: pot -pot: $(_HELP_POTFILE) -$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) - $(AM_V_GEN)$(ITSTOOL) -o "[$]@" $(_HELP_C_FILES) - -.PHONY: repo -repo: $(_HELP_POTFILE) - $(AM_V_at)for po in $(_HELP_POFILES); do \ - if test "x[$](_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ - msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ - done - -$(_HELP_POFILES): - $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi - $(AM_V_at)if test ! -f "[$]@" -a -f "$(srcdir)/[$]@"; then cp "$(srcdir)/[$]@" "[$]@"; fi - $(AM_V_GEN)if ! test -f "[$]@"; then \ - (cd "$(dir [$]@)" && \ - $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ - mv "$(notdir [$]@).tmp" "$(notdir [$]@)"); \ - else \ - (cd "$(dir [$]@)" && \ - $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ - msgmerge -o "$(notdir [$]@)" "$(notdir [$]@)" "$(notdir [$]@).tmp" && \ - rm "$(notdir [$]@).tmp"); \ - fi - -$(_HELP_MOFILES): %.mo: %.po - $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi - $(AM_V_GEN)msgfmt -o "[$]@" "$<" - -$(_HELP_LC_FILES): $(_HELP_LINGUAS) -$(_HELP_LINGUAS): $(_HELP_LC_STAMPS) -$(_HELP_LC_STAMPS): %.stamp: %.mo -$(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) - $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi - $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ - mo="$(dir [$]@)$(patsubst %/$(notdir [$]@),%,[$]@).mo"; \ - if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ - (cd "$(dir [$]@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ - touch "[$]@" - -.PHONY: clean-help -mostlyclean-am: $(if $(HELP_ID),clean-help) -clean-help: - rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) - -EXTRA_DIST ?= -EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) -EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp) -EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) -EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) - -distdir: distdir-help-files -distdir-help-files: - @for lc in C $(HELP_LINGUAS); do \ - $(MKDIR_P) "$(distdir)/$$lc"; \ - for file in $(HELP_FILES); do \ - if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ - cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ - done; \ - done; \ - -.PHONY: check-help -check: check-help -check-help: - for lc in C $(_HELP_LINGUAS); do \ - if test -d "$$lc"; \ - then d=; \ - xmlpath="$$lc"; \ - else \ - d="$(srcdir)/"; \ - xmlpath="$$lc:$(srcdir)/$$lc"; \ - fi; \ - for page in $(HELP_FILES); do \ - echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ - $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ - done; \ - done - - -.PHONY: install-help -install-data-am: $(if $(HELP_ID),install-help) -install-help: - @for lc in C $(_HELP_LINGUAS); do \ - $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ - done - @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ - if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ - echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ - $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ - done; done - @for f in $(_HELP_C_EXTRA); do \ - lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ - if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ - echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ - $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ - done - @for f in $(HELP_MEDIA); do \ - for lc in C $(_HELP_LINGUAS); do \ - if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - mdir=`dirname "$$f"`; \ - if test "x$mdir" = "x."; then mdir=""; fi; \ - if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ - if test -f "$$d$$lc/$$f"; then \ - echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ - $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ - elif test "x$$lc" != "xC"; then \ - echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ - $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ - fi; \ - done; \ - done - -.PHONY: uninstall-help -uninstall-am: $(if $(HELP_ID),uninstall-help) -uninstall-help: - for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - echo "rm -f $$helpdir`basename $$f`"; \ - rm -f "$$helpdir`basename $$f`"; \ - done; done - @for f in $(_HELP_C_EXTRA); do \ - lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - echo "rm -f $$helpdir`basename $$f`"; \ - rm -f "$$helpdir`basename $$f`"; \ - done - @for f in $(HELP_MEDIA); do \ - for lc in C $(_HELP_LINGUAS); do \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - echo "rm -f $$helpdir$$f"; \ - rm -f "$$helpdir$$f"; \ - done; \ - done; -' -AC_SUBST([YELP_HELP_RULES]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])]) -]) +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # Configure paths for GLIB # Owen Taylor 1997-2001 @@ -1849,6 +234,1703 @@ rm -f conf.glibtest ]) +# nls.m4 serial 5 (gettext-0.18) +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, +dnl Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_PREREQ([2.50]) + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE([nls], + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT([$USE_NLS]) + AC_SUBST([USE_NLS]) +]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) +# +# Copyright © 2004 Scott James Remnant . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])# PKG_CHECK_MODULES + + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + +AC_DEFUN([YELP_HELP_INIT], +[ +AC_REQUIRE([AC_PROG_LN_S]) +m4_pattern_allow([AM_V_at]) +m4_pattern_allow([AM_V_GEN]) +m4_pattern_allow([AM_DEFAULT_VERBOSITY]) +AC_ARG_WITH([help-dir], + AC_HELP_STRING([--with-help-dir=DIR], + [path where help files are installed]),, + [with_help_dir='${datadir}/help']) +HELP_DIR="$with_help_dir" +AC_SUBST(HELP_DIR) + +AC_ARG_VAR([ITSTOOL], [Path to the `itstool` command]) +AC_CHECK_PROG([ITSTOOL], [itstool], [itstool]) +if test x"$ITSTOOL" = x; then + AC_MSG_ERROR([itstool not found]) +fi + +AC_ARG_VAR([XMLLINT], [Path to the `xmllint` command]) +AC_CHECK_PROG([XMLLINT], [xmllint], [xmllint]) +if test x"$XMLLINT" = x; then + AC_MSG_ERROR([xmllint not found]) +fi + +YELP_HELP_RULES=' +HELP_ID ?= +HELP_POT ?= +HELP_FILES ?= +HELP_EXTRA ?= +HELP_MEDIA ?= +HELP_LINGUAS ?= + +_HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) +_HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) +_HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) +_HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) +_HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) +_HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) +_HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) +_HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) +_HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) + +_HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) +_HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) +_HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) +_HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) +_HELP_LC_VERBOSE_0 = @echo " GEN "$(dir [$]@); + +all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) + +.PHONY: pot +pot: $(_HELP_POTFILE) +$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) + $(AM_V_GEN)$(ITSTOOL) -o "[$]@" $(_HELP_C_FILES) + +.PHONY: repo +repo: $(_HELP_POTFILE) + $(AM_V_at)for po in $(_HELP_POFILES); do \ + if test "x[$](_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ + msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ + done + +$(_HELP_POFILES): + $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi + $(AM_V_at)if test ! -f "[$]@" -a -f "$(srcdir)/[$]@"; then cp "$(srcdir)/[$]@" "[$]@"; fi + $(AM_V_GEN)if ! test -f "[$]@"; then \ + (cd "$(dir [$]@)" && \ + $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ + mv "$(notdir [$]@).tmp" "$(notdir [$]@)"); \ + else \ + (cd "$(dir [$]@)" && \ + $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ + msgmerge -o "$(notdir [$]@)" "$(notdir [$]@)" "$(notdir [$]@).tmp" && \ + rm "$(notdir [$]@).tmp"); \ + fi + +$(_HELP_MOFILES): %.mo: %.po + $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi + $(AM_V_GEN)msgfmt -o "[$]@" "$<" + +$(_HELP_LC_FILES): $(_HELP_LINGUAS) +$(_HELP_LINGUAS): $(_HELP_LC_STAMPS) +$(_HELP_LC_STAMPS): %.stamp: %.mo +$(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) + $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi + $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ + mo="$(dir [$]@)$(patsubst %/$(notdir [$]@),%,[$]@).mo"; \ + if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ + (cd "$(dir [$]@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ + touch "[$]@" + +.PHONY: clean-help +mostlyclean-am: $(if $(HELP_ID),clean-help) +clean-help: + rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) + +EXTRA_DIST ?= +EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) +EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) + +distdir: distdir-help-files +distdir-help-files: + @for lc in C $(HELP_LINGUAS); do \ + $(MKDIR_P) "$(distdir)/$$lc"; \ + for file in $(HELP_FILES); do \ + if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ + cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ + done; \ + done; \ + +.PHONY: check-help +check: check-help +check-help: + for lc in C $(_HELP_LINGUAS); do \ + if test -d "$$lc"; \ + then d=; \ + xmlpath="$$lc"; \ + else \ + d="$(srcdir)/"; \ + xmlpath="$$lc:$(srcdir)/$$lc"; \ + fi; \ + for page in $(HELP_FILES); do \ + echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ + $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ + done; \ + done + + +.PHONY: install-help +install-data-am: $(if $(HELP_ID),install-help) +install-help: + @for lc in C $(_HELP_LINGUAS); do \ + $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ + done + @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ + if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ + echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ + $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ + done; done + @for f in $(_HELP_C_EXTRA); do \ + lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ + if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ + echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ + $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ + done + @for f in $(HELP_MEDIA); do \ + for lc in C $(_HELP_LINGUAS); do \ + if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + mdir=`dirname "$$f"`; \ + if test "x$mdir" = "x."; then mdir=""; fi; \ + if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ + if test -f "$$d$$lc/$$f"; then \ + echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ + $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ + elif test "x$$lc" != "xC"; then \ + echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ + $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ + fi; \ + done; \ + done + +.PHONY: uninstall-help +uninstall-am: $(if $(HELP_ID),uninstall-help) +uninstall-help: + for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + echo "rm -f $$helpdir`basename $$f`"; \ + rm -f "$$helpdir`basename $$f`"; \ + done; done + @for f in $(_HELP_C_EXTRA); do \ + lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + echo "rm -f $$helpdir`basename $$f`"; \ + rm -f "$$helpdir`basename $$f`"; \ + done + @for f in $(HELP_MEDIA); do \ + for lc in C $(_HELP_LINGUAS); do \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + echo "rm -f $$helpdir$$f"; \ + rm -f "$$helpdir$$f"; \ + done; \ + done; +' +AC_SUBST([YELP_HELP_RULES]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])]) +]) + +# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.12' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.12.2], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.12.2])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 10 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 17 + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each '.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 19 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], +[$0: two- and three-arguments forms are deprecated. For more info, see: +http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +dnl Support for Objective C++ was only introduced in Autoconf 2.65, +dnl but we still cater to Autoconf 2.62. +m4_ifdef([AC_PROG_OBJCXX], +[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 7 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# AM_PROG_MKDIR_P +# --------------- +# Check for 'mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl FIXME to be removed in Automake 1.13. +AC_DIAGNOSE([obsolete], +[$0: this macro is deprecated, and will soon be removed. +You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead, +and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.]) +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# --------------------------------------------------------------------------- +# Adds support for distributing Python modules and packages. To +# install modules, copy them to $(pythondir), using the python_PYTHON +# automake variable. To install a package with the same name as the +# automake package, install to $(pkgpythondir), or use the +# pkgpython_PYTHON automake variable. +# +# The variables $(pyexecdir) and $(pkgpyexecdir) are provided as +# locations to install python extension modules (shared libraries). +# Another macro is required to find the appropriate flags to compile +# extension modules. +# +# If your package is configured with a different prefix to python, +# users will have to add the install directory to the PYTHONPATH +# environment variable, or create a .pth file (see the python +# documentation for details). +# +# If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will +# cause an error if the version of python installed on the system +# doesn't meet the requirement. MINIMUM-VERSION should consist of +# numbers and dots only. +AC_DEFUN([AM_PATH_PYTHON], + [ + dnl Find a Python interpreter. Python versions prior to 2.0 are not + dnl supported. (2.0 was released on October 16, 2000). + m4_define_default([_AM_PYTHON_INTERPRETER_LIST], +[python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl + python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) + + AC_ARG_VAR([PYTHON], [the Python interpreter]) + + m4_if([$1],[],[ + dnl No version check is needed. + # Find any Python interpreter. + if test -z "$PYTHON"; then + AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) + fi + am_display_PYTHON=python + ], [ + dnl A version check is needed. + if test -n "$PYTHON"; then + # If the user set $PYTHON, use it and don't search something else. + AC_MSG_CHECKING([whether $PYTHON version is >= $1]) + AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], + [AC_MSG_RESULT([yes])], + [AC_MSG_RESULT([no]) + AC_MSG_ERROR([Python interpreter is too old])]) + am_display_PYTHON=$PYTHON + else + # Otherwise, try each interpreter until we find one that satisfies + # VERSION. + AC_CACHE_CHECK([for a Python interpreter with version >= $1], + [am_cv_pathless_PYTHON],[ + for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do + test "$am_cv_pathless_PYTHON" = none && break + AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break]) + done]) + # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. + if test "$am_cv_pathless_PYTHON" = none; then + PYTHON=: + else + AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) + fi + am_display_PYTHON=$am_cv_pathless_PYTHON + fi + ]) + + if test "$PYTHON" = :; then + dnl Run any user-specified action, or abort. + m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) + else + + dnl Query Python for its version number. Getting [:3] seems to be + dnl the best way to do this; it's what "site.py" does in the standard + dnl library. + + AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], + [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) + AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) + + dnl Use the values of $prefix and $exec_prefix for the corresponding + dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made + dnl distinct variables so they can be overridden if need be. However, + dnl general consensus is that you shouldn't need this ability. + + AC_SUBST([PYTHON_PREFIX], ['${prefix}']) + AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}']) + + dnl At times (like when building shared libraries) you may want + dnl to know which OS platform Python thinks this is. + + AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], + [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`]) + AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) + + + dnl Set up 4 directories: + + dnl pythondir -- where to install python scripts. This is the + dnl site-packages directory, not the python standard library + dnl directory like in previous automake betas. This behavior + dnl is more consistent with lispdir.m4 for example. + dnl Query distutils for this directory. + AC_CACHE_CHECK([for $am_display_PYTHON script directory], + [am_cv_python_pythondir], + [if test "x$prefix" = xNONE + then + am_py_prefix=$ac_default_prefix + else + am_py_prefix=$prefix + fi + am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null` + case $am_cv_python_pythondir in + $am_py_prefix*) + am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` + am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"` + ;; + *) + case $am_py_prefix in + /usr|/System*) ;; + *) + am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + ]) + AC_SUBST([pythondir], [$am_cv_python_pythondir]) + + dnl pkgpythondir -- $PACKAGE directory under pythondir. Was + dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is + dnl more consistent with the rest of automake. + + AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE]) + + dnl pyexecdir -- directory for installing python extension modules + dnl (shared libraries) + dnl Query distutils for this directory. + AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], + [am_cv_python_pyexecdir], + [if test "x$exec_prefix" = xNONE + then + am_py_exec_prefix=$am_py_prefix + else + am_py_exec_prefix=$exec_prefix + fi + am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null` + case $am_cv_python_pyexecdir in + $am_py_exec_prefix*) + am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` + am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"` + ;; + *) + case $am_py_exec_prefix in + /usr|/System*) ;; + *) + am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + ]) + AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) + + dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE) + + AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE]) + + dnl Run any user-specified action. + $2 + fi + +]) + + +# AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) +# --------------------------------------------------------------------------- +# Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION. +# Run ACTION-IF-FALSE otherwise. +# This test uses sys.hexversion instead of the string equivalent (first +# word of sys.version), in order to cope with versions such as 2.2c1. +# This supports Python 2.0 or higher. (2.0 was released on October 16, 2000). +AC_DEFUN([AM_PYTHON_CHECK_VERSION], + [prog="import sys +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +# map returns an iterator in Python 3.0 and a list in 2.x +minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]] +minverhex = 0 +# xrange is not present in Python 3.0 and range returns an iterator +for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]] +sys.exit(sys.hexversion < minverhex)" + AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) + +# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of '-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + m4_include([m4/as-compiler-flag.m4]) m4_include([m4/ax_config_dir.m4]) m4_include([m4/empathy-args.m4]) diff --git a/config.guess b/config.guess index d622a44..c0adba9 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1256,7 +1256,7 @@ NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/config.sub b/config.sub index c894da4..6205f84 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-04-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -224,6 +224,12 @@ ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 ;; -lynx*) os=-lynxos @@ -1537,6 +1543,9 @@ c4x-* | tic4x-*) os=-coff ;; + hexagon-*) + os=-elf + ;; tic54x-*) os=-coff ;; diff --git a/configure b/configure index 8fc31fc..9851c13 100755 --- a/configure +++ b/configure @@ -1,13 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for Empathy 3.6.2. +# Generated by GNU Autoconf 2.69 for Empathy 3.6.3. # # Report bugs to . # # -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation @@ -141,6 +139,31 @@ # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh @@ -174,7 +197,8 @@ else exitcode=1; echo positional parameters were not saved. fi -test x\$exitcode = x0 || exit 1" +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && @@ -227,21 +251,25 @@ if test "x$CONFIG_SHELL" != x; then : - # We cannot yet assume a decent shell, so we have to provide a - # neutralization value for shells without unset; and this also - # works around shells that cannot unset nonexistent variables. - # Preserve -v and -x to the replacement shell. - BASH_ENV=/dev/null - ENV=/dev/null - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV - export CONFIG_SHELL - case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; - esac - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 fi if test x$as_have_required = xno; then : @@ -345,6 +373,14 @@ } # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -466,6 +502,10 @@ chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). @@ -500,16 +540,16 @@ # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -521,28 +561,8 @@ as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -576,8 +596,8 @@ # Identity of this package. PACKAGE_NAME='Empathy' PACKAGE_TARNAME='empathy' -PACKAGE_VERSION='3.6.2' -PACKAGE_STRING='Empathy 3.6.2' +PACKAGE_VERSION='3.6.3' +PACKAGE_STRING='Empathy 3.6.3' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=empathy' PACKAGE_URL='https://live.gnome.org/Empathy' @@ -1391,8 +1411,6 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -1478,7 +1496,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Empathy 3.6.2 to adapt to many kinds of systems. +\`configure' configures Empathy 3.6.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1552,7 +1570,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Empathy 3.6.2:";; + short | recursive ) echo "Configuration of Empathy 3.6.3:";; esac cat <<\_ACEOF @@ -1560,10 +1578,12 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0') - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build --disable-glibtest do not try to compile and run a test GLIB program --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] @@ -1740,10 +1760,10 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Empathy configure 3.6.2 -generated by GNU Autoconf 2.68 - -Copyright (C) 2010 Free Software Foundation, Inc. +Empathy configure 3.6.3 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -1903,7 +1923,7 @@ test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext + test -x conftest$ac_exeext }; then : ac_retval=0 else @@ -2023,8 +2043,8 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Empathy $as_me 3.6.2, which was -generated by GNU Autoconf 2.68. Invocation command line was +It was created by Empathy $as_me 3.6.3, which was +generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2588,6 +2608,7 @@ + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. @@ -2608,7 +2629,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2651,7 +2672,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2716,6 +2737,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_EGGLISTBOX_CFLAGS=`$PKG_CONFIG --cflags "egg-list-box" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -2732,6 +2754,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_EGGLISTBOX_LIBS=`$PKG_CONFIG --libs "egg-list-box" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -2751,9 +2774,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - EGGLISTBOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "egg-list-box" 2>&1` + EGGLISTBOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "egg-list-box" 2>&1` else - EGGLISTBOX_PKG_ERRORS=`$PKG_CONFIG --print-errors "egg-list-box" 2>&1` + EGGLISTBOX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "egg-list-box" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$EGGLISTBOX_PKG_ERRORS" >&5 @@ -2768,7 +2791,6 @@ Alternatively, you may set the environment variables EGGLISTBOX_CFLAGS and EGGLISTBOX_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 - elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -2784,7 +2806,6 @@ To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } - else EGGLISTBOX_CFLAGS=$pkg_cv_EGGLISTBOX_CFLAGS EGGLISTBOX_LIBS=$pkg_cv_EGGLISTBOX_LIBS @@ -2827,7 +2848,7 @@ -am__api_version='1.11' +am__api_version='1.12' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2866,7 +2887,7 @@ # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -2924,9 +2945,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -2937,32 +2955,40 @@ esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi - + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$2" = conftest.file ) then @@ -2974,6 +3000,16 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -3000,8 +3036,8 @@ am_missing_run="$MISSING --run " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then @@ -3013,10 +3049,10 @@ esac fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. +# will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. @@ -3035,7 +3071,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3075,7 +3111,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3126,7 +3162,7 @@ test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ @@ -3155,12 +3191,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -3179,7 +3209,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3265,7 +3295,7 @@ # Define the identity of the package. PACKAGE='empathy' - VERSION='3.6.2' + VERSION='3.6.3' # Some tools Automake needs. @@ -3283,6 +3313,12 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' # We need awk for the "check" target. The system "awk" is bad on # some platforms. @@ -3297,7 +3333,7 @@ _am_tools='gnutar plaintar pax cpio none' _am_tools=${am_cv_prog_tar_ustar-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. +# Solaris sh will not grok spaces in the rhs of '-'. for _am_tool in $_am_tools do case $_am_tool in @@ -3386,10 +3422,10 @@ enableval=$enable_silent_rules; fi -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=0;; +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 @@ -3444,7 +3480,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3484,7 +3520,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3537,7 +3573,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3578,7 +3614,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -3636,7 +3672,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3680,7 +3716,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4126,8 +4162,7 @@ /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); @@ -4230,7 +4265,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -4286,8 +4321,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -4322,16 +4357,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -4340,8 +4375,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -4349,7 +4384,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -4558,7 +4593,7 @@ for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in @@ -4624,7 +4659,7 @@ for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in @@ -4784,6 +4819,7 @@ fi + mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; @@ -4826,6 +4862,7 @@ + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. @@ -4846,7 +4883,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4889,7 +4926,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6018,7 +6055,7 @@ for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue + as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in @@ -6097,7 +6134,7 @@ for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue + as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in @@ -6353,7 +6390,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6397,7 +6434,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6821,7 +6858,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6861,7 +6898,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7167,7 +7204,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7207,7 +7244,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7310,7 +7347,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7354,7 +7391,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7479,7 +7516,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7519,7 +7556,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7578,7 +7615,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7618,7 +7655,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8267,7 +8304,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8307,7 +8344,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8387,7 +8424,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8427,7 +8464,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8479,7 +8516,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8519,7 +8556,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8571,7 +8608,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8611,7 +8648,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8663,7 +8700,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8703,7 +8740,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8755,7 +8792,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8795,7 +8832,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -13055,7 +13092,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_DBUS_BINDING_TOOL="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -13087,6 +13124,7 @@ *) as_fn_error $? "bad value ${enableval} for --enable-schemas-compile" "$LINENO" 5 ;; esac fi + @@ -13115,7 +13153,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -13158,7 +13196,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -13231,7 +13269,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GLIB_COMPILE_SCHEMAS="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -13329,7 +13367,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_XSLTPROC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -13364,8 +13402,8 @@ if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version >= 2.3" >&5 -$as_echo_n "checking whether $PYTHON version >= 2.3... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.3" >&5 +$as_echo_n "checking whether $PYTHON version is >= 2.3... " >&6; } prog="import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. @@ -13383,7 +13421,9 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else - as_fn_error $? "too old" "$LINENO" 5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + as_fn_error $? "Python interpreter is too old" "$LINENO" 5 fi am_display_PYTHON=$PYTHON else @@ -13439,7 +13479,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -13620,6 +13660,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_VALGRIND_CFLAGS=`$PKG_CONFIG --cflags "valgrind > "$valgrind_req"" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -13636,6 +13677,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_VALGRIND_LIBS=`$PKG_CONFIG --libs "valgrind > "$valgrind_req"" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -13655,9 +13697,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - VALGRIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "valgrind > "$valgrind_req"" 2>&1` + VALGRIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "valgrind > "$valgrind_req"" 2>&1` else - VALGRIND_PKG_ERRORS=`$PKG_CONFIG --print-errors "valgrind > "$valgrind_req"" 2>&1` + VALGRIND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "valgrind > "$valgrind_req"" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$VALGRIND_PKG_ERRORS" >&5 @@ -13693,7 +13735,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_VALGRIND_PATH="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -14364,6 +14406,7 @@ libsoup-2.4 gee-1.0 " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -14455,6 +14498,7 @@ libsoup-2.4 gee-1.0 " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -14474,7 +14518,7 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - EMPATHY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + EMPATHY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " dbus-glib-1 folks >= $FOLKS_REQUIRED folks-telepathy >= $FOLKS_REQUIRED @@ -14501,7 +14545,7 @@ gee-1.0 " 2>&1` else - EMPATHY_PKG_ERRORS=`$PKG_CONFIG --print-errors " + EMPATHY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " dbus-glib-1 folks >= $FOLKS_REQUIRED folks-telepathy >= $FOLKS_REQUIRED @@ -14566,7 +14610,6 @@ Alternatively, you may set the environment variables EMPATHY_CFLAGS and EMPATHY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 - elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -14582,7 +14625,6 @@ To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } - else EMPATHY_CFLAGS=$pkg_cv_EMPATHY_CFLAGS EMPATHY_LIBS=$pkg_cv_EMPATHY_LIBS @@ -14647,6 +14689,7 @@ gstreamer-audio-1.0 gstreamer-video-1.0 " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -14690,6 +14733,7 @@ gstreamer-audio-1.0 gstreamer-video-1.0 " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -14709,7 +14753,7 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " farstream-0.2 telepathy-farstream >= 0.4.999 clutter-1.0 >= $CLUTTER_REQUIRED @@ -14720,7 +14764,7 @@ gstreamer-video-1.0 " 2>&1` else - EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --print-errors " + EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " farstream-0.2 telepathy-farstream >= 0.4.999 clutter-1.0 >= $CLUTTER_REQUIRED @@ -14800,6 +14844,7 @@ gstreamer-0.10 >= $GSTREAMER_REQUIRED gstreamer-interfaces-0.10 " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -14840,6 +14885,7 @@ gstreamer-0.10 >= $GSTREAMER_REQUIRED gstreamer-interfaces-0.10 " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -14859,7 +14905,7 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " farstream-0.1 telepathy-farstream >= 0.2.1 clutter-1.0 >= $CLUTTER_REQUIRED @@ -14869,7 +14915,7 @@ gstreamer-interfaces-0.10 " 2>&1` else - EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --print-errors " + EMPATHY_CALL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " farstream-0.1 telepathy-farstream >= 0.2.1 clutter-1.0 >= $CLUTTER_REQUIRED @@ -14900,7 +14946,6 @@ Alternatively, you may set the environment variables EMPATHY_CALL_CFLAGS and EMPATHY_CALL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 - elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -14916,7 +14961,6 @@ To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } - else EMPATHY_CALL_CFLAGS=$pkg_cv_EMPATHY_CALL_CFLAGS EMPATHY_CALL_LIBS=$pkg_cv_EMPATHY_CALL_LIBS @@ -15009,7 +15053,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15049,7 +15093,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15089,7 +15133,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15273,7 +15317,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15313,7 +15357,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15353,7 +15397,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15393,7 +15437,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15444,7 +15488,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -15571,6 +15615,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_UDEV_CFLAGS=`$PKG_CONFIG --cflags "gudev-1.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -15587,6 +15632,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_UDEV_LIBS=`$PKG_CONFIG --libs "gudev-1.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -15606,9 +15652,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gudev-1.0" 2>&1` + UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gudev-1.0" 2>&1` else - UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors "gudev-1.0" 2>&1` + UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gudev-1.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$UDEV_PKG_ERRORS" >&5 @@ -15685,6 +15731,7 @@ enchant >= $ENCHANT_REQUIRED, iso-codes >= $ISO_CODES_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -15710,6 +15757,7 @@ enchant >= $ENCHANT_REQUIRED, iso-codes >= $ISO_CODES_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -15729,12 +15777,12 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - ENCHANT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + ENCHANT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " enchant >= $ENCHANT_REQUIRED, iso-codes >= $ISO_CODES_REQUIRED " 2>&1` else - ENCHANT_PKG_ERRORS=`$PKG_CONFIG --print-errors " + ENCHANT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " enchant >= $ENCHANT_REQUIRED, iso-codes >= $ISO_CODES_REQUIRED " 2>&1` @@ -15835,6 +15883,7 @@ champlain-gtk-0.12 champlain-0.12 >= $CHAMPLAIN_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -15863,6 +15912,7 @@ champlain-gtk-0.12 champlain-0.12 >= $CHAMPLAIN_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -15882,13 +15932,13 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - LIBCHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + LIBCHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " clutter-gtk-1.0 champlain-gtk-0.12 champlain-0.12 >= $CHAMPLAIN_REQUIRED " 2>&1` else - LIBCHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --print-errors " + LIBCHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " clutter-gtk-1.0 champlain-gtk-0.12 champlain-0.12 >= $CHAMPLAIN_REQUIRED @@ -15967,6 +16017,7 @@ pkg_cv_GEOCLUE_CFLAGS=`$PKG_CONFIG --cflags " geoclue >= $GEOCLUE_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -15989,6 +16040,7 @@ pkg_cv_GEOCLUE_LIBS=`$PKG_CONFIG --libs " geoclue >= $GEOCLUE_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16008,11 +16060,11 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GEOCLUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + GEOCLUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " geoclue >= $GEOCLUE_REQUIRED " 2>&1` else - GEOCLUE_PKG_ERRORS=`$PKG_CONFIG --print-errors " + GEOCLUE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " geoclue >= $GEOCLUE_REQUIRED " 2>&1` fi @@ -16091,6 +16143,7 @@ pkg_cv_GEOCODE_CFLAGS=`$PKG_CONFIG --cflags " geocode-glib " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16113,6 +16166,7 @@ pkg_cv_GEOCODE_LIBS=`$PKG_CONFIG --libs " geocode-glib " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16132,11 +16186,11 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GEOCODE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + GEOCODE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " geocode-glib " 2>&1` else - GEOCODE_PKG_ERRORS=`$PKG_CONFIG --print-errors " + GEOCODE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " geocode-glib " 2>&1` fi @@ -16215,6 +16269,7 @@ pkg_cv_NST_CFLAGS=`$PKG_CONFIG --cflags " nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16237,6 +16292,7 @@ pkg_cv_NST_LIBS=`$PKG_CONFIG --libs " nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16256,11 +16312,11 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - NST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + NST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED " 2>&1` else - NST_PKG_ERRORS=`$PKG_CONFIG --print-errors " + NST_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED " 2>&1` fi @@ -16334,6 +16390,7 @@ mission-control-plugins goa-1.0 >= $GOA_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16359,6 +16416,7 @@ mission-control-plugins goa-1.0 >= $GOA_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16378,12 +16436,12 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GOA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + GOA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " mission-control-plugins goa-1.0 >= $GOA_REQUIRED " 2>&1` else - GOA_PKG_ERRORS=`$PKG_CONFIG --print-errors " + GOA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " mission-control-plugins goa-1.0 >= $GOA_REQUIRED " 2>&1` @@ -16454,6 +16512,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_CHEESE_CFLAGS=`$PKG_CONFIG --cflags "cheese-gtk >= CHEESE_GTK_REQUIRED" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16470,6 +16529,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_CHEESE_LIBS=`$PKG_CONFIG --libs "cheese-gtk >= CHEESE_GTK_REQUIRED" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16489,9 +16549,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - CHEESE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "cheese-gtk >= CHEESE_GTK_REQUIRED" 2>&1` + CHEESE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cheese-gtk >= CHEESE_GTK_REQUIRED" 2>&1` else - CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors "cheese-gtk >= CHEESE_GTK_REQUIRED" 2>&1` + CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cheese-gtk >= CHEESE_GTK_REQUIRED" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$CHEESE_PKG_ERRORS" >&5 @@ -16572,6 +16632,7 @@ libaccounts-glib >= $LIBACCOUNTS_REQUIRED libsignon-glib >= $LIBSIGNON_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16603,6 +16664,7 @@ libaccounts-glib >= $LIBACCOUNTS_REQUIRED libsignon-glib >= $LIBSIGNON_REQUIRED " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -16622,14 +16684,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - UOA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + UOA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " account-plugin mission-control-plugins >= $MC_PLUGINS_REQUIRED libaccounts-glib >= $LIBACCOUNTS_REQUIRED libsignon-glib >= $LIBSIGNON_REQUIRED " 2>&1` else - UOA_PKG_ERRORS=`$PKG_CONFIG --print-errors " + UOA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " account-plugin mission-control-plugins >= $MC_PLUGINS_REQUIRED libaccounts-glib >= $LIBACCOUNTS_REQUIRED @@ -16767,7 +16829,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ITSTOOL="itstool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -16809,7 +16871,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_XMLLINT="xmllint" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -17129,6 +17191,14 @@ LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -17487,16 +17557,16 @@ # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -17556,28 +17626,16 @@ as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -17598,8 +17656,8 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Empathy $as_me 3.6.2, which was -generated by GNU Autoconf 2.68. Invocation command line was +This file was extended by Empathy $as_me 3.6.3, which was +generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -17665,11 +17723,11 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Empathy config.status 3.6.2 -configured by $0, generated by GNU Autoconf 2.68, +Empathy config.status 3.6.3 +configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -17760,7 +17818,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' @@ -18709,7 +18767,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -18743,21 +18801,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || diff --git a/configure.ac b/configure.ac index dd2e839..962bf60 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ m4_define([empathy_major_version], [3]) m4_define([empathy_minor_version], [6]) -m4_define([empathy_micro_version], [2]) +m4_define([empathy_micro_version], [3]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' diff --git a/data/Makefile.in b/data/Makefile.in index 942be97..fe330a7 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -69,12 +68,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = empathy.desktop.in CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -581,12 +586,12 @@ dir='$(DESTDIR)$(servicefiledir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -596,7 +601,11 @@ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -610,37 +619,6 @@ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ @@ -648,6 +626,10 @@ ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -712,6 +694,20 @@ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -879,27 +875,28 @@ uninstall-cssDATA uninstall-desktopDATA uninstall-htmlDATA \ uninstall-servicefileDATA -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ + cscopelist-recursive ctags-recursive install-am install-strip \ + tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am all-local check check-am clean clean-generic \ - clean-libtool ctags ctags-recursive distclean \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-clientfileDATA install-convertDATA install-cssDATA \ - install-data install-data-am install-desktopDATA install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-htmlDATA install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-servicefileDATA install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am \ - uninstall-clientfileDATA uninstall-convertDATA \ - uninstall-cssDATA uninstall-desktopDATA uninstall-htmlDATA \ - uninstall-servicefileDATA + clean-libtool cscopelist cscopelist-recursive ctags \ + ctags-recursive distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-clientfileDATA install-convertDATA \ + install-cssDATA install-data install-data-am \ + install-desktopDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-htmlDATA \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am \ + install-servicefileDATA install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am uninstall-clientfileDATA \ + uninstall-convertDATA uninstall-cssDATA uninstall-desktopDATA \ + uninstall-htmlDATA uninstall-servicefileDATA @INTLTOOL_DESKTOP_RULE@ @GSETTINGS_RULES@ diff --git a/data/empathy.desktop b/data/empathy.desktop index 92c7fbc..253d9ec 100644 --- a/data/empathy.desktop +++ b/data/empathy.desktop @@ -31,7 +31,7 @@ Name[gl]=Empathy Name[gu]=Empathy Name[he]=Empathy -Name[hi]=Empathy +Name[hi]=एंपेथी Name[hu]=Empathy Name[id]=Empathy Name[it]=Empathy @@ -296,4 +296,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=empathy X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=3.6.2 +X-GNOME-Bugzilla-Version=3.6.3 diff --git a/data/empathy.desktop.in b/data/empathy.desktop.in index fd5e952..a354d24 100644 --- a/data/empathy.desktop.in +++ b/data/empathy.desktop.in @@ -13,4 +13,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=empathy X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=3.6.2 +X-GNOME-Bugzilla-Version=3.6.3 diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in index fc84561..2080fb6 100644 --- a/data/icons/Makefile.in +++ b/data/icons/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -68,12 +67,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -535,6 +540,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/data/themes/Makefile.in b/data/themes/Makefile.in index fb62929..0dfeb82 100644 --- a/data/themes/Makefile.in +++ b/data/themes/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,12 +66,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -366,6 +371,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/depcomp b/depcomp index 25a39e6..debb6ff 100755 --- a/depcomp +++ b/depcomp @@ -3,8 +3,7 @@ scriptversion=2012-03-27.16; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, -# 2011, 2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2012 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/extensions/Makefile.am b/extensions/Makefile.am index bc42133..789821d 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -98,7 +98,9 @@ @$(mkdir_p) _gen $(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@ -_gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml \ +_gen/cli-misc-body.h: _gen/cli-misc.h + +_gen/cli-misc.h: _gen/misc.xml \ $(tools_dir)/glib-client-gen.py $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \ --group=misc \ @@ -108,7 +110,17 @@ --tp-proxy-api=0.10.0 \ $< Emp_Cli _gen/cli-misc -_gen/svc-misc.c _gen/svc-misc.h: _gen/misc.xml \ +# There is no need to execute glib-ginterface-gen.py twice because it +# generates both the .c and .h files in one shot. Therefore, merely +# having one of them (say the .c) depend on the other (say the .h) is +# enough. +# +# Moreover, running it twice breaks parallel builds because one +# glib-ginterface-gen.py process steps on the other. + +_gen/svc-misc.c: _gen/svc-misc.h + +_gen/svc-misc.h: _gen/misc.xml \ $(tools_dir)/glib-ginterface-gen.py $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \ --filename=_gen/svc-misc \ diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 04f5a8a..6b4d8e7 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -52,7 +51,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = extensions -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -77,6 +77,19 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -89,20 +102,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libemp_extensions_la_SOURCES) \ $(nodist_libemp_extensions_la_SOURCES) DIST_SOURCES = $(libemp_extensions_la_SOURCES) @@ -403,12 +412,14 @@ clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libemp-extensions.la: $(libemp_extensions_la_OBJECTS) $(libemp_extensions_la_DEPENDENCIES) $(EXTRA_libemp_extensions_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libemp_extensions_la_OBJECTS) $(libemp_extensions_la_LIBADD) $(LIBS) @@ -504,6 +515,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -650,8 +675,8 @@ .MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-local clean-noinstLTLIBRARIES ctags \ - distclean distclean-compile distclean-generic \ + clean-libtool clean-local clean-noinstLTLIBRARIES cscopelist \ + ctags distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ @@ -708,7 +733,9 @@ @$(mkdir_p) _gen $(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@ -_gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml \ +_gen/cli-misc-body.h: _gen/cli-misc.h + +_gen/cli-misc.h: _gen/misc.xml \ $(tools_dir)/glib-client-gen.py $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \ --group=misc \ @@ -718,7 +745,17 @@ --tp-proxy-api=0.10.0 \ $< Emp_Cli _gen/cli-misc -_gen/svc-misc.c _gen/svc-misc.h: _gen/misc.xml \ +# There is no need to execute glib-ginterface-gen.py twice because it +# generates both the .c and .h files in one shot. Therefore, merely +# having one of them (say the .c) depend on the other (say the .h) is +# enough. +# +# Moreover, running it twice breaks parallel builds because one +# glib-ginterface-gen.py process steps on the other. + +_gen/svc-misc.c: _gen/svc-misc.h + +_gen/svc-misc.h: _gen/misc.xml \ $(tools_dir)/glib-ginterface-gen.py $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \ --filename=_gen/svc-misc \ diff --git a/goa-mc-plugin/Makefile.in b/goa-mc-plugin/Makefile.in index 72ea1fa..082fb10 100644 --- a/goa-mc-plugin/Makefile.in +++ b/goa-mc-plugin/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -52,7 +51,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = goa-mc-plugin -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -106,10 +106,23 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = mcp_account_manager_goa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(mcp_account_manager_goa_la_LDFLAGS) \ $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -122,20 +135,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(mcp_account_manager_goa_la_SOURCES) DIST_SOURCES = $(mcp_account_manager_goa_la_SOURCES) am__can_run_installinfo = \ @@ -425,12 +434,14 @@ clean-pluginsLTLIBRARIES: -test -z "$(plugins_LTLIBRARIES)" || rm -f $(plugins_LTLIBRARIES) - @list='$(plugins_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(plugins_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } mcp-account-manager-goa.la: $(mcp_account_manager_goa_la_OBJECTS) $(mcp_account_manager_goa_la_DEPENDENCIES) $(EXTRA_mcp_account_manager_goa_la_DEPENDENCIES) $(AM_V_CCLD)$(mcp_account_manager_goa_la_LINK) -rpath $(pluginsdir) $(mcp_account_manager_goa_la_OBJECTS) $(mcp_account_manager_goa_la_LIBADD) $(LIBS) @@ -518,6 +529,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -663,18 +688,19 @@ .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginsLTLIBRARIES ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginsLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-pluginsLTLIBRARIES + clean-libtool clean-pluginsLTLIBRARIES cscopelist ctags \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginsLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-pluginsLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/help/Makefile.in b/help/Makefile.in index 489df87..48a093c 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,12 +66,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -387,6 +392,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/install-sh b/install-sh index a9244eb..377bb86 100755 --- a/install-sh +++ b/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-01-19.21; # UTC +scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -35,7 +35,7 @@ # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent -# `make' implicit rules from creating a file called install from it +# 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written @@ -156,7 +156,7 @@ -s) stripcmd=$stripprog;; -t) dst_arg=$2 - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac @@ -190,7 +190,7 @@ fi shift # arg dst_arg=$arg - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac @@ -202,7 +202,7 @@ echo "$0: no input file specified." >&2 exit 1 fi - # It's OK to call `install-sh -d' without argument. + # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi @@ -240,7 +240,7 @@ for src do - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac @@ -354,7 +354,7 @@ if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writeable bit of parent directory when it shouldn't. + # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in diff --git a/libempathy/Makefile.in b/libempathy/Makefile.in index 534748f..c5028d8 100644 --- a/libempathy/Makefile.in +++ b/libempathy/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -53,6 +52,7 @@ build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp \ $(top_srcdir)/tools/check-coding-style.mk \ $(top_srcdir)/tools/flymake.mk @HAVE_GOA_TRUE@am__append_1 = $(goa_sources) @@ -175,9 +175,22 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = libempathy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libempathy_la_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -190,20 +203,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libempathy_la_SOURCES) $(nodist_libempathy_la_SOURCES) DIST_SOURCES = $(am__libempathy_la_SOURCES_DIST) am__can_run_installinfo = \ @@ -639,12 +648,14 @@ clean-pkglibLTLIBRARIES: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) - @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(pkglib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libempathy.la: $(libempathy_la_OBJECTS) $(libempathy_la_DEPENDENCIES) $(EXTRA_libempathy_la_DEPENDENCIES) $(AM_V_CCLD)$(libempathy_la_LINK) -rpath $(pkglibdir) $(libempathy_la_OBJECTS) $(libempathy_la_LIBADD) $(LIBS) @@ -808,6 +819,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -959,8 +984,8 @@ .MAKE: all check check-am install install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \ - clean-generic clean-libtool clean-pkglibLTLIBRARIES ctags \ - distclean distclean-compile distclean-generic \ + clean-generic clean-libtool clean-pkglibLTLIBRARIES cscopelist \ + ctags distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dtdDATA install-dvi install-dvi-am \ diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 8731479..a0e42cc 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -1327,6 +1327,12 @@ goto out; } + update_account_uri_schemes (settings); + update_account_service (settings); + + g_simple_async_result_set_op_res_gboolean (priv->apply_result, + g_strv_length (reconnect_required) > 0); + /* Only set the password in the keyring if the CM supports SASL. */ if (priv->supports_sasl) { @@ -1348,12 +1354,6 @@ return; } - update_account_uri_schemes (settings); - update_account_service (settings); - - g_simple_async_result_set_op_res_gboolean (priv->apply_result, - g_strv_length (reconnect_required) > 0); - out: empathy_account_settings_discard_changes (settings); diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 4857243..42ab083 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -1298,19 +1298,11 @@ } static void -tp_chat_prepare_ready_async (TpProxy *proxy, - const TpProxyFeature *feature, - GAsyncReadyCallback callback, - gpointer user_data) -{ - EmpathyTpChat *self = (EmpathyTpChat *) proxy; - TpChannel *channel = (TpChannel *) proxy; +continue_preparing (EmpathyTpChat *self) +{ + TpChannel *channel = (TpChannel *) self; TpConnection *connection; gboolean listen_for_dbus_properties_changed = FALSE; - - g_assert (self->priv->ready_result == NULL); - self->priv->ready_result = g_simple_async_result_new (G_OBJECT (self), - callback, user_data, tp_chat_prepare_ready_async); connection = tp_channel_get_connection (channel); @@ -1436,3 +1428,49 @@ G_OBJECT (self), NULL); } } + +static void +conn_connected_cb (GObject *source, + GAsyncResult *result, + gpointer user_data) +{ + EmpathyTpChat *self = user_data; + GError *error = NULL; + + if (!tp_proxy_prepare_finish (source, result, &error)) + { + DEBUG ("Failed to prepare Connected: %s", error->message); + g_simple_async_result_take_error (self->priv->ready_result, error); + g_simple_async_result_complete (self->priv->ready_result); + tp_clear_object (&self->priv->ready_result); + return; + } + + continue_preparing (self); +} + +static void +tp_chat_prepare_ready_async (TpProxy *proxy, + const TpProxyFeature *feature, + GAsyncReadyCallback callback, + gpointer user_data) +{ + EmpathyTpChat *self = (EmpathyTpChat *) proxy; + TpChannel *channel = (TpChannel *) proxy; + TpConnection *connection; + GQuark features[] = { TP_CONNECTION_FEATURE_CONNECTED, 0 }; + + g_assert (self->priv->ready_result == NULL); + + self->priv->ready_result = g_simple_async_result_new (G_OBJECT (self), + callback, user_data, tp_chat_prepare_ready_async); + + connection = tp_channel_get_connection (channel); + + /* First we have to make sure that TP_CONNECTION_FEATURE_CONNECTED is + * prepared as we rely on TpConnection::self-contact + * in continue_preparing(). + * + * It would be nice if tp-glib could do this for us: fdo#59126 */ + tp_proxy_prepare_async (connection, features, conn_connected_cb, proxy); +} diff --git a/libempathy-gtk/Makefile.in b/libempathy-gtk/Makefile.in index d79e84c..7e43683 100644 --- a/libempathy-gtk/Makefile.in +++ b/libempathy-gtk/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -53,6 +52,7 @@ build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp \ $(top_srcdir)/tools/check-coding-style.mk \ $(top_srcdir)/tools/flymake.mk @HAVE_GEOCLUE_TRUE@am__append_1 = \ @@ -247,10 +247,23 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = libempathy_gtk_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libempathy_gtk_la_LDFLAGS) $(LDFLAGS) \ -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -263,20 +276,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libempathy_gtk_la_SOURCES) \ $(nodist_libempathy_gtk_la_SOURCES) DIST_SOURCES = $(am__libempathy_gtk_la_SOURCES_DIST) @@ -754,12 +763,14 @@ clean-pkglibLTLIBRARIES: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) - @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(pkglib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libempathy-gtk.la: $(libempathy_gtk_la_OBJECTS) $(libempathy_gtk_la_DEPENDENCIES) $(EXTRA_libempathy_gtk_la_DEPENDENCIES) $(AM_V_CCLD)$(libempathy_gtk_la_LINK) -rpath $(pkglibdir) $(libempathy_gtk_la_OBJECTS) $(libempathy_gtk_la_LIBADD) $(LIBS) @@ -890,12 +901,12 @@ dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -905,7 +916,11 @@ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -919,37 +934,6 @@ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ @@ -957,6 +941,10 @@ ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -1020,6 +1008,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -1194,24 +1196,24 @@ uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-uiDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ - check-am ctags-recursive install install-am install-strip \ - tags-recursive + check-am cscopelist-recursive ctags-recursive install \ + install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am check-local clean clean-generic \ - clean-libtool clean-pkglibLTLIBRARIES ctags ctags-recursive \ - distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pkglibLTLIBRARIES install-ps install-ps-am \ - install-strip install-uiDATA installcheck installcheck-am \ - installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am \ + clean-libtool clean-pkglibLTLIBRARIES cscopelist \ + cscopelist-recursive ctags ctags-recursive distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkglibLTLIBRARIES \ + install-ps install-ps-am install-strip install-uiDATA \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-pkglibLTLIBRARIES uninstall-uiDATA check-syntax: diff --git a/libempathy-gtk/egg-list-box/Makefile.in b/libempathy-gtk/egg-list-box/Makefile.in index d946614..80e551a 100644 --- a/libempathy-gtk/egg-list-box/Makefile.in +++ b/libempathy-gtk/egg-list-box/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -57,15 +56,13 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/egg-list-box-uninstalled.pc.in \ - $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ - config.guess config.sub depcomp install-sh ltmain.sh missing \ - test-list.c test-scrolled.c test_list_vala.stamp \ - test_scrolled_vala.stamp + $(srcdir)/test_list_vala.stamp \ + $(srcdir)/test_scrolled_vala.stamp $(top_srcdir)/configure \ + AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \ + depcomp install-sh ltmain.sh missing test-list.c \ + test-scrolled.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -82,6 +79,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = PROGRAMS = $(noinst_PROGRAMS) am__objects_1 = am_test_list_OBJECTS = test-list.$(OBJEXT) $(am__objects_1) @@ -92,6 +90,18 @@ test_scrolled_OBJECTS = $(am_test_scrolled_OBJECTS) test_scrolled_DEPENDENCIES = $(am__DEPENDENCIES_1) libegglistbox.la \ $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -104,27 +114,24 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = VALACOMPILE = $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS) LTVALACOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(VALAC) $(AM_VALAFLAGS) \ $(VALAFLAGS) AM_V_VALAC = $(am__v_VALAC_@AM_V@) am__v_VALAC_ = $(am__v_VALAC_@AM_DEFAULT_V@) -am__v_VALAC_0 = @echo " VALAC " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_VALAC_0 = @echo " VALAC " $@; +am__v_VALAC_1 = SOURCES = $(libegglistbox_la_SOURCES) $(test_list_SOURCES) \ $(test_scrolled_SOURCES) DIST_SOURCES = $(libegglistbox_la_SOURCES) $(test_list_SOURCES) \ @@ -136,6 +143,8 @@ esac ETAGS = etags CTAGS = ctags +CSCOPE = cscope +AM_RECURSIVE_TARGETS = cscope DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -145,8 +154,10 @@ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi +am__post_remove_distdir = $(am__remove_distdir) DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best +DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -382,12 +393,14 @@ clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libegglistbox.la: $(libegglistbox_la_OBJECTS) $(libegglistbox_la_DEPENDENCIES) $(EXTRA_libegglistbox_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libegglistbox_la_OBJECTS) $(libegglistbox_la_LIBADD) $(LIBS) @@ -513,8 +526,32 @@ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) + +clean-cscope: + -rm -f cscope.files + +cscope.files: clean-cscope cscopelist + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) @@ -557,40 +594,36 @@ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__remove_distdir) - -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) + $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another @@ -601,8 +634,6 @@ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ @@ -648,7 +679,7 @@ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 - $(am__remove_distdir) + $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' @@ -713,10 +744,12 @@ maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." + -rm -f $(srcdir)/test-list.c + -rm -f $(srcdir)/test-scrolled.c + -rm -f $(srcdir)/test_list_vala.stamp + -rm -f $(srcdir)/test_scrolled_vala.stamp -rm -f test-list.c -rm -f test-scrolled.c - -rm -f test_list_vala.stamp - -rm -f test_scrolled_vala.stamp clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ @@ -794,21 +827,21 @@ .MAKE: all install-am install-strip .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ - clean-generic clean-libtool clean-noinstLTLIBRARIES \ - clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \ - dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ - distcheck distclean distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags distcleancheck \ - distdir distuninstallcheck dvi dvi-am html html-am info \ - info-am install install-am install-data install-data-am \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ - uninstall-am + clean-cscope clean-generic clean-libtool \ + clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope cscopelist \ + ctags dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ + dist-tarZ dist-xz dist-zip distcheck distclean \ + distclean-compile distclean-generic distclean-hdr \ + distclean-libtool distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/libempathy-gtk/egg-list-box/aclocal.m4 b/libempathy-gtk/egg-list-box/aclocal.m4 index d22e95a..5b84098 100644 --- a/libempathy-gtk/egg-list-box/aclocal.m4 +++ b/libempathy-gtk/egg-list-box/aclocal.m4 @@ -1,8 +1,7 @@ -# generated automatically by aclocal 1.11.6 -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, -# Inc. +# generated automatically by aclocal 1.12.2 -*- Autoconf -*- + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. + # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -14,20 +13,8810 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, -[m4_warning([this file was generated for autoconf 2.68. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. -To do so, use the procedure documented by the package, typically `autoreconf'.])]) - -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software -# Foundation, Inc. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +m4_define([_LT_COPYING], [dnl +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +]) + +# serial 57 LT_INIT + + +# LT_PREREQ(VERSION) +# ------------------ +# Complain and exit if this libtool version is less that VERSION. +m4_defun([LT_PREREQ], +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, + [m4_default([$3], + [m4_fatal([Libtool version $1 or higher is required], + 63)])], + [$2])]) + + +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters +m4_defun([_LT_CHECK_BUILDDIR], +[case `pwd` in + *\ * | *\ *) + AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; +esac +]) + + +# LT_INIT([OPTIONS]) +# ------------------ +AC_DEFUN([LT_INIT], +[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +])# LT_INIT + +# Old names: +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PROG_LIBTOOL], []) +dnl AC_DEFUN([AM_PROG_LIBTOOL], []) + + +# _LT_CC_BASENAME(CC) +# ------------------- +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +m4_defun([_LT_CC_BASENAME], +[for cc_temp in $1""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +]) + + +# _LT_FILEUTILS_DEFAULTS +# ---------------------- +# It is okay to use these file commands and assume they have been set +# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. +m4_defun([_LT_FILEUTILS_DEFAULTS], +[: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} +])# _LT_FILEUTILS_DEFAULTS + + +# _LT_SETUP +# --------- +m4_defun([_LT_SETUP], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl +_LT_DECL([], [host_alias], [0], [The host system])dnl +_LT_DECL([], [host], [0])dnl +_LT_DECL([], [host_os], [0])dnl +dnl +_LT_DECL([], [build_alias], [0], [The build system])dnl +_LT_DECL([], [build], [0])dnl +_LT_DECL([], [build_os], [0])dnl +dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +dnl +AC_REQUIRE([AC_PROG_LN_S])dnl +test -z "$LN_S" && LN_S="ln -s" +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl +dnl +AC_REQUIRE([LT_CMD_MAX_LEN])dnl +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl +dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_WITH_SYSROOT])dnl + +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi +]) +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +_LT_CHECK_OBJDIR + +m4_require([_LT_TAG_COMPILER])dnl + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + _LT_PATH_MAGIC + fi + ;; +esac + +# Use C for the default configuration in the libtool script +LT_SUPPORTED_TAG([CC]) +_LT_LANG_C_CONFIG +_LT_LANG_DEFAULT_CONFIG +_LT_CONFIG_COMMANDS +])# _LT_SETUP + + +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) + +# _LT_PROG_LTMAIN +# --------------- +# Note that this code is called both from `configure', and `config.status' +# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, +# `config.status' has no value for ac_aux_dir unless we are using Automake, +# so we pass a copy along to make sure it has a sensible value anyway. +m4_defun([_LT_PROG_LTMAIN], +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) +ltmain="$ac_aux_dir/ltmain.sh" +])# _LT_PROG_LTMAIN + + + +# So that we can recreate a full libtool script including additional +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS +# in macros and then make a single call at the end using the `libtool' +# label. + + +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) +# ---------------------------------------- +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL_INIT], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_INIT], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_INIT]) + + +# _LT_CONFIG_LIBTOOL([COMMANDS]) +# ------------------------------ +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) + + +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) +# ----------------------------------------------------- +m4_defun([_LT_CONFIG_SAVE_COMMANDS], +[_LT_CONFIG_LIBTOOL([$1]) +_LT_CONFIG_LIBTOOL_INIT([$2]) +]) + + +# _LT_FORMAT_COMMENT([COMMENT]) +# ----------------------------- +# Add leading comment marks to the start of each line, and a trailing +# full-stop to the whole comment if one is not present already. +m4_define([_LT_FORMAT_COMMENT], +[m4_ifval([$1], [ +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], + [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) +)]) + + + + + +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) +# ------------------------------------------------------------------- +# CONFIGNAME is the name given to the value in the libtool script. +# VARNAME is the (base) name used in the configure script. +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on +# VARNAME. Any other value will be used directly. +m4_define([_LT_DECL], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], + [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], + [m4_ifval([$1], [$1], [$2])]) + lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) + m4_ifval([$4], + [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) + lt_dict_add_subkey([lt_decl_dict], [$2], + [tagged?], [m4_ifval([$5], [yes], [no])])]) +]) + + +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) +# -------------------------------------------------------- +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) + + +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_tag_varnames], +[_lt_decl_filter([tagged?], [yes], $@)]) + + +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) +# --------------------------------------------------------- +m4_define([_lt_decl_filter], +[m4_case([$#], + [0], [m4_fatal([$0: too few arguments: $#])], + [1], [m4_fatal([$0: too few arguments: $#: $1])], + [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], + [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], + [lt_dict_filter([lt_decl_dict], $@)])[]dnl +]) + + +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) +# -------------------------------------------------- +m4_define([lt_decl_quote_varnames], +[_lt_decl_filter([value], [1], $@)]) + + +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_dquote_varnames], +[_lt_decl_filter([value], [2], $@)]) + + +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_varnames_tagged], +[m4_assert([$# <= 2])dnl +_$0(m4_quote(m4_default([$1], [[, ]])), + m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), + m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) +m4_define([_lt_decl_varnames_tagged], +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) + + +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_all_varnames], +[_$0(m4_quote(m4_default([$1], [[, ]])), + m4_if([$2], [], + m4_quote(lt_decl_varnames), + m4_quote(m4_shift($@))))[]dnl +]) +m4_define([_lt_decl_all_varnames], +[lt_join($@, lt_decl_varnames_tagged([$1], + lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl +]) + + +# _LT_CONFIG_STATUS_DECLARE([VARNAME]) +# ------------------------------------ +# Quote a variable value, and forward it to `config.status' so that its +# declaration there will have the same value as in `configure'. VARNAME +# must have a single quote delimited value for this to work. +m4_define([_LT_CONFIG_STATUS_DECLARE], +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) + + +# _LT_CONFIG_STATUS_DECLARATIONS +# ------------------------------ +# We delimit libtool config variables with single quotes, so when +# we write them to config.status, we have to be sure to quote all +# embedded single quotes properly. In configure, this macro expands +# each variable declared with _LT_DECL (and _LT_TAGDECL) into: +# +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), + [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAGS +# ---------------- +# Output comment and list of tags supported by the script +m4_defun([_LT_LIBTOOL_TAGS], +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl +available_tags="_LT_TAGS"dnl +]) + + +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) +# ----------------------------------- +# Extract the dictionary values for VARNAME (optionally with TAG) and +# expand to a commented shell variable setting: +# +# # Some comment about what VAR is for. +# visible_name=$lt_internal_name +m4_define([_LT_LIBTOOL_DECLARE], +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], + [description])))[]dnl +m4_pushdef([_libtool_name], + m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), + [0], [_libtool_name=[$]$1], + [1], [_libtool_name=$lt_[]$1], + [2], [_libtool_name=$lt_[]$1], + [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl +]) + + +# _LT_LIBTOOL_CONFIG_VARS +# ----------------------- +# Produce commented declarations of non-tagged libtool config variables +# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' +# script. Tagged libtool config variables (even for the LIBTOOL CONFIG +# section) are produced by _LT_LIBTOOL_TAG_VARS. +m4_defun([_LT_LIBTOOL_CONFIG_VARS], +[m4_foreach([_lt_var], + m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAG_VARS(TAG) +# ------------------------- +m4_define([_LT_LIBTOOL_TAG_VARS], +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) + + +# _LT_TAGVAR(VARNAME, [TAGNAME]) +# ------------------------------ +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) + + +# _LT_CONFIG_COMMANDS +# ------------------- +# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of +# variables for single and double quote escaping we saved from calls +# to _LT_DECL, we can put quote escaped variables declarations +# into `config.status', and then the shell code to quote escape them in +# for loops in `config.status'. Finally, any additional code accumulated +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. +m4_defun([_LT_CONFIG_COMMANDS], +[AC_PROVIDE_IFELSE([LT_OUTPUT], + dnl If the libtool generation code has been placed in $CONFIG_LT, + dnl instead of duplicating it all over again into config.status, + dnl then we will have config.status run $CONFIG_LT later, so it + dnl needs to know what name is stored there: + [AC_CONFIG_COMMANDS([libtool], + [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], + dnl If the libtool generation code is destined for config.status, + dnl expand the accumulated commands and init code now: + [AC_CONFIG_COMMANDS([libtool], + [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) +])#_LT_CONFIG_COMMANDS + + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], +[ + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +_LT_CONFIG_STATUS_DECLARATIONS +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_dquote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +_LT_OUTPUT_LIBTOOL_INIT +]) + +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# `#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test $lt_write_fail = 0 && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT + +# LT_OUTPUT +# --------- +# This macro allows early generation of the libtool script (before +# AC_OUTPUT is called), incase it is used in configure for compilation +# tests. +AC_DEFUN([LT_OUTPUT], +[: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +\`$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test $[#] != 0 +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try \`$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try \`$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +])# LT_OUTPUT + + +# _LT_CONFIG(TAG) +# --------------- +# If TAG is the built-in tag, create an initial libtool script with a +# default configuration from the untagged config vars. Otherwise add code +# to config.status for appending the configuration named by TAG from the +# matching tagged config vars. +m4_defun([_LT_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_CONFIG_SAVE_COMMANDS([ + m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl + m4_if(_LT_TAG, [C], [ + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +_LT_COPYING +_LT_LIBTOOL_TAGS + +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + _LT_PROG_LTMAIN + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + _LT_PROG_REPLACE_SHELLFNS + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +], +[cat <<_LT_EOF >> "$ofile" + +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded +dnl in a comment (ie after a #). +# ### BEGIN LIBTOOL TAG CONFIG: $1 +_LT_LIBTOOL_TAG_VARS(_LT_TAG) +# ### END LIBTOOL TAG CONFIG: $1 +_LT_EOF +])dnl /m4_if +], +[m4_if([$1], [], [ + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile'], []) +])dnl /_LT_CONFIG_SAVE_COMMANDS +])# _LT_CONFIG + + +# LT_SUPPORTED_TAG(TAG) +# --------------------- +# Trace this macro to discover what tags are supported by the libtool +# --tag option, using: +# autoconf --trace 'LT_SUPPORTED_TAG:$1' +AC_DEFUN([LT_SUPPORTED_TAG], []) + + +# C support is built-in for now +m4_define([_LT_LANG_C_enabled], []) +m4_define([_LT_TAGS], []) + + +# LT_LANG(LANG) +# ------------- +# Enable libtool support for the given language if not already enabled. +AC_DEFUN([LT_LANG], +[AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +])# LT_LANG + + +# _LT_LANG(LANGNAME) +# ------------------ +m4_defun([_LT_LANG], +[m4_ifdef([_LT_LANG_]$1[_enabled], [], + [LT_SUPPORTED_TAG([$1])dnl + m4_append([_LT_TAGS], [$1 ])dnl + m4_define([_LT_LANG_]$1[_enabled], [])dnl + _LT_LANG_$1_CONFIG($1)])dnl +])# _LT_LANG + + +m4_ifndef([AC_PROG_GO], [ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + +# _LT_LANG_DEFAULT_CONFIG +# ----------------------- +m4_defun([_LT_LANG_DEFAULT_CONFIG], +[AC_PROVIDE_IFELSE([AC_PROG_CXX], + [LT_LANG(CXX)], + [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) + +AC_PROVIDE_IFELSE([AC_PROG_F77], + [LT_LANG(F77)], + [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) + +AC_PROVIDE_IFELSE([AC_PROG_FC], + [LT_LANG(FC)], + [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) + +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal +dnl pulling things in needlessly. +AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([LT_PROG_GCJ], + [LT_LANG(GCJ)], + [m4_ifdef([AC_PROG_GCJ], + [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([A][M_PROG_GCJ], + [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([LT_PROG_GCJ], + [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) + +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + +AC_PROVIDE_IFELSE([LT_PROG_RC], + [LT_LANG(RC)], + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) +])# _LT_LANG_DEFAULT_CONFIG + +# Obsolete macros: +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_CXX], []) +dnl AC_DEFUN([AC_LIBTOOL_F77], []) +dnl AC_DEFUN([AC_LIBTOOL_FC], []) +dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) + + +# _LT_TAG_COMPILER +# ---------------- +m4_defun([_LT_TAG_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_TAG_COMPILER + + +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +m4_defun([_LT_COMPILER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* +])# _LT_COMPILER_BOILERPLATE + + +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +m4_defun([_LT_LINKER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* +])# _LT_LINKER_BOILERPLATE + +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ + case $host_os in + rhapsody* | darwin*) + AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) + AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) + AC_CHECK_TOOL([LIPO], [lipo], [:]) + AC_CHECK_TOOL([OTOOL], [otool], [:]) + AC_CHECK_TOOL([OTOOL64], [otool64], [:]) + _LT_DECL([], [DSYMUTIL], [1], + [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) + _LT_DECL([], [NMEDIT], [1], + [Tool to change global to local symbols on Mac OS X]) + _LT_DECL([], [LIPO], [1], + [Tool to manipulate fat objects and archives on Mac OS X]) + _LT_DECL([], [OTOOL], [1], + [ldd/readelf like tool for Mach-O binaries on Mac OS X]) + _LT_DECL([], [OTOOL64], [1], + [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + + AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], + [lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi]) + + AC_CACHE_CHECK([for -exported_symbols_list linker flag], + [lt_cv_ld_exported_symbols_list], + [lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [lt_cv_ld_exported_symbols_list=yes], + [lt_cv_ld_exported_symbols_list=no]) + LDFLAGS="$save_LDFLAGS" + ]) + + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) + case $host_os in + rhapsody* | darwin1.[[012]]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[[012]]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) + + +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- +# Checks for linker and compiler features on darwin +m4_defun([_LT_DARWIN_LINKER_FEATURES], +[ + m4_require([_LT_REQUIRED_DARWIN_CHECKS]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_automatic, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="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}" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + m4_if([$1], [CXX], +[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then + _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" + fi +],[]) + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi +]) + +# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) +# ---------------------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +# Store the results from the different compilers for each TAGNAME. +# Allow to override them for all tags through lt_cv_aix_libpath. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], + [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ + lt_aix_libpath_sed='[ + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }]' + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi],[]) + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" + fi + ]) + aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) +fi +])# _LT_SYS_MODULE_PATH_AIX + + +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + + + +# _LT_PROG_ECHO_BACKSLASH +# ----------------------- +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script which will find a shell with a builtin +# printf (which we can use as an echo command). +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +case "$ECHO" in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac + +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) + +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) +])# _LT_PROG_ECHO_BACKSLASH + + +# _LT_WITH_SYSROOT +# ---------------- +AC_DEFUN([_LT_WITH_SYSROOT], +[AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[ --with-sysroot[=DIR] Search for dependent libraries within DIR + (or the compiler's sysroot if not specified).], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([${with_sysroot}]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and in which our libraries should be installed.])]) + +# _LT_ENABLE_LOCK +# --------------- +m4_defun([_LT_ENABLE_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AS_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" +])# _LT_ENABLE_LOCK + + +# _LT_PROG_AR +# ----------- +m4_defun([_LT_PROG_AR], +[AC_CHECK_TOOLS(AR, [ar], false) +: ${AR=ar} +: ${AR_FLAGS=cru} +_LT_DECL([], [AR], [1], [The archiver]) +_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) + +AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], + [lt_cv_ar_at_file=no + AC_COMPILE_IFELSE([AC_LANG_PROGRAM], + [echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + ]) + ]) + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi +_LT_DECL([], [archiver_list_spec], [1], + [How to feed a file listing to the archiver]) +])# _LT_PROG_AR + + +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[_LT_PROG_AR + +AC_CHECK_TOOL(STRIP, strip, :) +test -z "$STRIP" && STRIP=: +_LT_DECL([], [STRIP], [1], [A symbol stripping program]) + +AC_CHECK_TOOL(RANLIB, ranlib, :) +test -z "$RANLIB" && RANLIB=: +_LT_DECL([], [RANLIB], [1], + [Commands used to install an old-style archive]) + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac +_LT_DECL([], [old_postinstall_cmds], [2]) +_LT_DECL([], [old_postuninstall_cmds], [2]) +_LT_TAGDECL([], [old_archive_cmds], [2], + [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) +])# _LT_CMD_OLD_ARCHIVE + + +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([_LT_COMPILER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test x"[$]$2" = xyes; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +])# _LT_COMPILER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) + + +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------- +# Check whether the given linker option works +AC_DEFUN([_LT_LINKER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +])# _LT_LINKER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) + + +# LT_CMD_MAX_LEN +#--------------- +AC_DEFUN([LT_CMD_MAX_LEN], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n $lt_cv_sys_max_cmd_len ; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +])# LT_CMD_MAX_LEN + +# Old name: +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) + + +# _LT_HEADER_DLFCN +# ---------------- +m4_defun([_LT_HEADER_DLFCN], +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl +])# _LT_HEADER_DLFCN + + +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ---------------------------------------------------------------- +m4_defun([_LT_TRY_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "$cross_compiling" = yes; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_TRY_DLOPEN_SELF + + +# LT_SYS_DLOPEN_SELF +# ------------------ +AC_DEFUN([LT_SYS_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen="shl_load"], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen="dlopen"], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +])# LT_SYS_DLOPEN_SELF + +# Old name: +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) + + +# _LT_COMPILER_C_O([TAGNAME]) +# --------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler. +# This macro does not hard code the compiler like AC_PROG_CC_C_O. +m4_defun([_LT_COMPILER_C_O], +[m4_require([_LT_DECL_SED])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* +]) +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], + [Does compiler simultaneously support -c and -o options?]) +])# _LT_COMPILER_C_O + + +# _LT_COMPILER_FILE_LOCKS([TAGNAME]) +# ---------------------------------- +# Check to see if we can do hard links to lock some files if needed +m4_defun([_LT_COMPILER_FILE_LOCKS], +[m4_require([_LT_ENABLE_LOCK])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_COMPILER_C_O([$1]) + +hard_links="nottested" +if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test "$hard_links" = no; then + AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) +])# _LT_COMPILER_FILE_LOCKS + + +# _LT_CHECK_OBJDIR +# ---------------- +m4_defun([_LT_CHECK_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +_LT_DECL([], [objdir], [0], + [The name of the directory that contains temporary libtool files])dnl +m4_pattern_allow([LT_OBJDIR])dnl +AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", + [Define to the sub-directory in which libtool stores uninstalled libraries.]) +])# _LT_CHECK_OBJDIR + + +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) +# -------------------------------------- +# Check hardcoding attributes. +m4_defun([_LT_LINKER_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || + test -n "$_LT_TAGVAR(runpath_var, $1)" || + test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || + test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi +_LT_TAGDECL([], [hardcode_action], [0], + [How to hardcode a shared library path into an executable]) +])# _LT_LINKER_HARDCODE_LIBPATH + + +# _LT_CMD_STRIPLIB +# ---------------- +m4_defun([_LT_CMD_STRIPLIB], +[m4_require([_LT_DECL_EGREP]) +striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB + + +# _LT_SYS_DYNAMIC_LINKER([TAG]) +# ----------------------------- +# PORTME Fill in your ld.so characteristics +m4_defun([_LT_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_OBJDUMP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[[4-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + 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' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[[23]].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[[01]]* | freebsdelf3.[[01]]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[[3-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + 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' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[[89]] | openbsd2.[[89]].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + +_LT_DECL([], [variables_saved_for_relink], [1], + [Variables whose values should be saved in libtool wrapper scripts and + restored at link time]) +_LT_DECL([], [need_lib_prefix], [0], + [Do we need the "lib" prefix for modules?]) +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) +_LT_DECL([], [version_type], [0], [Library versioning type]) +_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) +_LT_DECL([], [shlibpath_overrides_runpath], [0], + [Is shlibpath searched before the hard-coded library search path?]) +_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) +_LT_DECL([], [library_names_spec], [1], + [[List of archive names. First name is the real one, the rest are links. + The last name is the one that the linker finds with -lNAME]]) +_LT_DECL([], [soname_spec], [1], + [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) +_LT_DECL([], [postinstall_cmds], [2], + [Command to use after installation of a shared archive]) +_LT_DECL([], [postuninstall_cmds], [2], + [Command to use after uninstallation of a shared archive]) +_LT_DECL([], [finish_cmds], [2], + [Commands used to finish a libtool library installation in a directory]) +_LT_DECL([], [finish_eval], [1], + [[As "finish_cmds", except a single script fragment to be evaled but + not shown]]) +_LT_DECL([], [hardcode_into_libs], [0], + [Whether we should hardcode library paths into libraries]) +_LT_DECL([], [sys_lib_search_path_spec], [2], + [Compile-time system search path for libraries]) +_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], + [Run-time system search path for libraries]) +])# _LT_SYS_DYNAMIC_LINKER + + +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program which can recognize shared library +AC_DEFUN([_LT_PATH_TOOL_PREFIX], +[m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$1; then + lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac]) +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +])# _LT_PATH_TOOL_PREFIX + +# Old name: +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) + + +# _LT_PATH_MAGIC +# -------------- +# find a file program which can recognize a shared library +m4_defun([_LT_PATH_MAGIC], +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# _LT_PATH_MAGIC + + +# LT_PATH_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([LT_PATH_LD], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test "$withval" = no || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [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]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + +_LT_DECL([], [deplibs_check_method], [1], + [Method to check whether dependent libraries are shared objects]) +_LT_DECL([], [file_magic_cmd], [1], + [Command to use when deplibs_check_method = "file_magic"]) +_LT_DECL([], [file_magic_glob], [1], + [How to find potential files when deplibs_check_method = "file_magic"]) +_LT_DECL([], [want_nocaseglob], [1], + [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) +])# _LT_CHECK_MAGIC_METHOD + + +# LT_PATH_NM +# ---------- +# find the pathname to a BSD- or MS-compatible name lister +AC_DEFUN([LT_PATH_NM], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi]) +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +])# LT_PATH_NM + +# Old names: +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_PROG_NM], []) +dnl AC_DEFUN([AC_PROG_NM], []) + +# _LT_CHECK_SHAREDLIB_FROM_LINKLIB +# -------------------------------- +# how to determine the name of the shared library +# associated with a specific link library. +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +m4_require([_LT_DECL_DLLTOOL]) +AC_CACHE_CHECK([how to associate runtime and link libraries], +lt_cv_sharedlib_from_linklib_cmd, +[lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac +]) +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + +_LT_DECL([], [sharedlib_from_linklib_cmd], [1], + [Command to associate shared and link libraries]) +])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB + + +# _LT_PATH_MANIFEST_TOOL +# ---------------------- +# locate the manifest tool +m4_defun([_LT_PATH_MANIFEST_TOOL], +[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], + [lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&AS_MESSAGE_LOG_FD + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest*]) +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi +_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl +])# _LT_PATH_MANIFEST_TOOL + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM="-lm") + ;; +esac +AC_SUBST([LIBM]) +])# LT_LIB_M + +# Old name: +AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_CHECK_LIBM], []) + + +# _LT_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------- +m4_defun([_LT_COMPILER_NO_RTTI], +[m4_require([_LT_TAG_COMPILER])dnl + +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac + + _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], + [Compiler flag to turn off builtin functions]) +])# _LT_COMPILER_NO_RTTI + + +# _LT_CMD_GLOBAL_SYMBOLS +# ---------------------- +m4_defun([_LT_CMD_GLOBAL_SYMBOLS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([LT_PATH_NM])dnl +AC_REQUIRE([LT_PATH_LD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_TAG_COMPILER])dnl + +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK ['"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx]" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], + [Take the output of nm and produce a listing of raw symbols and C names]) +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], + [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_c_name_address], + [lt_cv_sys_global_symbol_to_c_name_address], [1], + [Transform the output of nm in a C name address pair]) +_LT_DECL([global_symbol_to_c_name_address_lib_prefix], + [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], + [Transform the output of nm in a C name address pair when lib prefix is needed]) +_LT_DECL([], [nm_file_list_spec], [1], + [Specify filename containing input files for $NM]) +]) # _LT_CMD_GLOBAL_SYMBOLS + + +# _LT_COMPILER_PIC([TAGNAME]) +# --------------------------- +m4_defun([_LT_COMPILER_PIC], +[m4_require([_LT_TAG_COMPILER])dnl +_LT_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_TAGVAR(lt_prog_compiler_static, $1)= + +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix[[4-9]]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + dgux*) + case $cc_basename in + ec++*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + hpux9* | hpux10* | hpux11*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' + ;; + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" + ;; +esac + +AC_CACHE_CHECK([for $compiler option to produce PIC], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], + [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], + [Additional compiler flags for building library objects]) + +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) +# +# Check to make sure the static flag actually works. +# +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], + [Compiler flag to prevent dynamic linking]) +])# _LT_COMPILER_PIC + + +# _LT_LINKER_SHLIBS([TAGNAME]) +# ---------------------------- +# See if the linker supports building shared libraries. +m4_defun([_LT_LINKER_SHLIBS], +[AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +m4_if([$1], [CXX], [ + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + case $host_os in + aix[[4-9]]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + ;; + esac + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +], [ + runpath_var= + _LT_TAGVAR(allow_undefined_flag, $1)= + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(archive_cmds, $1)= + _LT_TAGVAR(archive_expsym_cmds, $1)= + _LT_TAGVAR(compiler_needs_object, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(hardcode_automatic, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_separator, $1)= + _LT_TAGVAR(hardcode_minus_L, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(inherit_rpath, $1)=no + _LT_TAGVAR(link_all_deplibs, $1)=unknown + _LT_TAGVAR(module_cmds, $1)= + _LT_TAGVAR(module_expsym_cmds, $1)= + _LT_TAGVAR(old_archive_from_new_cmds, $1)= + _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_TAGVAR(thread_safe_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. +dnl Note also adjust exclude_expsyms for C++ above. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[[3-9]]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + _LT_TAGVAR(whole_archive_flag_spec, $1)= + tmp_sharedflag='--shared' ;; + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' + _LT_TAGVAR(compiler_needs_object, $1)=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + sunos4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then + runpath_var= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$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" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$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' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + bsdi[[45]]*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl*) + # Native MSVC + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + esac + ;; + + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$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' + else + _LT_TAGVAR(archive_cmds, $1)='$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' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) + ;; + esac + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$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' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], + [lt_cv_irix_exported_symbol], + [save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], + [lt_cv_irix_exported_symbol=yes], + [lt_cv_irix_exported_symbol=no]) + LDFLAGS="$save_LDFLAGS"]) + if test "$lt_cv_irix_exported_symbol" = yes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$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' + fi + else + _LT_TAGVAR(archive_cmds, $1)='$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' + _LT_TAGVAR(archive_expsym_cmds, $1)='$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' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(archive_cmds, $1)='$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' + _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$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' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$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' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$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' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$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' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $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' + + # Both c and cxx compiler support -rpath directly + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + solaris*) + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $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' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' + ;; + esac + fi + fi +]) +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) +test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [extract_expsyms_cmds], [2], + [The commands to extract the exported symbol list from a shared archive]) + +# +# Do we need to explicitly link libc? +# +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) + ;; + esac + fi + ;; +esac + +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], + [Whether or not to add -lc for building shared libraries]) +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], + [enable_shared_with_static_runtimes], [0], + [Whether or not to disallow shared libs when runtime libs are static]) +_LT_TAGDECL([], [export_dynamic_flag_spec], [1], + [Compiler flag to allow reflexive dlopens]) +_LT_TAGDECL([], [whole_archive_flag_spec], [1], + [Compiler flag to generate shared objects directly from archives]) +_LT_TAGDECL([], [compiler_needs_object], [1], + [Whether the compiler copes with passing no objects directly]) +_LT_TAGDECL([], [old_archive_from_new_cmds], [2], + [Create an old-style archive from a shared archive]) +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], + [Create a temporary old-style archive to link instead of a shared archive]) +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) +_LT_TAGDECL([], [archive_expsym_cmds], [2]) +_LT_TAGDECL([], [module_cmds], [2], + [Commands used to build a loadable module if different from building + a shared archive.]) +_LT_TAGDECL([], [module_expsym_cmds], [2]) +_LT_TAGDECL([], [with_gnu_ld], [1], + [Whether we are building with GNU ld or not]) +_LT_TAGDECL([], [allow_undefined_flag], [1], + [Flag that allows shared libraries with undefined symbols to be built]) +_LT_TAGDECL([], [no_undefined_flag], [1], + [Flag that enforces no undefined symbols]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], + [Flag to hardcode $libdir into a binary during linking. + This must work even if $libdir does not exist]) +_LT_TAGDECL([], [hardcode_libdir_separator], [1], + [Whether we need a single "-rpath" flag with a separated argument]) +_LT_TAGDECL([], [hardcode_direct], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary]) +_LT_TAGDECL([], [hardcode_direct_absolute], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary and the resulting library dependency is + "absolute", i.e impossible to change by setting ${shlibpath_var} if the + library is relocated]) +_LT_TAGDECL([], [hardcode_minus_L], [0], + [Set to "yes" if using the -LDIR flag during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_shlibpath_var], [0], + [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_automatic], [0], + [Set to "yes" if building a shared library automatically hardcodes DIR + into the library and all subsequent libraries and executables linked + against it]) +_LT_TAGDECL([], [inherit_rpath], [0], + [Set to yes if linker adds runtime paths of dependent libraries + to runtime path list]) +_LT_TAGDECL([], [link_all_deplibs], [0], + [Whether libtool must link a program against all its dependency libraries]) +_LT_TAGDECL([], [always_export_symbols], [0], + [Set to "yes" if exported symbols are required]) +_LT_TAGDECL([], [export_symbols_cmds], [2], + [The commands to list exported symbols]) +_LT_TAGDECL([], [exclude_expsyms], [1], + [Symbols that should not be listed in the preloaded symbols]) +_LT_TAGDECL([], [include_expsyms], [1], + [Symbols that must always be exported]) +_LT_TAGDECL([], [prelink_cmds], [2], + [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [postlink_cmds], [2], + [Commands necessary for finishing linking programs]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) +dnl FIXME: Not yet implemented +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], +dnl [Compiler flag to generate thread safe objects]) +])# _LT_LINKER_SHLIBS + + +# _LT_LANG_C_CONFIG([TAG]) +# ------------------------ +# Ensure that the configuration variables for a C compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_C_CONFIG], +[m4_require([_LT_DECL_EGREP])dnl +lt_save_CC="$CC" +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + +_LT_TAG_COMPILER +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + LT_SYS_DLOPEN_SELF + _LT_CMD_STRIPLIB + + # Report which library types will actually be built + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_CONFIG($1) +fi +AC_LANG_POP +CC="$lt_save_CC" +])# _LT_LANG_C_CONFIG + + +# _LT_LANG_CXX_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a C++ compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_CXX_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi + +AC_LANG_PUSH(C++) +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(compiler_needs_object, $1)=no +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + else + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + LT_PATH_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) + _LT_TAGVAR(ld_shlibs, $1)=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GXX" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_TAGVAR(archive_expsym_cmds, $1)='$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" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$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' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + freebsd2.*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + freebsd-elf*) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + gnu*) + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + hpux9*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + fi + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) + _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' + ;; + cxx*) + # Compaq C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' + _LT_TAGVAR(compiler_needs_object, $1)=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + case $host in + osf3*) + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + ;; + *) + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ + $RM $lib.exp' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + fi + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) + test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + + _LT_TAGVAR(GCC, $1)="$GXX" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test "$_lt_caught_CXX_error" != yes + +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG + + +# _LT_FUNC_STRIPNAME_CNF +# ---------------------- +# func_stripname_cnf prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# +# This function is identical to the (non-XSI) version of func_stripname, +# except this one can be used by m4 code that may be executed by configure, +# rather than the libtool script. +m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl +AC_REQUIRE([_LT_DECL_SED]) +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) +func_stripname_cnf () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname_cnf +])# _LT_FUNC_STRIPNAME_CNF + +# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) +# --------------------------------- +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +m4_defun([_LT_SYS_HIDDEN_LIBDEPS], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl +# Dependencies to place before and after the object being linked: +_LT_TAGVAR(predep_objects, $1)= +_LT_TAGVAR(postdep_objects, $1)= +_LT_TAGVAR(predeps, $1)= +_LT_TAGVAR(postdeps, $1)= +_LT_TAGVAR(compiler_lib_search_path, $1)= + +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF +int a; +void foo (void) { a = 0; } +_LT_EOF +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer*4 a + a=0 + return + end +_LT_EOF +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer a + a=0 + return + end +_LT_EOF +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF +public class foo { + private int a; + public void bar (void) { + a = 0; + } +}; +_LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF +]) + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +dnl Parse the compiler output and extract the necessary +dnl objects, libraries and library flags. +if AC_TRY_EVAL(ac_compile); then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case ${prev}${p} in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test "$pre_test_object_deps_done" = no; then + case ${prev} in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then + _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" + else + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$_LT_TAGVAR(postdeps, $1)"; then + _LT_TAGVAR(postdeps, $1)="${prev}${p}" + else + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" + fi + fi + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$_LT_TAGVAR(predep_objects, $1)"; then + _LT_TAGVAR(predep_objects, $1)="$p" + else + _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" + fi + else + if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then + _LT_TAGVAR(postdep_objects, $1)="$p" + else + _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling $1 test program" +fi + +$RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS + +# PORTME: override above test on systems where it is broken +m4_if([$1], [CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_TAGVAR(predep_objects,$1)= + _LT_TAGVAR(postdep_objects,$1)= + _LT_TAGVAR(postdeps,$1)= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC* | sunCC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac +]) + +case " $_LT_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac + _LT_TAGVAR(compiler_lib_search_dirs, $1)= +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi +_LT_TAGDECL([], [compiler_lib_search_dirs], [1], + [The directories searched by this compiler when creating a shared library]) +_LT_TAGDECL([], [predep_objects], [1], + [Dependencies to place before and after the objects being linked to + create a shared library]) +_LT_TAGDECL([], [postdep_objects], [1]) +_LT_TAGDECL([], [predeps], [1]) +_LT_TAGDECL([], [postdeps], [1]) +_LT_TAGDECL([], [compiler_lib_search_path], [1], + [The library search path used internally by the compiler when linking + a shared library]) +])# _LT_SYS_HIDDEN_LIBDEPS + + +# _LT_LANG_F77_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a Fortran 77 compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_F77_CONFIG], +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test "X$F77" = "Xno"; then + _lt_disable_F77=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the F77 compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_F77" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${F77-"f77"} + CFLAGS=$FFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + GCC=$G77 + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$G77" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" +fi # test "$_lt_disable_F77" != yes + +AC_LANG_POP +])# _LT_LANG_F77_CONFIG + + +# _LT_LANG_FC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for a Fortran compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_FC_CONFIG], +[AC_LANG_PUSH(Fortran) + +if test -z "$FC" || test "X$FC" = "Xno"; then + _lt_disable_FC=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for fc test sources. +ac_ext=${ac_fc_srcext-f} + +# Object file extension for compiled fc test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the FC compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_FC" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${FC-"f95"} + CFLAGS=$FCFLAGS + compiler=$CC + GCC=$ac_cv_fc_compiler_gnu + + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test "$_lt_disable_FC" != yes + +AC_LANG_POP +])# _LT_LANG_FC_CONFIG + + +# _LT_LANG_GCJ_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Java Compiler compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GCJ_CONFIG], +[AC_REQUIRE([LT_PROG_GCJ])dnl +AC_LANG_SAVE + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +CFLAGS=$GCJFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GCJ_CONFIG + + +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# Go did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG + + +# _LT_LANG_RC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for the Windows resource compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_RC_CONFIG], +[AC_REQUIRE([LT_PROG_RC])dnl +AC_LANG_SAVE + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# Code to be used in simple link tests +lt_simple_link_test_code="$lt_simple_compile_test_code" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +CFLAGS= +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + +if test -n "$compiler"; then + : + _LT_CONFIG($1) +fi + +GCC=$lt_save_GCC +AC_LANG_RESTORE +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_RC_CONFIG + + +# LT_PROG_GCJ +# ----------- +AC_DEFUN([LT_PROG_GCJ], +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_GCJ], []) + + +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + +# LT_PROG_RC +# ---------- +AC_DEFUN([LT_PROG_RC], +[AC_CHECK_TOOL(RC, windres,) +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_RC], []) + + +# _LT_DECL_EGREP +# -------------- +# If we don't have a new enough Autoconf to choose the best grep +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_EGREP], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_REQUIRE([AC_PROG_FGREP])dnl +test -z "$GREP" && GREP=grep +_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) +_LT_DECL([], [EGREP], [1], [An ERE matcher]) +_LT_DECL([], [FGREP], [1], [A literal string matcher]) +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too +AC_SUBST([GREP]) +]) + + +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_OBJDUMP], +[AC_CHECK_TOOL(OBJDUMP, objdump, false) +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) +AC_SUBST([OBJDUMP]) +]) + +# _LT_DECL_DLLTOOL +# ---------------- +# Ensure DLLTOOL variable is set. +m4_defun([_LT_DECL_DLLTOOL], +[AC_CHECK_TOOL(DLLTOOL, dlltool, false) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) +AC_SUBST([DLLTOOL]) +]) + +# _LT_DECL_SED +# ------------ +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +m4_defun([_LT_DECL_SED], +[AC_PROG_SED +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" +_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], + [Sed that helps us avoid accidentally triggering echo(1) options like -n]) +])# _LT_DECL_SED + +m4_ifndef([AC_PROG_SED], [ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # + +m4_defun([AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_SUBST([SED]) +AC_MSG_RESULT([$SED]) +])#AC_PROG_SED +])#m4_ifndef + +# Old name: +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_SED], []) + + +# _LT_CHECK_SHELL_FEATURES +# ------------------------ +# Find out whether the shell is Bourne or XSI compatible, +# or has some other useful features. +m4_defun([_LT_CHECK_SHELL_FEATURES], +[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +AC_MSG_RESULT([$xsi_shell]) +_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) + +AC_MSG_CHECKING([whether the shell understands "+="]) +lt_shell_append=no +( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +AC_MSG_RESULT([$lt_shell_append]) +_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl +])# _LT_CHECK_SHELL_FEATURES + + +# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) +# ------------------------------------------------------ +# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and +# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. +m4_defun([_LT_PROG_FUNCTION_REPLACE], +[dnl { +sed -e '/^$1 ()$/,/^} # $1 /c\ +$1 ()\ +{\ +m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) +} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: +]) + + +# _LT_PROG_REPLACE_SHELLFNS +# ------------------------- +# Replace existing portable implementations of several shell functions with +# equivalent extended shell implementations where those features are available.. +m4_defun([_LT_PROG_REPLACE_SHELLFNS], +[if test x"$xsi_shell" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac]) + + _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl + func_basename_result="${1##*/}"]) + + _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}"]) + + _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl + func_split_long_opt_name=${1%%=*} + func_split_long_opt_arg=${1#*=}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) + + _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac]) + + _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) + + _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) + + _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) +fi + +if test x"$lt_shell_append" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) + + _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl + func_quote_for_eval "${2}" +dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ + eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) +fi +]) + +# _LT_PATH_CONVERSION_FUNCTIONS +# ----------------------------- +# Determine which file name conversion functions should be used by +# func_to_host_file (and, implicitly, by func_to_host_path). These are needed +# for certain cross-compile configurations and native mingw. +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_MSG_CHECKING([how to convert $build file names to $host format]) +AC_CACHE_VAL(lt_cv_to_host_file_cmd, +[case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac +]) +to_host_file_cmd=$lt_cv_to_host_file_cmd +AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) +_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], + [0], [convert $build file names to $host format])dnl + +AC_MSG_CHECKING([how to convert $build file names to toolchain format]) +AC_CACHE_VAL(lt_cv_to_tool_file_cmd, +[#assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac +]) +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) +_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], + [0], [convert $build files to toolchain format])dnl +])# _LT_PATH_CONVERSION_FUNCTIONS + +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 7 ltoptions.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) + + +# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) +# ------------------------------------------ +m4_define([_LT_MANGLE_OPTION], +[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) + + +# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) +# --------------------------------------- +# Set option OPTION-NAME for macro MACRO-NAME, and if there is a +# matching handler defined, dispatch to it. Other OPTION-NAMEs are +# saved as a flag. +m4_define([_LT_SET_OPTION], +[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl +m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), + _LT_MANGLE_DEFUN([$1], [$2]), + [m4_warning([Unknown $1 option `$2'])])[]dnl +]) + + +# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) +# ------------------------------------------------------------ +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +m4_define([_LT_IF_OPTION], +[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) + + +# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) +# ------------------------------------------------------- +# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME +# are set. +m4_define([_LT_UNLESS_OPTIONS], +[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), + [m4_define([$0_found])])])[]dnl +m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 +])[]dnl +]) + + +# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) +# ---------------------------------------- +# OPTION-LIST is a space-separated list of Libtool options associated +# with MACRO-NAME. If any OPTION has a matching handler declared with +# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about +# the unknown option and exit. +m4_defun([_LT_SET_OPTIONS], +[# Set options +m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [_LT_SET_OPTION([$1], _LT_Option)]) + +m4_if([$1],[LT_INIT],[ + dnl + dnl Simply set some default values (i.e off) if boolean options were not + dnl specified: + _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no + ]) + _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no + ]) + dnl + dnl If no reference was made to various pairs of opposing options, then + dnl we run the default mode handler for the pair. For example, if neither + dnl `shared' nor `disable-shared' was passed, we enable building of shared + dnl archives by default: + _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) + _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], + [_LT_ENABLE_FAST_INSTALL]) + ]) +])# _LT_SET_OPTIONS + + + +# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) +# ----------------------------------------- +m4_define([_LT_MANGLE_DEFUN], +[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) + + +# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) +# ----------------------------------------------- +m4_define([LT_OPTION_DEFINE], +[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl +])# LT_OPTION_DEFINE + + +# dlopen +# ------ +LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes +]) + +AU_DEFUN([AC_LIBTOOL_DLOPEN], +[_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `dlopen' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) + + +# win32-dll +# --------- +# Declare package support for building win32 dll's. +LT_OPTION_DEFINE([LT_INIT], [win32-dll], +[enable_win32_dll=yes + +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; +esac + +test -z "$AS" && AS=as +_LT_DECL([], [AS], [1], [Assembler program])dnl + +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl + +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl +])# win32-dll + +AU_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `win32-dll' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) + + +# _LT_ENABLE_SHARED([DEFAULT]) +# ---------------------------- +# implement the --enable-shared flag, and supports the `shared' and +# `disable-shared' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_SHARED], +[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([shared], + [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) + + _LT_DECL([build_libtool_libs], [enable_shared], [0], + [Whether or not to build shared libraries]) +])# _LT_ENABLE_SHARED + +LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) + +AC_DEFUN([AC_DISABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) + +AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_SHARED], []) +dnl AC_DEFUN([AM_DISABLE_SHARED], []) + + + +# _LT_ENABLE_STATIC([DEFAULT]) +# ---------------------------- +# implement the --enable-static flag, and support the `static' and +# `disable-static' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_STATIC], +[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([static], + [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_static=]_LT_ENABLE_STATIC_DEFAULT) + + _LT_DECL([build_old_libs], [enable_static], [0], + [Whether or not to build static libraries]) +])# _LT_ENABLE_STATIC + +LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) + +AC_DEFUN([AC_DISABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], [disable-static]) +]) + +AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_STATIC], []) +dnl AC_DEFUN([AM_DISABLE_STATIC], []) + + + +# _LT_ENABLE_FAST_INSTALL([DEFAULT]) +# ---------------------------------- +# implement the --enable-fast-install flag, and support the `fast-install' +# and `disable-fast-install' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_FAST_INSTALL], +[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([fast-install], + [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) + +_LT_DECL([fast_install], [enable_fast_install], [0], + [Whether or not to optimize for fast installation])dnl +])# _LT_ENABLE_FAST_INSTALL + +LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) + +# Old names: +AU_DEFUN([AC_ENABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `fast-install' option into LT_INIT's first parameter.]) +]) + +AU_DEFUN([AC_DISABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `disable-fast-install' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) + + +# _LT_WITH_PIC([MODE]) +# -------------------- +# implement the --with-pic flag, and support the `pic-only' and `no-pic' +# LT_INIT options. +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +m4_define([_LT_WITH_PIC], +[AC_ARG_WITH([pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [pic_mode=default]) + +test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) + +_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl +])# _LT_WITH_PIC + +LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) + +# Old name: +AU_DEFUN([AC_LIBTOOL_PICMODE], +[_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `pic-only' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) + + +m4_define([_LTDL_MODE], []) +LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], + [m4_define([_LTDL_MODE], [nonrecursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [recursive], + [m4_define([_LTDL_MODE], [recursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [subproject], + [m4_define([_LTDL_MODE], [subproject])]) + +m4_define([_LTDL_TYPE], []) +LT_OPTION_DEFINE([LTDL_INIT], [installable], + [m4_define([_LTDL_TYPE], [installable])]) +LT_OPTION_DEFINE([LTDL_INIT], [convenience], + [m4_define([_LTDL_TYPE], [convenience])]) + +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 6 ltsugar.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) + + +# lt_join(SEP, ARG1, [ARG2...]) +# ----------------------------- +# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their +# associated separator. +# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier +# versions in m4sugar had bugs. +m4_define([lt_join], +[m4_if([$#], [1], [], + [$#], [2], [[$2]], + [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) +m4_define([_lt_join], +[m4_if([$#$2], [2], [], + [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) + + +# lt_car(LIST) +# lt_cdr(LIST) +# ------------ +# Manipulate m4 lists. +# These macros are necessary as long as will still need to support +# Autoconf-2.59 which quotes differently. +m4_define([lt_car], [[$1]]) +m4_define([lt_cdr], +[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], + [$#], 1, [], + [m4_dquote(m4_shift($@))])]) +m4_define([lt_unquote], $1) + + +# lt_append(MACRO-NAME, STRING, [SEPARATOR]) +# ------------------------------------------ +# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. +# Note that neither SEPARATOR nor STRING are expanded; they are appended +# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). +# No SEPARATOR is output if MACRO-NAME was previously undefined (different +# than defined and empty). +# +# This macro is needed until we can rely on Autoconf 2.62, since earlier +# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. +m4_define([lt_append], +[m4_define([$1], + m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) + + + +# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) +# ---------------------------------------------------------- +# Produce a SEP delimited list of all paired combinations of elements of +# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list +# has the form PREFIXmINFIXSUFFIXn. +# Needed until we can rely on m4_combine added in Autoconf 2.62. +m4_define([lt_combine], +[m4_if(m4_eval([$# > 3]), [1], + [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl +[[m4_foreach([_Lt_prefix], [$2], + [m4_foreach([_Lt_suffix], + ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, + [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) + + +# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) +# ----------------------------------------------------------------------- +# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited +# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. +m4_define([lt_if_append_uniq], +[m4_ifdef([$1], + [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], + [lt_append([$1], [$2], [$3])$4], + [$5])], + [lt_append([$1], [$2], [$3])$4])]) + + +# lt_dict_add(DICT, KEY, VALUE) +# ----------------------------- +m4_define([lt_dict_add], +[m4_define([$1($2)], [$3])]) + + +# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) +# -------------------------------------------- +m4_define([lt_dict_add_subkey], +[m4_define([$1($2:$3)], [$4])]) + + +# lt_dict_fetch(DICT, KEY, [SUBKEY]) +# ---------------------------------- +m4_define([lt_dict_fetch], +[m4_ifval([$3], + m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), + m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) + + +# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) +# ----------------------------------------------------------------- +m4_define([lt_if_dict_fetch], +[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], + [$5], + [$6])]) + + +# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) +# -------------------------------------------------------------- +m4_define([lt_dict_filter], +[m4_if([$5], [], [], + [lt_join(m4_quote(m4_default([$4], [[, ]])), + lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), + [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl +]) + +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# @configure_input@ + +# serial 3337 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.2' +macro_revision='1.3337' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) + +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004. +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 5 lt~obsolete.m4 + +# These exist entirely to fool aclocal when bootstrapping libtool. +# +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) +# which have later been changed to m4_define as they aren't part of the +# exported API, or moved to Autoconf or Automake where they belong. +# +# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN +# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us +# using a macro with the same name in our local m4/libtool.m4 it'll +# pull the old libtool.m4 in (it doesn't see our shiny new m4_define +# and doesn't know about Autoconf macros at all.) +# +# So we provide this file, which has a silly filename so it's always +# included after everything else. This provides aclocal with the +# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything +# because those macros already exist, or will be overwritten later. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# +# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. +# Yes, that means every name once taken will need to remain here until +# we give up compatibility with versions before 1.7, at which point +# we need to keep only those names which we still refer to. + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + +m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) +m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) +m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) +m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) +m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) +m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) +m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) +m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) +m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) +m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) +m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) +m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) +m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) +m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) +m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) +m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) +m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) +m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) +m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) +m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) +m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) +m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) +m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) +m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) +m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) +m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) +m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) +m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) +m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) +m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) +m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) +m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) +m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) +m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) +m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) +m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) +m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) +m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) +m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) +m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) +m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) +m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) +m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) +m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) +# +# Copyright © 2004 Scott James Remnant . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])# PKG_CHECK_MODULES + + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + +# Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 8 # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- @@ -35,10 +8824,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' +[am__api_version='1.12' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.6], [], +m4_if([$1], [1.12.2], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -54,24 +8843,24 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.6])dnl +[AM_AUTOMAKE_VERSION([1.12.2])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 2 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and @@ -90,7 +8879,7 @@ # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you +# harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, @@ -116,22 +8905,21 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 9 +# serial 10 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl @@ -150,16 +8938,15 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, -# 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 1999-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 12 - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# serial 17 + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing @@ -169,7 +8956,7 @@ # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was @@ -182,12 +8969,13 @@ AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], @@ -195,8 +8983,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -236,16 +9024,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -254,8 +9042,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -263,7 +9051,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -311,7 +9099,7 @@ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl @@ -321,9 +9109,13 @@ # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' @@ -338,14 +9130,13 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -#serial 5 +# serial 6 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ @@ -364,7 +9155,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -376,21 +9167,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` @@ -408,7 +9197,7 @@ # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will +# is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], @@ -418,14 +9207,13 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 16 +# serial 19 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. @@ -471,31 +9259,41 @@ # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl +[AC_DIAGNOSE([obsolete], +[$0: two- and three-arguments forms are deprecated. For more info, see: +http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl @@ -506,28 +9304,35 @@ [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +dnl Support for Objective C++ was only introduced in Autoconf 2.65, +dnl but we still cater to Autoconf 2.62. +m4_ifdef([AC_PROG_OBJCXX], +[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl ]) _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], @@ -555,14 +9360,13 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, -# Inc. +# Copyright (C) 2001-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 8 # AM_PROG_INSTALL_SH # ------------------ @@ -577,9 +9381,9 @@ install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi -AC_SUBST(install_sh)]) - -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -603,20 +9407,19 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, -# 2011 Free Software Foundation, Inc. +# Copyright (C) 1996-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 5 +# serial 7 # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. -# Default is to disable them, unless `enable' is passed literally. -# For symmetry, `disable' may be passed as well. Anyway, the user +# Default is to disable them, unless 'enable' is passed literally. +# For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), @@ -627,10 +9430,11 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], -[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful - (and sometimes confusing) to the casual installer], - [USE_MAINTAINER_MODE=$enableval], - [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) + [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], + am_maintainer_other[ make rules and dependencies not useful + (and sometimes confusing) to the casual installer])], + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE @@ -642,13 +9446,13 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # AM_MAKE_INCLUDE() # ----------------- @@ -667,7 +9471,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -694,14 +9498,13 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 6 +# serial 7 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -731,49 +9534,19 @@ am_missing_run="$MISSING --run " else am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) + AC_MSG_WARN(['missing' script is too old or missing]) fi ]) -# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, -# Inc. +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - -# AM_PROG_MKDIR_P -# --------------- -# Check for `mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software -# Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 +# serial 6 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -784,7 +9557,7 @@ # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ @@ -800,22 +9573,18 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1996-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 5 +# serial 9 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -826,32 +9595,40 @@ esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$[2]" = conftest.file ) then @@ -861,31 +9638,52 @@ AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT(yes)]) - -# Copyright (C) 2009, 2011 Free Software Foundation, Inc. +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT -# (`yes' being less verbose, `no' or empty being verbose). +# ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], -[ --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0')]) -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl -dnl A few `make' implementations (e.g., NonStop OS and NextStep) +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} @@ -903,7 +9701,7 @@ am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then - dnl Using `$V' instead of `$(V)' breaks IRIX make. + dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else @@ -920,37 +9718,37 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 2 # AM_PROG_INSTALL_STRIP # --------------------- -# One issue with vendor `install' (even GNU) is that you can't +# One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize +# always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. +# Copyright (C) 2006-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -971,18 +9769,18 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory @@ -1005,7 +9803,7 @@ _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. +# Solaris sh will not grok spaces in the rhs of '-'. for _am_tool in $_am_tools do case $_am_tool in @@ -1068,15 +9866,15 @@ # Autoconf support for the Vala compiler -# Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2008-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 - -# Check whether the Vala compiler exists in `PATH'. If it is found, the +# serial 6 + +# Check whether the Vala compiler exists in $PATH. If it is found, the # variable VALAC is set. Optionally a minimum release number of the # compiler can be requested. # @@ -1093,169 +9891,6 @@ [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) - AC_MSG_ERROR([Vala $1 not found.])])])]) + AC_MSG_ERROR([Vala $1 not found.], [77])])])]) ]) -# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# serial 1 (pkg-config-0.24) -# -# Copyright © 2004 Scott James Remnant . -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# PKG_PROG_PKG_CONFIG([MIN-VERSION]) -# ---------------------------------- -AC_DEFUN([PKG_PROG_PKG_CONFIG], -[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) - -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_default([$1], [0.9.0]) - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" - fi -fi[]dnl -])# PKG_PROG_PKG_CONFIG - -# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -# -# Check to see whether a particular set of modules exists. Similar -# to PKG_CHECK_MODULES(), but does not set variables or print errors. -# -# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -# only at the first occurence in configure.ac, so if the first place -# it's called might be skipped (such as if it is within an "if", you -# have to call PKG_CHECK_EXISTS manually -# -------------------------------------------------------------- -AC_DEFUN([PKG_CHECK_EXISTS], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -if test -n "$PKG_CONFIG" && \ - AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_default([$2], [:]) -m4_ifvaln([$3], [else - $3])dnl -fi]) - -# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -# --------------------------------------------- -m4_define([_PKG_CONFIG], -[if test -n "$$1"; then - pkg_cv_[]$1="$$1" - elif test -n "$PKG_CONFIG"; then - PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], - [pkg_failed=yes]) - else - pkg_failed=untried -fi[]dnl -])# _PKG_CONFIG - -# _PKG_SHORT_ERRORS_SUPPORTED -# ----------------------------- -AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi[]dnl -])# _PKG_SHORT_ERRORS_SUPPORTED - - -# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -# [ACTION-IF-NOT-FOUND]) -# -# -# Note that if there is a possibility the first call to -# PKG_CHECK_MODULES might not happen, you should be sure to include an -# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -# -# -# -------------------------------------------------------------- -AC_DEFUN([PKG_CHECK_MODULES], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl - -pkg_failed=no -AC_MSG_CHECKING([for $1]) - -_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -_PKG_CONFIG([$1][_LIBS], [libs], [$2]) - -m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -and $1[]_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details.]) - -if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) - _PKG_SHORT_ERRORS_SUPPORTED - if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` - else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - - m4_default([$4], [AC_MSG_ERROR( -[Package requirements ($2) were not met: - -$$1_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -_PKG_TEXT]) - ]) -elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( -[The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -_PKG_TEXT - -To get pkg-config, see .]) - ]) -else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS - AC_MSG_RESULT([yes]) - $3 -fi[]dnl -])# PKG_CHECK_MODULES - -m4_include([m4/libtool.m4]) -m4_include([m4/ltoptions.m4]) -m4_include([m4/ltsugar.m4]) -m4_include([m4/ltversion.m4]) -m4_include([m4/lt~obsolete.m4]) diff --git a/libempathy-gtk/egg-list-box/config.guess b/libempathy-gtk/egg-list-box/config.guess index d622a44..c0adba9 100755 --- a/libempathy-gtk/egg-list-box/config.guess +++ b/libempathy-gtk/egg-list-box/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1256,7 +1256,7 @@ NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/libempathy-gtk/egg-list-box/config.sub b/libempathy-gtk/egg-list-box/config.sub index c894da4..6205f84 100755 --- a/libempathy-gtk/egg-list-box/config.sub +++ b/libempathy-gtk/egg-list-box/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-04-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -224,6 +224,12 @@ ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 ;; -lynx*) os=-lynxos @@ -1537,6 +1543,9 @@ c4x-* | tic4x-*) os=-coff ;; + hexagon-*) + os=-elf + ;; tic54x-*) os=-coff ;; diff --git a/libempathy-gtk/egg-list-box/configure b/libempathy-gtk/egg-list-box/configure index 5849bd5..fa887b4 100755 --- a/libempathy-gtk/egg-list-box/configure +++ b/libempathy-gtk/egg-list-box/configure @@ -1,13 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for egg-list-box 3.5.1. +# Generated by GNU Autoconf 2.69 for egg-list-box 3.5.1. # # Report bugs to . # # -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation @@ -136,6 +134,31 @@ # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh @@ -169,7 +192,8 @@ else exitcode=1; echo positional parameters were not saved. fi -test x\$exitcode = x0 || exit 1" +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && @@ -222,21 +246,25 @@ if test "x$CONFIG_SHELL" != x; then : - # We cannot yet assume a decent shell, so we have to provide a - # neutralization value for shells without unset; and this also - # works around shells that cannot unset nonexistent variables. - # Preserve -v and -x to the replacement shell. - BASH_ENV=/dev/null - ENV=/dev/null - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV - export CONFIG_SHELL - case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; - esac - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 fi if test x$as_have_required = xno; then : @@ -340,6 +368,14 @@ } # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -461,6 +497,10 @@ chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). @@ -495,16 +535,16 @@ # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -516,28 +556,8 @@ as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -1282,8 +1302,6 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -1447,16 +1465,19 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0') - --disable-maintainer-mode disable make rules and dependencies not useful - (and sometimes confusing) to the casual installer + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --disable-maintainer-mode + disable make rules and dependencies not useful (and + sometimes confusing) to the casual installer --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build --disable-libtool-lock avoid locking (might break parallel builds) Optional Packages: @@ -1554,9 +1575,9 @@ if $ac_init_version; then cat <<\_ACEOF egg-list-box configure 3.5.1 -generated by GNU Autoconf 2.68 - -Copyright (C) 2010 Free Software Foundation, Inc. +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1632,7 +1653,7 @@ test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext + test -x conftest$ac_exeext }; then : ac_retval=0 else @@ -1832,7 +1853,7 @@ running configure, to aid debugging if configure makes a mistake. It was created by egg-list-box $as_me 3.5.1, which was -generated by GNU Autoconf 2.68. Invocation command line was +generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2183,7 +2204,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.11' +am__api_version='1.12' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2251,7 +2272,7 @@ # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -2309,9 +2330,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -2322,32 +2340,40 @@ esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi - + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$2" = conftest.file ) then @@ -2359,6 +2385,16 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -2385,8 +2421,8 @@ am_missing_run="$MISSING --run " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then @@ -2398,10 +2434,10 @@ esac fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. +# will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. @@ -2420,7 +2456,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2460,7 +2496,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2511,7 +2547,7 @@ test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ @@ -2540,12 +2576,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -2564,7 +2594,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2678,6 +2708,12 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used @@ -2696,10 +2732,10 @@ enableval=$enable_silent_rules; fi -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=0;; +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 @@ -2940,7 +2976,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -3006,7 +3042,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3046,7 +3082,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3099,7 +3135,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3140,7 +3176,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -3198,7 +3234,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3242,7 +3278,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3688,8 +3724,7 @@ /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); @@ -3785,8 +3820,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -3821,16 +3856,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -3839,8 +3874,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -3848,7 +3883,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -3924,7 +3959,7 @@ for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue + as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in @@ -4000,7 +4035,7 @@ for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in @@ -4066,7 +4101,7 @@ for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in @@ -4133,7 +4168,7 @@ for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue + as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in @@ -4389,7 +4424,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4433,7 +4468,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4857,7 +4892,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4897,7 +4932,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5203,7 +5238,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5243,7 +5278,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5347,7 +5382,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5391,7 +5426,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5516,7 +5551,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5556,7 +5591,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5615,7 +5650,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5655,7 +5690,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6304,7 +6339,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6344,7 +6379,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6424,7 +6459,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6464,7 +6499,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6516,7 +6551,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6556,7 +6591,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6608,7 +6643,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6648,7 +6683,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6700,7 +6735,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6740,7 +6775,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6792,7 +6827,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6832,7 +6867,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7776,10 +7811,6 @@ $RM -r conftest* -## CAVEAT EMPTOR: -## There is no encapsulation within the following macros, do not change -## the running order or otherwise move them around unless you know exactly -## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= @@ -11345,7 +11376,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -11385,7 +11416,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -11438,7 +11469,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -11479,7 +11510,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -11537,7 +11568,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -11581,7 +11612,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -11777,8 +11808,7 @@ /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); @@ -11874,8 +11904,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -11910,16 +11940,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -11928,8 +11958,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -11937,7 +11967,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -12009,7 +12039,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_VALAC="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -12052,7 +12082,7 @@ 2) : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - as_fn_error $? "Vala 0.16.0 not found." "$LINENO" 5 ;; #( + as_fn_error 77 "Vala 0.16.0 not found." "$LINENO" 5 ;; #( *) : ;; esac @@ -12063,6 +12093,7 @@ pkg_modules="gtk+-3.0 >= 3.4.0 glib-2.0 >= 2.31.10" + @@ -12089,7 +12120,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -12132,7 +12163,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -12197,6 +12228,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LISTBOX_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -12213,6 +12245,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LISTBOX_LIBS=`$PKG_CONFIG --libs "$pkg_modules" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -12232,9 +12265,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - LISTBOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$pkg_modules" 2>&1` + LISTBOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$pkg_modules" 2>&1` else - LISTBOX_PKG_ERRORS=`$PKG_CONFIG --print-errors "$pkg_modules" 2>&1` + LISTBOX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$pkg_modules" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$LISTBOX_PKG_ERRORS" >&5 @@ -12249,7 +12282,6 @@ Alternatively, you may set the environment variables LISTBOX_CFLAGS and LISTBOX_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 - elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -12265,7 +12297,6 @@ To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } - else LISTBOX_CFLAGS=$pkg_cv_LISTBOX_CFLAGS LISTBOX_LIBS=$pkg_cv_LISTBOX_LIBS @@ -12388,6 +12419,14 @@ LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -12710,16 +12749,16 @@ # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -12779,28 +12818,16 @@ as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -12822,7 +12849,7 @@ # values after options handling. ac_log=" This file was extended by egg-list-box $as_me 3.5.1, which was -generated by GNU Autoconf 2.68. Invocation command line was +generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -12888,10 +12915,10 @@ ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ egg-list-box config.status 3.5.1 -configured by $0, generated by GNU Autoconf 2.68, +configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -12982,7 +13009,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' @@ -13907,7 +13934,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -13941,21 +13968,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || diff --git a/libempathy-gtk/egg-list-box/depcomp b/libempathy-gtk/egg-list-box/depcomp index 25a39e6..debb6ff 100755 --- a/libempathy-gtk/egg-list-box/depcomp +++ b/libempathy-gtk/egg-list-box/depcomp @@ -3,8 +3,7 @@ scriptversion=2012-03-27.16; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, -# 2011, 2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2012 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libempathy-gtk/egg-list-box/install-sh b/libempathy-gtk/egg-list-box/install-sh index a9244eb..377bb86 100755 --- a/libempathy-gtk/egg-list-box/install-sh +++ b/libempathy-gtk/egg-list-box/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-01-19.21; # UTC +scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -35,7 +35,7 @@ # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent -# `make' implicit rules from creating a file called install from it +# 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written @@ -156,7 +156,7 @@ -s) stripcmd=$stripprog;; -t) dst_arg=$2 - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac @@ -190,7 +190,7 @@ fi shift # arg dst_arg=$arg - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac @@ -202,7 +202,7 @@ echo "$0: no input file specified." >&2 exit 1 fi - # It's OK to call `install-sh -d' without argument. + # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi @@ -240,7 +240,7 @@ for src do - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac @@ -354,7 +354,7 @@ if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writeable bit of parent directory when it shouldn't. + # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in diff --git a/libempathy-gtk/egg-list-box/m4/libtool.m4 b/libempathy-gtk/egg-list-box/m4/libtool.m4 deleted file mode 100644 index 56666f0..0000000 --- a/libempathy-gtk/egg-list-box/m4/libtool.m4 +++ /dev/null @@ -1,7986 +0,0 @@ -# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -m4_define([_LT_COPYING], [dnl -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. -# -# GNU Libtool is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -]) - -# serial 57 LT_INIT - - -# LT_PREREQ(VERSION) -# ------------------ -# Complain and exit if this libtool version is less that VERSION. -m4_defun([LT_PREREQ], -[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, - [m4_default([$3], - [m4_fatal([Libtool version $1 or higher is required], - 63)])], - [$2])]) - - -# _LT_CHECK_BUILDDIR -# ------------------ -# Complain if the absolute build directory name contains unusual characters -m4_defun([_LT_CHECK_BUILDDIR], -[case `pwd` in - *\ * | *\ *) - AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; -esac -]) - - -# LT_INIT([OPTIONS]) -# ------------------ -AC_DEFUN([LT_INIT], -[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT -AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl -AC_BEFORE([$0], [LT_LANG])dnl -AC_BEFORE([$0], [LT_OUTPUT])dnl -AC_BEFORE([$0], [LTDL_INIT])dnl -m4_require([_LT_CHECK_BUILDDIR])dnl - -dnl Autoconf doesn't catch unexpanded LT_ macros by default: -m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl -m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl -dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 -dnl unless we require an AC_DEFUNed macro: -AC_REQUIRE([LTOPTIONS_VERSION])dnl -AC_REQUIRE([LTSUGAR_VERSION])dnl -AC_REQUIRE([LTVERSION_VERSION])dnl -AC_REQUIRE([LTOBSOLETE_VERSION])dnl -m4_require([_LT_PROG_LTMAIN])dnl - -_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) - -dnl Parse OPTIONS -_LT_SET_OPTIONS([$0], [$1]) - -# This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ltmain" - -# Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -AC_SUBST(LIBTOOL)dnl - -_LT_SETUP - -# Only expand once: -m4_define([LT_INIT]) -])# LT_INIT - -# Old names: -AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) -AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PROG_LIBTOOL], []) -dnl AC_DEFUN([AM_PROG_LIBTOOL], []) - - -# _LT_CC_BASENAME(CC) -# ------------------- -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -m4_defun([_LT_CC_BASENAME], -[for cc_temp in $1""; do - case $cc_temp in - compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; - distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; - \-*) ;; - *) break;; - esac -done -cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -]) - - -# _LT_FILEUTILS_DEFAULTS -# ---------------------- -# It is okay to use these file commands and assume they have been set -# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. -m4_defun([_LT_FILEUTILS_DEFAULTS], -[: ${CP="cp -f"} -: ${MV="mv -f"} -: ${RM="rm -f"} -])# _LT_FILEUTILS_DEFAULTS - - -# _LT_SETUP -# --------- -m4_defun([_LT_SETUP], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl -AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl - -_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl -dnl -_LT_DECL([], [host_alias], [0], [The host system])dnl -_LT_DECL([], [host], [0])dnl -_LT_DECL([], [host_os], [0])dnl -dnl -_LT_DECL([], [build_alias], [0], [The build system])dnl -_LT_DECL([], [build], [0])dnl -_LT_DECL([], [build_os], [0])dnl -dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -dnl -AC_REQUIRE([AC_PROG_LN_S])dnl -test -z "$LN_S" && LN_S="ln -s" -_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl -dnl -AC_REQUIRE([LT_CMD_MAX_LEN])dnl -_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl -_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl -dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_CHECK_SHELL_FEATURES])dnl -m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl -m4_require([_LT_CMD_RELOAD])dnl -m4_require([_LT_CHECK_MAGIC_METHOD])dnl -m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl -m4_require([_LT_CMD_OLD_ARCHIVE])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -m4_require([_LT_WITH_SYSROOT])dnl - -_LT_CONFIG_LIBTOOL_INIT([ -# See if we are running on zsh, and set the options which allow our -# commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST -fi -]) -if test -n "${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST -fi - -_LT_CHECK_OBJDIR - -m4_require([_LT_TAG_COMPILER])dnl - -case $host_os in -aix3*) - # AIX sometimes has problems with the GCC collect2 program. For some - # reason, if we set the COLLECT_NAMES environment variable, the problems - # vanish in a puff of smoke. - if test "X${COLLECT_NAMES+set}" != Xset; then - COLLECT_NAMES= - export COLLECT_NAMES - fi - ;; -esac - -# Global variables: -ofile=libtool -can_build_shared=yes - -# All known linkers require a `.a' archive for static linking (except MSVC, -# which needs '.lib'). -libext=a - -with_gnu_ld="$lt_cv_prog_gnu_ld" - -old_CC="$CC" -old_CFLAGS="$CFLAGS" - -# Set sane defaults for various variables -test -z "$CC" && CC=cc -test -z "$LTCC" && LTCC=$CC -test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS -test -z "$LD" && LD=ld -test -z "$ac_objext" && ac_objext=o - -_LT_CC_BASENAME([$compiler]) - -# Only perform the check for file, if the check method requires it -test -z "$MAGIC_CMD" && MAGIC_CMD=file -case $deplibs_check_method in -file_magic*) - if test "$file_magic_cmd" = '$MAGIC_CMD'; then - _LT_PATH_MAGIC - fi - ;; -esac - -# Use C for the default configuration in the libtool script -LT_SUPPORTED_TAG([CC]) -_LT_LANG_C_CONFIG -_LT_LANG_DEFAULT_CONFIG -_LT_CONFIG_COMMANDS -])# _LT_SETUP - - -# _LT_PREPARE_SED_QUOTE_VARS -# -------------------------- -# Define a few sed substitution that help us do robust quoting. -m4_defun([_LT_PREPARE_SED_QUOTE_VARS], -[# Backslashify metacharacters that are still active within -# double-quoted strings. -sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\([["`\\]]\)/\\\1/g' - -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' -]) - -# _LT_PROG_LTMAIN -# --------------- -# Note that this code is called both from `configure', and `config.status' -# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, -# `config.status' has no value for ac_aux_dir unless we are using Automake, -# so we pass a copy along to make sure it has a sensible value anyway. -m4_defun([_LT_PROG_LTMAIN], -[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl -_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) -ltmain="$ac_aux_dir/ltmain.sh" -])# _LT_PROG_LTMAIN - - -## ------------------------------------- ## -## Accumulate code for creating libtool. ## -## ------------------------------------- ## - -# So that we can recreate a full libtool script including additional -# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS -# in macros and then make a single call at the end using the `libtool' -# label. - - -# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) -# ---------------------------------------- -# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL_INIT], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_INIT], - [$1 -])])]) - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_INIT]) - - -# _LT_CONFIG_LIBTOOL([COMMANDS]) -# ------------------------------ -# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], - [$1 -])])]) - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) - - -# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) -# ----------------------------------------------------- -m4_defun([_LT_CONFIG_SAVE_COMMANDS], -[_LT_CONFIG_LIBTOOL([$1]) -_LT_CONFIG_LIBTOOL_INIT([$2]) -]) - - -# _LT_FORMAT_COMMENT([COMMENT]) -# ----------------------------- -# Add leading comment marks to the start of each line, and a trailing -# full-stop to the whole comment if one is not present already. -m4_define([_LT_FORMAT_COMMENT], -[m4_ifval([$1], [ -m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], - [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) -)]) - - - -## ------------------------ ## -## FIXME: Eliminate VARNAME ## -## ------------------------ ## - - -# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) -# ------------------------------------------------------------------- -# CONFIGNAME is the name given to the value in the libtool script. -# VARNAME is the (base) name used in the configure script. -# VALUE may be 0, 1 or 2 for a computed quote escaped value based on -# VARNAME. Any other value will be used directly. -m4_define([_LT_DECL], -[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], - [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], - [m4_ifval([$1], [$1], [$2])]) - lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) - m4_ifval([$4], - [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) - lt_dict_add_subkey([lt_decl_dict], [$2], - [tagged?], [m4_ifval([$5], [yes], [no])])]) -]) - - -# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) -# -------------------------------------------------------- -m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) - - -# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_tag_varnames], -[_lt_decl_filter([tagged?], [yes], $@)]) - - -# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) -# --------------------------------------------------------- -m4_define([_lt_decl_filter], -[m4_case([$#], - [0], [m4_fatal([$0: too few arguments: $#])], - [1], [m4_fatal([$0: too few arguments: $#: $1])], - [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], - [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], - [lt_dict_filter([lt_decl_dict], $@)])[]dnl -]) - - -# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) -# -------------------------------------------------- -m4_define([lt_decl_quote_varnames], -[_lt_decl_filter([value], [1], $@)]) - - -# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_dquote_varnames], -[_lt_decl_filter([value], [2], $@)]) - - -# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_varnames_tagged], -[m4_assert([$# <= 2])dnl -_$0(m4_quote(m4_default([$1], [[, ]])), - m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), - m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) -m4_define([_lt_decl_varnames_tagged], -[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) - - -# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_all_varnames], -[_$0(m4_quote(m4_default([$1], [[, ]])), - m4_if([$2], [], - m4_quote(lt_decl_varnames), - m4_quote(m4_shift($@))))[]dnl -]) -m4_define([_lt_decl_all_varnames], -[lt_join($@, lt_decl_varnames_tagged([$1], - lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl -]) - - -# _LT_CONFIG_STATUS_DECLARE([VARNAME]) -# ------------------------------------ -# Quote a variable value, and forward it to `config.status' so that its -# declaration there will have the same value as in `configure'. VARNAME -# must have a single quote delimited value for this to work. -m4_define([_LT_CONFIG_STATUS_DECLARE], -[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) - - -# _LT_CONFIG_STATUS_DECLARATIONS -# ------------------------------ -# We delimit libtool config variables with single quotes, so when -# we write them to config.status, we have to be sure to quote all -# embedded single quotes properly. In configure, this macro expands -# each variable declared with _LT_DECL (and _LT_TAGDECL) into: -# -# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' -m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], -[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), - [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAGS -# ---------------- -# Output comment and list of tags supported by the script -m4_defun([_LT_LIBTOOL_TAGS], -[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl -available_tags="_LT_TAGS"dnl -]) - - -# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) -# ----------------------------------- -# Extract the dictionary values for VARNAME (optionally with TAG) and -# expand to a commented shell variable setting: -# -# # Some comment about what VAR is for. -# visible_name=$lt_internal_name -m4_define([_LT_LIBTOOL_DECLARE], -[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], - [description])))[]dnl -m4_pushdef([_libtool_name], - m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl -m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), - [0], [_libtool_name=[$]$1], - [1], [_libtool_name=$lt_[]$1], - [2], [_libtool_name=$lt_[]$1], - [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl -m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl -]) - - -# _LT_LIBTOOL_CONFIG_VARS -# ----------------------- -# Produce commented declarations of non-tagged libtool config variables -# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' -# script. Tagged libtool config variables (even for the LIBTOOL CONFIG -# section) are produced by _LT_LIBTOOL_TAG_VARS. -m4_defun([_LT_LIBTOOL_CONFIG_VARS], -[m4_foreach([_lt_var], - m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAG_VARS(TAG) -# ------------------------- -m4_define([_LT_LIBTOOL_TAG_VARS], -[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) - - -# _LT_TAGVAR(VARNAME, [TAGNAME]) -# ------------------------------ -m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) - - -# _LT_CONFIG_COMMANDS -# ------------------- -# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of -# variables for single and double quote escaping we saved from calls -# to _LT_DECL, we can put quote escaped variables declarations -# into `config.status', and then the shell code to quote escape them in -# for loops in `config.status'. Finally, any additional code accumulated -# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. -m4_defun([_LT_CONFIG_COMMANDS], -[AC_PROVIDE_IFELSE([LT_OUTPUT], - dnl If the libtool generation code has been placed in $CONFIG_LT, - dnl instead of duplicating it all over again into config.status, - dnl then we will have config.status run $CONFIG_LT later, so it - dnl needs to know what name is stored there: - [AC_CONFIG_COMMANDS([libtool], - [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], - dnl If the libtool generation code is destined for config.status, - dnl expand the accumulated commands and init code now: - [AC_CONFIG_COMMANDS([libtool], - [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) -])#_LT_CONFIG_COMMANDS - - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], -[ - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -sed_quote_subst='$sed_quote_subst' -double_quote_subst='$double_quote_subst' -delay_variable_subst='$delay_variable_subst' -_LT_CONFIG_STATUS_DECLARATIONS -LTCC='$LTCC' -LTCFLAGS='$LTCFLAGS' -compiler='$compiler_DEFAULT' - -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -\$[]1 -_LTECHO_EOF' -} - -# Quote evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_quote_varnames); do - case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; - esac -done - -# Double-quote double-evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_dquote_varnames); do - case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; - esac -done - -_LT_OUTPUT_LIBTOOL_INIT -]) - -# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) -# ------------------------------------ -# Generate a child script FILE with all initialization necessary to -# reuse the environment learned by the parent script, and make the -# file executable. If COMMENT is supplied, it is inserted after the -# `#!' sequence but before initialization text begins. After this -# macro, additional text can be appended to FILE to form the body of -# the child script. The macro ends with non-zero status if the -# file could not be fully written (such as if the disk is full). -m4_ifdef([AS_INIT_GENERATED], -[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], -[m4_defun([_LT_GENERATED_FILE_INIT], -[m4_require([AS_PREPARE])]dnl -[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl -[lt_write_fail=0 -cat >$1 <<_ASEOF || lt_write_fail=1 -#! $SHELL -# Generated by $as_me. -$2 -SHELL=\${CONFIG_SHELL-$SHELL} -export SHELL -_ASEOF -cat >>$1 <<\_ASEOF || lt_write_fail=1 -AS_SHELL_SANITIZE -_AS_PREPARE -exec AS_MESSAGE_FD>&1 -_ASEOF -test $lt_write_fail = 0 && chmod +x $1[]dnl -m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT - -# LT_OUTPUT -# --------- -# This macro allows early generation of the libtool script (before -# AC_OUTPUT is called), incase it is used in configure for compilation -# tests. -AC_DEFUN([LT_OUTPUT], -[: ${CONFIG_LT=./config.lt} -AC_MSG_NOTICE([creating $CONFIG_LT]) -_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], -[# Run this file to recreate a libtool stub with the current configuration.]) - -cat >>"$CONFIG_LT" <<\_LTEOF -lt_cl_silent=false -exec AS_MESSAGE_LOG_FD>>config.log -{ - echo - AS_BOX([Running $as_me.]) -} >&AS_MESSAGE_LOG_FD - -lt_cl_help="\ -\`$as_me' creates a local libtool stub from the current configuration, -for use in further configure time tests before the real libtool is -generated. - -Usage: $[0] [[OPTIONS]] - - -h, --help print this help, then exit - -V, --version print version number, then exit - -q, --quiet do not print progress messages - -d, --debug don't remove temporary files - -Report bugs to ." - -lt_cl_version="\ -m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl -m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) -configured by $[0], generated by m4_PACKAGE_STRING. - -Copyright (C) 2011 Free Software Foundation, Inc. -This config.lt script is free software; the Free Software Foundation -gives unlimited permision to copy, distribute and modify it." - -while test $[#] != 0 -do - case $[1] in - --version | --v* | -V ) - echo "$lt_cl_version"; exit 0 ;; - --help | --h* | -h ) - echo "$lt_cl_help"; exit 0 ;; - --debug | --d* | -d ) - debug=: ;; - --quiet | --q* | --silent | --s* | -q ) - lt_cl_silent=: ;; - - -*) AC_MSG_ERROR([unrecognized option: $[1] -Try \`$[0] --help' for more information.]) ;; - - *) AC_MSG_ERROR([unrecognized argument: $[1] -Try \`$[0] --help' for more information.]) ;; - esac - shift -done - -if $lt_cl_silent; then - exec AS_MESSAGE_FD>/dev/null -fi -_LTEOF - -cat >>"$CONFIG_LT" <<_LTEOF -_LT_OUTPUT_LIBTOOL_COMMANDS_INIT -_LTEOF - -cat >>"$CONFIG_LT" <<\_LTEOF -AC_MSG_NOTICE([creating $ofile]) -_LT_OUTPUT_LIBTOOL_COMMANDS -AS_EXIT(0) -_LTEOF -chmod +x "$CONFIG_LT" - -# configure is writing to config.log, but config.lt does its own redirection, -# appending to config.log, which fails on DOS, as config.log is still kept -# open by configure. Here we exec the FD to /dev/null, effectively closing -# config.log, so it can be properly (re)opened and appended to by config.lt. -lt_cl_success=: -test "$silent" = yes && - lt_config_lt_args="$lt_config_lt_args --quiet" -exec AS_MESSAGE_LOG_FD>/dev/null -$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false -exec AS_MESSAGE_LOG_FD>>config.log -$lt_cl_success || AS_EXIT(1) -])# LT_OUTPUT - - -# _LT_CONFIG(TAG) -# --------------- -# If TAG is the built-in tag, create an initial libtool script with a -# default configuration from the untagged config vars. Otherwise add code -# to config.status for appending the configuration named by TAG from the -# matching tagged config vars. -m4_defun([_LT_CONFIG], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_CONFIG_SAVE_COMMANDS([ - m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl - m4_if(_LT_TAG, [C], [ - # See if we are running on zsh, and set the options which allow our - # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST - fi - - cfgfile="${ofile}T" - trap "$RM \"$cfgfile\"; exit 1" 1 2 15 - $RM "$cfgfile" - - cat <<_LT_EOF >> "$cfgfile" -#! $SHELL - -# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -# NOTE: Changes made to this file will be lost: look at ltmain.sh. -# -_LT_COPYING -_LT_LIBTOOL_TAGS - -# ### BEGIN LIBTOOL CONFIG -_LT_LIBTOOL_CONFIG_VARS -_LT_LIBTOOL_TAG_VARS -# ### END LIBTOOL CONFIG - -_LT_EOF - - case $host_os in - aix3*) - cat <<\_LT_EOF >> "$cfgfile" -# AIX sometimes has problems with the GCC collect2 program. For some -# reason, if we set the COLLECT_NAMES environment variable, the problems -# vanish in a puff of smoke. -if test "X${COLLECT_NAMES+set}" != Xset; then - COLLECT_NAMES= - export COLLECT_NAMES -fi -_LT_EOF - ;; - esac - - _LT_PROG_LTMAIN - - # We use sed instead of cat because bash on DJGPP gets confused if - # if finds mixed CR/LF and LF-only lines. Since sed operates in - # text mode, it properly converts lines to CR/LF. This bash problem - # is reportedly fixed, but why not run on old versions too? - sed '$q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - _LT_PROG_REPLACE_SHELLFNS - - mv -f "$cfgfile" "$ofile" || - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") - chmod +x "$ofile" -], -[cat <<_LT_EOF >> "$ofile" - -dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded -dnl in a comment (ie after a #). -# ### BEGIN LIBTOOL TAG CONFIG: $1 -_LT_LIBTOOL_TAG_VARS(_LT_TAG) -# ### END LIBTOOL TAG CONFIG: $1 -_LT_EOF -])dnl /m4_if -], -[m4_if([$1], [], [ - PACKAGE='$PACKAGE' - VERSION='$VERSION' - TIMESTAMP='$TIMESTAMP' - RM='$RM' - ofile='$ofile'], []) -])dnl /_LT_CONFIG_SAVE_COMMANDS -])# _LT_CONFIG - - -# LT_SUPPORTED_TAG(TAG) -# --------------------- -# Trace this macro to discover what tags are supported by the libtool -# --tag option, using: -# autoconf --trace 'LT_SUPPORTED_TAG:$1' -AC_DEFUN([LT_SUPPORTED_TAG], []) - - -# C support is built-in for now -m4_define([_LT_LANG_C_enabled], []) -m4_define([_LT_TAGS], []) - - -# LT_LANG(LANG) -# ------------- -# Enable libtool support for the given language if not already enabled. -AC_DEFUN([LT_LANG], -[AC_BEFORE([$0], [LT_OUTPUT])dnl -m4_case([$1], - [C], [_LT_LANG(C)], - [C++], [_LT_LANG(CXX)], - [Go], [_LT_LANG(GO)], - [Java], [_LT_LANG(GCJ)], - [Fortran 77], [_LT_LANG(F77)], - [Fortran], [_LT_LANG(FC)], - [Windows Resource], [_LT_LANG(RC)], - [m4_ifdef([_LT_LANG_]$1[_CONFIG], - [_LT_LANG($1)], - [m4_fatal([$0: unsupported language: "$1"])])])dnl -])# LT_LANG - - -# _LT_LANG(LANGNAME) -# ------------------ -m4_defun([_LT_LANG], -[m4_ifdef([_LT_LANG_]$1[_enabled], [], - [LT_SUPPORTED_TAG([$1])dnl - m4_append([_LT_TAGS], [$1 ])dnl - m4_define([_LT_LANG_]$1[_enabled], [])dnl - _LT_LANG_$1_CONFIG($1)])dnl -])# _LT_LANG - - -m4_ifndef([AC_PROG_GO], [ -############################################################ -# NOTE: This macro has been submitted for inclusion into # -# GNU Autoconf as AC_PROG_GO. When it is available in # -# a released version of Autoconf we should remove this # -# macro and use it instead. # -############################################################ -m4_defun([AC_PROG_GO], -[AC_LANG_PUSH(Go)dnl -AC_ARG_VAR([GOC], [Go compiler command])dnl -AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl -_AC_ARG_VAR_LDFLAGS()dnl -AC_CHECK_TOOL(GOC, gccgo) -if test -z "$GOC"; then - if test -n "$ac_tool_prefix"; then - AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) - fi -fi -if test -z "$GOC"; then - AC_CHECK_PROG(GOC, gccgo, gccgo, false) -fi -])#m4_defun -])#m4_ifndef - - -# _LT_LANG_DEFAULT_CONFIG -# ----------------------- -m4_defun([_LT_LANG_DEFAULT_CONFIG], -[AC_PROVIDE_IFELSE([AC_PROG_CXX], - [LT_LANG(CXX)], - [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) - -AC_PROVIDE_IFELSE([AC_PROG_F77], - [LT_LANG(F77)], - [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) - -AC_PROVIDE_IFELSE([AC_PROG_FC], - [LT_LANG(FC)], - [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) - -dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal -dnl pulling things in needlessly. -AC_PROVIDE_IFELSE([AC_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([LT_PROG_GCJ], - [LT_LANG(GCJ)], - [m4_ifdef([AC_PROG_GCJ], - [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([A][M_PROG_GCJ], - [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([LT_PROG_GCJ], - [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) - -AC_PROVIDE_IFELSE([AC_PROG_GO], - [LT_LANG(GO)], - [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) - -AC_PROVIDE_IFELSE([LT_PROG_RC], - [LT_LANG(RC)], - [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) -])# _LT_LANG_DEFAULT_CONFIG - -# Obsolete macros: -AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_CXX], []) -dnl AC_DEFUN([AC_LIBTOOL_F77], []) -dnl AC_DEFUN([AC_LIBTOOL_FC], []) -dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) -dnl AC_DEFUN([AC_LIBTOOL_RC], []) - - -# _LT_TAG_COMPILER -# ---------------- -m4_defun([_LT_TAG_COMPILER], -[AC_REQUIRE([AC_PROG_CC])dnl - -_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl -_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl -_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl -_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl - -# If no C compiler was specified, use CC. -LTCC=${LTCC-"$CC"} - -# If no C compiler flags were specified, use CFLAGS. -LTCFLAGS=${LTCFLAGS-"$CFLAGS"} - -# Allow CC to be a program name with arguments. -compiler=$CC -])# _LT_TAG_COMPILER - - -# _LT_COMPILER_BOILERPLATE -# ------------------------ -# Check for compiler boilerplate output or warnings with -# the simple compiler test code. -m4_defun([_LT_COMPILER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_compile_test_code" >conftest.$ac_ext -eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_compiler_boilerplate=`cat conftest.err` -$RM conftest* -])# _LT_COMPILER_BOILERPLATE - - -# _LT_LINKER_BOILERPLATE -# ---------------------- -# Check for linker boilerplate output or warnings with -# the simple link test code. -m4_defun([_LT_LINKER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_link_test_code" >conftest.$ac_ext -eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_linker_boilerplate=`cat conftest.err` -$RM -r conftest* -])# _LT_LINKER_BOILERPLATE - -# _LT_REQUIRED_DARWIN_CHECKS -# ------------------------- -m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ - case $host_os in - rhapsody* | darwin*) - AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) - AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) - AC_CHECK_TOOL([LIPO], [lipo], [:]) - AC_CHECK_TOOL([OTOOL], [otool], [:]) - AC_CHECK_TOOL([OTOOL64], [otool64], [:]) - _LT_DECL([], [DSYMUTIL], [1], - [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) - _LT_DECL([], [NMEDIT], [1], - [Tool to change global to local symbols on Mac OS X]) - _LT_DECL([], [LIPO], [1], - [Tool to manipulate fat objects and archives on Mac OS X]) - _LT_DECL([], [OTOOL], [1], - [ldd/readelf like tool for Mach-O binaries on Mac OS X]) - _LT_DECL([], [OTOOL64], [1], - [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) - - AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], - [lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then - # By default we will add the -single_module flag. You can override - # by either setting the environment variable LT_MULTI_MODULE - # non-empty at configure time, or by adding -multi_module to the - # link flags. - rm -rf libconftest.dylib* - echo "int foo(void){return 1;}" > conftest.c - echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ --dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ - -dynamiclib -Wl,-single_module conftest.c 2>conftest.err - _lt_result=$? - # If there is a non-empty error log, and "single_module" - # appears in it, assume the flag caused a linker warning - if test -s conftest.err && $GREP single_module conftest.err; then - cat conftest.err >&AS_MESSAGE_LOG_FD - # Otherwise, if the output was created with a 0 exit code from - # the compiler, it worked. - elif test -f libconftest.dylib && test $_lt_result -eq 0; then - lt_cv_apple_cc_single_mod=yes - else - cat conftest.err >&AS_MESSAGE_LOG_FD - fi - rm -rf libconftest.dylib* - rm -f conftest.* - fi]) - - AC_CACHE_CHECK([for -exported_symbols_list linker flag], - [lt_cv_ld_exported_symbols_list], - [lt_cv_ld_exported_symbols_list=no - save_LDFLAGS=$LDFLAGS - echo "_main" > conftest.sym - LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [lt_cv_ld_exported_symbols_list=yes], - [lt_cv_ld_exported_symbols_list=no]) - LDFLAGS="$save_LDFLAGS" - ]) - - AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], - [lt_cv_ld_force_load=no - cat > conftest.c << _LT_EOF -int forced_loaded() { return 2;} -_LT_EOF - echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD - echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD - $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD - echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD - $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD - cat > conftest.c << _LT_EOF -int main() { return 0;} -_LT_EOF - echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err - _lt_result=$? - if test -s conftest.err && $GREP force_load conftest.err; then - cat conftest.err >&AS_MESSAGE_LOG_FD - elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then - lt_cv_ld_force_load=yes - else - cat conftest.err >&AS_MESSAGE_LOG_FD - fi - rm -f conftest.err libconftest.a conftest conftest.c - rm -rf conftest.dSYM - ]) - case $host_os in - rhapsody* | darwin1.[[012]]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; - darwin1.*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - darwin*) # darwin 5.x on - # if running on 10.5 or later, the deployment target defaults - # to the OS version, if on x86, and 10.4, the deployment - # target defaults to 10.4. Don't you love it? - case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in - 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[[012]]*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - esac - ;; - esac - if test "$lt_cv_apple_cc_single_mod" = "yes"; then - _lt_dar_single_mod='$single_module' - fi - if test "$lt_cv_ld_exported_symbols_list" = "yes"; then - _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' - else - _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' - fi - if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then - _lt_dsymutil='~$DSYMUTIL $lib || :' - else - _lt_dsymutil= - fi - ;; - esac -]) - - -# _LT_DARWIN_LINKER_FEATURES([TAG]) -# --------------------------------- -# Checks for linker and compiler features on darwin -m4_defun([_LT_DARWIN_LINKER_FEATURES], -[ - m4_require([_LT_REQUIRED_DARWIN_CHECKS]) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_automatic, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - if test "$lt_cv_ld_force_load" = "yes"; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' - m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], - [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) - else - _LT_TAGVAR(whole_archive_flag_spec, $1)='' - fi - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" - case $cc_basename in - ifort*) _lt_dar_can_shared=yes ;; - *) _lt_dar_can_shared=$GCC ;; - esac - if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=func_echo_all - _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" - _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="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}" - _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" - m4_if([$1], [CXX], -[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then - _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" - fi -],[]) - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi -]) - -# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) -# ---------------------------------- -# Links a minimal program and checks the executable -# for the system default hardcoded library path. In most cases, -# this is /usr/lib:/lib, but when the MPI compilers are used -# the location of the communication and MPI libs are included too. -# If we don't find anything, use the default library path according -# to the aix ld manual. -# Store the results from the different compilers for each TAGNAME. -# Allow to override them for all tags through lt_cv_aix_libpath. -m4_defun([_LT_SYS_MODULE_PATH_AIX], -[m4_require([_LT_DECL_SED])dnl -if test "${lt_cv_aix_libpath+set}" = set; then - aix_libpath=$lt_cv_aix_libpath -else - AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], - [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ - lt_aix_libpath_sed='[ - /Import File Strings/,/^$/ { - /^0/ { - s/^0 *\([^ ]*\) *$/\1/ - p - } - }]' - _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - # Check for a 64-bit object if we didn't find anything. - if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then - _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi],[]) - if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then - _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" - fi - ]) - aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) -fi -])# _LT_SYS_MODULE_PATH_AIX - - -# _LT_SHELL_INIT(ARG) -# ------------------- -m4_define([_LT_SHELL_INIT], -[m4_divert_text([M4SH-INIT], [$1 -])])# _LT_SHELL_INIT - - - -# _LT_PROG_ECHO_BACKSLASH -# ----------------------- -# Find how we can fake an echo command that does not interpret backslash. -# In particular, with Autoconf 2.60 or later we add some code to the start -# of the generated configure script which will find a shell with a builtin -# printf (which we can use as an echo command). -m4_defun([_LT_PROG_ECHO_BACKSLASH], -[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO - -AC_MSG_CHECKING([how to print strings]) -# Test print first, because it will be a builtin if present. -if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ - test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='print -r --' -elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='printf %s\n' -else - # Use this function as a fallback that always works. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF -$[]1 -_LTECHO_EOF' - } - ECHO='func_fallback_echo' -fi - -# func_echo_all arg... -# Invoke $ECHO with all args, space-separated. -func_echo_all () -{ - $ECHO "$*" -} - -case "$ECHO" in - printf*) AC_MSG_RESULT([printf]) ;; - print*) AC_MSG_RESULT([print -r]) ;; - *) AC_MSG_RESULT([cat]) ;; -esac - -m4_ifdef([_AS_DETECT_SUGGESTED], -[_AS_DETECT_SUGGESTED([ - test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( - ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' - ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO - ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO - PATH=/empty FPATH=/empty; export PATH FPATH - test "X`printf %s $ECHO`" = "X$ECHO" \ - || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) - -_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) -])# _LT_PROG_ECHO_BACKSLASH - - -# _LT_WITH_SYSROOT -# ---------------- -AC_DEFUN([_LT_WITH_SYSROOT], -[AC_MSG_CHECKING([for sysroot]) -AC_ARG_WITH([sysroot], -[ --with-sysroot[=DIR] Search for dependent libraries within DIR - (or the compiler's sysroot if not specified).], -[], [with_sysroot=no]) - -dnl lt_sysroot will always be passed unquoted. We quote it here -dnl in case the user passed a directory name. -lt_sysroot= -case ${with_sysroot} in #( - yes) - if test "$GCC" = yes; then - lt_sysroot=`$CC --print-sysroot 2>/dev/null` - fi - ;; #( - /*) - lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` - ;; #( - no|'') - ;; #( - *) - AC_MSG_RESULT([${with_sysroot}]) - AC_MSG_ERROR([The sysroot must be an absolute path.]) - ;; -esac - - AC_MSG_RESULT([${lt_sysroot:-no}]) -_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl -[dependent libraries, and in which our libraries should be installed.])]) - -# _LT_ENABLE_LOCK -# --------------- -m4_defun([_LT_ENABLE_LOCK], -[AC_ARG_ENABLE([libtool-lock], - [AS_HELP_STRING([--disable-libtool-lock], - [avoid locking (might break parallel builds)])]) -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes - -# Some flags need to be propagated to the compiler or linker for good -# libtool support. -case $host in -ia64-*-hpux*) - # Find out which ABI we are using. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.$ac_objext` in - *ELF-32*) - HPUX_IA64_MODE="32" - ;; - *ELF-64*) - HPUX_IA64_MODE="64" - ;; - esac - fi - rm -rf conftest* - ;; -*-*-irix6*) - # Find out which ABI we are using. - echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - if test "$lt_cv_prog_gnu_ld" = yes; then - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -melf32bsmip" - ;; - *N32*) - LD="${LD-ld} -melf32bmipn32" - ;; - *64-bit*) - LD="${LD-ld} -melf64bmip" - ;; - esac - else - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -32" - ;; - *N32*) - LD="${LD-ld} -n32" - ;; - *64-bit*) - LD="${LD-ld} -64" - ;; - esac - fi - fi - rm -rf conftest* - ;; - -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ -s390*-*linux*|s390*-*tpf*|sparc*-*linux*) - # Find out which ABI we are using. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.o` in - *32-bit*) - case $host in - x86_64-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_i386_fbsd" - ;; - x86_64-*linux*) - LD="${LD-ld} -m elf_i386" - ;; - ppc64-*linux*|powerpc64-*linux*) - LD="${LD-ld} -m elf32ppclinux" - ;; - s390x-*linux*) - LD="${LD-ld} -m elf_s390" - ;; - sparc64-*linux*) - LD="${LD-ld} -m elf32_sparc" - ;; - esac - ;; - *64-bit*) - case $host in - x86_64-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_x86_64_fbsd" - ;; - x86_64-*linux*) - LD="${LD-ld} -m elf_x86_64" - ;; - ppc*-*linux*|powerpc*-*linux*) - LD="${LD-ld} -m elf64ppc" - ;; - s390*-*linux*|s390*-*tpf*) - LD="${LD-ld} -m elf64_s390" - ;; - sparc*-*linux*) - LD="${LD-ld} -m elf64_sparc" - ;; - esac - ;; - esac - fi - rm -rf conftest* - ;; - -*-*-sco3.2v5*) - # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -belf" - AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, - [AC_LANG_PUSH(C) - AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) - AC_LANG_POP]) - if test x"$lt_cv_cc_needs_belf" != x"yes"; then - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" - fi - ;; -*-*solaris*) - # Find out which ABI we are using. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.o` in - *64-bit*) - case $lt_cv_prog_gnu_ld in - yes*) - case $host in - i?86-*-solaris*) - LD="${LD-ld} -m elf_x86_64" - ;; - sparc*-*-solaris*) - LD="${LD-ld} -m elf64_sparc" - ;; - esac - # GNU ld 2.21 introduced _sol2 emulations. Use them if available. - if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then - LD="${LD-ld}_sol2" - fi - ;; - *) - if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then - LD="${LD-ld} -64" - fi - ;; - esac - ;; - esac - fi - rm -rf conftest* - ;; -esac - -need_locks="$enable_libtool_lock" -])# _LT_ENABLE_LOCK - - -# _LT_PROG_AR -# ----------- -m4_defun([_LT_PROG_AR], -[AC_CHECK_TOOLS(AR, [ar], false) -: ${AR=ar} -: ${AR_FLAGS=cru} -_LT_DECL([], [AR], [1], [The archiver]) -_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) - -AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], - [lt_cv_ar_at_file=no - AC_COMPILE_IFELSE([AC_LANG_PROGRAM], - [echo conftest.$ac_objext > conftest.lst - lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' - AC_TRY_EVAL([lt_ar_try]) - if test "$ac_status" -eq 0; then - # Ensure the archiver fails upon bogus file names. - rm -f conftest.$ac_objext libconftest.a - AC_TRY_EVAL([lt_ar_try]) - if test "$ac_status" -ne 0; then - lt_cv_ar_at_file=@ - fi - fi - rm -f conftest.* libconftest.a - ]) - ]) - -if test "x$lt_cv_ar_at_file" = xno; then - archiver_list_spec= -else - archiver_list_spec=$lt_cv_ar_at_file -fi -_LT_DECL([], [archiver_list_spec], [1], - [How to feed a file listing to the archiver]) -])# _LT_PROG_AR - - -# _LT_CMD_OLD_ARCHIVE -# ------------------- -m4_defun([_LT_CMD_OLD_ARCHIVE], -[_LT_PROG_AR - -AC_CHECK_TOOL(STRIP, strip, :) -test -z "$STRIP" && STRIP=: -_LT_DECL([], [STRIP], [1], [A symbol stripping program]) - -AC_CHECK_TOOL(RANLIB, ranlib, :) -test -z "$RANLIB" && RANLIB=: -_LT_DECL([], [RANLIB], [1], - [Commands used to install an old-style archive]) - -# Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' -old_postinstall_cmds='chmod 644 $oldlib' -old_postuninstall_cmds= - -if test -n "$RANLIB"; then - case $host_os in - openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" - ;; - *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" - ;; - esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" -fi - -case $host_os in - darwin*) - lock_old_archive_extraction=yes ;; - *) - lock_old_archive_extraction=no ;; -esac -_LT_DECL([], [old_postinstall_cmds], [2]) -_LT_DECL([], [old_postuninstall_cmds], [2]) -_LT_TAGDECL([], [old_archive_cmds], [2], - [Commands used to build an old-style archive]) -_LT_DECL([], [lock_old_archive_extraction], [0], - [Whether to use a lock for old archive extraction]) -])# _LT_CMD_OLD_ARCHIVE - - -# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------------------- -# Check whether the given compiler option works -AC_DEFUN([_LT_COMPILER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="$3" - # Insert the option either (1) after the last *FLAGS variable, or - # (2) before a word containing "conftest.", or (3) at the end. - # Note that $ac_compile itself does not contain backslashes and begins - # with a dollar sign (not a hyphen), so the echo should work correctly. - # The option is referenced via a variable to avoid confusing sed. - lt_compile=`echo "$ac_compile" | $SED \ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. - $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - fi - $RM conftest* -]) - -if test x"[$]$2" = xyes; then - m4_if([$5], , :, [$5]) -else - m4_if([$6], , :, [$6]) -fi -])# _LT_COMPILER_OPTION - -# Old name: -AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) - - -# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------- -# Check whether the given linker option works -AC_DEFUN([_LT_LINKER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $3" - echo "$lt_simple_link_test_code" > conftest.$ac_ext - if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then - # The linker can only warn and ignore the option if not recognized - # So say no if there are warnings - if test -s conftest.err; then - # Append any errors to the config.log. - cat conftest.err 1>&AS_MESSAGE_LOG_FD - $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - else - $2=yes - fi - fi - $RM -r conftest* - LDFLAGS="$save_LDFLAGS" -]) - -if test x"[$]$2" = xyes; then - m4_if([$4], , :, [$4]) -else - m4_if([$5], , :, [$5]) -fi -])# _LT_LINKER_OPTION - -# Old name: -AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) - - -# LT_CMD_MAX_LEN -#--------------- -AC_DEFUN([LT_CMD_MAX_LEN], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -# find the maximum length of command line arguments -AC_MSG_CHECKING([the maximum length of command line arguments]) -AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl - i=0 - teststring="ABCD" - - case $build_os in - msdosdjgpp*) - # On DJGPP, this test can blow up pretty badly due to problems in libc - # (any single argument exceeding 2000 bytes causes a buffer overrun - # during glob expansion). Even if it were fixed, the result of this - # check would be larger than it should be. - lt_cv_sys_max_cmd_len=12288; # 12K is about right - ;; - - gnu*) - # Under GNU Hurd, this test is not required because there is - # no limit to the length of command line arguments. - # Libtool will interpret -1 as no limit whatsoever - lt_cv_sys_max_cmd_len=-1; - ;; - - cygwin* | mingw* | cegcc*) - # On Win9x/ME, this test blows up -- it succeeds, but takes - # about 5 minutes as the teststring grows exponentially. - # Worse, since 9x/ME are not pre-emptively multitasking, - # you end up with a "frozen" computer, even though with patience - # the test eventually succeeds (with a max line length of 256k). - # Instead, let's just punt: use the minimum linelength reported by - # all of the supported platforms: 8192 (on NT/2K/XP). - lt_cv_sys_max_cmd_len=8192; - ;; - - mint*) - # On MiNT this can take a long time and run out of memory. - lt_cv_sys_max_cmd_len=8192; - ;; - - amigaos*) - # On AmigaOS with pdksh, this test takes hours, literally. - # So we just punt and use a minimum line length of 8192. - lt_cv_sys_max_cmd_len=8192; - ;; - - netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) - # This has been around since 386BSD, at least. Likely further. - if test -x /sbin/sysctl; then - lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` - elif test -x /usr/sbin/sysctl; then - lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` - else - lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs - fi - # And add a safety zone - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - ;; - - interix*) - # We know the value 262144 and hardcode it with a safety zone (like BSD) - lt_cv_sys_max_cmd_len=196608 - ;; - - os2*) - # The test takes a long time on OS/2. - lt_cv_sys_max_cmd_len=8192 - ;; - - osf*) - # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure - # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not - # nice to cause kernel panics so lets avoid the loop below. - # First set a reasonable default. - lt_cv_sys_max_cmd_len=16384 - # - if test -x /sbin/sysconfig; then - case `/sbin/sysconfig -q proc exec_disable_arg_limit` in - *1*) lt_cv_sys_max_cmd_len=-1 ;; - esac - fi - ;; - sco3.2v5*) - lt_cv_sys_max_cmd_len=102400 - ;; - sysv5* | sco5v6* | sysv4.2uw2*) - kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` - if test -n "$kargmax"; then - lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` - else - lt_cv_sys_max_cmd_len=32768 - fi - ;; - *) - lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len"; then - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - else - # Make teststring a little bigger before we do anything with it. - # a 1K string should be a reasonable start. - for i in 1 2 3 4 5 6 7 8 ; do - teststring=$teststring$teststring - done - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - # If test is not a shell built-in, we'll probably end up computing a - # maximum length that is only half of the actual maximum length, but - # we can't tell. - while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ - = "X$teststring$teststring"; } >/dev/null 2>&1 && - test $i != 17 # 1/2 MB should be enough - do - i=`expr $i + 1` - teststring=$teststring$teststring - done - # Only check the string length outside the loop. - lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` - teststring= - # Add a significant safety factor because C++ compilers can tack on - # massive amounts of additional arguments before passing them to the - # linker. It appears as though 1/2 is a usable value. - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` - fi - ;; - esac -]) -if test -n $lt_cv_sys_max_cmd_len ; then - AC_MSG_RESULT($lt_cv_sys_max_cmd_len) -else - AC_MSG_RESULT(none) -fi -max_cmd_len=$lt_cv_sys_max_cmd_len -_LT_DECL([], [max_cmd_len], [0], - [What is the maximum length of a command?]) -])# LT_CMD_MAX_LEN - -# Old name: -AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) - - -# _LT_HEADER_DLFCN -# ---------------- -m4_defun([_LT_HEADER_DLFCN], -[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl -])# _LT_HEADER_DLFCN - - -# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, -# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) -# ---------------------------------------------------------------- -m4_defun([_LT_TRY_DLOPEN_SELF], -[m4_require([_LT_HEADER_DLFCN])dnl -if test "$cross_compiling" = yes; then : - [$4] -else - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<_LT_EOF -[#line $LINENO "configure" -#include "confdefs.h" - -#if HAVE_DLFCN_H -#include -#endif - -#include - -#ifdef RTLD_GLOBAL -# define LT_DLGLOBAL RTLD_GLOBAL -#else -# ifdef DL_GLOBAL -# define LT_DLGLOBAL DL_GLOBAL -# else -# define LT_DLGLOBAL 0 -# endif -#endif - -/* We may have to define LT_DLLAZY_OR_NOW in the command line if we - find out it does not work in some platform. */ -#ifndef LT_DLLAZY_OR_NOW -# ifdef RTLD_LAZY -# define LT_DLLAZY_OR_NOW RTLD_LAZY -# else -# ifdef DL_LAZY -# define LT_DLLAZY_OR_NOW DL_LAZY -# else -# ifdef RTLD_NOW -# define LT_DLLAZY_OR_NOW RTLD_NOW -# else -# ifdef DL_NOW -# define LT_DLLAZY_OR_NOW DL_NOW -# else -# define LT_DLLAZY_OR_NOW 0 -# endif -# endif -# endif -# endif -#endif - -/* When -fvisbility=hidden is used, assume the code has been annotated - correspondingly for the symbols needed. */ -#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) -int fnord () __attribute__((visibility("default"))); -#endif - -int fnord () { return 42; } -int main () -{ - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); - int status = $lt_dlunknown; - - if (self) - { - if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else - { - if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; - else puts (dlerror ()); - } - /* dlclose (self); */ - } - else - puts (dlerror ()); - - return status; -}] -_LT_EOF - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then - (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null - lt_status=$? - case x$lt_status in - x$lt_dlno_uscore) $1 ;; - x$lt_dlneed_uscore) $2 ;; - x$lt_dlunknown|x*) $3 ;; - esac - else : - # compilation failed - $3 - fi -fi -rm -fr conftest* -])# _LT_TRY_DLOPEN_SELF - - -# LT_SYS_DLOPEN_SELF -# ------------------ -AC_DEFUN([LT_SYS_DLOPEN_SELF], -[m4_require([_LT_HEADER_DLFCN])dnl -if test "x$enable_dlopen" != xyes; then - enable_dlopen=unknown - enable_dlopen_self=unknown - enable_dlopen_self_static=unknown -else - lt_cv_dlopen=no - lt_cv_dlopen_libs= - - case $host_os in - beos*) - lt_cv_dlopen="load_add_on" - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes - ;; - - mingw* | pw32* | cegcc*) - lt_cv_dlopen="LoadLibrary" - lt_cv_dlopen_libs= - ;; - - cygwin*) - lt_cv_dlopen="dlopen" - lt_cv_dlopen_libs= - ;; - - darwin*) - # if libdl is installed we need to link against it - AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ - lt_cv_dlopen="dyld" - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes - ]) - ;; - - *) - AC_CHECK_FUNC([shl_load], - [lt_cv_dlopen="shl_load"], - [AC_CHECK_LIB([dld], [shl_load], - [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], - [AC_CHECK_FUNC([dlopen], - [lt_cv_dlopen="dlopen"], - [AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], - [AC_CHECK_LIB([svld], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], - [AC_CHECK_LIB([dld], [dld_link], - [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) - ]) - ]) - ]) - ]) - ]) - ;; - esac - - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes - else - enable_dlopen=no - fi - - case $lt_cv_dlopen in - dlopen) - save_CPPFLAGS="$CPPFLAGS" - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" - - save_LDFLAGS="$LDFLAGS" - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" - - save_LIBS="$LIBS" - LIBS="$lt_cv_dlopen_libs $LIBS" - - AC_CACHE_CHECK([whether a program can dlopen itself], - lt_cv_dlopen_self, [dnl - _LT_TRY_DLOPEN_SELF( - lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, - lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) - ]) - - if test "x$lt_cv_dlopen_self" = xyes; then - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" - AC_CACHE_CHECK([whether a statically linked program can dlopen itself], - lt_cv_dlopen_self_static, [dnl - _LT_TRY_DLOPEN_SELF( - lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, - lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) - ]) - fi - - CPPFLAGS="$save_CPPFLAGS" - LDFLAGS="$save_LDFLAGS" - LIBS="$save_LIBS" - ;; - esac - - case $lt_cv_dlopen_self in - yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; - *) enable_dlopen_self=unknown ;; - esac - - case $lt_cv_dlopen_self_static in - yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; - *) enable_dlopen_self_static=unknown ;; - esac -fi -_LT_DECL([dlopen_support], [enable_dlopen], [0], - [Whether dlopen is supported]) -_LT_DECL([dlopen_self], [enable_dlopen_self], [0], - [Whether dlopen of programs is supported]) -_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], - [Whether dlopen of statically linked programs is supported]) -])# LT_SYS_DLOPEN_SELF - -# Old name: -AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) - - -# _LT_COMPILER_C_O([TAGNAME]) -# --------------------------- -# Check to see if options -c and -o are simultaneously supported by compiler. -# This macro does not hard code the compiler like AC_PROG_CC_C_O. -m4_defun([_LT_COMPILER_C_O], -[m4_require([_LT_DECL_SED])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no - $RM -r conftest 2>/dev/null - mkdir conftest - cd conftest - mkdir out - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - lt_compiler_flag="-o out/conftest2.$ac_objext" - # Insert the option either (1) after the last *FLAGS variable, or - # (2) before a word containing "conftest.", or (3) at the end. - # Note that $ac_compile itself does not contain backslashes and begins - # with a dollar sign (not a hyphen), so the echo should work correctly. - lt_compile=`echo "$ac_compile" | $SED \ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings - $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp - $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 - if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then - _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - fi - fi - chmod u+w . 2>&AS_MESSAGE_LOG_FD - $RM conftest* - # SGI C++ compiler will create directory out/ii_files/ for - # template instantiation - test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files - $RM out/* && rmdir out - cd .. - $RM -r conftest - $RM conftest* -]) -_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], - [Does compiler simultaneously support -c and -o options?]) -])# _LT_COMPILER_C_O - - -# _LT_COMPILER_FILE_LOCKS([TAGNAME]) -# ---------------------------------- -# Check to see if we can do hard links to lock some files if needed -m4_defun([_LT_COMPILER_FILE_LOCKS], -[m4_require([_LT_ENABLE_LOCK])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_COMPILER_C_O([$1]) - -hard_links="nottested" -if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user - AC_MSG_CHECKING([if we can lock with hard links]) - hard_links=yes - $RM conftest* - ln conftest.a conftest.b 2>/dev/null && hard_links=no - touch conftest.a - ln conftest.a conftest.b 2>&5 || hard_links=no - ln conftest.a conftest.b 2>/dev/null && hard_links=no - AC_MSG_RESULT([$hard_links]) - if test "$hard_links" = no; then - AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) - need_locks=warn - fi -else - need_locks=no -fi -_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) -])# _LT_COMPILER_FILE_LOCKS - - -# _LT_CHECK_OBJDIR -# ---------------- -m4_defun([_LT_CHECK_OBJDIR], -[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], -[rm -f .libs 2>/dev/null -mkdir .libs 2>/dev/null -if test -d .libs; then - lt_cv_objdir=.libs -else - # MS-DOS does not allow filenames that begin with a dot. - lt_cv_objdir=_libs -fi -rmdir .libs 2>/dev/null]) -objdir=$lt_cv_objdir -_LT_DECL([], [objdir], [0], - [The name of the directory that contains temporary libtool files])dnl -m4_pattern_allow([LT_OBJDIR])dnl -AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", - [Define to the sub-directory in which libtool stores uninstalled libraries.]) -])# _LT_CHECK_OBJDIR - - -# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) -# -------------------------------------- -# Check hardcoding attributes. -m4_defun([_LT_LINKER_HARDCODE_LIBPATH], -[AC_MSG_CHECKING([how to hardcode library paths into programs]) -_LT_TAGVAR(hardcode_action, $1)= -if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || - test -n "$_LT_TAGVAR(runpath_var, $1)" || - test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then - - # We can hardcode non-existent directories. - if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library - # when we should be linking with a yet-to-be-installed one - ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && - test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then - # Linking always hardcodes the temporary library directory. - _LT_TAGVAR(hardcode_action, $1)=relink - else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - _LT_TAGVAR(hardcode_action, $1)=immediate - fi -else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - _LT_TAGVAR(hardcode_action, $1)=unsupported -fi -AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) - -if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || - test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then - # Fast installation is not supported - enable_fast_install=no -elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then - # Fast installation is not necessary - enable_fast_install=needless -fi -_LT_TAGDECL([], [hardcode_action], [0], - [How to hardcode a shared library path into an executable]) -])# _LT_LINKER_HARDCODE_LIBPATH - - -# _LT_CMD_STRIPLIB -# ---------------- -m4_defun([_LT_CMD_STRIPLIB], -[m4_require([_LT_DECL_EGREP]) -striplib= -old_striplib= -AC_MSG_CHECKING([whether stripping libraries is possible]) -if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) -else -# FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - darwin*) - if test -n "$STRIP" ; then - striplib="$STRIP -x" - old_striplib="$STRIP -S" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - ;; - *) - AC_MSG_RESULT([no]) - ;; - esac -fi -_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) -_LT_DECL([], [striplib], [1]) -])# _LT_CMD_STRIPLIB - - -# _LT_SYS_DYNAMIC_LINKER([TAG]) -# ----------------------------- -# PORTME Fill in your ld.so characteristics -m4_defun([_LT_SYS_DYNAMIC_LINKER], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_OBJDUMP])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_CHECK_SHELL_FEATURES])dnl -AC_MSG_CHECKING([dynamic linker characteristics]) -m4_if([$1], - [], [ -if test "$GCC" = yes; then - case $host_os in - darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; - *) lt_awk_arg="/^libraries:/" ;; - esac - case $host_os in - mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; - *) lt_sed_strip_eq="s,=/,/,g" ;; - esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` - case $lt_search_path_spec in - *\;*) - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` - ;; - *) - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` - ;; - esac - # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary. - lt_tmp_lt_search_path_spec= - lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` - for lt_sys_path in $lt_search_path_spec; do - if test -d "$lt_sys_path/$lt_multi_os_dir"; then - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" - else - test -d "$lt_sys_path" && \ - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" - fi - done - lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -BEGIN {RS=" "; FS="/|\n";} { - lt_foo=""; - lt_count=0; - for (lt_i = NF; lt_i > 0; lt_i--) { - if ($lt_i != "" && $lt_i != ".") { - if ($lt_i == "..") { - lt_count++; - } else { - if (lt_count == 0) { - lt_foo="/" $lt_i lt_foo; - } else { - lt_count--; - } - } - } - } - if (lt_foo != "") { lt_freq[[lt_foo]]++; } - if (lt_freq[[lt_foo]] == 1) { print lt_foo; } -}'` - # AWK program above erroneously prepends '/' to C:/dos/paths - # for these hosts. - case $host_os in - mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ - $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; - esac - sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi]) -library_names_spec= -libname_spec='lib$name' -soname_spec= -shrext_cmds=".so" -postinstall_cmds= -postuninstall_cmds= -finish_cmds= -finish_eval= -shlibpath_var= -shlibpath_overrides_runpath=unknown -version_type=none -dynamic_linker="$host_os ld.so" -sys_lib_dlsearch_path_spec="/lib /usr/lib" -need_lib_prefix=unknown -hardcode_into_libs=no - -# when you set need_version to no, make sure it does not cause -set_version -# flags to be left without arguments -need_version=unknown - -case $host_os in -aix3*) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' - shlibpath_var=LIBPATH - - # AIX 3 has no versioning support, so we append a major version to the name. - soname_spec='${libname}${release}${shared_ext}$major' - ;; - -aix[[4-9]]*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - hardcode_into_libs=yes - if test "$host_cpu" = ia64; then - # AIX 5 supports IA64 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - else - # With GCC up to 2.95.x, collect2 would create an import file - # for dependence libraries. The import file would start with - # the line `#! .'. This would cause the generated library to - # depend on `.', always an invalid library. This was fixed in - # development snapshots of GCC prior to 3.0. - case $host_os in - aix4 | aix4.[[01]] | aix4.[[01]].*) - if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' - echo ' yes ' - echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then - : - else - can_build_shared=no - fi - ;; - esac - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct - # soname into executable. Probably we can add versioning support to - # collect2, so additional links can be useful in future. - if test "$aix_use_runtimelinking" = yes; then - # If using run time linking (on AIX 4.2 or later) use lib.so - # instead of lib.a to let people know that these are not - # typical AIX shared libraries. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - else - # We preserve .a as extension for shared libraries through AIX4.2 - # and later when we are not doing run time linking. - library_names_spec='${libname}${release}.a $libname.a' - soname_spec='${libname}${release}${shared_ext}$major' - fi - shlibpath_var=LIBPATH - fi - ;; - -amigaos*) - case $host_cpu in - powerpc) - # Since July 2007 AmigaOS4 officially supports .so libraries. - # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - ;; - m68k) - library_names_spec='$libname.ixlibrary $libname.a' - # Create ${libname}_ixlibrary.a entries in /sys/libs. - 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' - ;; - esac - ;; - -beos*) - library_names_spec='${libname}${shared_ext}' - dynamic_linker="$host_os ld.so" - shlibpath_var=LIBRARY_PATH - ;; - -bsdi[[45]]*) - version_type=linux # correct to gnu/linux during the next big refactor - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' - shlibpath_var=LD_LIBRARY_PATH - sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" - sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" - # the default ld.so.conf also contains /usr/contrib/lib and - # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow - # libtool to hard-code these into programs - ;; - -cygwin* | mingw* | pw32* | cegcc*) - version_type=windows - shrext_cmds=".dll" - need_version=no - need_lib_prefix=no - - case $GCC,$cc_basename in - yes,*) - # gcc - library_names_spec='$libname.dll.a' - # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ - dldir=$destdir/`dirname \$dlpath`~ - test -d \$dldir || mkdir -p \$dldir~ - $install_prog $dir/$dlname \$dldir/$dlname~ - chmod a+x \$dldir/$dlname~ - if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then - eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; - fi' - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ - dlpath=$dir/\$dldll~ - $RM \$dlpath' - shlibpath_overrides_runpath=yes - - case $host_os in - cygwin*) - # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' -m4_if([$1], [],[ - sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) - ;; - mingw* | cegcc*) - # MinGW DLLs use traditional 'lib' prefix - soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - ;; - pw32*) - # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - ;; - esac - dynamic_linker='Win32 ld.exe' - ;; - - *,cl*) - # Native MSVC - libname_spec='$name' - soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - library_names_spec='${libname}.dll.lib' - - case $build_os in - mingw*) - sys_lib_search_path_spec= - lt_save_ifs=$IFS - IFS=';' - for lt_path in $LIB - do - IFS=$lt_save_ifs - # Let DOS variable expansion print the short 8.3 style file name. - lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` - sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" - done - IFS=$lt_save_ifs - # Convert to MSYS style. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` - ;; - cygwin*) - # Convert to unix form, then to dos form, then back to unix form - # but this time dos style (no spaces!) so that the unix form looks - # like /cygdrive/c/PROGRA~1:/cygdr... - sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` - sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` - sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - ;; - *) - sys_lib_search_path_spec="$LIB" - if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then - # It is most probably a Windows format PATH. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi - # FIXME: find the short name or the path components, as spaces are - # common. (e.g. "Program Files" -> "PROGRA~1") - ;; - esac - - # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ - dldir=$destdir/`dirname \$dlpath`~ - test -d \$dldir || mkdir -p \$dldir~ - $install_prog $dir/$dlname \$dldir/$dlname' - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ - dlpath=$dir/\$dldll~ - $RM \$dlpath' - shlibpath_overrides_runpath=yes - dynamic_linker='Win32 link.exe' - ;; - - *) - # Assume MSVC wrapper - library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' - dynamic_linker='Win32 ld.exe' - ;; - esac - # FIXME: first we should search . and the directory the executable is in - shlibpath_var=PATH - ;; - -darwin* | rhapsody*) - dynamic_linker="$host_os dyld" - version_type=darwin - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' - soname_spec='${libname}${release}${major}$shared_ext' - shlibpath_overrides_runpath=yes - shlibpath_var=DYLD_LIBRARY_PATH - shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' -m4_if([$1], [],[ - sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) - sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' - ;; - -dgux*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - -freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. - if test -x /usr/bin/objformat; then - objformat=`/usr/bin/objformat` - else - case $host_os in - freebsd[[23]].*) objformat=aout ;; - *) objformat=elf ;; - esac - fi - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' - need_version=yes - ;; - esac - shlibpath_var=LD_LIBRARY_PATH - case $host_os in - freebsd2.*) - shlibpath_overrides_runpath=yes - ;; - freebsd3.[[01]]* | freebsdelf3.[[01]]*) - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ - freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - *) # from 4.6 on, and DragonFly - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - esac - ;; - -gnu*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - -haiku*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - dynamic_linker="$host_os runtime_loader" - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LIBRARY_PATH - shlibpath_overrides_runpath=yes - sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' - hardcode_into_libs=yes - ;; - -hpux9* | hpux10* | hpux11*) - # Give a soname corresponding to the major version so that dld.sl refuses to - # link against other versions. - version_type=sunos - need_lib_prefix=no - need_version=no - case $host_cpu in - ia64*) - shrext_cmds='.so' - hardcode_into_libs=yes - dynamic_linker="$host_os dld.so" - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - if test "X$HPUX_IA64_MODE" = X32; then - sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" - else - sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" - fi - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec - ;; - hppa*64*) - shrext_cmds='.sl' - hardcode_into_libs=yes - dynamic_linker="$host_os dld.sl" - shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec - ;; - *) - shrext_cmds='.sl' - dynamic_linker="$host_os dld.sl" - shlibpath_var=SHLIB_PATH - shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - ;; - esac - # HP-UX runs *really* slowly unless shared libraries are mode 555, ... - postinstall_cmds='chmod 555 $lib' - # or fails outright, so override atomically: - install_override_mode=555 - ;; - -interix[[3-9]]*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - -irix5* | irix6* | nonstopux*) - case $host_os in - nonstopux*) version_type=nonstopux ;; - *) - if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux # correct to gnu/linux during the next big refactor - else - version_type=irix - fi ;; - esac - need_lib_prefix=no - need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' - case $host_os in - irix5* | nonstopux*) - libsuff= shlibsuff= - ;; - *) - case $LD in # libtool.m4 will add one of these switches to LD - *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") - libsuff= shlibsuff= libmagic=32-bit;; - *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") - libsuff=32 shlibsuff=N32 libmagic=N32;; - *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") - libsuff=64 shlibsuff=64 libmagic=64-bit;; - *) libsuff= shlibsuff= libmagic=never-match;; - esac - ;; - esac - shlibpath_var=LD_LIBRARY${shlibsuff}_PATH - shlibpath_overrides_runpath=no - sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" - sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" - hardcode_into_libs=yes - ;; - -# No shared lib support for Linux oldld, aout, or coff. -linux*oldld* | linux*aout* | linux*coff*) - dynamic_linker=no - ;; - -# This must be glibc/ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - - # Some binutils ld are patched to set DT_RUNPATH - AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], - [lt_cv_shlibpath_overrides_runpath=no - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ - LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], - [lt_cv_shlibpath_overrides_runpath=yes])]) - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir - ]) - shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath - - # This implies no fast_install, which is unacceptable. - # Some rework will be needed to allow for fast_install - # before this can be enabled. - hardcode_into_libs=yes - - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" - - # Append ld.so.conf contents to the search path - if test -f /etc/ld.so.conf; then - 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' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - - fi - - # We used to test for /lib/ld.so.1 and disable shared libraries on - # powerpc, because MkLinux only supported shared libraries with the - # GNU dynamic linker. Since this was broken with cross compilers, - # most powerpc-linux boxes support dynamic linking these days and - # people can always --disable-shared, the test was removed, and we - # assume the GNU/Linux dynamic linker is in use. - dynamic_linker='GNU/Linux ld.so' - ;; - -netbsd*) - version_type=sunos - need_lib_prefix=no - need_version=no - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - dynamic_linker='NetBSD (a.out) ld.so' - else - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - dynamic_linker='NetBSD ld.elf_so' - fi - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - -newsos6) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - ;; - -*nto* | *qnx*) - version_type=qnx - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='ldqnx.so' - ;; - -openbsd*) - version_type=sunos - sys_lib_dlsearch_path_spec="/usr/lib" - need_lib_prefix=no - # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. - case $host_os in - openbsd3.3 | openbsd3.3.*) need_version=yes ;; - *) need_version=no ;; - esac - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - case $host_os in - openbsd2.[[89]] | openbsd2.[[89]].*) - shlibpath_overrides_runpath=no - ;; - *) - shlibpath_overrides_runpath=yes - ;; - esac - else - shlibpath_overrides_runpath=yes - fi - ;; - -os2*) - libname_spec='$name' - shrext_cmds=".dll" - need_lib_prefix=no - library_names_spec='$libname${shared_ext} $libname.a' - dynamic_linker='OS/2 ld.exe' - shlibpath_var=LIBPATH - ;; - -osf3* | osf4* | osf5*) - version_type=osf - need_lib_prefix=no - need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" - sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" - ;; - -rdos*) - dynamic_linker=no - ;; - -solaris*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - # ldd complains unless libraries are executable - postinstall_cmds='chmod +x $lib' - ;; - -sunos4*) - version_type=sunos - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - if test "$with_gnu_ld" = yes; then - need_lib_prefix=no - fi - need_version=yes - ;; - -sysv4 | sysv4.3*) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - case $host_vendor in - sni) - shlibpath_overrides_runpath=no - need_lib_prefix=no - runpath_var=LD_RUN_PATH - ;; - siemens) - need_lib_prefix=no - ;; - motorola) - need_lib_prefix=no - need_version=no - shlibpath_overrides_runpath=no - sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' - ;; - esac - ;; - -sysv4*MP*) - if test -d /usr/nec ;then - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' - soname_spec='$libname${shared_ext}.$major' - shlibpath_var=LD_LIBRARY_PATH - fi - ;; - -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=freebsd-elf - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - if test "$with_gnu_ld" = yes; then - sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' - else - sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' - case $host_os in - sco3.2v5*) - sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" - ;; - esac - fi - sys_lib_dlsearch_path_spec='/usr/lib' - ;; - -tpf*) - # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - -uts4*) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - -*) - dynamic_linker=no - ;; -esac -AC_MSG_RESULT([$dynamic_linker]) -test "$dynamic_linker" = no && can_build_shared=no - -variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -if test "$GCC" = yes; then - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" -fi - -if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" -fi -if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" -fi - -_LT_DECL([], [variables_saved_for_relink], [1], - [Variables whose values should be saved in libtool wrapper scripts and - restored at link time]) -_LT_DECL([], [need_lib_prefix], [0], - [Do we need the "lib" prefix for modules?]) -_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) -_LT_DECL([], [version_type], [0], [Library versioning type]) -_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) -_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) -_LT_DECL([], [shlibpath_overrides_runpath], [0], - [Is shlibpath searched before the hard-coded library search path?]) -_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) -_LT_DECL([], [library_names_spec], [1], - [[List of archive names. First name is the real one, the rest are links. - The last name is the one that the linker finds with -lNAME]]) -_LT_DECL([], [soname_spec], [1], - [[The coded name of the library, if different from the real name]]) -_LT_DECL([], [install_override_mode], [1], - [Permission mode override for installation of shared libraries]) -_LT_DECL([], [postinstall_cmds], [2], - [Command to use after installation of a shared archive]) -_LT_DECL([], [postuninstall_cmds], [2], - [Command to use after uninstallation of a shared archive]) -_LT_DECL([], [finish_cmds], [2], - [Commands used to finish a libtool library installation in a directory]) -_LT_DECL([], [finish_eval], [1], - [[As "finish_cmds", except a single script fragment to be evaled but - not shown]]) -_LT_DECL([], [hardcode_into_libs], [0], - [Whether we should hardcode library paths into libraries]) -_LT_DECL([], [sys_lib_search_path_spec], [2], - [Compile-time system search path for libraries]) -_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], - [Run-time system search path for libraries]) -])# _LT_SYS_DYNAMIC_LINKER - - -# _LT_PATH_TOOL_PREFIX(TOOL) -# -------------------------- -# find a file program which can recognize shared library -AC_DEFUN([_LT_PATH_TOOL_PREFIX], -[m4_require([_LT_DECL_EGREP])dnl -AC_MSG_CHECKING([for $1]) -AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, -[case $MAGIC_CMD in -[[\\/*] | ?:[\\/]*]) - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. - ;; -*) - lt_save_MAGIC_CMD="$MAGIC_CMD" - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -dnl $ac_dummy forces splitting on constant user-supplied paths. -dnl POSIX.2 word splitting is done only on the output of word expansions, -dnl not every word. This closes a longstanding sh security hole. - ac_dummy="m4_if([$2], , $PATH, [$2])" - for ac_dir in $ac_dummy; do - IFS="$lt_save_ifs" - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$1; then - lt_cv_path_MAGIC_CMD="$ac_dir/$1" - if test -n "$file_magic_test_file"; then - case $deplibs_check_method in - "file_magic "*) - file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" - if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | - $EGREP "$file_magic_regex" > /dev/null; then - : - else - cat <<_LT_EOF 1>&2 - -*** Warning: the command libtool uses to detect shared libraries, -*** $file_magic_cmd, produces output that libtool cannot recognize. -*** The result is that libtool may fail to recognize shared libraries -*** as such. This will affect the creation of libtool libraries that -*** depend on shared libraries, but programs linked with such libtool -*** libraries will work regardless of this problem. Nevertheless, you -*** may want to report the problem to your system manager and/or to -*** bug-libtool@gnu.org - -_LT_EOF - fi ;; - esac - fi - break - fi - done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" - ;; -esac]) -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" -if test -n "$MAGIC_CMD"; then - AC_MSG_RESULT($MAGIC_CMD) -else - AC_MSG_RESULT(no) -fi -_LT_DECL([], [MAGIC_CMD], [0], - [Used to examine libraries when file_magic_cmd begins with "file"])dnl -])# _LT_PATH_TOOL_PREFIX - -# Old name: -AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) - - -# _LT_PATH_MAGIC -# -------------- -# find a file program which can recognize a shared library -m4_defun([_LT_PATH_MAGIC], -[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) -if test -z "$lt_cv_path_MAGIC_CMD"; then - if test -n "$ac_tool_prefix"; then - _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) - else - MAGIC_CMD=: - fi -fi -])# _LT_PATH_MAGIC - - -# LT_PATH_LD -# ---------- -# find the pathname to the GNU or non-GNU linker -AC_DEFUN([LT_PATH_LD], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_PROG_ECHO_BACKSLASH])dnl - -AC_ARG_WITH([gnu-ld], - [AS_HELP_STRING([--with-gnu-ld], - [assume the C compiler uses GNU ld @<:@default=no@:>@])], - [test "$withval" = no || with_gnu_ld=yes], - [with_gnu_ld=no])dnl - -ac_prog=ld -if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. - AC_MSG_CHECKING([for ld used by $CC]) - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw - ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; - *) - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; - esac - case $ac_prog in - # Accept absolute paths. - [[\\/]]* | ?:[[\\/]]*) - re_direlt='/[[^/]][[^/]]*/\.\./' - # Canonicalize the pathname of ld - ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` - while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do - ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` - done - test -z "$LD" && LD="$ac_prog" - ;; - "") - # If it fails, then pretend we aren't using GCC. - ac_prog=ld - ;; - *) - # If it is relative, then search for the first ld in PATH. - with_gnu_ld=unknown - ;; - esac -elif test "$with_gnu_ld" = yes; then - AC_MSG_CHECKING([for GNU ld]) -else - AC_MSG_CHECKING([for non-GNU ld]) -fi -AC_CACHE_VAL(lt_cv_path_LD, -[if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH; do - IFS="$lt_save_ifs" - test -z "$ac_dir" && ac_dir=. - if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - lt_cv_path_LD="$ac_dir/$ac_prog" - # Check to see if the program is GNU ld. I'd rather use --version, - # but apparently some variants of GNU ld only accept -v. - # Break only if it was the GNU/non-GNU ld that we prefer. - case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' - lt_cv_file_magic_cmd='func_win32_libid' - else - # Keep this pattern in sync with the one in func_win32_libid. - lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' - lt_cv_file_magic_cmd='$OBJDUMP -f' - fi - ;; - -cegcc*) - # use the weaker test based on 'objdump'. See mingw*. - lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' - ;; - -darwin* | rhapsody*) - lt_cv_deplibs_check_method=pass_all - ;; - -freebsd* | dragonfly*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - case $host_cpu in - i*86 ) - # Not sure whether the presence of OpenBSD here was a mistake. - # Let's accept both of them until this is cleared up. - lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` - ;; - esac - else - lt_cv_deplibs_check_method=pass_all - fi - ;; - -gnu*) - lt_cv_deplibs_check_method=pass_all - ;; - -haiku*) - lt_cv_deplibs_check_method=pass_all - ;; - -hpux10.20* | hpux11*) - lt_cv_file_magic_cmd=/usr/bin/file - case $host_cpu in - ia64*) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' - lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so - ;; - hppa*64*) - [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]'] - lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl - ;; - *) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' - lt_cv_file_magic_test_file=/usr/lib/libc.sl - ;; - esac - ;; - -interix[[3-9]]*) - # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' - ;; - -irix5* | irix6* | nonstopux*) - case $LD in - *-32|*"-32 ") libmagic=32-bit;; - *-n32|*"-n32 ") libmagic=N32;; - *-64|*"-64 ") libmagic=64-bit;; - *) libmagic=never-match;; - esac - lt_cv_deplibs_check_method=pass_all - ;; - -# This must be glibc/ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu) - lt_cv_deplibs_check_method=pass_all - ;; - -netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' - else - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' - fi - ;; - -newos6*) - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=/usr/lib/libnls.so - ;; - -*nto* | *qnx*) - lt_cv_deplibs_check_method=pass_all - ;; - -openbsd*) - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' - else - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' - fi - ;; - -osf3* | osf4* | osf5*) - lt_cv_deplibs_check_method=pass_all - ;; - -rdos*) - lt_cv_deplibs_check_method=pass_all - ;; - -solaris*) - lt_cv_deplibs_check_method=pass_all - ;; - -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - lt_cv_deplibs_check_method=pass_all - ;; - -sysv4 | sysv4.3*) - case $host_vendor in - motorola) - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` - ;; - ncr) - lt_cv_deplibs_check_method=pass_all - ;; - sequent) - lt_cv_file_magic_cmd='/bin/file' - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' - ;; - sni) - lt_cv_file_magic_cmd='/bin/file' - lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" - lt_cv_file_magic_test_file=/lib/libc.so - ;; - siemens) - lt_cv_deplibs_check_method=pass_all - ;; - pc) - lt_cv_deplibs_check_method=pass_all - ;; - esac - ;; - -tpf*) - lt_cv_deplibs_check_method=pass_all - ;; -esac -]) - -file_magic_glob= -want_nocaseglob=no -if test "$build" = "$host"; then - case $host_os in - mingw* | pw32*) - if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then - want_nocaseglob=yes - else - file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` - fi - ;; - esac -fi - -file_magic_cmd=$lt_cv_file_magic_cmd -deplibs_check_method=$lt_cv_deplibs_check_method -test -z "$deplibs_check_method" && deplibs_check_method=unknown - -_LT_DECL([], [deplibs_check_method], [1], - [Method to check whether dependent libraries are shared objects]) -_LT_DECL([], [file_magic_cmd], [1], - [Command to use when deplibs_check_method = "file_magic"]) -_LT_DECL([], [file_magic_glob], [1], - [How to find potential files when deplibs_check_method = "file_magic"]) -_LT_DECL([], [want_nocaseglob], [1], - [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) -])# _LT_CHECK_MAGIC_METHOD - - -# LT_PATH_NM -# ---------- -# find the pathname to a BSD- or MS-compatible name lister -AC_DEFUN([LT_PATH_NM], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, -[if test -n "$NM"; then - # Let the user override the test. - lt_cv_path_NM="$NM" -else - lt_nm_to_check="${ac_tool_prefix}nm" - if test -n "$ac_tool_prefix" && test "$build" = "$host"; then - lt_nm_to_check="$lt_nm_to_check nm" - fi - for lt_tmp_nm in $lt_nm_to_check; do - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do - IFS="$lt_save_ifs" - test -z "$ac_dir" && ac_dir=. - tmp_nm="$ac_dir/$lt_tmp_nm" - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then - # Check to see if the nm accepts a BSD-compat flag. - # Adding the `sed 1q' prevents false positives on HP-UX, which says: - # nm: unknown option "B" ignored - # Tru64's nm complains that /dev/null is an invalid object file - case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in - */dev/null* | *'Invalid file or object type'*) - lt_cv_path_NM="$tmp_nm -B" - break - ;; - *) - case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in - */dev/null*) - lt_cv_path_NM="$tmp_nm -p" - break - ;; - *) - lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but - continue # so that we can try to find one that supports BSD flags - ;; - esac - ;; - esac - fi - done - IFS="$lt_save_ifs" - done - : ${lt_cv_path_NM=no} -fi]) -if test "$lt_cv_path_NM" != "no"; then - NM="$lt_cv_path_NM" -else - # Didn't find any BSD compatible name lister, look for dumpbin. - if test -n "$DUMPBIN"; then : - # Let the user override the test. - else - AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) - case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in - *COFF*) - DUMPBIN="$DUMPBIN -symbols" - ;; - *) - DUMPBIN=: - ;; - esac - fi - AC_SUBST([DUMPBIN]) - if test "$DUMPBIN" != ":"; then - NM="$DUMPBIN" - fi -fi -test -z "$NM" && NM=nm -AC_SUBST([NM]) -_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl - -AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], - [lt_cv_nm_interface="BSD nm" - echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$ac_compile" 2>conftest.err) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) - (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) - cat conftest.out >&AS_MESSAGE_LOG_FD - if $GREP 'External.*some_variable' conftest.out > /dev/null; then - lt_cv_nm_interface="MS dumpbin" - fi - rm -f conftest*]) -])# LT_PATH_NM - -# Old names: -AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) -AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_PROG_NM], []) -dnl AC_DEFUN([AC_PROG_NM], []) - -# _LT_CHECK_SHAREDLIB_FROM_LINKLIB -# -------------------------------- -# how to determine the name of the shared library -# associated with a specific link library. -# -- PORTME fill in with the dynamic library characteristics -m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], -[m4_require([_LT_DECL_EGREP]) -m4_require([_LT_DECL_OBJDUMP]) -m4_require([_LT_DECL_DLLTOOL]) -AC_CACHE_CHECK([how to associate runtime and link libraries], -lt_cv_sharedlib_from_linklib_cmd, -[lt_cv_sharedlib_from_linklib_cmd='unknown' - -case $host_os in -cygwin* | mingw* | pw32* | cegcc*) - # two different shell functions defined in ltmain.sh - # decide which to use based on capabilities of $DLLTOOL - case `$DLLTOOL --help 2>&1` in - *--identify-strict*) - lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib - ;; - *) - lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback - ;; - esac - ;; -*) - # fallback: assume linklib IS sharedlib - lt_cv_sharedlib_from_linklib_cmd="$ECHO" - ;; -esac -]) -sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd -test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO - -_LT_DECL([], [sharedlib_from_linklib_cmd], [1], - [Command to associate shared and link libraries]) -])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB - - -# _LT_PATH_MANIFEST_TOOL -# ---------------------- -# locate the manifest tool -m4_defun([_LT_PATH_MANIFEST_TOOL], -[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) -test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt -AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], - [lt_cv_path_mainfest_tool=no - echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD - $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out - cat conftest.err >&AS_MESSAGE_LOG_FD - if $GREP 'Manifest Tool' conftest.out > /dev/null; then - lt_cv_path_mainfest_tool=yes - fi - rm -f conftest*]) -if test "x$lt_cv_path_mainfest_tool" != xyes; then - MANIFEST_TOOL=: -fi -_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl -])# _LT_PATH_MANIFEST_TOOL - - -# LT_LIB_M -# -------- -# check for math library -AC_DEFUN([LT_LIB_M], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -LIBM= -case $host in -*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) - # These system don't have libm, or don't need it - ;; -*-ncr-sysv4.3*) - AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") - AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") - ;; -*) - AC_CHECK_LIB(m, cos, LIBM="-lm") - ;; -esac -AC_SUBST([LIBM]) -])# LT_LIB_M - -# Old name: -AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_CHECK_LIBM], []) - - -# _LT_COMPILER_NO_RTTI([TAGNAME]) -# ------------------------------- -m4_defun([_LT_COMPILER_NO_RTTI], -[m4_require([_LT_TAG_COMPILER])dnl - -_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - -if test "$GCC" = yes; then - case $cc_basename in - nvcc*) - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; - *) - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; - esac - - _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], - lt_cv_prog_compiler_rtti_exceptions, - [-fno-rtti -fno-exceptions], [], - [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) -fi -_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], - [Compiler flag to turn off builtin functions]) -])# _LT_COMPILER_NO_RTTI - - -# _LT_CMD_GLOBAL_SYMBOLS -# ---------------------- -m4_defun([_LT_CMD_GLOBAL_SYMBOLS], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([LT_PATH_NM])dnl -AC_REQUIRE([LT_PATH_LD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_TAG_COMPILER])dnl - -# Check for command to grab the raw symbol name followed by C symbol from nm. -AC_MSG_CHECKING([command to parse $NM output from $compiler object]) -AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], -[ -# These are sane defaults that work on at least a few old systems. -# [They come from Ultrix. What could be older than Ultrix?!! ;)] - -# Character class describing NM global symbol codes. -symcode='[[BCDEGRST]]' - -# Regexp to match symbols that can be accessed directly from C. -sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' - -# Define system-specific variables. -case $host_os in -aix*) - symcode='[[BCDT]]' - ;; -cygwin* | mingw* | pw32* | cegcc*) - symcode='[[ABCDGISTW]]' - ;; -hpux*) - if test "$host_cpu" = ia64; then - symcode='[[ABCDEGRST]]' - fi - ;; -irix* | nonstopux*) - symcode='[[BCDEGRST]]' - ;; -osf*) - symcode='[[BCDEGQRST]]' - ;; -solaris*) - symcode='[[BDRT]]' - ;; -sco3.2v5*) - symcode='[[DT]]' - ;; -sysv4.2uw2*) - symcode='[[DT]]' - ;; -sysv5* | sco5v6* | unixware* | OpenUNIX*) - symcode='[[ABDT]]' - ;; -sysv4) - symcode='[[DFNSTU]]' - ;; -esac - -# If we're using GNU nm, then use its standard symbol codes. -case `$NM -V 2>&1` in -*GNU* | *'with BFD'*) - symcode='[[ABCDGIRSTW]]' ;; -esac - -# Transform an extracted symbol line into a proper C declaration. -# Some systems (esp. on ia64) link data and code symbols differently, -# so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" - -# Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" - -# Handle CRLF in mingw tool chain -opt_cr= -case $build_os in -mingw*) - opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp - ;; -esac - -# Try without a prefix underscore, then with it. -for ac_symprfx in "" "_"; do - - # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. - symxfrm="\\1 $ac_symprfx\\2 \\2" - - # Write the raw and C identifiers. - if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Fake it for dumpbin and say T for any non-static function - # and D for any global variable. - # Also find C++ and __fastcall symbols from MSVC++, - # which start with @ or ?. - lt_cv_sys_global_symbol_pipe="$AWK ['"\ -" {last_section=section; section=\$ 3};"\ -" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ -" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ -" \$ 0!~/External *\|/{next};"\ -" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ -" {if(hide[section]) next};"\ -" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ -" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ -" s[1]~/^[@?]/{print s[1], s[1]; next};"\ -" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ -" ' prfx=^$ac_symprfx]" - else - lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" - fi - lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" - - # Check to see that the pipe works correctly. - pipe_works=no - - rm -f conftest* - cat > conftest.$ac_ext <<_LT_EOF -#ifdef __cplusplus -extern "C" { -#endif -char nm_test_var; -void nm_test_func(void); -void nm_test_func(void){} -#ifdef __cplusplus -} -#endif -int main(){nm_test_var='a';nm_test_func();return(0);} -_LT_EOF - - if AC_TRY_EVAL(ac_compile); then - # Now try to grab the symbols. - nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then - # Try sorting and uniquifying the output. - if sort "$nlist" | uniq > "$nlist"T; then - mv -f "$nlist"T "$nlist" - else - rm -f "$nlist"T - fi - - # Make sure that we snagged all the symbols we need. - if $GREP ' nm_test_var$' "$nlist" >/dev/null; then - if $GREP ' nm_test_func$' "$nlist" >/dev/null; then - cat <<_LT_EOF > conftest.$ac_ext -/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) -/* DATA imports from DLLs on WIN32 con't be const, because runtime - relocations are performed -- see ld's documentation on pseudo-relocs. */ -# define LT@&t@_DLSYM_CONST -#elif defined(__osf__) -/* This system does not cope well with relocations in const data. */ -# define LT@&t@_DLSYM_CONST -#else -# define LT@&t@_DLSYM_CONST const -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -_LT_EOF - # Now generate the symbol file. - eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' - - cat <<_LT_EOF >> conftest.$ac_ext - -/* The mapping between symbol names and symbols. */ -LT@&t@_DLSYM_CONST struct { - const char *name; - void *address; -} -lt__PROGRAM__LTX_preloaded_symbols[[]] = -{ - { "@PROGRAM@", (void *) 0 }, -_LT_EOF - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext - cat <<\_LT_EOF >> conftest.$ac_ext - {0, (void *) 0} -}; - -/* This works around a problem in FreeBSD linker */ -#ifdef FREEBSD_WORKAROUND -static const void *lt_preloaded_setup() { - return lt__PROGRAM__LTX_preloaded_symbols; -} -#endif - -#ifdef __cplusplus -} -#endif -_LT_EOF - # Now try linking the two files. - mv conftest.$ac_objext conftstm.$ac_objext - lt_globsym_save_LIBS=$LIBS - lt_globsym_save_CFLAGS=$CFLAGS - LIBS="conftstm.$ac_objext" - CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then - pipe_works=yes - fi - LIBS=$lt_globsym_save_LIBS - CFLAGS=$lt_globsym_save_CFLAGS - else - echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD - fi - else - echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD - fi - else - echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD - fi - else - echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD - cat conftest.$ac_ext >&5 - fi - rm -rf conftest* conftst* - - # Do not use the global_symbol_pipe unless it works. - if test "$pipe_works" = yes; then - break - else - lt_cv_sys_global_symbol_pipe= - fi -done -]) -if test -z "$lt_cv_sys_global_symbol_pipe"; then - lt_cv_sys_global_symbol_to_cdecl= -fi -if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then - AC_MSG_RESULT(failed) -else - AC_MSG_RESULT(ok) -fi - -# Response file support. -if test "$lt_cv_nm_interface" = "MS dumpbin"; then - nm_file_list_spec='@' -elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then - nm_file_list_spec='@' -fi - -_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], - [Take the output of nm and produce a listing of raw symbols and C names]) -_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], - [Transform the output of nm in a proper C declaration]) -_LT_DECL([global_symbol_to_c_name_address], - [lt_cv_sys_global_symbol_to_c_name_address], [1], - [Transform the output of nm in a C name address pair]) -_LT_DECL([global_symbol_to_c_name_address_lib_prefix], - [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], - [Transform the output of nm in a C name address pair when lib prefix is needed]) -_LT_DECL([], [nm_file_list_spec], [1], - [Specify filename containing input files for $NM]) -]) # _LT_CMD_GLOBAL_SYMBOLS - - -# _LT_COMPILER_PIC([TAGNAME]) -# --------------------------- -m4_defun([_LT_COMPILER_PIC], -[m4_require([_LT_TAG_COMPILER])dnl -_LT_TAGVAR(lt_prog_compiler_wl, $1)= -_LT_TAGVAR(lt_prog_compiler_pic, $1)= -_LT_TAGVAR(lt_prog_compiler_static, $1)= - -m4_if([$1], [CXX], [ - # C++ specific cases for pic, static, wl, etc. - if test "$GXX" = yes; then - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - - case $host_os in - aix*) - # All AIX code is PIC. - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - m68k) - # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' - ;; - esac - ;; - - beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) - # PIC is the default for these OSes. - ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - darwin* | rhapsody*) - # PIC is the default on this platform - # Common symbols not allowed in MH_DYLIB files - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' - ;; - *djgpp*) - # DJGPP does not support shared libraries at all - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - haiku*) - # PIC is the default for Haiku. - # The "-static" flag exists, but is broken. - _LT_TAGVAR(lt_prog_compiler_static, $1)= - ;; - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic - fi - ;; - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. - case $host_cpu in - hppa*64*) - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - else - case $host_os in - aix[[4-9]]*) - # All AIX code is PIC. - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' - fi - ;; - chorus*) - case $cc_basename in - cxch68*) - # Green Hills C++ Compiler - # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" - ;; - esac - ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - dgux*) - case $cc_basename in - ec++*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; - freebsd* | dragonfly*) - # FreeBSD uses GNU C++ - ;; - hpux9* | hpux10* | hpux11*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - if test "$host_cpu" != ia64; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - fi - ;; - aCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - case $host_cpu in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - ;; - *) - ;; - esac - ;; - interix*) - # This is c89, which is MS Visual C++ (no shared libs) - # Anyone wants to do a port? - ;; - irix5* | irix6* | nonstopux*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - # CC pic flag -KPIC is the default. - ;; - *) - ;; - esac - ;; - linux* | k*bsd*-gnu | kopensolaris*-gnu) - case $cc_basename in - KCC*) - # KAI C++ Compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - ecpc* ) - # old Intel C++ for x86_64 which still supported -KPIC. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - icpc* ) - # Intel C++, used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - cxx*) - # Compaq C++ - # Make sure the PIC flag is empty. It appears that all Alpha - # Linux and Compaq Tru64 Unix objects are PIC. - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) - # IBM XL 8.0, 9.0 on PPC and BlueGene - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - esac - ;; - esac - ;; - lynxos*) - ;; - m88k*) - ;; - mvs*) - case $cc_basename in - cxx*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' - ;; - *) - ;; - esac - ;; - netbsd*) - ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - osf3* | osf4* | osf5*) - case $cc_basename in - KCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - ;; - RCC*) - # Rational C++ 2.4.1 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - cxx*) - # Digital/Compaq C++ - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # Make sure the PIC flag is empty. It appears that all Alpha - # Linux and Compaq Tru64 Unix objects are PIC. - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - *) - ;; - esac - ;; - psos*) - ;; - solaris*) - case $cc_basename in - CC* | sunCC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - ;; - *) - ;; - esac - ;; - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - lcc*) - # Lucid - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - esac - ;; - tandem*) - case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - *) - ;; - esac - ;; - vxworks*) - ;; - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - esac - fi -], -[ - if test "$GCC" = yes; then - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - - case $host_os in - aix*) - # All AIX code is PIC. - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - m68k) - # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' - ;; - esac - ;; - - beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) - # PIC is the default for these OSes. - ;; - - mingw* | cygwin* | pw32* | os2* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - - darwin* | rhapsody*) - # PIC is the default on this platform - # Common symbols not allowed in MH_DYLIB files - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' - ;; - - haiku*) - # PIC is the default for Haiku. - # The "-static" flag exists, but is broken. - _LT_TAGVAR(lt_prog_compiler_static, $1)= - ;; - - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. - case $host_cpu in - hppa*64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - ;; - - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; - - msdosdjgpp*) - # Just because we use GCC doesn't mean we suddenly get shared libraries - # on systems that don't support them. - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - enable_shared=no - ;; - - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic - fi - ;; - - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - - case $cc_basename in - nvcc*) # Cuda Compiler Driver 2.2 - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' - if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" - fi - ;; - esac - else - # PORTME Check for flag to pass linker flags through the system compiler. - case $host_os in - aix*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' - fi - ;; - - mingw* | cygwin* | pw32* | os2* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - - hpux9* | hpux10* | hpux11*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but - # not for PA HP-UX. - case $host_cpu in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - # Is there a better lt_prog_compiler_static that works with the bundled CC? - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - ;; - - irix5* | irix6* | nonstopux*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC (with -KPIC) is the default. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - linux* | k*bsd*-gnu | kopensolaris*-gnu) - case $cc_basename in - # old Intel for x86_64 which still supported -KPIC. - ecc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # icc used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - icc* | ifort*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # Lahey Fortran 8.1. - lf95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' - _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' - ;; - nagfor*) - # NAG Fortran compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) - # Portland Group compilers (*not* the Pentium gcc compiler, - # which looks to be a dead project) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - ccc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All Alpha code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xl* | bgxl* | bgf* | mpixl*) - # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='' - ;; - *Sun\ F* | *Sun*Fortran*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - *Sun\ C*) - # Sun C 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - ;; - *Intel*\ [[CF]]*Compiler*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - *Portland\ Group*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - esac - ;; - esac - ;; - - newsos6) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - - osf3* | osf4* | osf5*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All OSF/1 code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - rdos*) - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - solaris*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - case $cc_basename in - f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; - *) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; - esac - ;; - - sunos4*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - sysv4 | sysv4.2uw2* | sysv4.3*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - sysv4*MP*) - if test -d /usr/nec ;then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - unicos*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - - uts4*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - esac - fi -]) -case $host_os in - # For platforms which do not support PIC, -DPIC is meaningless: - *djgpp*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" - ;; -esac - -AC_CACHE_CHECK([for $compiler option to produce PIC], - [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], - [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) -_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) - -# -# Check to make sure the PIC flag actually works. -# -if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then - _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], - [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], - [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], - [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in - "" | " "*) ;; - *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; - esac], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) -fi -_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], - [Additional compiler flags for building library objects]) - -_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], - [How to pass a linker flag through the compiler]) -# -# Check to make sure the static flag actually works. -# -wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" -_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], - _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), - $lt_tmp_static_flag, - [], - [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) -_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], - [Compiler flag to prevent dynamic linking]) -])# _LT_COMPILER_PIC - - -# _LT_LINKER_SHLIBS([TAGNAME]) -# ---------------------------- -# See if the linker supports building shared libraries. -m4_defun([_LT_LINKER_SHLIBS], -[AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -m4_require([_LT_PATH_MANIFEST_TOOL])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -m4_if([$1], [CXX], [ - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] - case $host_os in - aix[[4-9]]*) - # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global defined - # symbols, whereas GNU nm marks them as "W". - if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - else - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - fi - ;; - pw32*) - _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" - ;; - cygwin* | mingw* | cegcc*) - case $cc_basename in - cl*) - _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' - ;; - *) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] - ;; - esac - ;; - *) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; - esac -], [ - runpath_var= - _LT_TAGVAR(allow_undefined_flag, $1)= - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(archive_cmds, $1)= - _LT_TAGVAR(archive_expsym_cmds, $1)= - _LT_TAGVAR(compiler_needs_object, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(hardcode_automatic, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_separator, $1)= - _LT_TAGVAR(hardcode_minus_L, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_TAGVAR(inherit_rpath, $1)=no - _LT_TAGVAR(link_all_deplibs, $1)=unknown - _LT_TAGVAR(module_cmds, $1)= - _LT_TAGVAR(module_expsym_cmds, $1)= - _LT_TAGVAR(old_archive_from_new_cmds, $1)= - _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= - _LT_TAGVAR(thread_safe_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - # include_expsyms should be a list of space-separated symbols to be *always* - # included in the symbol list - _LT_TAGVAR(include_expsyms, $1)= - # exclude_expsyms can be an extended regexp of symbols to exclude - # it will be wrapped by ` (' and `)$', so one must not match beginning or - # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', - # as well as any symbol that contains `d'. - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] - # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out - # platforms (ab)use it in PIC code, but their linkers get confused if - # the symbol is explicitly referenced. Since portable code cannot - # rely on this symbol name, it's probably fine to never include it in - # preloaded symbol tables. - # Exclude shared library initialization/finalization symbols. -dnl Note also adjust exclude_expsyms for C++ above. - extract_expsyms_cmds= - - case $host_os in - cygwin* | mingw* | pw32* | cegcc*) - # FIXME: the MSVC++ port hasn't been tested in a loooong time - # When not using gcc, we currently assume that we are using - # Microsoft Visual C++. - if test "$GCC" != yes; then - with_gnu_ld=no - fi - ;; - interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++) - with_gnu_ld=yes - ;; - openbsd*) - with_gnu_ld=no - ;; - esac - - _LT_TAGVAR(ld_shlibs, $1)=yes - - # On some targets, GNU ld is compatible enough with the native linker - # that we're better off using the native interface for both. - lt_use_gnu_ld_interface=no - if test "$with_gnu_ld" = yes; then - case $host_os in - aix*) - # The AIX port of GNU ld has always aspired to compatibility - # with the native linker. However, as the warning in the GNU ld - # block says, versions before 2.19.5* couldn't really create working - # shared libraries, regardless of the interface used. - case `$LD -v 2>&1` in - *\ \(GNU\ Binutils\)\ 2.19.5*) ;; - *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; - *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; - *) - lt_use_gnu_ld_interface=yes - ;; - esac - ;; - *) - lt_use_gnu_ld_interface=yes - ;; - esac - fi - - if test "$lt_use_gnu_ld_interface" = yes; then - # If archive_cmds runs LD, not CC, wlarc should be empty - wlarc='${wl}' - - # Set some defaults for GNU ld with shared library support. These - # are reset later if shared libraries are not supported. Putting them - # here allows them to be overridden if necessary. - runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - # ancient GNU ld didn't support --whole-archive et. al. - if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - supports_anon_versioning=no - case `$LD -v 2>&1` in - *GNU\ gold*) supports_anon_versioning=yes ;; - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 - *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... - *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... - *\ 2.11.*) ;; # other 2.11 versions - *) supports_anon_versioning=yes ;; - esac - - # See if GNU ld supports shared libraries. - case $host_os in - aix[[3-9]]*) - # On AIX/PPC, the GNU linker is very broken - if test "$host_cpu" != ia64; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 - -*** Warning: the GNU linker, at least up to release 2.19, is reported -*** to be unable to reliably create shared libraries on AIX. -*** Therefore, libtool is disabling shared libraries support. If you -*** really care for shared libraries, you may want to install binutils -*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. -*** You will then need to restart the configuration process. - -_LT_EOF - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' - ;; - m68k) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - ;; - - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] - - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; - - gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) - tmp_diet=no - if test "$host_os" = linux-dietlibc; then - case $cc_basename in - diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) - esac - fi - if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ - && test "$tmp_diet" = no - then - tmp_addflag=' $pic_flag' - tmp_sharedflag='-shared' - case $cc_basename,$host_cpu in - pgcc*) # Portland Group C compiler - _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' - tmp_addflag=' $pic_flag' - ;; - pgf77* | pgf90* | pgf95* | pgfortran*) - # Portland Group f77 and f90 compilers - _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' - tmp_addflag=' $pic_flag -Mnomain' ;; - ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 - tmp_addflag=' -i_dynamic' ;; - efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 - tmp_addflag=' -i_dynamic -nofor_main' ;; - ifc* | ifort*) # Intel Fortran compiler - tmp_addflag=' -nofor_main' ;; - lf95*) # Lahey Fortran 8.1 - _LT_TAGVAR(whole_archive_flag_spec, $1)= - tmp_sharedflag='--shared' ;; - xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) - tmp_sharedflag='-qmkshrobj' - tmp_addflag= ;; - nvcc*) # Cuda Compiler Driver 2.2 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' - _LT_TAGVAR(compiler_needs_object, $1)=yes - ;; - esac - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' - _LT_TAGVAR(compiler_needs_object, $1)=yes - tmp_sharedflag='-G' ;; - *Sun\ F*) # Sun Fortran 8.3 - tmp_sharedflag='-G' ;; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - - if test "x$supports_anon_versioning" = xyes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi - - case $cc_basename in - xlf* | bgf* | bgxlf* | mpixlf*) - # IBM XL Fortran 10.1 on PPC cannot create shared libs itself - _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' - fi - ;; - esac - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - fi - ;; - - solaris*) - if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 - -*** Warning: The releases 2.8.* of the GNU linker cannot reliably -*** create shared libraries on Solaris systems. Therefore, libtool -*** is disabling shared libraries support. We urge you to upgrade GNU -*** binutils to release 2.9.1 or newer. Another option is to modify -*** your PATH or compiler configuration so that the native linker is -*** used, and then restart. - -_LT_EOF - elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) - case `$LD -v 2>&1` in - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 - -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not -*** reliably create shared libraries on SCO systems. Therefore, libtool -*** is disabling shared libraries support. We urge you to upgrade GNU -*** binutils to release 2.16.91.0.3 or newer. Another option is to modify -*** your PATH or compiler configuration so that the native linker is -*** used, and then restart. - -_LT_EOF - ;; - *) - # For security reasons, it is highly recommended that you always - # use absolute paths for naming shared libraries, and exclude the - # DT_RUNPATH tag from executables and libraries. But doing so - # requires that you compile everything twice, which is a pain. - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - sunos4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - - if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then - runpath_var= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - else - # PORTME fill in a description of your system's linker (not GNU ld) - case $host_os in - aix3*) - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' - # Note: this linker hardcodes the directories in LIBPATH if there - # are no directories specified by -L. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then - # Neither direct hardcoding nor static linking is supported with a - # broken collect2. - _LT_TAGVAR(hardcode_direct, $1)=unsupported - fi - ;; - - aix[[4-9]]*) - if test "$host_cpu" = ia64; then - # On IA64, the linker does run time linking by default, so we don't - # have to do anything special. - aix_use_runtimelinking=no - exp_sym_flag='-Bexport' - no_entry_flag="" - else - # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global - # defined symbols, whereas GNU nm marks them as "W". - if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - else - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - fi - aix_use_runtimelinking=no - - # Test if we are trying to use run time linking or normal - # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) - for ld_flag in $LDFLAGS; do - if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then - aix_use_runtimelinking=yes - break - fi - done - ;; - esac - - exp_sym_flag='-bexport' - no_entry_flag='-bnoentry' - fi - - # When large executables or shared objects are built, AIX ld can - # have problems creating the table of contents. If linking a library - # or program results in "error TOC overflow" add -mminimal-toc to - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. - - _LT_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' - - if test "$GCC" = yes; then - case $host_os in aix4.[[012]]|aix4.[[012]].*) - # We only want to do this on AIX 4.2 and lower, the check - # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` - if test -f "$collect2name" && - strings "$collect2name" | $GREP resolve_lib_name >/dev/null - then - # We have reworked collect2 - : - else - # We have old collect2 - _LT_TAGVAR(hardcode_direct, $1)=unsupported - # It fails to find uninstalled libraries when the uninstalled - # path is not listed in the libpath. Setting hardcode_minus_L - # to unsupported forces relinking - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - ;; - esac - shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' - fi - else - # not using gcc - if test "$host_cpu" = ia64; then - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release - # chokes on -Wl,-G. The following line is correct: - shared_flag='-G' - else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' - else - shared_flag='${wl}-bM:SRE' - fi - fi - fi - - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to export. - _LT_TAGVAR(always_export_symbols, $1)=yes - if test "$aix_use_runtimelinking" = yes; then - # Warning - without using the other runtime loading flags (-brtl), - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(allow_undefined_flag, $1)='-berok' - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$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" - else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - # Warning - without using the other run time loading flags, - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then - # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' - else - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$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' - fi - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' - ;; - m68k) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - ;; - - bsdi[[45]]*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # When not using gcc, we currently assume that we are using - # Microsoft Visual C++. - # hardcode_libdir_flag_spec is actually meaningless, as there is - # no search path for DLLs. - case $cc_basename in - cl*) - # Native MSVC - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; - else - sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' - # The linker will not automatically build a static lib if we build a DLL. - # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' - # Don't use ranlib - _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' - _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile="$lt_outputfile.exe" - lt_tool_outputfile="$lt_tool_outputfile.exe" - ;; - esac~ - if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' - ;; - *) - # Assume MSVC wrapper - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' - # The linker will automatically build a .lib file if we build a DLL. - _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - # FIXME: Should let the user specify the lib program. - _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - ;; - esac - ;; - - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; - - dgux*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor - # support. Future versions do this automatically, but an explicit c++rt0.o - # does not break anything, and helps significantly (at the cost of a little - # extra space). - freebsd2.2*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2.*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - hpux9*) - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$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' - else - _LT_TAGVAR(archive_cmds, $1)='$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' - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes - - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - ;; - - hpux10*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' - fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - fi - ;; - - hpux11*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - else - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - m4_if($1, [], [ - # Older versions of the 11.00 compiler do not understand -b yet - # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) - _LT_LINKER_OPTION([if $CC understands -b], - _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], - [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) - ;; - esac - fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - fi - ;; - - irix5* | irix6* | nonstopux*) - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$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' - # Try to use the -exported_symbol ld option, if it does not - # work, assume that -exports_file does not work either and - # implicitly export all symbols. - # This should be the same for all languages, so no per-tag cache variable. - AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], - [lt_cv_irix_exported_symbol], - [save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" - AC_LINK_IFELSE( - [AC_LANG_SOURCE( - [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], - [C++], [[int foo (void) { return 0; }]], - [Fortran 77], [[ - subroutine foo - end]], - [Fortran], [[ - subroutine foo - end]])])], - [lt_cv_irix_exported_symbol=yes], - [lt_cv_irix_exported_symbol=no]) - LDFLAGS="$save_LDFLAGS"]) - if test "$lt_cv_irix_exported_symbol" = yes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$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' - fi - else - _LT_TAGVAR(archive_cmds, $1)='$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' - _LT_TAGVAR(archive_expsym_cmds, $1)='$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' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else - _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - newsos6) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *nto* | *qnx*) - ;; - - openbsd*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - else - case $host_os in - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - ;; - esac - fi - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - os2*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(archive_cmds, $1)='$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' - _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' - ;; - - osf3*) - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$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' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$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' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; - - osf4* | osf5*) # as osf3* with the addition of -msym flag - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$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' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$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' - _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $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' - - # Both c and cxx compiler support -rpath directly - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; - - solaris*) - _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' - if test "$GCC" = yes; then - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $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' - else - case `$CC -V 2>&1` in - *"Compilers 5.0"*) - wlarc='' - _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' - ;; - *) - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' - ;; - esac - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. GCC discards it without `$wl', - # but is careful enough not to reorder. - # Supported since Solaris 2.6 (maybe 2.5.1?) - if test "$GCC" = yes; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - fi - ;; - esac - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - sunos4*) - if test "x$host_vendor" = xsequent; then - # Use $CC to link under sequent, because it throws in some extra .o - # files that make .init and .fini sections work. - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - sysv4) - case $host_vendor in - sni) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? - ;; - siemens) - ## LD is ld it makes a PLAMLIB - ## CC just makes a GrossModule. - _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' - _LT_TAGVAR(hardcode_direct, $1)=no - ;; - motorola) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie - ;; - esac - runpath_var='LD_RUN_PATH' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - sysv4.3*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' - ;; - - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var=LD_RUN_PATH - hardcode_runpath_var=yes - _LT_TAGVAR(ld_shlibs, $1)=yes - fi - ;; - - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' - - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; - - sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' - runpath_var='LD_RUN_PATH' - - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; - - uts4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - - if test x$host_vendor = xsni; then - case $host in - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' - ;; - esac - fi - fi -]) -AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no - -_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld - -_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl -_LT_DECL([], [extract_expsyms_cmds], [2], - [The commands to extract the exported symbol list from a shared archive]) - -# -# Do we need to explicitly link libc? -# -case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in -x|xyes) - # Assume -lc should be added - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - - if test "$enable_shared" = yes && test "$GCC" = yes; then - case $_LT_TAGVAR(archive_cmds, $1) in - *'~'*) - # FIXME: we may have to deal with multi-command sequences. - ;; - '$CC '*) - # Test whether the compiler implicitly links with -lc since on some - # systems, -lgcc has to come before -lc. If gcc already passes -lc - # to ld, don't add -lc before -lgcc. - AC_CACHE_CHECK([whether -lc should be explicitly linked in], - [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), - [$RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if AC_TRY_EVAL(ac_compile) 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) - pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) - _LT_TAGVAR(allow_undefined_flag, $1)= - if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) - then - lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no - else - lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes - fi - _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - ]) - _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) - ;; - esac - fi - ;; -esac - -_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], - [Whether or not to add -lc for building shared libraries]) -_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], - [enable_shared_with_static_runtimes], [0], - [Whether or not to disallow shared libs when runtime libs are static]) -_LT_TAGDECL([], [export_dynamic_flag_spec], [1], - [Compiler flag to allow reflexive dlopens]) -_LT_TAGDECL([], [whole_archive_flag_spec], [1], - [Compiler flag to generate shared objects directly from archives]) -_LT_TAGDECL([], [compiler_needs_object], [1], - [Whether the compiler copes with passing no objects directly]) -_LT_TAGDECL([], [old_archive_from_new_cmds], [2], - [Create an old-style archive from a shared archive]) -_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], - [Create a temporary old-style archive to link instead of a shared archive]) -_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) -_LT_TAGDECL([], [archive_expsym_cmds], [2]) -_LT_TAGDECL([], [module_cmds], [2], - [Commands used to build a loadable module if different from building - a shared archive.]) -_LT_TAGDECL([], [module_expsym_cmds], [2]) -_LT_TAGDECL([], [with_gnu_ld], [1], - [Whether we are building with GNU ld or not]) -_LT_TAGDECL([], [allow_undefined_flag], [1], - [Flag that allows shared libraries with undefined symbols to be built]) -_LT_TAGDECL([], [no_undefined_flag], [1], - [Flag that enforces no undefined symbols]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], - [Flag to hardcode $libdir into a binary during linking. - This must work even if $libdir does not exist]) -_LT_TAGDECL([], [hardcode_libdir_separator], [1], - [Whether we need a single "-rpath" flag with a separated argument]) -_LT_TAGDECL([], [hardcode_direct], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes - DIR into the resulting binary]) -_LT_TAGDECL([], [hardcode_direct_absolute], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes - DIR into the resulting binary and the resulting library dependency is - "absolute", i.e impossible to change by setting ${shlibpath_var} if the - library is relocated]) -_LT_TAGDECL([], [hardcode_minus_L], [0], - [Set to "yes" if using the -LDIR flag during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_shlibpath_var], [0], - [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_automatic], [0], - [Set to "yes" if building a shared library automatically hardcodes DIR - into the library and all subsequent libraries and executables linked - against it]) -_LT_TAGDECL([], [inherit_rpath], [0], - [Set to yes if linker adds runtime paths of dependent libraries - to runtime path list]) -_LT_TAGDECL([], [link_all_deplibs], [0], - [Whether libtool must link a program against all its dependency libraries]) -_LT_TAGDECL([], [always_export_symbols], [0], - [Set to "yes" if exported symbols are required]) -_LT_TAGDECL([], [export_symbols_cmds], [2], - [The commands to list exported symbols]) -_LT_TAGDECL([], [exclude_expsyms], [1], - [Symbols that should not be listed in the preloaded symbols]) -_LT_TAGDECL([], [include_expsyms], [1], - [Symbols that must always be exported]) -_LT_TAGDECL([], [prelink_cmds], [2], - [Commands necessary for linking programs (against libraries) with templates]) -_LT_TAGDECL([], [postlink_cmds], [2], - [Commands necessary for finishing linking programs]) -_LT_TAGDECL([], [file_list_spec], [1], - [Specify filename containing input files]) -dnl FIXME: Not yet implemented -dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], -dnl [Compiler flag to generate thread safe objects]) -])# _LT_LINKER_SHLIBS - - -# _LT_LANG_C_CONFIG([TAG]) -# ------------------------ -# Ensure that the configuration variables for a C compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. -m4_defun([_LT_LANG_C_CONFIG], -[m4_require([_LT_DECL_EGREP])dnl -lt_save_CC="$CC" -AC_LANG_PUSH(C) - -# Source file extension for C test sources. -ac_ext=c - -# Object file extension for compiled C test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;" - -# Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}' - -_LT_TAG_COMPILER -# Save the default compiler, since it gets overwritten when the other -# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. -compiler_DEFAULT=$CC - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -## CAVEAT EMPTOR: -## There is no encapsulation within the following macros, do not change -## the running order or otherwise move them around unless you know exactly -## what you are doing... -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - LT_SYS_DLOPEN_SELF - _LT_CMD_STRIPLIB - - # Report which library types will actually be built - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) - - AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test "$enable_shared" = yes && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; - - aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) - - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes - AC_MSG_RESULT([$enable_static]) - - _LT_CONFIG($1) -fi -AC_LANG_POP -CC="$lt_save_CC" -])# _LT_LANG_C_CONFIG - - -# _LT_LANG_CXX_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a C++ compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. -m4_defun([_LT_LANG_CXX_CONFIG], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_PATH_MANIFEST_TOOL])dnl -if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then - AC_PROG_CXXCPP -else - _lt_caught_CXX_error=yes -fi - -AC_LANG_PUSH(C++) -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(compiler_needs_object, $1)=no -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for C++ test sources. -ac_ext=cpp - -# Object file extension for compiled C++ test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the CXX compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_caught_CXX_error" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="int some_variable = 0;" - - # Code to be used in simple link tests - lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC=$CC - lt_save_CFLAGS=$CFLAGS - lt_save_LD=$LD - lt_save_GCC=$GCC - GCC=$GXX - lt_save_with_gnu_ld=$with_gnu_ld - lt_save_path_LD=$lt_cv_path_LD - if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then - lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx - else - $as_unset lt_cv_prog_gnu_ld - fi - if test -n "${lt_cv_path_LDCXX+set}"; then - lt_cv_path_LD=$lt_cv_path_LDCXX - else - $as_unset lt_cv_path_LD - fi - test -z "${LDCXX+set}" || LD=$LDCXX - CC=${CXX-"c++"} - CFLAGS=$CXXFLAGS - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - - if test -n "$compiler"; then - # We don't want -fno-exception when compiling C++ code, so set the - # no_builtin_flag separately - if test "$GXX" = yes; then - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' - else - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - fi - - if test "$GXX" = yes; then - # Set up default GNU C++ configuration - - LT_PATH_LD - - # Check if GNU C++ uses GNU ld as the underlying linker, since the - # archiving commands below assume that GNU ld is being used. - if test "$with_gnu_ld" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - - # If archive_cmds runs LD, not CC, wlarc should be empty - # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to - # investigate it a little bit more. (MM) - wlarc='${wl}' - - # ancient GNU ld didn't support --whole-archive et. al. - if eval "`$CC -print-prog-name=ld` --help 2>&1" | - $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - else - with_gnu_ld=no - wlarc= - - # A generic and very simple default shared library creation - # command for GNU C++ for the case where it uses the native - # linker, instead of GNU ld. If possible, this setting should - # overridden to take advantage of the native linker features on - # the platform it is being used on. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - fi - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - - else - GXX=no - with_gnu_ld=no - wlarc= - fi - - # PORTME: fill in a description of your system's C++ link characteristics - AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) - _LT_TAGVAR(ld_shlibs, $1)=yes - case $host_os in - aix3*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aix[[4-9]]*) - if test "$host_cpu" = ia64; then - # On IA64, the linker does run time linking by default, so we don't - # have to do anything special. - aix_use_runtimelinking=no - exp_sym_flag='-Bexport' - no_entry_flag="" - else - aix_use_runtimelinking=no - - # Test if we are trying to use run time linking or normal - # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) - for ld_flag in $LDFLAGS; do - case $ld_flag in - *-brtl*) - aix_use_runtimelinking=yes - break - ;; - esac - done - ;; - esac - - exp_sym_flag='-bexport' - no_entry_flag='-bnoentry' - fi - - # When large executables or shared objects are built, AIX ld can - # have problems creating the table of contents. If linking a library - # or program results in "error TOC overflow" add -mminimal-toc to - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. - - _LT_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' - - if test "$GXX" = yes; then - case $host_os in aix4.[[012]]|aix4.[[012]].*) - # We only want to do this on AIX 4.2 and lower, the check - # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` - if test -f "$collect2name" && - strings "$collect2name" | $GREP resolve_lib_name >/dev/null - then - # We have reworked collect2 - : - else - # We have old collect2 - _LT_TAGVAR(hardcode_direct, $1)=unsupported - # It fails to find uninstalled libraries when the uninstalled - # path is not listed in the libpath. Setting hardcode_minus_L - # to unsupported forces relinking - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - esac - shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' - fi - else - # not using gcc - if test "$host_cpu" = ia64; then - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release - # chokes on -Wl,-G. The following line is correct: - shared_flag='-G' - else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' - else - shared_flag='${wl}-bM:SRE' - fi - fi - fi - - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to - # export. - _LT_TAGVAR(always_export_symbols, $1)=yes - if test "$aix_use_runtimelinking" = yes; then - # Warning - without using the other runtime loading flags (-brtl), - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(allow_undefined_flag, $1)='-berok' - # Determine the default libpath from the value encoded in an empty - # executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - - _LT_TAGVAR(archive_expsym_cmds, $1)='$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" - else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - # Warning - without using the other run time loading flags, - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then - # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' - else - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared - # libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$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' - fi - fi - ;; - - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - chorus*) - case $cc_basename in - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - cygwin* | mingw* | pw32* | cegcc*) - case $GXX,$cc_basename in - ,cl* | no,cl*) - # Native MSVC - # hardcode_libdir_flag_spec is actually meaningless, as there is - # no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; - else - $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' - # The linker will not automatically build a static lib if we build a DLL. - # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - # Don't use ranlib - _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' - _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile="$lt_outputfile.exe" - lt_tool_outputfile="$lt_tool_outputfile.exe" - ;; - esac~ - func_to_tool_file "$lt_outputfile"~ - if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' - ;; - *) - # g++ - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; - - dgux*) - case $cc_basename in - ec++*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx*) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - freebsd2.*) - # C++ shared libraries reported to be fairly broken before - # switch to ELF - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - freebsd-elf*) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - ;; - - freebsd* | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; - - gnu*) - ;; - - haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - hpux9*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, - # but as the default - # location of the library. - - case $cc_basename in - CC*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test "$GXX" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - hpux10*|hpux11*) - if test $with_gnu_ld = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - case $host_cpu in - hppa*64*|ia64*) - ;; - *) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - ;; - esac - fi - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, - # but as the default - # location of the library. - ;; - esac - - case $cc_basename in - CC*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - esac - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test "$GXX" = yes; then - if test $with_gnu_ld = no; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - esac - fi - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; - irix5* | irix6*) - case $cc_basename in - CC*) - # SGI C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - - # Archives containing C++ object files must be created using - # "CC -ar", where "CC" is the IRIX C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' - ;; - *) - if test "$GXX" = yes; then - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' - fi - fi - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - esac - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - ;; - - linux* | k*bsd*-gnu | kopensolaris*-gnu) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler - - # KCC will only create a shared library if the output file - # ends with ".so" (or ".sl" for HP-UX), so rename the library - # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - - # Archives containing C++ object files must be created using - # "CC -Bstatic", where "CC" is the KAI C++ compiler. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' - ;; - icpc* | ecpc* ) - # Intel C++ - with_gnu_ld=yes - # version 8.0 and above of icpc choke on multiply defined symbols - # if we add $predep_objects and $postdep_objects, however 7.1 and - # earlier do not add the objects themselves. - case `$CC -V 2>&1` in - *"Version 7."*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - ;; - *) # Version 8.0 or newer - tmp_idyn= - case $host_cpu in - ia64*) tmp_idyn=' -i_dynamic';; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - ;; - esac - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - case `$CC -V` in - *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) - _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' - _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ - $RANLIB $oldlib' - _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' - ;; - *) # Version 6 and above use weak symbols - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' - ;; - cxx*) - # Compaq C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' - - runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' - ;; - xl* | mpixl* | bgxl*) - # IBM XL 8.0 on PPC, with GNU ld - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${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' - _LT_TAGVAR(compiler_needs_object, $1)=yes - - # Not sure whether something based on - # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 - # would be better. - output_verbose_link_cmd='func_echo_all' - - # Archives containing C++ object files must be created using - # "CC -xar", where "CC" is the Sun C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - esac - ;; - esac - ;; - - lynxos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - m88k*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - mvs*) - case $cc_basename in - cxx*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - fi - # Workaround some broken pre-1.5 toolchains - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' - ;; - - *nto* | *qnx*) - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; - - openbsd2*) - # C++ shared libraries are fairly broken - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - openbsd*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - fi - output_verbose_link_cmd=func_echo_all - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - osf3* | osf4* | osf5*) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler - - # KCC will only create a shared library if the output file - # ends with ".so" (or ".sl" for HP-UX), so rename the library - # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Archives containing C++ object files must be created using - # the KAI C++ compiler. - case $host in - osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; - *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; - esac - ;; - RCC*) - # Rational C++ 2.4.1 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - cxx*) - case $host in - osf3*) - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - ;; - *) - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ - echo "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ - $RM $lib.exp' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test "$GXX" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - case $host in - osf3*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - psos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - lcc*) - # Lucid - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - solaris*) - case $cc_basename in - CC* | sunCC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(archive_cmds_need_lc,$1)=yes - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. - # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - ;; - esac - _LT_TAGVAR(link_all_deplibs, $1)=yes - - output_verbose_link_cmd='func_echo_all' - - # Archives containing C++ object files must be created using - # "CC -xar", where "CC" is the Sun C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - - # The C++ compiler must be used to create the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' - ;; - *) - # GNU C++ compiler with Solaris linker - if test "$GXX" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' - if $CC --version | $GREP -v '^2\.7' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - else - # g++ 2.7 appears to require `-G' NOT `-shared' on this - # platform. - _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - fi - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' - ;; - esac - fi - ;; - esac - ;; - - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' - - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; - - sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' - runpath_var='LD_RUN_PATH' - - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ - '"$_LT_TAGVAR(old_archive_cmds, $1)" - _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ - '"$_LT_TAGVAR(reload_cmds, $1)" - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; - - tandem*) - case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - vxworks*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - - AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) - test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no - - _LT_TAGVAR(GCC, $1)="$GXX" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - CC=$lt_save_CC - CFLAGS=$lt_save_CFLAGS - LDCXX=$LD - LD=$lt_save_LD - GCC=$lt_save_GCC - with_gnu_ld=$lt_save_with_gnu_ld - lt_cv_path_LDCXX=$lt_cv_path_LD - lt_cv_path_LD=$lt_save_path_LD - lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld - lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld -fi # test "$_lt_caught_CXX_error" != yes - -AC_LANG_POP -])# _LT_LANG_CXX_CONFIG - - -# _LT_FUNC_STRIPNAME_CNF -# ---------------------- -# func_stripname_cnf prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -# -# This function is identical to the (non-XSI) version of func_stripname, -# except this one can be used by m4 code that may be executed by configure, -# rather than the libtool script. -m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl -AC_REQUIRE([_LT_DECL_SED]) -AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) -func_stripname_cnf () -{ - case ${2} in - .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; - esac -} # func_stripname_cnf -])# _LT_FUNC_STRIPNAME_CNF - -# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) -# --------------------------------- -# Figure out "hidden" library dependencies from verbose -# compiler output when linking a shared library. -# Parse the compiler output and extract the necessary -# objects, libraries and library flags. -m4_defun([_LT_SYS_HIDDEN_LIBDEPS], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl -# Dependencies to place before and after the object being linked: -_LT_TAGVAR(predep_objects, $1)= -_LT_TAGVAR(postdep_objects, $1)= -_LT_TAGVAR(predeps, $1)= -_LT_TAGVAR(postdeps, $1)= -_LT_TAGVAR(compiler_lib_search_path, $1)= - -dnl we can't use the lt_simple_compile_test_code here, -dnl because it contains code intended for an executable, -dnl not a library. It's possible we should let each -dnl tag define a new lt_????_link_test_code variable, -dnl but it's only used here... -m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF -int a; -void foo (void) { a = 0; } -_LT_EOF -], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF -class Foo -{ -public: - Foo (void) { a = 0; } -private: - int a; -}; -_LT_EOF -], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer*4 a - a=0 - return - end -_LT_EOF -], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer a - a=0 - return - end -_LT_EOF -], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF -public class foo { - private int a; - public void bar (void) { - a = 0; - } -}; -_LT_EOF -], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF -package foo -func foo() { -} -_LT_EOF -]) - -_lt_libdeps_save_CFLAGS=$CFLAGS -case "$CC $CFLAGS " in #( -*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; -*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; -*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; -esac - -dnl Parse the compiler output and extract the necessary -dnl objects, libraries and library flags. -if AC_TRY_EVAL(ac_compile); then - # Parse the compiler output and extract the necessary - # objects, libraries and library flags. - - # Sentinel used to keep track of whether or not we are before - # the conftest object file. - pre_test_object_deps_done=no - - for p in `eval "$output_verbose_link_cmd"`; do - case ${prev}${p} in - - -L* | -R* | -l*) - # Some compilers place space between "-{L,R}" and the path. - # Remove the space. - if test $p = "-L" || - test $p = "-R"; then - prev=$p - continue - fi - - # Expand the sysroot to ease extracting the directories later. - if test -z "$prev"; then - case $p in - -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; - -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; - -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; - esac - fi - case $p in - =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; - esac - if test "$pre_test_object_deps_done" = no; then - case ${prev} in - -L | -R) - # Internal compiler library paths should come after those - # provided the user. The postdeps already come after the - # user supplied libs so there is no need to process them. - if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then - _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" - else - _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" - fi - ;; - # The "-l" case would never come before the object being - # linked, so don't bother handling this case. - esac - else - if test -z "$_LT_TAGVAR(postdeps, $1)"; then - _LT_TAGVAR(postdeps, $1)="${prev}${p}" - else - _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" - fi - fi - prev= - ;; - - *.lto.$objext) ;; # Ignore GCC LTO objects - *.$objext) - # This assumes that the test object file only shows up - # once in the compiler output. - if test "$p" = "conftest.$objext"; then - pre_test_object_deps_done=yes - continue - fi - - if test "$pre_test_object_deps_done" = no; then - if test -z "$_LT_TAGVAR(predep_objects, $1)"; then - _LT_TAGVAR(predep_objects, $1)="$p" - else - _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" - fi - else - if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then - _LT_TAGVAR(postdep_objects, $1)="$p" - else - _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" - fi - fi - ;; - - *) ;; # Ignore the rest. - - esac - done - - # Clean up. - rm -f a.out a.exe -else - echo "libtool.m4: error: problem compiling $1 test program" -fi - -$RM -f confest.$objext -CFLAGS=$_lt_libdeps_save_CFLAGS - -# PORTME: override above test on systems where it is broken -m4_if([$1], [CXX], -[case $host_os in -interix[[3-9]]*) - # Interix 3.5 installs completely hosed .la files for C++, so rather than - # hack all around it, let's just trust "g++" to DTRT. - _LT_TAGVAR(predep_objects,$1)= - _LT_TAGVAR(postdep_objects,$1)= - _LT_TAGVAR(postdeps,$1)= - ;; - -linux*) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; - -solaris*) - case $cc_basename in - CC* | sunCC*) - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - # Adding this requires a known-good setup of shared libraries for - # Sun compiler versions before 5.6, else PIC objects from an old - # archive will be linked into the output, leading to subtle bugs. - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; -esac -]) - -case " $_LT_TAGVAR(postdeps, $1) " in -*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; -esac - _LT_TAGVAR(compiler_lib_search_dirs, $1)= -if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then - _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` -fi -_LT_TAGDECL([], [compiler_lib_search_dirs], [1], - [The directories searched by this compiler when creating a shared library]) -_LT_TAGDECL([], [predep_objects], [1], - [Dependencies to place before and after the objects being linked to - create a shared library]) -_LT_TAGDECL([], [postdep_objects], [1]) -_LT_TAGDECL([], [predeps], [1]) -_LT_TAGDECL([], [postdeps], [1]) -_LT_TAGDECL([], [compiler_lib_search_path], [1], - [The library search path used internally by the compiler when linking - a shared library]) -])# _LT_SYS_HIDDEN_LIBDEPS - - -# _LT_LANG_F77_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a Fortran 77 compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_F77_CONFIG], -[AC_LANG_PUSH(Fortran 77) -if test -z "$F77" || test "X$F77" = "Xno"; then - _lt_disable_F77=yes -fi - -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for f77 test sources. -ac_ext=f - -# Object file extension for compiled f77 test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the F77 compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_F77" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" - - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC="$CC" - lt_save_GCC=$GCC - lt_save_CFLAGS=$CFLAGS - CC=${F77-"f77"} - CFLAGS=$FFLAGS - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - GCC=$G77 - if test -n "$compiler"; then - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) - - AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test "$enable_shared" = yes && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; - aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) - - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes - AC_MSG_RESULT([$enable_static]) - - _LT_TAGVAR(GCC, $1)="$G77" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - GCC=$lt_save_GCC - CC="$lt_save_CC" - CFLAGS="$lt_save_CFLAGS" -fi # test "$_lt_disable_F77" != yes - -AC_LANG_POP -])# _LT_LANG_F77_CONFIG - - -# _LT_LANG_FC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for a Fortran compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_FC_CONFIG], -[AC_LANG_PUSH(Fortran) - -if test -z "$FC" || test "X$FC" = "Xno"; then - _lt_disable_FC=yes -fi - -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for fc test sources. -ac_ext=${ac_fc_srcext-f} - -# Object file extension for compiled fc test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the FC compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_FC" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" - - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC="$CC" - lt_save_GCC=$GCC - lt_save_CFLAGS=$CFLAGS - CC=${FC-"f95"} - CFLAGS=$FCFLAGS - compiler=$CC - GCC=$ac_cv_fc_compiler_gnu - - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - - if test -n "$compiler"; then - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) - - AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test "$enable_shared" = yes && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; - aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) - - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes - AC_MSG_RESULT([$enable_static]) - - _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - GCC=$lt_save_GCC - CC=$lt_save_CC - CFLAGS=$lt_save_CFLAGS -fi # test "$_lt_disable_FC" != yes - -AC_LANG_POP -])# _LT_LANG_FC_CONFIG - - -# _LT_LANG_GCJ_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for the GNU Java Compiler compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_GCJ_CONFIG], -[AC_REQUIRE([LT_PROG_GCJ])dnl -AC_LANG_SAVE - -# Source file extension for Java test sources. -ac_ext=java - -# Object file extension for compiled Java test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}" - -# Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' - -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -# Allow CC to be a program name with arguments. -lt_save_CC=$CC -lt_save_CFLAGS=$CFLAGS -lt_save_GCC=$GCC -GCC=yes -CC=${GCJ-"gcj"} -CFLAGS=$GCJFLAGS -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)="$LD" -_LT_CC_BASENAME([$compiler]) - -# GCJ did not exist at the time GCC didn't implicitly link libc in. -_LT_TAGVAR(archive_cmds_need_lc, $1)=no - -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds - -## CAVEAT EMPTOR: -## There is no encapsulation within the following macros, do not change -## the running order or otherwise move them around unless you know exactly -## what you are doing... -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) -fi - -AC_LANG_RESTORE - -GCC=$lt_save_GCC -CC=$lt_save_CC -CFLAGS=$lt_save_CFLAGS -])# _LT_LANG_GCJ_CONFIG - - -# _LT_LANG_GO_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for the GNU Go compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_GO_CONFIG], -[AC_REQUIRE([LT_PROG_GO])dnl -AC_LANG_SAVE - -# Source file extension for Go test sources. -ac_ext=go - -# Object file extension for compiled Go test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code="package main; func main() { }" - -# Code to be used in simple link tests -lt_simple_link_test_code='package main; func main() { }' - -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -# Allow CC to be a program name with arguments. -lt_save_CC=$CC -lt_save_CFLAGS=$CFLAGS -lt_save_GCC=$GCC -GCC=yes -CC=${GOC-"gccgo"} -CFLAGS=$GOFLAGS -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)="$LD" -_LT_CC_BASENAME([$compiler]) - -# Go did not exist at the time GCC didn't implicitly link libc in. -_LT_TAGVAR(archive_cmds_need_lc, $1)=no - -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds - -## CAVEAT EMPTOR: -## There is no encapsulation within the following macros, do not change -## the running order or otherwise move them around unless you know exactly -## what you are doing... -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) -fi - -AC_LANG_RESTORE - -GCC=$lt_save_GCC -CC=$lt_save_CC -CFLAGS=$lt_save_CFLAGS -])# _LT_LANG_GO_CONFIG - - -# _LT_LANG_RC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for the Windows resource compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_RC_CONFIG], -[AC_REQUIRE([LT_PROG_RC])dnl -AC_LANG_SAVE - -# Source file extension for RC test sources. -ac_ext=rc - -# Object file extension for compiled RC test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' - -# Code to be used in simple link tests -lt_simple_link_test_code="$lt_simple_compile_test_code" - -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -# Allow CC to be a program name with arguments. -lt_save_CC="$CC" -lt_save_CFLAGS=$CFLAGS -lt_save_GCC=$GCC -GCC= -CC=${RC-"windres"} -CFLAGS= -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_CC_BASENAME([$compiler]) -_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - -if test -n "$compiler"; then - : - _LT_CONFIG($1) -fi - -GCC=$lt_save_GCC -AC_LANG_RESTORE -CC=$lt_save_CC -CFLAGS=$lt_save_CFLAGS -])# _LT_LANG_RC_CONFIG - - -# LT_PROG_GCJ -# ----------- -AC_DEFUN([LT_PROG_GCJ], -[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], - [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], - [AC_CHECK_TOOL(GCJ, gcj,) - test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" - AC_SUBST(GCJFLAGS)])])[]dnl -]) - -# Old name: -AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_GCJ], []) - - -# LT_PROG_GO -# ---------- -AC_DEFUN([LT_PROG_GO], -[AC_CHECK_TOOL(GOC, gccgo,) -]) - - -# LT_PROG_RC -# ---------- -AC_DEFUN([LT_PROG_RC], -[AC_CHECK_TOOL(RC, windres,) -]) - -# Old name: -AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_RC], []) - - -# _LT_DECL_EGREP -# -------------- -# If we don't have a new enough Autoconf to choose the best grep -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_EGREP], -[AC_REQUIRE([AC_PROG_EGREP])dnl -AC_REQUIRE([AC_PROG_FGREP])dnl -test -z "$GREP" && GREP=grep -_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) -_LT_DECL([], [EGREP], [1], [An ERE matcher]) -_LT_DECL([], [FGREP], [1], [A literal string matcher]) -dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too -AC_SUBST([GREP]) -]) - - -# _LT_DECL_OBJDUMP -# -------------- -# If we don't have a new enough Autoconf to choose the best objdump -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_OBJDUMP], -[AC_CHECK_TOOL(OBJDUMP, objdump, false) -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) -AC_SUBST([OBJDUMP]) -]) - -# _LT_DECL_DLLTOOL -# ---------------- -# Ensure DLLTOOL variable is set. -m4_defun([_LT_DECL_DLLTOOL], -[AC_CHECK_TOOL(DLLTOOL, dlltool, false) -test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) -AC_SUBST([DLLTOOL]) -]) - -# _LT_DECL_SED -# ------------ -# Check for a fully-functional sed program, that truncates -# as few characters as possible. Prefer GNU sed if found. -m4_defun([_LT_DECL_SED], -[AC_PROG_SED -test -z "$SED" && SED=sed -Xsed="$SED -e 1s/^X//" -_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) -_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], - [Sed that helps us avoid accidentally triggering echo(1) options like -n]) -])# _LT_DECL_SED - -m4_ifndef([AC_PROG_SED], [ -############################################################ -# NOTE: This macro has been submitted for inclusion into # -# GNU Autoconf as AC_PROG_SED. When it is available in # -# a released version of Autoconf we should remove this # -# macro and use it instead. # -############################################################ - -m4_defun([AC_PROG_SED], -[AC_MSG_CHECKING([for a sed that does not truncate output]) -AC_CACHE_VAL(lt_cv_path_SED, -[# Loop through the user's path and test for sed and gsed. -# Then use that list of sed's as ones to test for truncation. -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for lt_ac_prog in sed gsed; do - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then - lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" - fi - done - done -done -IFS=$as_save_IFS -lt_ac_max=0 -lt_ac_count=0 -# Add /usr/xpg4/bin/sed as it is typically found on Solaris -# along with /bin/sed that truncates output. -for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do - test ! -f $lt_ac_sed && continue - cat /dev/null > conftest.in - lt_ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >conftest.in - # Check for GNU sed and select it if it is found. - if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then - lt_cv_path_SED=$lt_ac_sed - break - fi - while true; do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo >>conftest.nl - $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break - cmp -s conftest.out conftest.nl || break - # 10000 chars as input seems more than enough - test $lt_ac_count -gt 10 && break - lt_ac_count=`expr $lt_ac_count + 1` - if test $lt_ac_count -gt $lt_ac_max; then - lt_ac_max=$lt_ac_count - lt_cv_path_SED=$lt_ac_sed - fi - done -done -]) -SED=$lt_cv_path_SED -AC_SUBST([SED]) -AC_MSG_RESULT([$SED]) -])#AC_PROG_SED -])#m4_ifndef - -# Old name: -AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_SED], []) - - -# _LT_CHECK_SHELL_FEATURES -# ------------------------ -# Find out whether the shell is Bourne or XSI compatible, -# or has some other useful features. -m4_defun([_LT_CHECK_SHELL_FEATURES], -[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) -# Try some XSI features -xsi_shell=no -( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,b/c, \ - && eval 'test $(( 1 + 1 )) -eq 2 \ - && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ - && xsi_shell=yes -AC_MSG_RESULT([$xsi_shell]) -_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) - -AC_MSG_CHECKING([whether the shell understands "+="]) -lt_shell_append=no -( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ - >/dev/null 2>&1 \ - && lt_shell_append=yes -AC_MSG_RESULT([$lt_shell_append]) -_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) - -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - lt_unset=unset -else - lt_unset=false -fi -_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl - -# test EBCDIC or ASCII -case `echo X|tr X '\101'` in - A) # ASCII based system - # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr - lt_SP2NL='tr \040 \012' - lt_NL2SP='tr \015\012 \040\040' - ;; - *) # EBCDIC based system - lt_SP2NL='tr \100 \n' - lt_NL2SP='tr \r\n \100\100' - ;; -esac -_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl -_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl -])# _LT_CHECK_SHELL_FEATURES - - -# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) -# ------------------------------------------------------ -# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and -# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. -m4_defun([_LT_PROG_FUNCTION_REPLACE], -[dnl { -sed -e '/^$1 ()$/,/^} # $1 /c\ -$1 ()\ -{\ -m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) -} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: -]) - - -# _LT_PROG_REPLACE_SHELLFNS -# ------------------------- -# Replace existing portable implementations of several shell functions with -# equivalent extended shell implementations where those features are available.. -m4_defun([_LT_PROG_REPLACE_SHELLFNS], -[if test x"$xsi_shell" = xyes; then - _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac]) - - _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl - func_basename_result="${1##*/}"]) - - _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac - func_basename_result="${1##*/}"]) - - _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary parameter first. - func_stripname_result=${3} - func_stripname_result=${func_stripname_result#"${1}"} - func_stripname_result=${func_stripname_result%"${2}"}]) - - _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl - func_split_long_opt_name=${1%%=*} - func_split_long_opt_arg=${1#*=}]) - - _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl - func_split_short_opt_arg=${1#??} - func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) - - _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl - case ${1} in - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; - *) func_lo2o_result=${1} ;; - esac]) - - _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) - - _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) - - _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) -fi - -if test x"$lt_shell_append" = xyes; then - _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) - - _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl - func_quote_for_eval "${2}" -dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ - eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) - - # Save a `func_append' function call where possible by direct use of '+=' - sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -else - # Save a `func_append' function call even when '+=' is not available - sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -fi - -if test x"$_lt_function_replace_fail" = x":"; then - AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) -fi -]) - -# _LT_PATH_CONVERSION_FUNCTIONS -# ----------------------------- -# Determine which file name conversion functions should be used by -# func_to_host_file (and, implicitly, by func_to_host_path). These are needed -# for certain cross-compile configurations and native mingw. -m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -AC_MSG_CHECKING([how to convert $build file names to $host format]) -AC_CACHE_VAL(lt_cv_to_host_file_cmd, -[case $host in - *-*-mingw* ) - case $build in - *-*-mingw* ) # actually msys - lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 - ;; - *-*-cygwin* ) - lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 - ;; - * ) # otherwise, assume *nix - lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 - ;; - esac - ;; - *-*-cygwin* ) - case $build in - *-*-mingw* ) # actually msys - lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin - ;; - *-*-cygwin* ) - lt_cv_to_host_file_cmd=func_convert_file_noop - ;; - * ) # otherwise, assume *nix - lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin - ;; - esac - ;; - * ) # unhandled hosts (and "normal" native builds) - lt_cv_to_host_file_cmd=func_convert_file_noop - ;; -esac -]) -to_host_file_cmd=$lt_cv_to_host_file_cmd -AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) -_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], - [0], [convert $build file names to $host format])dnl - -AC_MSG_CHECKING([how to convert $build file names to toolchain format]) -AC_CACHE_VAL(lt_cv_to_tool_file_cmd, -[#assume ordinary cross tools, or native build. -lt_cv_to_tool_file_cmd=func_convert_file_noop -case $host in - *-*-mingw* ) - case $build in - *-*-mingw* ) # actually msys - lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 - ;; - esac - ;; -esac -]) -to_tool_file_cmd=$lt_cv_to_tool_file_cmd -AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) -_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], - [0], [convert $build files to toolchain format])dnl -])# _LT_PATH_CONVERSION_FUNCTIONS diff --git a/libempathy-gtk/egg-list-box/m4/ltoptions.m4 b/libempathy-gtk/egg-list-box/m4/ltoptions.m4 deleted file mode 100644 index 5d9acd8..0000000 --- a/libempathy-gtk/egg-list-box/m4/ltoptions.m4 +++ /dev/null @@ -1,384 +0,0 @@ -# Helper functions for option handling. -*- Autoconf -*- -# -# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# Written by Gary V. Vaughan, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# serial 7 ltoptions.m4 - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) - - -# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) -# ------------------------------------------ -m4_define([_LT_MANGLE_OPTION], -[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) - - -# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) -# --------------------------------------- -# Set option OPTION-NAME for macro MACRO-NAME, and if there is a -# matching handler defined, dispatch to it. Other OPTION-NAMEs are -# saved as a flag. -m4_define([_LT_SET_OPTION], -[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl -m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), - _LT_MANGLE_DEFUN([$1], [$2]), - [m4_warning([Unknown $1 option `$2'])])[]dnl -]) - - -# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) -# ------------------------------------------------------------ -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -m4_define([_LT_IF_OPTION], -[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) - - -# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) -# ------------------------------------------------------- -# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME -# are set. -m4_define([_LT_UNLESS_OPTIONS], -[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), - [m4_define([$0_found])])])[]dnl -m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 -])[]dnl -]) - - -# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) -# ---------------------------------------- -# OPTION-LIST is a space-separated list of Libtool options associated -# with MACRO-NAME. If any OPTION has a matching handler declared with -# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about -# the unknown option and exit. -m4_defun([_LT_SET_OPTIONS], -[# Set options -m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [_LT_SET_OPTION([$1], _LT_Option)]) - -m4_if([$1],[LT_INIT],[ - dnl - dnl Simply set some default values (i.e off) if boolean options were not - dnl specified: - _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no - ]) - _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no - ]) - dnl - dnl If no reference was made to various pairs of opposing options, then - dnl we run the default mode handler for the pair. For example, if neither - dnl `shared' nor `disable-shared' was passed, we enable building of shared - dnl archives by default: - _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) - _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], - [_LT_ENABLE_FAST_INSTALL]) - ]) -])# _LT_SET_OPTIONS - - -## --------------------------------- ## -## Macros to handle LT_INIT options. ## -## --------------------------------- ## - -# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) -# ----------------------------------------- -m4_define([_LT_MANGLE_DEFUN], -[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) - - -# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) -# ----------------------------------------------- -m4_define([LT_OPTION_DEFINE], -[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl -])# LT_OPTION_DEFINE - - -# dlopen -# ------ -LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes -]) - -AU_DEFUN([AC_LIBTOOL_DLOPEN], -[_LT_SET_OPTION([LT_INIT], [dlopen]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `dlopen' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) - - -# win32-dll -# --------- -# Declare package support for building win32 dll's. -LT_OPTION_DEFINE([LT_INIT], [win32-dll], -[enable_win32_dll=yes - -case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) - AC_CHECK_TOOL(AS, as, false) - AC_CHECK_TOOL(DLLTOOL, dlltool, false) - AC_CHECK_TOOL(OBJDUMP, objdump, false) - ;; -esac - -test -z "$AS" && AS=as -_LT_DECL([], [AS], [1], [Assembler program])dnl - -test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl - -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl -])# win32-dll - -AU_DEFUN([AC_LIBTOOL_WIN32_DLL], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -_LT_SET_OPTION([LT_INIT], [win32-dll]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `win32-dll' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) - - -# _LT_ENABLE_SHARED([DEFAULT]) -# ---------------------------- -# implement the --enable-shared flag, and supports the `shared' and -# `disable-shared' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_SHARED], -[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([shared], - [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], - [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_shared=yes ;; - no) enable_shared=no ;; - *) - enable_shared=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for pkg in $enableval; do - IFS="$lt_save_ifs" - if test "X$pkg" = "X$p"; then - enable_shared=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac], - [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) - - _LT_DECL([build_libtool_libs], [enable_shared], [0], - [Whether or not to build shared libraries]) -])# _LT_ENABLE_SHARED - -LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) - -# Old names: -AC_DEFUN([AC_ENABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) -]) - -AC_DEFUN([AC_DISABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], [disable-shared]) -]) - -AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_SHARED], []) -dnl AC_DEFUN([AM_DISABLE_SHARED], []) - - - -# _LT_ENABLE_STATIC([DEFAULT]) -# ---------------------------- -# implement the --enable-static flag, and support the `static' and -# `disable-static' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_STATIC], -[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([static], - [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], - [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_static=yes ;; - no) enable_static=no ;; - *) - enable_static=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for pkg in $enableval; do - IFS="$lt_save_ifs" - if test "X$pkg" = "X$p"; then - enable_static=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac], - [enable_static=]_LT_ENABLE_STATIC_DEFAULT) - - _LT_DECL([build_old_libs], [enable_static], [0], - [Whether or not to build static libraries]) -])# _LT_ENABLE_STATIC - -LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) - -# Old names: -AC_DEFUN([AC_ENABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) -]) - -AC_DEFUN([AC_DISABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], [disable-static]) -]) - -AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_STATIC], []) -dnl AC_DEFUN([AM_DISABLE_STATIC], []) - - - -# _LT_ENABLE_FAST_INSTALL([DEFAULT]) -# ---------------------------------- -# implement the --enable-fast-install flag, and support the `fast-install' -# and `disable-fast-install' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_FAST_INSTALL], -[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([fast-install], - [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], - [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_fast_install=yes ;; - no) enable_fast_install=no ;; - *) - enable_fast_install=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for pkg in $enableval; do - IFS="$lt_save_ifs" - if test "X$pkg" = "X$p"; then - enable_fast_install=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac], - [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) - -_LT_DECL([fast_install], [enable_fast_install], [0], - [Whether or not to optimize for fast installation])dnl -])# _LT_ENABLE_FAST_INSTALL - -LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) - -# Old names: -AU_DEFUN([AC_ENABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `fast-install' option into LT_INIT's first parameter.]) -]) - -AU_DEFUN([AC_DISABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `disable-fast-install' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) -dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) - - -# _LT_WITH_PIC([MODE]) -# -------------------- -# implement the --with-pic flag, and support the `pic-only' and `no-pic' -# LT_INIT options. -# MODE is either `yes' or `no'. If omitted, it defaults to `both'. -m4_define([_LT_WITH_PIC], -[AC_ARG_WITH([pic], - [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], - [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], - [lt_p=${PACKAGE-default} - case $withval in - yes|no) pic_mode=$withval ;; - *) - pic_mode=default - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for lt_pkg in $withval; do - IFS="$lt_save_ifs" - if test "X$lt_pkg" = "X$lt_p"; then - pic_mode=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac], - [pic_mode=default]) - -test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) - -_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl -])# _LT_WITH_PIC - -LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) - -# Old name: -AU_DEFUN([AC_LIBTOOL_PICMODE], -[_LT_SET_OPTION([LT_INIT], [pic-only]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `pic-only' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) - -## ----------------- ## -## LTDL_INIT Options ## -## ----------------- ## - -m4_define([_LTDL_MODE], []) -LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], - [m4_define([_LTDL_MODE], [nonrecursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [recursive], - [m4_define([_LTDL_MODE], [recursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [subproject], - [m4_define([_LTDL_MODE], [subproject])]) - -m4_define([_LTDL_TYPE], []) -LT_OPTION_DEFINE([LTDL_INIT], [installable], - [m4_define([_LTDL_TYPE], [installable])]) -LT_OPTION_DEFINE([LTDL_INIT], [convenience], - [m4_define([_LTDL_TYPE], [convenience])]) diff --git a/libempathy-gtk/egg-list-box/m4/ltsugar.m4 b/libempathy-gtk/egg-list-box/m4/ltsugar.m4 deleted file mode 100644 index 9000a05..0000000 --- a/libempathy-gtk/egg-list-box/m4/ltsugar.m4 +++ /dev/null @@ -1,123 +0,0 @@ -# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- -# -# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. -# Written by Gary V. Vaughan, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# serial 6 ltsugar.m4 - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) - - -# lt_join(SEP, ARG1, [ARG2...]) -# ----------------------------- -# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their -# associated separator. -# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier -# versions in m4sugar had bugs. -m4_define([lt_join], -[m4_if([$#], [1], [], - [$#], [2], [[$2]], - [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) -m4_define([_lt_join], -[m4_if([$#$2], [2], [], - [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) - - -# lt_car(LIST) -# lt_cdr(LIST) -# ------------ -# Manipulate m4 lists. -# These macros are necessary as long as will still need to support -# Autoconf-2.59 which quotes differently. -m4_define([lt_car], [[$1]]) -m4_define([lt_cdr], -[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], - [$#], 1, [], - [m4_dquote(m4_shift($@))])]) -m4_define([lt_unquote], $1) - - -# lt_append(MACRO-NAME, STRING, [SEPARATOR]) -# ------------------------------------------ -# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. -# Note that neither SEPARATOR nor STRING are expanded; they are appended -# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). -# No SEPARATOR is output if MACRO-NAME was previously undefined (different -# than defined and empty). -# -# This macro is needed until we can rely on Autoconf 2.62, since earlier -# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. -m4_define([lt_append], -[m4_define([$1], - m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) - - - -# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) -# ---------------------------------------------------------- -# Produce a SEP delimited list of all paired combinations of elements of -# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list -# has the form PREFIXmINFIXSUFFIXn. -# Needed until we can rely on m4_combine added in Autoconf 2.62. -m4_define([lt_combine], -[m4_if(m4_eval([$# > 3]), [1], - [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl -[[m4_foreach([_Lt_prefix], [$2], - [m4_foreach([_Lt_suffix], - ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, - [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) - - -# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) -# ----------------------------------------------------------------------- -# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited -# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. -m4_define([lt_if_append_uniq], -[m4_ifdef([$1], - [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], - [lt_append([$1], [$2], [$3])$4], - [$5])], - [lt_append([$1], [$2], [$3])$4])]) - - -# lt_dict_add(DICT, KEY, VALUE) -# ----------------------------- -m4_define([lt_dict_add], -[m4_define([$1($2)], [$3])]) - - -# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) -# -------------------------------------------- -m4_define([lt_dict_add_subkey], -[m4_define([$1($2:$3)], [$4])]) - - -# lt_dict_fetch(DICT, KEY, [SUBKEY]) -# ---------------------------------- -m4_define([lt_dict_fetch], -[m4_ifval([$3], - m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), - m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) - - -# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) -# ----------------------------------------------------------------- -m4_define([lt_if_dict_fetch], -[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], - [$5], - [$6])]) - - -# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) -# -------------------------------------------------------------- -m4_define([lt_dict_filter], -[m4_if([$5], [], [], - [lt_join(m4_quote(m4_default([$4], [[, ]])), - lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), - [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl -]) diff --git a/libempathy-gtk/egg-list-box/m4/ltversion.m4 b/libempathy-gtk/egg-list-box/m4/ltversion.m4 deleted file mode 100644 index 07a8602..0000000 --- a/libempathy-gtk/egg-list-box/m4/ltversion.m4 +++ /dev/null @@ -1,23 +0,0 @@ -# ltversion.m4 -- version numbers -*- Autoconf -*- -# -# Copyright (C) 2004 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# @configure_input@ - -# serial 3337 ltversion.m4 -# This file is part of GNU Libtool - -m4_define([LT_PACKAGE_VERSION], [2.4.2]) -m4_define([LT_PACKAGE_REVISION], [1.3337]) - -AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4.2' -macro_revision='1.3337' -_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -_LT_DECL(, macro_revision, 0) -]) diff --git a/libempathy-gtk/egg-list-box/m4/lt~obsolete.m4 b/libempathy-gtk/egg-list-box/m4/lt~obsolete.m4 deleted file mode 100644 index c573da9..0000000 --- a/libempathy-gtk/egg-list-box/m4/lt~obsolete.m4 +++ /dev/null @@ -1,98 +0,0 @@ -# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- -# -# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004. -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# serial 5 lt~obsolete.m4 - -# These exist entirely to fool aclocal when bootstrapping libtool. -# -# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) -# which have later been changed to m4_define as they aren't part of the -# exported API, or moved to Autoconf or Automake where they belong. -# -# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN -# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us -# using a macro with the same name in our local m4/libtool.m4 it'll -# pull the old libtool.m4 in (it doesn't see our shiny new m4_define -# and doesn't know about Autoconf macros at all.) -# -# So we provide this file, which has a silly filename so it's always -# included after everything else. This provides aclocal with the -# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything -# because those macros already exist, or will be overwritten later. -# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. -# -# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. -# Yes, that means every name once taken will need to remain here until -# we give up compatibility with versions before 1.7, at which point -# we need to keep only those names which we still refer to. - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) - -m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) -m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) -m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) -m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) -m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) -m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) -m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) -m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) -m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) -m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) -m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) -m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) -m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) -m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) -m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) -m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) -m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) -m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) -m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) -m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) -m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) -m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) -m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) -m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) -m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) -m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) -m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) -m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) -m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) -m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) -m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) -m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) -m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) -m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) -m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) -m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) -m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) -m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) -m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) -m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) -m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) -m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) -m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) -m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) -m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) -m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) -m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) -m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) -m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) -m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) diff --git a/libempathy-gtk/egg-list-box/missing b/libempathy-gtk/egg-list-box/missing index 86a8fc3..9a55648 100755 --- a/libempathy-gtk/egg-list-box/missing +++ b/libempathy-gtk/egg-list-box/missing @@ -1,10 +1,9 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2012-01-06.13; # UTC - -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +scriptversion=2012-01-06.18; # UTC + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -26,7 +25,7 @@ # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "Try '$0 --help' for more information" exit 1 fi @@ -34,7 +33,7 @@ sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' -# In the cases where this matters, `missing' is being run in the +# In the cases where this matters, 'missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac @@ -65,7 +64,7 @@ echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: @@ -74,20 +73,20 @@ --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' + aclocal touch file 'aclocal.m4' + autoconf touch file 'configure' + autoheader touch file 'config.h.in' autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c + automake touch all 'Makefile.in' files + bison create 'y.tab.[ch]', if possible, from existing .[ch] + flex create 'lex.yy.c', if possible, from existing .c help2man touch the output file - lex create \`lex.yy.c', if possible, from existing .c + lex create 'lex.yy.c', if possible, from existing .c makeinfo touch the output file - yacc create \`y.tab.[ch]', if possible, from existing .[ch] - -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and -\`g' are ignored when checking the name. + yacc create 'y.tab.[ch]', if possible, from existing .[ch] + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. Send bug reports to ." exit $? @@ -99,8 +98,8 @@ ;; -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; @@ -127,7 +126,7 @@ exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone - # running `$TOOL --version' or `$TOOL --help' to check whether + # running '$TOOL --version' or '$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi @@ -139,27 +138,27 @@ case $program in aclocal*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from +WARNING: '$1' is $msg. You should only need it if + you modified 'acinclude.m4' or '${configure_ac}'. You might want + to install the Automake and Perl packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU +WARNING: '$1' is $msg. You should only need it if + you modified '${configure_ac}'. You might want to install the + Autoconf and GNU m4 packages. Grab them from any GNU archive site." touch configure ;; autoheader*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them +WARNING: '$1' is $msg. You should only need it if + you modified 'acconfig.h' or '${configure_ac}'. You might want + to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" @@ -176,9 +175,9 @@ automake*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. +WARNING: '$1' is $msg. You should only need it if + you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. + You might want to install the Automake and Perl packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | @@ -187,10 +186,10 @@ autom4te*) echo 1>&2 "\ -WARNING: \`$1' is needed, but is $msg. +WARNING: '$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. - You can get \`$1' as part of \`Autoconf' from any GNU + You can get '$1' as part of Autoconf from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` @@ -210,10 +209,10 @@ bison*|yacc*) echo 1>&2 "\ -WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package +WARNING: '$1' $msg. You should only need it if + you modified a '.y' file. You may need the Bison package in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." + Bison from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG=\${$#} @@ -240,10 +239,10 @@ lex*|flex*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package +WARNING: '$1' is $msg. You should only need it if + you modified a '.l' file. You may need the Flex package in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." + Flex from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG=\${$#} @@ -263,10 +262,10 @@ help2man*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if +WARNING: '$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." + Help2man package in order for those modifications to take + effect. You can get Help2man from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` @@ -281,12 +280,12 @@ makeinfo*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file +WARNING: '$1' is $msg. You should only need it if + you modified a '.texi' or '.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." + call might also be the consequence of using a buggy 'make' (AIX, + DU, IRIX). You might want to install the Texinfo package or + the GNU make package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` @@ -310,12 +309,12 @@ *) echo 1>&2 "\ -WARNING: \`$1' is needed, and is $msg. +WARNING: '$1' is needed, and is $msg. You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, + proper tools for further handling them. Check the 'README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." + some other package would contain this missing '$1' program." exit 1 ;; esac diff --git a/libempathy-gtk/egg-list-box/test-list.c b/libempathy-gtk/egg-list-box/test-list.c index f8347aa..0409461 100644 --- a/libempathy-gtk/egg-list-box/test-list.c +++ b/libempathy-gtk/egg-list-box/test-list.c @@ -1,4 +1,4 @@ -/* test-list.c generated by valac 0.17.6.3-6918, the Vala compiler +/* test-list.c generated by valac 0.18.1, the Vala compiler * generated from test-list.vala, do not modify */ /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */ diff --git a/libempathy-gtk/egg-list-box/test-scrolled.c b/libempathy-gtk/egg-list-box/test-scrolled.c index df89950..a580c65 100644 --- a/libempathy-gtk/egg-list-box/test-scrolled.c +++ b/libempathy-gtk/egg-list-box/test-scrolled.c @@ -1,4 +1,4 @@ -/* test-scrolled.c generated by valac 0.17.6.3-6918, the Vala compiler +/* test-scrolled.c generated by valac 0.18.1, the Vala compiler * generated from test-scrolled.vala, do not modify */ /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */ diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 6a244f5..3bc2967 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -1259,6 +1259,7 @@ GtkTreeStore *store = log_window->priv->store_events; GtkTreeIter iter, parent; gchar *pretty_date, *alias, *body; + gchar *msg_escaped; GDateTime *date; EmpathyStringParser *parsers; GString *msg; @@ -1282,18 +1283,22 @@ empathy_string_parser_substr (empathy_message_get_body (message), -1, parsers, msg); + msg_escaped = g_strescape (msg->str, NULL); + if (tpl_text_event_get_message_type (TPL_TEXT_EVENT (event)) == TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION) { /* Translators: this is an emote: '* Danielle waves' */ - body = g_strdup_printf (_("* %s %s"), alias, msg->str); + body = g_strdup_printf (_("* %s %s"), alias, msg_escaped); } else { /* Translators: this is a message: 'Danielle: hello' * The string in bold is the sender's name */ - body = g_strdup_printf (_("%s: %s"), alias, msg->str); - } + body = g_strdup_printf (_("%s: %s"), alias, msg_escaped); + } + + g_free (msg_escaped); gtk_tree_store_append (store, &iter, &parent); gtk_tree_store_set (store, &iter, diff --git a/missing b/missing index 86a8fc3..9a55648 100755 --- a/missing +++ b/missing @@ -1,10 +1,9 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2012-01-06.13; # UTC - -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +scriptversion=2012-01-06.18; # UTC + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -26,7 +25,7 @@ # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "Try '$0 --help' for more information" exit 1 fi @@ -34,7 +33,7 @@ sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' -# In the cases where this matters, `missing' is being run in the +# In the cases where this matters, 'missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac @@ -65,7 +64,7 @@ echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: @@ -74,20 +73,20 @@ --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' + aclocal touch file 'aclocal.m4' + autoconf touch file 'configure' + autoheader touch file 'config.h.in' autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c + automake touch all 'Makefile.in' files + bison create 'y.tab.[ch]', if possible, from existing .[ch] + flex create 'lex.yy.c', if possible, from existing .c help2man touch the output file - lex create \`lex.yy.c', if possible, from existing .c + lex create 'lex.yy.c', if possible, from existing .c makeinfo touch the output file - yacc create \`y.tab.[ch]', if possible, from existing .[ch] - -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and -\`g' are ignored when checking the name. + yacc create 'y.tab.[ch]', if possible, from existing .[ch] + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. Send bug reports to ." exit $? @@ -99,8 +98,8 @@ ;; -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; @@ -127,7 +126,7 @@ exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone - # running `$TOOL --version' or `$TOOL --help' to check whether + # running '$TOOL --version' or '$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi @@ -139,27 +138,27 @@ case $program in aclocal*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from +WARNING: '$1' is $msg. You should only need it if + you modified 'acinclude.m4' or '${configure_ac}'. You might want + to install the Automake and Perl packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU +WARNING: '$1' is $msg. You should only need it if + you modified '${configure_ac}'. You might want to install the + Autoconf and GNU m4 packages. Grab them from any GNU archive site." touch configure ;; autoheader*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them +WARNING: '$1' is $msg. You should only need it if + you modified 'acconfig.h' or '${configure_ac}'. You might want + to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" @@ -176,9 +175,9 @@ automake*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. +WARNING: '$1' is $msg. You should only need it if + you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. + You might want to install the Automake and Perl packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | @@ -187,10 +186,10 @@ autom4te*) echo 1>&2 "\ -WARNING: \`$1' is needed, but is $msg. +WARNING: '$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. - You can get \`$1' as part of \`Autoconf' from any GNU + You can get '$1' as part of Autoconf from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` @@ -210,10 +209,10 @@ bison*|yacc*) echo 1>&2 "\ -WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package +WARNING: '$1' $msg. You should only need it if + you modified a '.y' file. You may need the Bison package in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." + Bison from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG=\${$#} @@ -240,10 +239,10 @@ lex*|flex*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package +WARNING: '$1' is $msg. You should only need it if + you modified a '.l' file. You may need the Flex package in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." + Flex from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG=\${$#} @@ -263,10 +262,10 @@ help2man*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if +WARNING: '$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." + Help2man package in order for those modifications to take + effect. You can get Help2man from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` @@ -281,12 +280,12 @@ makeinfo*) echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file +WARNING: '$1' is $msg. You should only need it if + you modified a '.texi' or '.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." + call might also be the consequence of using a buggy 'make' (AIX, + DU, IRIX). You might want to install the Texinfo package or + the GNU make package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` @@ -310,12 +309,12 @@ *) echo 1>&2 "\ -WARNING: \`$1' is needed, and is $msg. +WARNING: '$1' is needed, and is $msg. You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, + proper tools for further handling them. Check the 'README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." + some other package would contain this missing '$1' program." exit 1 ;; esac diff --git a/nautilus-sendto-plugin/Makefile.in b/nautilus-sendto-plugin/Makefile.in index e9dcc8b..56fbdfa 100644 --- a/nautilus-sendto-plugin/Makefile.in +++ b/nautilus-sendto-plugin/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -52,7 +51,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = nautilus-sendto-plugin -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -106,10 +106,23 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = libnstempathy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libnstempathy_la_LDFLAGS) $(LDFLAGS) \ -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -122,20 +135,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libnstempathy_la_SOURCES) DIST_SOURCES = $(libnstempathy_la_SOURCES) am__can_run_installinfo = \ @@ -424,12 +433,14 @@ clean-pluginLTLIBRARIES: -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) - @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(plugin_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libnstempathy.la: $(libnstempathy_la_OBJECTS) $(libnstempathy_la_DEPENDENCIES) $(EXTRA_libnstempathy_la_DEPENDENCIES) $(AM_V_CCLD)$(libnstempathy_la_LINK) -rpath $(plugindir) $(libnstempathy_la_OBJECTS) $(libnstempathy_la_LIBADD) $(LIBS) @@ -516,6 +527,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -661,18 +686,19 @@ .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-pluginLTLIBRARIES + clean-libtool clean-pluginLTLIBRARIES cscopelist ctags \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/po/hi.po b/po/hi.po index 85ad994..cae9fb2 100644 --- a/po/hi.po +++ b/po/hi.po @@ -11,21 +11,21 @@ "Project-Id-Version: empathy.master.hi\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2012-09-18 11:40+0000\n" -"PO-Revision-Date: 2012-09-20 12:08+0530\n" -"Last-Translator: chandankumar \n" +"POT-Creation-Date: 2012-10-16 18:54+0000\n" +"PO-Revision-Date: 2012-11-23 13:38+0530\n" +"Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "X-DamnedLies-Scope: partial\n" #: ../data/empathy.desktop.in.in.h:1 msgid "Empathy" -msgstr "Empathy" +msgstr "एंपेथी" #: ../data/empathy.desktop.in.in.h:2 msgid "IM Client" @@ -762,6 +762,7 @@ msgstr "आंतरिक त्रुटि" #: ../libempathy/empathy-utils.c:497 +#: ../libempathy-gtk/empathy-roster-model.h:30 msgid "People Nearby" msgstr "निकटस्थ लोग" @@ -1522,7 +1523,7 @@ msgid "unknown" msgstr "अज्ञात" -#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:967 +#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:980 msgid "Topic:" msgstr "विषय:" @@ -1638,7 +1639,7 @@ #. * we get the new handler. #: ../libempathy-gtk/empathy-chat.c:2989 ../src/empathy-call-window.c:1467 #: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2570 -#: ../src/empathy-event-manager.c:1166 +#: ../src/empathy-call-window.c:2876 ../src/empathy-event-manager.c:1166 msgid "Disconnected" msgstr "डिस्कनेक्टेड" @@ -1957,47 +1958,47 @@ #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:172 +#: ../libempathy-gtk/empathy-individual-menu.c:177 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:348 +#: ../libempathy-gtk/empathy-individual-menu.c:353 msgid "Select account to use to place the call" msgstr "कॉल करने के लिए खाते का चयन करें" -#: ../libempathy-gtk/empathy-individual-menu.c:352 +#: ../libempathy-gtk/empathy-individual-menu.c:357 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:18 msgid "Call" msgstr "कॉल करें" -#: ../libempathy-gtk/empathy-individual-menu.c:417 +#: ../libempathy-gtk/empathy-individual-menu.c:422 msgid "Mobile" msgstr "मोबाइल" -#: ../libempathy-gtk/empathy-individual-menu.c:419 +#: ../libempathy-gtk/empathy-individual-menu.c:424 msgid "Work" msgstr "काम" -#: ../libempathy-gtk/empathy-individual-menu.c:421 +#: ../libempathy-gtk/empathy-individual-menu.c:426 msgid "HOME" msgstr "घर" -#: ../libempathy-gtk/empathy-individual-menu.c:662 +#: ../libempathy-gtk/empathy-individual-menu.c:669 msgid "_Block Contact" msgstr "संपर्क रोकें (_B)" -#: ../libempathy-gtk/empathy-individual-menu.c:718 +#: ../libempathy-gtk/empathy-individual-menu.c:725 msgid "Delete and _Block" msgstr "हटाएँ और अवरोधित करें (_B)" -#: ../libempathy-gtk/empathy-individual-menu.c:780 +#: ../libempathy-gtk/empathy-individual-menu.c:787 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "क्या आप वाकई '%s' संपर्क हटाना चाहते हैं?" -#: ../libempathy-gtk/empathy-individual-menu.c:789 +#: ../libempathy-gtk/empathy-individual-menu.c:796 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -2007,75 +2008,75 @@ "यह सभी संपर्कों " "को हटा देगा जो इस लिंक संपर्क का बनता है." -#: ../libempathy-gtk/empathy-individual-menu.c:800 +#: ../libempathy-gtk/empathy-individual-menu.c:807 msgid "Removing contact" msgstr "संपर्क हटा रहा है" -#: ../libempathy-gtk/empathy-individual-menu.c:864 +#: ../libempathy-gtk/empathy-individual-menu.c:871 #: ../libempathy-gtk/empathy-individual-view.c:2453 msgid "_Remove" msgstr "हटाएं (_R)" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1227 +#: ../libempathy-gtk/empathy-individual-menu.c:1234 #: ../libempathy-gtk/empathy-new-message-dialog.c:318 msgid "_Chat" msgstr "चैट (_C)" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1262 +#: ../libempathy-gtk/empathy-individual-menu.c:1269 #: ../libempathy-gtk/empathy-new-message-dialog.c:312 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1295 +#: ../libempathy-gtk/empathy-individual-menu.c:1302 msgctxt "menu item" msgid "_Audio Call" msgstr "ऑडियो कॉल (_A)" -#: ../libempathy-gtk/empathy-individual-menu.c:1328 +#: ../libempathy-gtk/empathy-individual-menu.c:1335 msgctxt "menu item" msgid "_Video Call" msgstr "वीडियो कॉल (_V)" -#: ../libempathy-gtk/empathy-individual-menu.c:1369 +#: ../libempathy-gtk/empathy-individual-menu.c:1376 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "पिछली बातचीत (_P)" -#: ../libempathy-gtk/empathy-individual-menu.c:1398 +#: ../libempathy-gtk/empathy-individual-menu.c:1405 msgid "Send File" msgstr "फाइल भेजें" -#: ../libempathy-gtk/empathy-individual-menu.c:1428 +#: ../libempathy-gtk/empathy-individual-menu.c:1435 msgid "Share My Desktop" msgstr "मेरा डेस्कटॉप साझा करें" -#: ../libempathy-gtk/empathy-individual-menu.c:1454 +#: ../libempathy-gtk/empathy-individual-menu.c:1461 #: ../libempathy-gtk/empathy-individual-widget.c:1368 msgid "Favorite" msgstr "पसंदीदा" -#: ../libempathy-gtk/empathy-individual-menu.c:1483 +#: ../libempathy-gtk/empathy-individual-menu.c:1490 msgid "Infor_mation" msgstr "सूचना (_m)" -#: ../libempathy-gtk/empathy-individual-menu.c:1532 +#: ../libempathy-gtk/empathy-individual-menu.c:1539 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "संपादन (_E)" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1648 -#: ../src/empathy-chat-window.c:1233 +#: ../libempathy-gtk/empathy-individual-menu.c:1655 +#: ../src/empathy-chat-window.c:1246 msgid "Inviting you to this room" msgstr "इस कक्ष में आमंत्रित कर रहा है" -#: ../libempathy-gtk/empathy-individual-menu.c:1694 +#: ../libempathy-gtk/empathy-individual-menu.c:1701 msgid "_Invite to Chat Room" msgstr "चैट रूम के लिए आमंत्रित करें (_I)" -#: ../libempathy-gtk/empathy-individual-menu.c:1890 +#: ../libempathy-gtk/empathy-individual-menu.c:1897 msgid "_Add Contact…" msgstr "संपर्क जोड़ें (_A)..." @@ -2963,6 +2964,15 @@ msgid "Vietnamese" msgstr "विएतनामी" +#: ../libempathy-gtk/empathy-roster-model.h:29 +#| msgid "Contacts" +msgid "Top Contacts" +msgstr "शीर्ष संपर्क" + +#: ../libempathy-gtk/empathy-roster-model.h:31 +msgid "Ungrouped" +msgstr "असमूहीकृत" + #: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:231 msgid "No error message" msgstr "कोई त्रुटि संदेश नहीं" @@ -3286,29 +3296,29 @@ msgid "Unknown" msgstr "अज्ञात" -#: ../src/empathy-call-window.c:2868 +#: ../src/empathy-call-window.c:2874 msgid "On hold" msgstr "होल्ड पर" -#: ../src/empathy-call-window.c:2870 +#: ../src/empathy-call-window.c:2878 msgid "Mute" msgstr "मूक" -#: ../src/empathy-call-window.c:2872 +#: ../src/empathy-call-window.c:2880 msgid "Duration" msgstr "अवधि" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2875 +#: ../src/empathy-call-window.c:2883 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:2971 +#: ../src/empathy-call-window.c:2979 msgid "Technical Details" msgstr "तकनीकी विवरण" -#: ../src/empathy-call-window.c:3010 +#: ../src/empathy-call-window.c:3018 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -3317,7 +3327,7 @@ "%s का सॉफ्टवेयर आपके कंप्यूटर द्वारा समर्थित ऑडियो प्रारूपों में से किसी को " "सूचित नहीं करता है" -#: ../src/empathy-call-window.c:3015 +#: ../src/empathy-call-window.c:3023 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -3327,7 +3337,7 @@ "सूचित नहीं करता " "है" -#: ../src/empathy-call-window.c:3021 +#: ../src/empathy-call-window.c:3029 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -3337,23 +3347,23 @@ "जो सीधे कनेक्शन " "की अनुमति नहीं देता है." -#: ../src/empathy-call-window.c:3027 +#: ../src/empathy-call-window.c:3035 msgid "There was a failure on the network" msgstr "इस संजाल पर एक विफलता थी" -#: ../src/empathy-call-window.c:3031 +#: ../src/empathy-call-window.c:3039 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "इस कॉल के लिए आवश्यक ऑडियो स्वरूपों आपके कंप्यूटर पर संस्थापित नहीं हैं" -#: ../src/empathy-call-window.c:3034 +#: ../src/empathy-call-window.c:3042 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "इस कॉल के लिए आवश्यक विडियो स्वरूपों आपके कंप्यूटर पर संस्थापित नहीं हैं" -#: ../src/empathy-call-window.c:3046 +#: ../src/empathy-call-window.c:3054 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please और " "मदद मेनू में \"debug\" विंडो से एकत्र हुए लॉग का संलग्न करें." -#: ../src/empathy-call-window.c:3055 +#: ../src/empathy-call-window.c:3063 msgid "There was a failure in the call engine" msgstr "कॉल इंजन में एक विफलता थी" -#: ../src/empathy-call-window.c:3058 +#: ../src/empathy-call-window.c:3066 msgid "The end of the stream was reached" msgstr "स्ट्रीम का अंतिम आ पंहुचा" -#: ../src/empathy-call-window.c:3098 +#: ../src/empathy-call-window.c:3106 msgid "Can't establish audio stream" msgstr "ऑडियो स्ट्रीम स्थापित नहीं कर सकते" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3116 msgid "Can't establish video stream" msgstr "वीडियो स्ट्रीम स्थापित नहीं कर सकते" -#: ../src/empathy-call-window.c:3145 +#: ../src/empathy-call-window.c:3153 #, c-format msgid "Your current balance is %s." msgstr "आपका वर्तमान शेष राशि %s है." -#: ../src/empathy-call-window.c:3149 +#: ../src/empathy-call-window.c:3157 msgid "Sorry, you don’t have enough credit for that call." msgstr "क्षमा करें, आपके पास उस कॉल के लिए पर्याप्त क्रेडिट नहीं है." -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3159 msgid "Top Up" msgstr "टॉप अप" @@ -3497,7 +3507,7 @@ msgid "Audio" msgstr "ऑडियो" -#: ../src/empathy-chat.c:104 +#: ../src/empathy-chat.c:102 msgid "- Empathy Chat Client" msgstr "- एंपेथी चैट क्लाइंट" @@ -3517,11 +3527,11 @@ msgid "Manage Favorite Rooms" msgstr "प्रिय कक्षों को प्रबंधित करें" -#: ../src/empathy-chat-window.c:280 +#: ../src/empathy-chat-window.c:288 msgid "Close this window?" msgstr "इस विंडो को बन्द करें?" -#: ../src/empathy-chat-window.c:286 +#: ../src/empathy-chat-window.c:294 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -3531,7 +3541,7 @@ "है जब तक आप " "फिर से नहीं जुड़ते है." -#: ../src/empathy-chat-window.c:299 +#: ../src/empathy-chat-window.c:307 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -3548,66 +3558,66 @@ "कर सकते है जब तक " "आप फिर से नहीं जुड़ते है." -#: ../src/empathy-chat-window.c:310 +#: ../src/empathy-chat-window.c:318 #, c-format msgid "Leave %s?" msgstr "छोड़ें %s?" -#: ../src/empathy-chat-window.c:312 +#: ../src/empathy-chat-window.c:320 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." msgstr "" "आप आगे कोई सन्देश प्राप्त नहीं कर सकते है जब तक आप फिर से नहीं जुड़ते है." -#: ../src/empathy-chat-window.c:331 +#: ../src/empathy-chat-window.c:339 msgid "Close window" msgstr "विंडो बंद करें" -#: ../src/empathy-chat-window.c:331 +#: ../src/empathy-chat-window.c:339 msgid "Leave room" msgstr "कमरे में छोड़ दो" -#: ../src/empathy-chat-window.c:665 ../src/empathy-chat-window.c:688 +#: ../src/empathy-chat-window.c:678 ../src/empathy-chat-window.c:701 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d unread)" msgstr[1] "%s (%d unread)" -#: ../src/empathy-chat-window.c:680 +#: ../src/empathy-chat-window.c:693 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (and %u other)" msgstr[1] "%s (and %u others)" -#: ../src/empathy-chat-window.c:696 +#: ../src/empathy-chat-window.c:709 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d unread from others)" msgstr[1] "%s (%d unread from others)" -#: ../src/empathy-chat-window.c:705 +#: ../src/empathy-chat-window.c:718 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d unread from all)" msgstr[1] "%s (%d unread from all)" -#: ../src/empathy-chat-window.c:942 +#: ../src/empathy-chat-window.c:955 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:950 +#: ../src/empathy-chat-window.c:963 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "%d संदेश भेज रहा है" msgstr[1] "%d संदेश भेज रहा है" -#: ../src/empathy-chat-window.c:970 +#: ../src/empathy-chat-window.c:983 msgid "Typing a message." msgstr "संदेश टाइप कर रहा है" @@ -4176,7 +4186,7 @@ msgid "Show account balances" msgstr "खाता शेष दिखाएँ" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2108 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2107 msgid "Contact List" msgstr "सम्पर्क सूची" @@ -4353,11 +4363,11 @@ msgid "Disconnect" msgstr "डिस्कनेक्ट" -#: ../src/empathy-roster-window.c:442 +#: ../src/empathy-roster-window.c:441 msgid "You need to setup an account to see contacts here." msgstr "आपको संपर्कों को यहाँ देखने के लिए एक खाते को सेट करने की जरूरत है." -#: ../src/empathy-roster-window.c:518 +#: ../src/empathy-roster-window.c:517 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" @@ -4365,46 +4375,46 @@ "किया " "जाता है." -#: ../src/empathy-roster-window.c:636 +#: ../src/empathy-roster-window.c:635 msgid "Update software..." msgstr "सॉफ्टवेयर का अद्यतन करें ..." -#: ../src/empathy-roster-window.c:642 +#: ../src/empathy-roster-window.c:641 msgid "Reconnect" msgstr "फिर से कनेक्ट करें" -#: ../src/empathy-roster-window.c:646 +#: ../src/empathy-roster-window.c:645 msgid "Edit Account" msgstr "खाता संपादन करें" -#: ../src/empathy-roster-window.c:651 +#: ../src/empathy-roster-window.c:650 msgid "Close" msgstr "बंद करें" -#: ../src/empathy-roster-window.c:788 +#: ../src/empathy-roster-window.c:787 msgid "Top up account" msgstr "टॉप अप खाता" -#: ../src/empathy-roster-window.c:1470 +#: ../src/empathy-roster-window.c:1469 msgid "You need to enable one of your accounts to see contacts here." msgstr "" "आपको यहाँ संपर्को को देखने के लिए आपको कम से कम एक खाते को सक्रीय करना होगा." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1478 +#: ../src/empathy-roster-window.c:1477 #, c-format msgid "You need to enable %s to see contacts here." msgstr "आपको यहाँ संपर्को को देखने के लिए %s को सक्रीय करना होगा." -#: ../src/empathy-roster-window.c:1556 +#: ../src/empathy-roster-window.c:1555 msgid "Change your presence to see contacts here" msgstr "यहाँ संपर्को दिखाने के लिए आपको उपस्थिति बदलनी होगी" -#: ../src/empathy-roster-window.c:1565 +#: ../src/empathy-roster-window.c:1564 msgid "No match found" msgstr "कोई मेल नहीं मिला" -#: ../src/empathy-roster-window.c:1570 +#: ../src/empathy-roster-window.c:1569 msgid "No online contacts" msgstr "कोई ऑनलाइन सम्पर्क नहीं" @@ -4508,7 +4518,6 @@ msgstr "%s खाता विकल्प संपादित करें" #: ../ubuntu-online-accounts/empathy.application.in.h:1 -#| msgid "Import Accounts" msgid "Integrate your IM accounts" msgstr "अपने सभी IM खातों एकीकृत करें" @@ -4741,9 +4750,6 @@ #~ msgid "Personal Information" #~ msgstr "व्यक्तिगत जानकारी" -#~ msgid "Ungrouped" -#~ msgstr "असमूहीकृत" - #~| msgid "_Favorite Chatroom" #~ msgid "Favorite People" #~ msgstr "पसंदीदा लोग" diff --git a/po/kn.po b/po/kn.po index 53c5455..5fc58b7 100644 --- a/po/kn.po +++ b/po/kn.po @@ -8,8 +8,8 @@ "Project-Id-Version: empathy.master.kn\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2012-10-16 18:54+0000\n" -"PO-Revision-Date: 2012-11-01 14:56+0530\n" +"POT-Creation-Date: 2012-11-15 12:18+0000\n" +"PO-Revision-Date: 2012-11-21 16:01+0530\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" "Language: kn\n" @@ -35,6 +35,10 @@ msgid "Chat on Google Talk, Facebook, MSN and many other chat services" msgstr "Google Talk, Facebook, MSN ಹಾಗು ಇತರೆ ಚಾಟ್‌ ಸೇವೆಗಳಲ್ಲಿ ಚಾಟ್ ಮಾಡಿ" +#: ../data/empathy.desktop.in.in.h:5 +msgid "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" +msgstr "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "ಸಂಪರ್ಕ ವ್ಯವಸ್ಥಾಪಕಗಳನ್ನು ಅನ್ನು ಬಳಸಬೇಕು" @@ -775,7 +779,7 @@ msgid "Yahoo! Japan" msgstr "Yahoo! Japan ಅನ್ನು ಬಳಸು" -#: ../libempathy/empathy-utils.c:531 +#: ../libempathy/empathy-utils.c:531 ../src/empathy-roster-window.c:619 msgid "Google Talk" msgstr "Google Talk" @@ -881,7 +885,7 @@ #: ../libempathy-gtk/empathy-account-widget.c:678 #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:20 -#: ../libempathy-gtk/empathy-irc-network-dialog.c:529 +#: ../libempathy-gtk/empathy-irc-network-dialog.c:532 msgid "Port" msgstr "ಸಂಪರ್ಕಸ್ಥಾನ" @@ -1528,7 +1532,7 @@ msgid "unknown" msgstr "ಅಜ್ಞಾತ" -#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:980 +#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:979 msgid "Topic:" msgstr "ವಿಷಯ:" @@ -1642,9 +1646,9 @@ #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:2989 ../src/empathy-call-window.c:1467 -#: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2570 -#: ../src/empathy-call-window.c:2876 ../src/empathy-event-manager.c:1166 +#: ../libempathy-gtk/empathy-chat.c:2989 ../src/empathy-call-window.c:1532 +#: ../src/empathy-call-window.c:1582 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1166 msgid "Disconnected" msgstr "ಸಂಪರ್ಕ ಕಡಿದು ಹೋಗಿದೆ" @@ -1973,7 +1977,7 @@ #: ../libempathy-gtk/empathy-individual-menu.c:357 #: ../libempathy-gtk/empathy-log-window.ui.h:6 -#: ../src/empathy-call-window.ui.h:18 +#: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "ಕರೆ" @@ -2073,7 +2077,7 @@ #. send invitation #: ../libempathy-gtk/empathy-individual-menu.c:1655 -#: ../src/empathy-chat-window.c:1246 +#: ../src/empathy-chat-window.c:1245 msgid "Inviting you to this room" msgstr "ನಿಮ್ಮನ್ನು ಈ ರೂಮಿಗೆ ಆಹ್ವಾನಿಸಲಾಗುತ್ತಿದೆ" @@ -2260,7 +2264,7 @@ msgid "new server" msgstr "ಹೊಸ ಪರಿಚಾರಕ" -#: ../libempathy-gtk/empathy-irc-network-dialog.c:539 +#: ../libempathy-gtk/empathy-irc-network-dialog.c:547 msgid "SSL" msgstr "SSL" @@ -2439,12 +2443,12 @@ msgstr "ಪ್ರೊಫೈಲ್" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.ui.h:19 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1438 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "ಚಾಟ್" #: ../libempathy-gtk/empathy-log-window.ui.h:7 -#: ../src/empathy-call-window.ui.h:24 +#: ../src/empathy-call-window.ui.h:26 msgid "Video" msgstr "ವೀಡಿಯೋ" @@ -2976,7 +2980,7 @@ #: ../libempathy-gtk/empathy-roster-model.h:29 #| msgid "Contacts" msgid "Top Contacts" -msgstr "ಪ್ರಮುಖ ಸಂಪರ್ಕ ವಿಳಾಸಗಳು" +msgstr "ಪ್ರಮುಖ ಸಂಪರ್ಕವಿಳಾಸಗಳು" #: ../libempathy-gtk/empathy-roster-model.h:31 msgid "Ungrouped" @@ -3073,7 +3077,7 @@ msgid "Your new account has not been saved yet." msgstr "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಇನ್ನೂ ಸಹ ಉಳಿಸಲಾಗಿಲ್ಲ." -#: ../src/empathy-accounts-dialog.c:404 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:404 ../src/empathy-call-window.c:1274 msgid "Connecting…" msgstr "ಸಂಪರ್ಕ ಹೊಂದಲಾಗುತ್ತಿದೆ..." @@ -3113,20 +3117,20 @@ msgid "Edit Connection Parameters" msgstr "ಸಂಪರ್ಕದ ನಿಯತಾಂಕಗಳನ್ನು ಸಂಪಾದಿಸಿ" -#: ../src/empathy-accounts-dialog.c:733 +#: ../src/empathy-accounts-dialog.c:735 msgid "_Edit Connection Parameters..." msgstr "ಸಂಪರ್ಕದ ನಿಯತಾಂಕಗಳನ್ನು ಸಂಪಾದಿಸು (_E)..." -#: ../src/empathy-accounts-dialog.c:1266 +#: ../src/empathy-accounts-dialog.c:1268 #, c-format msgid "Do you want to remove %s from your computer?" msgstr "ನೀವು '%s' ಅನ್ನು ಗಣಕದಿಂದ ನಿಜವಾಗಲೂ ತೆಗೆದು ಹಾಕಲು ಬಯಸುತ್ತೀರಿ?" -#: ../src/empathy-accounts-dialog.c:1270 +#: ../src/empathy-accounts-dialog.c:1272 msgid "This will not remove your account on the server." msgstr "ಇದು ಪರಿಚಾರಕದಿಂದ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ತೆಗೆದು ಹಾಕುವುದಿಲ್ಲ" -#: ../src/empathy-accounts-dialog.c:1475 +#: ../src/empathy-accounts-dialog.c:1477 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -3136,24 +3140,24 @@ "ನೀವು ಖಚಿತವಾಗಿಯೂ ಮುಂದುವರೆಲು ಬಯಸುತ್ತೀರೆ?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1666 +#: ../src/empathy-accounts-dialog.c:1668 msgid "_Enabled" msgstr "ಶಕ್ತಗೊಳಿಸಲಾದ (_E)" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1689 +#: ../src/empathy-accounts-dialog.c:1691 msgid "Rename" msgstr "ಮರುಹೆಸರಿಸು" -#: ../src/empathy-accounts-dialog.c:2105 +#: ../src/empathy-accounts-dialog.c:2107 msgid "_Skip" msgstr "ಕಡೆಗಣಿಸು (_S)" -#: ../src/empathy-accounts-dialog.c:2109 +#: ../src/empathy-accounts-dialog.c:2111 msgid "_Connect" msgstr "ಸಂಪರ್ಕಸಾಧಿಸು (_C)" -#: ../src/empathy-accounts-dialog.c:2288 +#: ../src/empathy-accounts-dialog.c:2290 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -3162,7 +3166,7 @@ "ನೀವು ಖಚಿತವಾಗಿಯೂ ಮುಂದುವರೆಲು ಬಯಸುತ್ತೀರೆ?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2431 +#: ../src/empathy-accounts-dialog.c:2433 msgid "Messaging and VoIP Accounts" msgstr "ಮೆಸೇಜಿಂಗ್ ಹಾಗು VoIP ಖಾತೆಗಳು" @@ -3223,11 +3227,16 @@ "\n" "%s" -#: ../src/empathy-call.c:193 +#: ../src/empathy-call.c:124 +#| msgid "Incoming call" +msgid "In a call" +msgstr "ಒಂದು ಕರೆಯಲ್ಲಿ" + +#: ../src/empathy-call.c:224 msgid "- Empathy Audio/Video Client" msgstr "- Empathy ಆಡಿಯೊ/ವೀಡಿಯೊ ಕ್ಲೈಂಟ್" -#: ../src/empathy-call.c:217 +#: ../src/empathy-call.c:248 msgid "Empathy Audio/Video Client" msgstr "Empathy ಆಡಿಯೊ/ವೀಡಿಯೊ ಕ್ಲೈಂಟ್" @@ -3240,31 +3249,31 @@ #. Translators: this is an "Info" label. It should be as short #. * as possible. -#: ../src/empathy-call-window.c:1124 ../src/empathy-call-window.c:1140 +#: ../src/empathy-call-window.c:1131 ../src/empathy-call-window.c:1147 msgid "i" msgstr "i" -#: ../src/empathy-call-window.c:1484 ../src/empathy-event-manager.c:508 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:508 msgid "Incoming call" msgstr "ಬರುತ್ತಿರುವ ಕರೆ" -#: ../src/empathy-call-window.c:1490 ../src/empathy-event-manager.c:913 +#: ../src/empathy-call-window.c:1555 ../src/empathy-event-manager.c:913 #, c-format msgid "Incoming video call from %s" msgstr "%s ಇಂದ ಬರುತ್ತಿರುವ ವೀಡಿಯೊ ಕರೆ" -#: ../src/empathy-call-window.c:1490 ../src/empathy-event-manager.c:516 +#: ../src/empathy-call-window.c:1555 ../src/empathy-event-manager.c:516 #: ../src/empathy-event-manager.c:913 #, c-format msgid "Incoming call from %s" msgstr "%s ಇಂದ ಕರೆ ಬರುತ್ತಿದೆ" -#: ../src/empathy-call-window.c:1494 +#: ../src/empathy-call-window.c:1559 #: ../src/empathy-notifications-approver.c:197 msgid "Reject" msgstr "ತಿರಸ್ಕರಿಸು" -#: ../src/empathy-call-window.c:1495 +#: ../src/empathy-call-window.c:1560 #: ../src/empathy-notifications-approver.c:202 #: ../src/empathy-notifications-approver.c:207 msgid "Answer" @@ -3272,60 +3281,60 @@ #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1861 +#: ../src/empathy-call-window.c:1927 #, c-format msgid "Call with %s" msgstr "%s ರವರೊಂದಿಗೆ ಕರೆ ಮಾಡು" -#: ../src/empathy-call-window.c:2113 +#: ../src/empathy-call-window.c:2179 msgid "The IP address as seen by the machine" msgstr "ಗಣಕಕ್ಕೆ ಕಾಣಿಸುವ IP ವಿಳಾಸ" -#: ../src/empathy-call-window.c:2115 +#: ../src/empathy-call-window.c:2181 msgid "The IP address as seen by a server on the Internet" msgstr "ಅಂತರಜಾಲದಲ್ಲಿನ ಒಂದು ಪರಿಚಾರಕದಿಂದ ನೋಡಿದಾಗ ಕಾಣಿಸುವ IP ವಿಳಾಸ" -#: ../src/empathy-call-window.c:2117 +#: ../src/empathy-call-window.c:2183 msgid "The IP address of the peer as seen by the other side" msgstr "ಇನ್ನೊಂದು ಬದಿಯಿಂದ ನೋಡಿದಾಗ ಕಾಣಿಸುವ ಪೀರ್ IP ವಿಳಾಸ" -#: ../src/empathy-call-window.c:2119 +#: ../src/empathy-call-window.c:2185 msgid "The IP address of a relay server" msgstr "ರಿಲೆ ಪರಿಚಾರಕದ IP ವಿಳಾಸ" -#: ../src/empathy-call-window.c:2121 +#: ../src/empathy-call-window.c:2187 msgid "The IP address of the multicast group" msgstr "ಮಲ್ಟಿಕ್ಯಾಸ್ಟ್‍ ಗುಂಪಿನ IP ವಿಳಾಸ" -#: ../src/empathy-call-window.c:2522 ../src/empathy-call-window.c:2523 -#: ../src/empathy-call-window.c:2524 ../src/empathy-call-window.c:2525 -#: ../src/empathy-call-window.ui.h:26 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 +#: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "ಗೊತ್ತಿಲ್ಲದ" -#: ../src/empathy-call-window.c:2874 +#: ../src/empathy-call-window.c:2959 msgid "On hold" msgstr "ತಡೆಹಿಡಿಯಲಾಗಿದೆ" -#: ../src/empathy-call-window.c:2878 +#: ../src/empathy-call-window.c:2963 msgid "Mute" msgstr "ಮೂಕ" -#: ../src/empathy-call-window.c:2880 +#: ../src/empathy-call-window.c:2965 msgid "Duration" msgstr "ಕಾಲಾವಧಿ" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2883 +#: ../src/empathy-call-window.c:2968 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:2979 +#: ../src/empathy-call-window.c:3064 msgid "Technical Details" msgstr "ತಾಂತ್ರಿಕ ವಿವರಗಳು" -#: ../src/empathy-call-window.c:3018 +#: ../src/empathy-call-window.c:3103 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -3334,7 +3343,7 @@ "%s ತಂತ್ರಾಂಶವು ನಿಮ್ಮ ಗಣಕದಿಂದ ಬೆಂಬಲಿಸಲಾಗುವ ಯಾವುದೆ ಆಡಿಯೊ ತಂತ್ರಾಂಶವನ್ನು ಅರ್ಥ " "ಮಾಡಿಕೊಳ್ಳುವುದಿಲ್ಲ" -#: ../src/empathy-call-window.c:3023 +#: ../src/empathy-call-window.c:3108 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -3343,7 +3352,7 @@ "%s ತಂತ್ರಾಂಶವು ನಿಮ್ಮ ಗಣಕದಿಂದ ಬೆಂಬಲಿಸಲಾಗುವ ಯಾವುದೆ ವೀಡಿಯೊ ತಂತ್ರಾಂಶವನ್ನು ಅರ್ಥ " "ಮಾಡಿಕೊಳ್ಳುವುದಿಲ್ಲ" -#: ../src/empathy-call-window.c:3029 +#: ../src/empathy-call-window.c:3114 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -3352,23 +3361,23 @@ "%s ದೊಂದಿಗೆ ಸಂಪರ್ಕವನ್ನು ಸಾಧಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. ಬಹುಷಃ ನಿಮ್ಮಲ್ಲಿ ಒಬ್ಬರು, ನೇರವಾದ " "ಸಂಪರ್ಕಗಳಿಗೆ ಅನುಮತಿ ನೀಡದೆ ಇರುವ ಜಾಲಬಂಧದಲ್ಲಿ ಇದ್ದೀರ ಎಂದು ತೋರುತ್ತಿದೆ." -#: ../src/empathy-call-window.c:3035 +#: ../src/empathy-call-window.c:3120 msgid "There was a failure on the network" msgstr "ಜಾಲಬಂಧದಲ್ಲಿ ಒಂದು ವಿಫಲತೆ ಎದುರಾಗಿದೆ" -#: ../src/empathy-call-window.c:3039 +#: ../src/empathy-call-window.c:3124 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "ಈ ಕರೆಗಾಗಿ ಅಗತ್ಯವಿರುವ ಆಡಿಯೊ ಫಾರ್ಮ್ಯಾಟ್‌ಗಳನ್ನು ನಿಮ್ಮ ಗಣಕದಲ್ಲಿ ಅನುಸ್ಥಾಪಿಸಲಾಗಿಲ್ಲ" -#: ../src/empathy-call-window.c:3042 +#: ../src/empathy-call-window.c:3127 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "ಈ ಕರೆಗಾಗಿ ಅಗತ್ಯವಿರುವ ವೀಡಿಯೊ ಫಾರ್ಮ್ಯಾಟ್‌ಗಳನ್ನು ನಿಮ್ಮ ಗಣಕದಲ್ಲಿ ಅನುಸ್ಥಾಪಿಸಲಾಗಿಲ್ಲ" -#: ../src/empathy-call-window.c:3054 +#: ../src/empathy-call-window.c:3139 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please bug report." +msgstr "" +"ಅವುಗಳು ಗುಪ್ತಪದಗಳನ್ನು ತೋರಿಸದೇ ಇದ್ದರೂ ಸಹ, ದಾಖಲೆಗಳು (ಲಾಗ್) ನಿಮ್ಮ ಸಂಪರ್ಕವಿಳಾಸಗಳ " +"ಪಟ್ಟಿ ಅಥವ ನೀವು ಇತ್ತೀಚೆಗೆ ಕಳುಹಿಸಿದ ಅಥವ ಸ್ವೀಕರಿಸಿದ ಸಂದೇಶಗಳಂತಹ ಸೂಕ್ಷ್ಮವಾದ " +"ಮಾಹಿತಿಯನ್ನು ಹೊಂದಿರಬಹುದು .\n" +"ಒಂದು ಸಾರ್ವಜನಿಕ ದೋಷ ವರದಿಯಲ್ಲಿ ಅಂತಹ ಮಾಹಿತಿಯು ಕಾಣಿಸಿಕೊಳ್ಳುವುದು ನಿಮ್ಮ ಇಷ್ಟವಿಲ್ಲದೇ " +"ಇದ್ದಲ್ಲಿ, " +"bug " +"reportನಲ್ಲಿ ಅಡ್ವಾನ್ಸಡ್ ಫೀಲ್ಡ್ಸ್‍ನಲ್ಲಿ ದೋಷ ವರದಿಯು ಕೇವಲ Empathy " +"ವಿಕಸನೆಗಾರರಿಗೆ ಮಾತ್ರ ಕಾಣಿಸುವಂತೆ ಮಾಡಬಹುದು." + +#: ../src/empathy-debug-window.c:2062 msgid "Time" msgstr "ಸಮಯ" -#: ../src/empathy-debug-window.c:2038 +#: ../src/empathy-debug-window.c:2065 msgid "Domain" msgstr "ಡೊಮೈನ್" -#: ../src/empathy-debug-window.c:2041 +#: ../src/empathy-debug-window.c:2068 msgid "Category" msgstr "ವರ್ಗ" -#: ../src/empathy-debug-window.c:2044 +#: ../src/empathy-debug-window.c:2071 msgid "Level" msgstr "ಸ್ತರ" -#: ../src/empathy-debug-window.c:2073 +#: ../src/empathy-debug-window.c:2100 msgid "" "The selected connection manager does not support the remote debugging " "extension." @@ -4193,7 +4229,7 @@ msgid "Show account balances" msgstr "ಖಾತೆಯಲ್ಲಿನ ಬ್ಯಾಲೆನ್ಸುಗಳನ್ನು ತೋರಿಸು" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2107 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2166 msgid "Contact List" msgstr "ವಿಳಾಸ ಪಟ್ಟಿ" @@ -4383,46 +4419,66 @@ msgstr "" "ಕ್ಷಮಿಸಿ,%s ಖಾತೆಯನ್ನು %s ತಂತ್ರಾಂಶವು ಅಪ್‌ಡೇಟ್ ಆಗುವವರೆಗೆ ಬಳಸಲು ಸಾಧ್ಯವಿರುವುದಿಲ್ಲ." -#: ../src/empathy-roster-window.c:635 +#: ../src/empathy-roster-window.c:617 +msgid "Windows Live" +msgstr "ವಿಂಡೋಸ್ ಲೈವ್" + +#: ../src/empathy-roster-window.c:621 +#| msgid "Facebook Chat" +msgid "Facebook" +msgstr "ಫೇಸ್‌ಬುಕ್" + +#. translators: %s is an account name like 'Facebook' or 'Google Talk' +#: ../src/empathy-roster-window.c:636 +#, c-format +msgid "%s account requires authorisation" +msgstr "%s ಖಾತೆಗಾಗಿ ದೃಢೀಕರಿಸುವ ಅಗತ್ಯವಿದೆ" + +#: ../src/empathy-roster-window.c:647 +#| msgid "Edit Account" +msgid "Online Accounts" +msgstr "ಆನ್‌ಲೈನ್‌ ಖಾತೆಗಳು" + +#: ../src/empathy-roster-window.c:694 msgid "Update software..." msgstr "ತಂತ್ರಾಂಶವನ್ನು ಅಪ್‌ಡೇಟ್ ಮಾಡು..." -#: ../src/empathy-roster-window.c:641 +#: ../src/empathy-roster-window.c:700 msgid "Reconnect" msgstr "ಮರಳಿ ಸಂಪರ್ಕ ಜೋಡಿಸು" -#: ../src/empathy-roster-window.c:645 +#: ../src/empathy-roster-window.c:704 msgid "Edit Account" msgstr "ಖಾತೆಯನ್ನು ಸಂಪಾದಿಸು" -#: ../src/empathy-roster-window.c:650 +#: ../src/empathy-roster-window.c:709 msgid "Close" msgstr "ಸ್ವಚ್ಛಗೊಳಿಸು" -#: ../src/empathy-roster-window.c:787 +#: ../src/empathy-roster-window.c:846 msgid "Top up account" msgstr "ಖಾತೆಯನ್ನು ಟಾಪ್ ಅಪ್ ಮಾಡಿ" -#: ../src/empathy-roster-window.c:1469 +#: ../src/empathy-roster-window.c:1528 msgid "You need to enable one of your accounts to see contacts here." msgstr "" "ಸಂಪರ್ಕ ವಿಳಾಸಗಳು ಇಲ್ಲಿ ಕಾಣಿಸಬೇಕೆಂದರೆ ನಿಮ್ಮ ಒಂದು ಖಾತೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕು." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1477 +#: ../src/empathy-roster-window.c:1536 #, c-format msgid "You need to enable %s to see contacts here." msgstr "ಸಂಪರ್ಕ ವಿಳಾಸಗಳು ಇಲ್ಲಿ ಕಾಣಿಸಬೇಕೆಂದರೆ %s ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕು." -#: ../src/empathy-roster-window.c:1555 +#: ../src/empathy-roster-window.c:1614 msgid "Change your presence to see contacts here" msgstr "ಸಂಪರ್ಕ ವಿಳಾಸಗಳು ಇಲ್ಲಿ ಕಾಣಿಸಬೇಕೆಂದರೆ ನಿಮ್ಮ ಇರುವಿಕೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ" -#: ../src/empathy-roster-window.c:1564 +#: ../src/empathy-roster-window.c:1623 msgid "No match found" msgstr "ಯಾವುದೂ ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ" -#: ../src/empathy-roster-window.c:1569 +#: ../src/empathy-roster-window.c:1628 msgid "No online contacts" msgstr "ಯಾವುದೆ ಆನ್‌ಲೈನ್ ಸಂಪರ್ಕ ವಿಳಾಸಗಳಿಲ್ಲ" diff --git a/po/ml.po b/po/ml.po index 53fde41..78a1c8a 100644 --- a/po/ml.po +++ b/po/ml.po @@ -12,16 +12,16 @@ "Project-Id-Version: gossip\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2012-09-22 17:33+0000\n" -"PO-Revision-Date: 2012-09-23 02:48+0530\n" -"Last-Translator: Anish A \n" -"Language-Team: Swatantra Malayalam Computing\n" +"POT-Creation-Date: 2012-11-27 10:02+0000\n" +"PO-Revision-Date: 2012-11-27 15:36+0530\n" +"Last-Translator: Ani Peter \n" +"Language-Team: Malayalam \n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.6.1\n" +"X-Generator: Lokalize 1.5\n" "X-DamnedLies-Scope: partial\n" #: ../data/empathy.desktop.in.in.h:1 @@ -38,7 +38,9 @@ #: ../data/empathy.desktop.in.in.h:4 msgid "Chat on Google Talk, Facebook, MSN and many other chat services" -msgstr "ഗൂഗിള്‍ ടാക്ക്, ഫേസ്ബുക്ക്, എംഎസ്എന്‍ തുടങ്ങി നിരവധി സല്ലാപ സേവനങ്ങളുപയോഗിച്ചു് സല്ലപിയ്ക്കുക" +msgstr "" +"ഗൂഗിള്‍ ടാക്ക്, ഫേസ്ബുക്ക്, എംഎസ്എന്‍ തുടങ്ങി നിരവധി സല്ലാപ " +"സേവനങ്ങളുപയോഗിച്ചു് സല്ലപിയ്ക്കുക" #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" @@ -48,7 +50,9 @@ msgid "" "Whether connectivity managers should be used to automatically disconnect/" "reconnect." -msgstr "തന്നത്താന്‍ കണക്റ്റ് / വീണ്ടും കണക്റ്റ് ചെയ്യാന്‍ നെറ്റ്‌വര്‍ക്ക് മാനേജറെ ഉപയോഗിക്കണമോ എന്നു്." +msgstr "" +"തന്നത്താന്‍ കണക്റ്റ് / വീണ്ടും കണക്റ്റ് ചെയ്യാന്‍ നെറ്റ്‌വര്‍ക്ക് മാനേജറെ " +"ഉപയോഗിക്കണമോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:3 msgid "Empathy should auto-connect on startup" @@ -56,7 +60,9 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:4 msgid "Whether Empathy should automatically log into your accounts on startup." -msgstr "എമ്പതി തുടക്കത്തില്‍ തന്നെ നിങ്ങളുടെ അക്കൗണ്ടുകളിലേക്ക് ലോഗിന്‍ ചെയ്യണമോ വേണ്ടയോ എന്നു്." +msgstr "" +"എമ്പതി തുടക്കത്തില്‍ തന്നെ നിങ്ങളുടെ അക്കൗണ്ടുകളിലേക്ക് ലോഗിന്‍ ചെയ്യണമോ " +"വേണ്ടയോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:5 msgid "Empathy should auto-away when idle" @@ -65,7 +71,8 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:6 msgid "" "Whether Empathy should go into away mode automatically if the user is idle." -msgstr "ഉപയോക്താവ് നിശ്ചലമാണെങ്കില്‍ തനിയെതന്നെ ഇവിടെ ഇല്ല രീതിയിലേക്ക് പോകണോ എന്ന്" +msgstr "" +"ഉപയോക്താവ് നിശ്ചലമാണെങ്കില്‍ തനിയെതന്നെ ഇവിടെ ഇല്ല രീതിയിലേക്ക് പോകണോ എന്ന്" #: ../data/org.gnome.Empathy.gschema.xml.h:7 msgid "Empathy default download folder" @@ -79,12 +86,17 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:10 msgid "Magic number used to check if sanity cleaning tasks should be run" msgstr "" +"സാനിറ്റി വെടിപ്പാക്കല്‍ ജോലികള്‍ പ്രവര്‍ത്തിയ്ക്കണമോ എന്നു് " +"പരിശോധിയ്ക്കുന്നതിനുള്ള മാജിക്ക് നംബര്‍" #: ../data/org.gnome.Empathy.gschema.xml.h:11 msgid "" "empathy-sanity-cleaning.c uses this number to check if the cleaning tasks " "should be executed or not. Users should not change this key manually." msgstr "" +"വെടിപ്പാക്കല്‍ ജോലികള്‍ നടപ്പിലാക്കണമോ എന്നു് പരിശോധിയ്ക്കുന്നതിനു് " +"empathy-sanity-cleaning.c " +"ഈ നംബര്‍ ഉപയോഗിയ്ക്കുന്നു. ഉപയോക്താക്കള്‍ ഈ കീ സ്വയം മാറ്റുവാന്‍ പാടില്ല." #: ../data/org.gnome.Empathy.gschema.xml.h:12 #: ../src/empathy-preferences.ui.h:1 @@ -93,7 +105,8 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:13 msgid "Whether to show contacts that are offline in the contact list." -msgstr "ഓഫ്‌ലൈന്‍ ആയ കോണ്ടാക്റ്റുകളെ കോണ്ടാക്റ്റ് പട്ടികയില്‍ കാണിക്കണോ വേണ്ടയോ എന്ന് " +msgstr "" +"ഓഫ്‌ലൈന്‍ ആയ കോണ്ടാക്റ്റുകളെ കോണ്ടാക്റ്റ് പട്ടികയില്‍ കാണിക്കണോ വേണ്ടയോ എന്ന് " #: ../data/org.gnome.Empathy.gschema.xml.h:14 msgid "Show Balance in contact list" @@ -113,7 +126,9 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:18 msgid "Default directory to select an avatar image from" -msgstr "അവതാരം ആയി ഉപയോഗിക്കേണ്ട ചിത്രം തെരഞ്ഞെടുക്കാനുപയോഗിക്കേണ്ട ഡിഫോള്‍ട്ട് ഡയറക്റ്ററി" +msgstr "" +"അവതാരം ആയി ഉപയോഗിക്കേണ്ട ചിത്രം തെരഞ്ഞെടുക്കാനുപയോഗിക്കേണ്ട ഡിഫോള്‍ട്ട് " +"ഡയറക്റ്ററി" #: ../data/org.gnome.Empathy.gschema.xml.h:19 msgid "The last directory that an avatar image was chosen from." @@ -129,13 +144,16 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:22 msgid "Display incoming events in the status area" -msgstr "" +msgstr "അവസ്ഥ കാണിയ്ക്കുന്ന സ്ഥലത്തു് വരുന്ന ഇവന്റുകള്‍ കാണിയ്ക്കുക" #: ../data/org.gnome.Empathy.gschema.xml.h:23 msgid "" "Display incoming events in the status area. If false, present them to the " "user immediately." msgstr "" +"അവസ്ഥ കാണിയ്ക്കുന്ന സ്ഥലത്തു് വരുന്ന ഇവന്റുകള്‍ കാണിയ്ക്കുക. false എങ്കില്‍, " +"ഉടന്‍ ഇതു് ഉപയോക്താവിനു് " +"നല്‍കുക." #: ../data/org.gnome.Empathy.gschema.xml.h:24 msgid "The position for the chat window side pane" @@ -144,6 +162,7 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:25 msgid "The stored position (in pixels) of the chat window side pane." msgstr "" +"ചാറ്റ് ജാലകത്തിന്റെ വശത്തുള്ള പെയിനിനു് സൂക്ഷിച്ച സ്ഥാനം (പിക്സലുകളില്‍)." #: ../data/org.gnome.Empathy.gschema.xml.h:26 msgid "Show contact groups" @@ -167,7 +186,8 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:31 msgid "Whether to play sound notifications when away or busy." -msgstr "നിങ്ങള്‍ ദൂരെയോ തിരക്കിലോ ആയിരിയ്ക്കുമ്പോള്‍ ശബ്ദമുണ്ടാക്കണോ വേണ്ടയോ എന്നു്." +msgstr "" +"നിങ്ങള്‍ ദൂരെയോ തിരക്കിലോ ആയിരിയ്ക്കുമ്പോള്‍ ശബ്ദമുണ്ടാക്കണോ വേണ്ടയോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:32 msgid "Play a sound for incoming messages" @@ -199,17 +219,21 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:39 msgid "Whether to play a sound to notify of contacts logging into the network." -msgstr "പട്ടികയിലുള്ളവര്‍ ശൃംഖലയില്‍ കയറുമ്പോള്‍ അറിയിയ്ക്കാന്‍ ശബ്ദം കേള്‍പ്പിയ്ക്കണോ വേണ്ടയോ എന്നു്." +msgstr "" +"പട്ടികയിലുള്ളവര്‍ ശൃംഖലയില്‍ കയറുമ്പോള്‍ അറിയിയ്ക്കാന്‍ ശബ്ദം " +"കേള്‍പ്പിയ്ക്കണോ വേണ്ടയോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:40 msgid "Play a sound when a contact logs out" -msgstr "പട്ടികയിലുള്ളവരാരെങ്കിലും പുറത്തിറങ്ങുമ്പോള്‍ ഒരു ശബ്ദം കേള്‍പ്പിയ്ക്കുക" +msgstr "" +"പട്ടികയിലുള്ളവരാരെങ്കിലും പുറത്തിറങ്ങുമ്പോള്‍ ഒരു ശബ്ദം കേള്‍പ്പിയ്ക്കുക" #: ../data/org.gnome.Empathy.gschema.xml.h:41 msgid "" "Whether to play a sound to notify of contacts logging out of the network." msgstr "" -"പട്ടികയിലുള്ളവര്‍ ശൃംഖലയില്‍ നിന്നും പുറത്തിറങ്ങുമ്പോള്‍ അറിയിയ്ക്കാന്‍ ശബ്ദം കേള്‍പ്പിയ്ക്കണോ വേണ്ടയോ " +"പട്ടികയിലുള്ളവര്‍ ശൃംഖലയില്‍ നിന്നും പുറത്തിറങ്ങുമ്പോള്‍ അറിയിയ്ക്കാന്‍ ശബ്ദം " +"കേള്‍പ്പിയ്ക്കണോ വേണ്ടയോ " "എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:42 @@ -226,7 +250,8 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:45 msgid "Whether to play a sound when logging out of a network." -msgstr "ഒരു ശൃംഖലയില്‍ നിന്നും പുറത്തിറങ്ങുമ്പോള്‍ ശബ്ദമുണ്ടാക്കണോ വേണ്ടയോ എന്നു്." +msgstr "" +"ഒരു ശൃംഖലയില്‍ നിന്നും പുറത്തിറങ്ങുമ്പോള്‍ ശബ്ദമുണ്ടാക്കണോ വേണ്ടയോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:46 msgid "Enable popup notifications for new messages" @@ -234,7 +259,8 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:47 msgid "Whether to show a popup notification when receiving a new message." -msgstr "ഒരു പുതിയ സന്ദേശം വരുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പു് കാണിക്കണോ വേണ്ടയോ എന്നു്." +msgstr "" +"ഒരു പുതിയ സന്ദേശം വരുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പു് കാണിക്കണോ വേണ്ടയോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:48 msgid "Disable popup notifications when away" @@ -243,18 +269,21 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:49 msgid "Whether to show popup notifications when away or busy." msgstr "" -"നിങ്ങള്‍ ദൂരെയോ തിരക്കിലോ ആയിരിക്കുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കണോ വേണ്ടയോ എന്നു്." +"നിങ്ങള്‍ ദൂരെയോ തിരക്കിലോ ആയിരിക്കുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ " +"കാണിയ്ക്കണോ വേണ്ടയോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:50 msgid "Pop up notifications if the chat isn't focused" -msgstr "സല്ലാപം ശ്രദ്ധയില്‍ പെട്ടില്ലെങ്കില്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കുക" +msgstr "" +"സല്ലാപം ശ്രദ്ധയില്‍ പെട്ടില്ലെങ്കില്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കുക" #: ../data/org.gnome.Empathy.gschema.xml.h:51 msgid "" "Whether to show a popup notification when receiving a new message even if " "the chat is already opened, but not focused." msgstr "" -"സല്ലാപം തുറന്നിട്ടുണ്ടെങ്കിലും ശ്രദ്ധയിലില്ലെങ്കില്‍ ഒരു പുതിയ സന്ദേശം വരുമ്പോള്‍ പൊങ്ങിവരുന്ന " +"സല്ലാപം തുറന്നിട്ടുണ്ടെങ്കിലും ശ്രദ്ധയിലില്ലെങ്കില്‍ ഒരു പുതിയ സന്ദേശം " +"വരുമ്പോള്‍ പൊങ്ങിവരുന്ന " "അറിയിപ്പു് കാണിയ്ക്കണോ വേണ്ടയോ എന്നു്" #: ../data/org.gnome.Empathy.gschema.xml.h:52 @@ -263,7 +292,9 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:53 msgid "Whether to show a popup notification when a contact goes online." -msgstr "സമ്പര്‍ക്കം ഓണ്‍ലൈനാകുമ്പേള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കണോ വേണ്ടയോ എന്നു്." +msgstr "" +"സമ്പര്‍ക്കം ഓണ്‍ലൈനാകുമ്പേള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കണോ വേണ്ടയോ " +"എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:54 msgid "Pop up notifications when a contact logs out" @@ -271,7 +302,9 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:55 msgid "Whether to show a popup notification when a contact goes offline." -msgstr "സമ്പര്‍ക്കം ഓഫ്‌ലൈനാകുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കണോ വേണ്ടയോ എന്നു്." +msgstr "" +"സമ്പര്‍ക്കം ഓഫ്‌ലൈനാകുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കണോ വേണ്ടയോ " +"എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:56 msgid "Use graphical smileys" @@ -279,7 +312,9 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:57 msgid "Whether to convert smileys into graphical images in conversations." -msgstr "വര്‍ത്തമാനം പറയുമ്പോള്‍ ഉപയോഗിക്കുന്ന സ്മൈലികളെ ചിത്രങ്ങളാക്കി മാറ്റണമോ വേണ്ടയോ എന്ന്" +msgstr "" +"വര്‍ത്തമാനം പറയുമ്പോള്‍ ഉപയോഗിക്കുന്ന സ്മൈലികളെ ചിത്രങ്ങളാക്കി മാറ്റണമോ " +"വേണ്ടയോ എന്ന്" #: ../data/org.gnome.Empathy.gschema.xml.h:58 msgid "Show contact list in rooms" @@ -304,28 +339,33 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:63 msgid "" "The theme variant that is used to display the conversation in chat windows." -msgstr "വര്‍ത്തമാനത്തെ ചാറ്റ് ജാലകങ്ങളില്‍ കാണിക്കുമ്പോള്‍ ഉപയോഗിക്കേണ്ട തീം തരം" +msgstr "" +"വര്‍ത്തമാനത്തെ ചാറ്റ് ജാലകങ്ങളില്‍ കാണിക്കുമ്പോള്‍ ഉപയോഗിക്കേണ്ട തീം തരം" #: ../data/org.gnome.Empathy.gschema.xml.h:64 msgid "Path of the Adium theme to use" msgstr "ഉപയോഗിയ്ക്കേണ്ട അഡിയത്തിന്റെ പ്രമേയത്തിലേയ്ക്കുള്ള വഴി" #: ../data/org.gnome.Empathy.gschema.xml.h:65 -#, fuzzy msgid "" "Path of the Adium theme to use if the theme used for chat is Adium. " "Deprecated." -msgstr "ചാറ്റ് മുറികള്‍ക്ക് തീം ഉപയോഗിക്കണോ വേണ്ടയോ എന്ന് " +msgstr "" +"ചാറ്റിനുള്ള പ്രമേയം അഡിയമാണെങ്കില്‍, ഉപയോഗിയ്ക്കുവാനുള്ള അഡിയം പ്രമേയത്തിന്റെ " +"പാഥ്. നീക്കം " +"ചെയ്തിരിയിക്കുന്നു." #: ../data/org.gnome.Empathy.gschema.xml.h:66 msgid "Enable WebKit Developer Tools" -msgstr "വെബ്‌കിറ്റിന്റെ കോഡെഴുത്തുകാര്‍ക്കുള്ള ഉപകരണങ്ങള്‍ പ്രവര്‍ത്തന സജ്ജമാക്കുക" +msgstr "" +"വെബ്‌കിറ്റിന്റെ കോഡെഴുത്തുകാര്‍ക്കുള്ള ഉപകരണങ്ങള്‍ പ്രവര്‍ത്തന സജ്ജമാക്കുക" #: ../data/org.gnome.Empathy.gschema.xml.h:67 msgid "" "Whether WebKit developer tools, such as the Web Inspector, should be enabled." msgstr "" -"വെബ്‌കിറ്റിന്റെ വെബ് പരിശോധകന്‍ പോലുള്ള കോഡെഴുത്തുകാര്‍ക്കുള്ള ഉപകരണങ്ങള്‍ പ്രവര്‍ത്തന സജ്ജമാക്കണോ." +"വെബ്‌കിറ്റിന്റെ വെബ് പരിശോധകന്‍ പോലുള്ള കോഡെഴുത്തുകാര്‍ക്കുള്ള ഉപകരണങ്ങള്‍ " +"പ്രവര്‍ത്തന സജ്ജമാക്കണോ." #: ../data/org.gnome.Empathy.gschema.xml.h:68 msgid "Inform other users when you are typing to them" @@ -336,6 +376,9 @@ "Whether to send the 'composing' or 'paused' chat states. Does not currently " "affect the 'gone' state." msgstr "" +"'ചിട്ടപ്പെടുത്തുന്നു' അല്ലെങ്കില്‍ 'താല്‍ക്കാലികമായി നിര്‍ത്തിയിരിയ്ക്കുന്നു' " +"ചാറ്റ് അവസ്ഥകള്‍ അയയ്ക്കണമോ " +"എന്നു്. 'കഴിഞ്ഞു' അവസ്ഥ യഥാര്‍ത്ഥത്തില്‍ ബാധിയ്ക്കുന്നില്ല." #: ../data/org.gnome.Empathy.gschema.xml.h:70 msgid "Use theme for chat rooms" @@ -352,7 +395,9 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:73 msgid "" "Comma-separated list of spell checker languages to use (e.g. \"en, fr, nl\")." -msgstr "കോമകളിട്ട് തിരിച്ചിട്ടുള്ള സ്പെല്‍ ചെക്കര്‍ ഭാഷകളുടെ ഒരു പട്ടിക ( ഉദാ. hi,ml) ." +msgstr "" +"കോമകളിട്ട് തിരിച്ചിട്ടുള്ള സ്പെല്‍ ചെക്കര്‍ ഭാഷകളുടെ ഒരു പട്ടിക ( ഉദാ. hi,ml) " +"." #: ../data/org.gnome.Empathy.gschema.xml.h:74 msgid "Enable spell checker" @@ -362,7 +407,8 @@ msgid "" "Whether to check words typed against the languages you want to check with." msgstr "" -"നിങ്ങള്‍ പരിശോധിയ്ക്കണമെന്നാഗ്രഹിയ്ക്കുന്ന ഭാഷകളില്‍ എഴുതുന്ന വാക്കുകള്‍ പരിശോധിയ്ക്കണോ വേണ്ടയോ എന്നു്." +"നിങ്ങള്‍ പരിശോധിയ്ക്കണമെന്നാഗ്രഹിയ്ക്കുന്ന ഭാഷകളില്‍ എഴുതുന്ന വാക്കുകള്‍ " +"പരിശോധിയ്ക്കണോ വേണ്ടയോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:76 msgid "Nick completed character" @@ -373,27 +419,33 @@ "Character to add after nickname when using nick completion (tab) in group " "chat." msgstr "" -"ഗ്രൂപ്പ് ചാറ്റില്‍ വിളിപ്പേരു മുഴുമിക്കല്‍ (റ്റാബ്) ഉപയോഗിക്കുമ്പോള്‍ വിളിപ്പേരിനു ശേഷം ചേര്‍‌ക്കേണ്ട " +"ഗ്രൂപ്പ് ചാറ്റില്‍ വിളിപ്പേരു മുഴുമിക്കല്‍ (റ്റാബ്) ഉപയോഗിക്കുമ്പോള്‍ " +"വിളിപ്പേരിനു ശേഷം ചേര്‍‌ക്കേണ്ട " "അക്ഷരം/ചിഹ്നം" #: ../data/org.gnome.Empathy.gschema.xml.h:78 msgid "Empathy should use the avatar of the contact as the chat window icon" -msgstr "എംപതി ചാറ്റ് ജാലകത്തിന്റെ ഐക്കണ്‍ ആയി കോണ്‍ടാക്റ്റിന്റെ അവതാരത്തെ തന്നെ ഉപയോഗിക്കണം" +msgstr "" +"എംപതി ചാറ്റ് ജാലകത്തിന്റെ ഐക്കണ്‍ ആയി കോണ്‍ടാക്റ്റിന്റെ അവതാരത്തെ തന്നെ " +"ഉപയോഗിക്കണം" #: ../data/org.gnome.Empathy.gschema.xml.h:79 msgid "" "Whether Empathy should use the avatar of the contact as the chat window icon." msgstr "" -"എംപതി കോണ്ടാക്റ്റിന്റെ അവതാരചിത്രത്തെ തന്നെ ചാറ്റ് ജാലകത്തിന്റെ ഐക്കണായി ഉപയോഗിക്കണമോ " +"എംപതി കോണ്ടാക്റ്റിന്റെ അവതാരചിത്രത്തെ തന്നെ ചാറ്റ് ജാലകത്തിന്റെ ഐക്കണായി " +"ഉപയോഗിക്കണമോ " "വേണ്ടയോ എന്ന്" #: ../data/org.gnome.Empathy.gschema.xml.h:80 msgid "Last account selected in Join Room dialog" -msgstr "" +msgstr "മുറിയില്‍ ചേരുക എന്ന ഡയലോഗില്‍ തെരഞ്ഞെടുത്ത അവസാന അക്കൌണ്ട്" #: ../data/org.gnome.Empathy.gschema.xml.h:81 msgid "D-Bus object path of the last account selected to join a room." msgstr "" +"ഒരു മുറിയില്‍ ചേരുന്നതിനു് തെരഞ്ഞെടുത്തിരിയ്ക്കുന്ന അവസാന അക്കൌണ്ടിന്റെ " +"ഡി-ബസ് ഒബ്ജക്ട് പാഥ്." #: ../data/org.gnome.Empathy.gschema.xml.h:82 msgid "Camera device" @@ -402,6 +454,8 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:83 msgid "Default camera device to use in video calls, e.g. /dev/video0." msgstr "" +"വീഡിയോ കോളുകളില്‍ ഉപയോഗിയ്ക്കുവാന്‍ സ്വതവേയുള്ള ക്യാമറാ ഡിവൈസ്, ഉദാ. " +"/dev/video0." #: ../data/org.gnome.Empathy.gschema.xml.h:84 msgid "Camera position" @@ -409,7 +463,7 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:85 msgid "Position the camera preview should be during a call." -msgstr "" +msgstr "ഒരു കോള്‍ ചെയ്യുമ്പോള്‍ ക്യാമറയുടെ തിരനോട്ടത്തിനുള്ള സ്ഥാനം." #: ../data/org.gnome.Empathy.gschema.xml.h:86 msgid "Echo cancellation support" @@ -418,6 +472,7 @@ #: ../data/org.gnome.Empathy.gschema.xml.h:87 msgid "Whether to enable Pulseaudio's echo cancellation filter." msgstr "" +"പള്‍സ്ഓഡിയോ ഇക്കോ റദ്ദാക്കല്‍ ഫില്‍റ്റര്‍ പ്രവര്‍ത്തന സജ്ജമാക്കണമോ എന്നു്." #: ../data/org.gnome.Empathy.gschema.xml.h:88 msgid "Show hint about closing the main window" @@ -428,7 +483,8 @@ "Whether to show the message dialog about closing the main window with the " "'x' button in the title bar." msgstr "" -"ടൈറ്റില്‍ ബാറിലെ 'x' ബട്ടണുപയോഗിച്ച് പ്രധാനജാലകം അടച്ചു കളയുന്നതിനെക്കുറിച്ചുള്ള മെസ്സേജ് ഡയലോഗ് " +"ടൈറ്റില്‍ ബാറിലെ 'x' ബട്ടണുപയോഗിച്ച് പ്രധാനജാലകം അടച്ചു " +"കളയുന്നതിനെക്കുറിച്ചുള്ള മെസ്സേജ് ഡയലോഗ് " "കാണിക്കണോവേണ്ടയോ" #: ../data/org.gnome.Empathy.gschema.xml.h:90 @@ -528,7 +584,7 @@ #: ../libempathy/empathy-keyring.c:631 #, c-format msgid "Password for chatroom '%s' on account %s (%s)" -msgstr "" +msgstr "'%s' ചാറ്റ് മുറിയ്ക്കുള്ള രഹസ്യവാക്ക്, %s (%s) അക്കൌണ്ടില്‍" #: ../libempathy/empathy-message.c:403 ../src/empathy-call-observer.c:116 #, c-format @@ -703,7 +759,7 @@ #: ../libempathy/empathy-utils.c:350 msgid "" "Connection has been replaced by a new connection using the same resource" -msgstr "" +msgstr "അതേ ഉറവിടം ഉപയോഗിച്ചു് കണക്ഷന്‍ പുതിയ കണക്ഷനായി മാറ്റിയിരിയ്ക്കുന്നു." #: ../libempathy/empathy-utils.c:353 msgid "The account already exists on the server" @@ -711,7 +767,7 @@ #: ../libempathy/empathy-utils.c:355 msgid "Server is currently too busy to handle the connection" -msgstr "" +msgstr "കണക്ഷന്‍ കൈകാര്യം ചെയ്യുന്നതിനു് സര്‍വര്‍ നിലവില്‍ തിരക്കിലാണു്" #: ../libempathy/empathy-utils.c:357 msgid "Certificate has been revoked" @@ -720,13 +776,16 @@ #: ../libempathy/empathy-utils.c:359 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" -msgstr "" +msgstr "അസുരക്ഷിതമായൊരു സിഫര്‍ അല്‍ഗോരിഥം സമ്മതപത്രം ഉപയോഗിയ്ക്കുന്നു." #: ../libempathy/empathy-utils.c:362 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" msgstr "" +"സര്‍വര്‍ സമ്മതപത്രത്തിന്റെ നീളം അല്ലെങ്കില്‍ വ്യാപ്തി, ക്രിപ്റ്റോഗ്രഫി " +"ലൈബ്രറി ലഭ്യമാക്കുന്ന " +"പരിതികളേക്കാള്‍ കൂടുതലാകുന്നു." #: ../libempathy/empathy-utils.c:366 msgid "Your software is too old" @@ -737,6 +796,7 @@ msgstr "ആന്തരിക പിശകു്" #: ../libempathy/empathy-utils.c:497 +#: ../libempathy-gtk/empathy-roster-model.h:30 msgid "People Nearby" msgstr "അടുത്തുള്ളവര്‍" @@ -984,6 +1044,9 @@ "Most IRC servers don't need a password, so if you're not sure, don't enter a " "password." msgstr "" +"മിക്ക ഐആര്‍സി സര്‍വറുകള്‍ക്കും രഹസ്യവാക്കിന്റെ ആവശ്യമില്ല. അതിനാല്‍, " +"ഉറപ്പല്ലെങ്കില്‍ രഹസ്യവാക്ക് " +"ഉപയോഗിയ്ക്കേണ്ടതില്ല." #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:11 msgid "Nickname" @@ -1021,6 +1084,11 @@ "Use this page to choose a " "Facebook username if you don't have one." msgstr "" +"ഇതു് നിങ്ങളുടെ ഉപയോക്തൃനാമമാണു്, സാധാരണ ഫെയിസ്ബുക്ക് പ്രവേശന നാമമല്ല.\n" +"നിങ്ങള്‍ facebook.com/badger ആണെങ്കില്‍, badger നല്‍കുക.\n" +"നിങ്ങള്‍ക്കൊന്നില്ലെങ്കില്‍, മറ്റൊരു ഫെയിസ്ബുക്ക് ഉപയോക്തൃനാമം " +"തെരഞ്ഞെടുക്കുന്നതിനായി ഈ താള്‍ ഉപയോഗിയ്ക്കുക." #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:6 msgid "What is your Facebook password?" @@ -1158,11 +1226,12 @@ #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:5 msgid "Use this account to call _landlines and mobile phones" msgstr "" +"ലാന്‍ഡ് ലൈനുകളും മൊബൈല്‍ ഫോണുകളിലേക്കും വിളിയ്ക്കുന്നതിനായി ഈ അക്കൌണ്ട് " +"ഉപയോഗിയ്ക്കുക" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:6 -#, fuzzy msgid "NAT Traversal Options" -msgstr "സെഷന്‍ മാനേജ്മെന്റ് ഉപാധികള്‍:" +msgstr "എന്‍എറ്റി ട്രാവേഴ്സല്‍ ഏച്ഛികങ്ങള്‍" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:7 msgid "Proxy Options" @@ -1178,16 +1247,15 @@ #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:10 msgid "Discover the STUN server automatically" -msgstr "" +msgstr "എസ്‌ടിയുഎന്‍ സര്‍വറിനെ സ്വയമായി കണ്ടുപിടിയ്ക്കുക" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:11 msgid "Discover Binding" msgstr "ബൈന്‍ഡിങ് കണ്ടുപിടിയ്ക്കുക" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:13 -#, fuzzy msgid "Keep-Alive Options" -msgstr "സെഷന്‍ മാനേജ്മെന്റ് ഉപാധികള്‍:" +msgstr "കീപ്പ്-എലൈവ് ഐച്ഛികങ്ങള്‍" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:14 msgid "Mechanism" @@ -1235,7 +1303,8 @@ #: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:5 msgid "I_gnore conference and chat room invitations" -msgstr "ചാറ്റ് മുറികളിലേക്കും കോണ്‍ഫറന്‍സുകളിലേക്കും ഉള്ള ക്ഷണങ്ങളെ നിരസിക്കുക (_I) " +msgstr "" +"ചാറ്റ് മുറികളിലേക്കും കോണ്‍ഫറന്‍സുകളിലേക്കും ഉള്ള ക്ഷണങ്ങളെ നിരസിക്കുക (_I) " #: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:6 msgid "_Room List locale:" @@ -1264,7 +1333,9 @@ #: ../libempathy-gtk/empathy-avatar-chooser.c:546 msgid "None of the accepted image formats are supported on your system" -msgstr "അംഗീകൃതമായ ചിത്രങ്ങളുടെ ഫോര്‍മാറ്റുകളൊന്നും നിങ്ങളുടെ സിസ്റ്റത്തില്‍ പിന്തുണയ്ക്കുന്നില്ല" +msgstr "" +"അംഗീകൃതമായ ചിത്രങ്ങളുടെ ഫോര്‍മാറ്റുകളൊന്നും നിങ്ങളുടെ സിസ്റ്റത്തില്‍ " +"പിന്തുണയ്ക്കുന്നില്ല" #: ../libempathy-gtk/empathy-avatar-chooser.c:906 msgid "Couldn't save picture to file" @@ -1295,10 +1366,9 @@ msgstr "വലുതാക്കാനായി ക്ളിക്ക് ചെയ്യുക" #: ../libempathy-gtk/empathy-bad-password-dialog.c:130 -#, fuzzy, c-format -#| msgid "Authentication failed" +#, c-format msgid "Authentication failed for account %s" -msgstr "ഓഫ്‌ലൈന്‍ ആകുന്നതിനായി '%s' അക്കൌണ്ട് തയ്യാറാക്കുന്നു" +msgstr "%s അക്കൌണ്ടിനുള്ള ആധികാരികത ഉറപ്പാക്കല്‍ പരാജയപ്പെട്ടു" #: ../libempathy-gtk/empathy-bad-password-dialog.c:142 #: ../libempathy-gtk/empathy-chat.c:3724 @@ -1330,7 +1400,7 @@ #: ../libempathy-gtk/empathy-call-utils.c:49 msgid "The specified contact doesn't support calls" -msgstr "" +msgstr "നല്‍കി വിലാസം കോളുകളെ പിന്തുണയ്ക്കുന്നില്ല" #: ../libempathy-gtk/empathy-call-utils.c:51 msgid "The specified contact is offline" @@ -1346,7 +1416,7 @@ #: ../libempathy-gtk/empathy-call-utils.c:57 msgid "You don't have enough credit in order to place this call" -msgstr "" +msgstr "ഈ കോളിനാവശ്യമായ പണം നിങ്ങള്‍ക്കു് ലഭ്യമല്ല." #: ../libempathy-gtk/empathy-chat.c:727 msgid "Failed to open private chat" @@ -1367,41 +1437,46 @@ #: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "" +"/clear: നിലവിലുള്ള സംഭഷണത്തില്‍ നിന്നും എല്ലാ സന്ദേശങ്ങളും വെടിപ്പാക്കുക" #: ../libempathy-gtk/empathy-chat.c:1057 -#, fuzzy msgid "/topic : set the topic of the current conversation" -msgstr "ഈ രചനയുടെ ഭാഷ സജ്ജമാക്കുക" +msgstr "/topic : നിലവിലുള്ള സംഭാഷണത്തിനുള്ള വിഷയം സജ്ജമാക്കുക" #: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join : join a new chat room" -msgstr "" +msgstr "/join : പുതിയൊരു ചാറ്റ് മുറിയിലേക്കു് ചേരുക" #: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j : join a new chat room" -msgstr "" +msgstr "/j : പുതിയൊരു ചാറ്റ് മുറിയിലേക്കു് ചേരുക" #: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [] []: leave the chat room, by default the " "current one" msgstr "" +"/part [] []: ചാറ്റ് മുറി ഉപേക്ഷിയ്ക്കുക, സ്വതവേ " +"നിലവിലുള്ളതു്" #: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query []: open a private chat" -msgstr "" +msgstr "/query []: ഒരു സ്വകാര്യ സംവാദം തുടങ്ങുക" #: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg : open a private chat" -msgstr "" +msgstr "/msg : ഒരു സ്വകാര്യ സംവാദം തുടങ്ങുക" #: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick : change your nickname on the current server" -msgstr "" +msgstr "/nick : നിലവിലുള്ള സര്‍വറിലുള്ള വിളിപ്പേരു് മാറ്റുക" #: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me : send an ACTION message to the current conversation" msgstr "" +"/me : നിലവിലുള്ള സംവാദത്തിലേക്കു് നിങ്ങളുടെ പ്രവര്‍ത്തി " +"കാണിച്ചുകൊണ്ടുള്ള സന്ദേശം " +"അയയ്ക്കുക" #: ../libempathy-gtk/empathy-chat.c:1083 msgid "" @@ -1409,16 +1484,23 @@ "send a message starting with a '/'. For example: \"/say /join is used to " "join a new chat room\"" msgstr "" +"/say : നിലവിലുള്ള സംഭാഷണത്തിലേക്കു് അയയ്ക്കുക. '/' " +"ഉപയോഗിച്ചു് " +"ആരംഭിയ്ക്കുന്ന സന്ദേശങ്ങള്‍ അയയ്ക്കുവാന്‍ ഇതുപയോഗിയ്ക്കുന്നു. ഉദാഹരണത്തിനു്, " +": \"/say /join is " +"used to join a new chat room\"" #: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois : display information about a contact" -msgstr "" +msgstr "/whois : ഒരു വിലാസത്തെപ്പറ്റിയുള്ള വിവരം കാണിയ്ക്കുക" #: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help []: show all supported commands. If is defined, " "show its usage." msgstr "" +"/help []: പിന്തുണയ്ക്കുന്ന എല്ലാ കമാന്‍ഡുകളും കാണിയ്ക്കുക. " +"നിഷ്കര്‍ഷിച്ചിട്ടുണ്ടെങ്കില്‍, അതിന്റെ ഉപയോഗം കാണിയ്ക്കുക." #: ../libempathy-gtk/empathy-chat.c:1110 #, c-format @@ -1431,7 +1513,7 @@ #: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" -msgstr "" +msgstr "അപരിചിതമായ കമാന്‍ഡ്; ലഭ്യമായ കമാന്‍ഡുകള്‍ക്കു് /help കാണുക" #: ../libempathy-gtk/empathy-chat.c:1538 msgid "insufficient balance to send message" @@ -1455,6 +1537,8 @@ #, c-format msgid "insufficient balance to send message. Top up." msgstr "" +"സന്ദേശം അയയ്ക്കുന്നതിനു് മതിയായ പണം ലഭ്യമല്ല. ടോപ്പപ്പ് ചെയ്യുക<" +"/a>." #: ../libempathy-gtk/empathy-chat.c:1590 msgid "not capable" @@ -1484,7 +1568,7 @@ msgid "unknown" msgstr "അറിയാത്ത ഏതോ പ്രശ്നം" -#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:967 +#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:980 msgid "Topic:" msgstr "വിഷയം:" @@ -1599,8 +1683,8 @@ #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. #: ../libempathy-gtk/empathy-chat.c:2989 ../src/empathy-call-window.c:1467 -#: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2570 -#: ../src/empathy-event-manager.c:1166 +#: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2580 +#: ../src/empathy-call-window.c:2886 ../src/empathy-event-manager.c:1166 msgid "Disconnected" msgstr "ബന്ധം വേര്‍പെടുത്തിയിരിക്കുന്നു" @@ -1652,12 +1736,11 @@ #: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 msgid "Contact blocking temporarily unavailable" -msgstr "" +msgstr "വിലാസം തടസ്സപ്പെടുത്തുന്നതു് തല്‍ക്കാലം ലഭ്യമല്ല" #: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 -#, fuzzy msgid "Contact blocking unavailable" -msgstr "പ്രദര്‍ശനത്തിന്റെ നടത്തിപ്പുകാരന്‍ ലഭ്യമല്ല" +msgstr "വിലാസം തടയുന്നതു് ലഭ്യമല്ല" #: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 msgid "Permission Denied" @@ -1840,8 +1923,10 @@ "Select the groups you want this contact to appear in. Note that you can " "select more than one group or no groups." msgstr "" -"നിങ്ങള്‍ക്ക് ഈ കോണ്‍ടാക്റ്റിനെ നിങ്ങള്‍ക്ക് ഏതൊക്കെ കൂട്ടങ്ങളില്‍ കാണിക്കണമോ അവയെ ഇവിടെ " -"തെരഞ്ഞെടുക്കുകനിങ്ങള്‍ക്ക് കൂട്ടങ്ങളൊന്നും തെരഞ്ഞെടുക്കാതിരിക്കുവാനും ഒന്നില്‍ കൂടുതല്‍ കൂട്ടങ്ങള്‍ " +"നിങ്ങള്‍ക്ക് ഈ കോണ്‍ടാക്റ്റിനെ നിങ്ങള്‍ക്ക് ഏതൊക്കെ കൂട്ടങ്ങളില്‍ കാണിക്കണമോ " +"അവയെ ഇവിടെ " +"തെരഞ്ഞെടുക്കുകനിങ്ങള്‍ക്ക് കൂട്ടങ്ങളൊന്നും തെരഞ്ഞെടുക്കാതിരിക്കുവാനും " +"ഒന്നില്‍ കൂടുതല്‍ കൂട്ടങ്ങള്‍ " "തെരഞ്ഞെടുക്കാനും സാധിക്കും എന്ന കാര്യം ശ്രദ്ധിക്കുക" #: ../libempathy-gtk/empathy-groups-widget.c:358 @@ -1874,17 +1959,16 @@ msgstr "നിങ്ങളുമായി ബന്ധപ്പെടുന്നതില്‍ നിന്നും '%s'-നെ തടയണമെന്നുറപ്പാണോ?" #: ../libempathy-gtk/empathy-individual-dialogs.c:253 -#, fuzzy msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" -msgstr[0] "താഴെ പറയുന്ന ഫയല്‍ നീക്കം ചെയ്യുന്നു:" -msgstr[1] "" +msgstr[0] "താഴെ പറയുന്ന ഐഡന്റിറ്റി തടസ്സപ്പെടുത്തുന്നു:" +msgstr[1] "താഴെ പറയുന്ന ഐഡന്റിറ്റികള്‍ തടസ്സപ്പെടുത്തുന്നു:" #: ../libempathy-gtk/empathy-individual-dialogs.c:260 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "ഈ ഐഡന്റിറ്റി തടയുവാന്‍ സാധ്യമല്ല:" +msgstr[1] "ഈ ഐഡന്റിറ്റികള്‍ തടയുവാന്‍ സാധ്യമല്ല:" #: ../libempathy-gtk/empathy-individual-dialogs.c:270 #: ../libempathy-gtk/empathy-subscription-dialog.c:130 @@ -1896,8 +1980,8 @@ #: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "ഈ വിലാസം തകരാറുള്ളതായി രേ_ഖപ്പെടുത്തുക" +msgstr[1] "ഈ വിലാസങ്ങള്‍ തകരാറുള്ളതായി രേ_ഖപ്പെടുത്തുക" #: ../libempathy-gtk/empathy-individual-edit-dialog.c:247 msgid "Edit Contact Information" @@ -1914,134 +1998,142 @@ #: ../libempathy-gtk/empathy-individual-information-dialog.c:335 msgid "Please install gnome-contacts to access contacts details." -msgstr "വിലാസ വിവരണങ്ങള്‍ ലഭ്യമാക്കുന്നതിനായി ദയവായി gnome-contacts ഇന്‍സ്റ്റോള്‍ ചെയ്യുക." +msgstr "" +"വിലാസ വിവരണങ്ങള്‍ ലഭ്യമാക്കുന്നതിനായി ദയവായി gnome-contacts ഇന്‍സ്റ്റോള്‍ " +"ചെയ്യുക." #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:172 +#: ../libempathy-gtk/empathy-individual-menu.c:177 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:348 +#: ../libempathy-gtk/empathy-individual-menu.c:353 msgid "Select account to use to place the call" msgstr "കോള്‍ ചെയ്യുന്നതിനുപയോഗിയ്ക്കേണ്ട അക്കൌണ്ട് തെരഞ്ഞെടുക്കുക" -#: ../libempathy-gtk/empathy-individual-menu.c:352 +#: ../libempathy-gtk/empathy-individual-menu.c:357 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:18 msgid "Call" msgstr "വിളിയ്ക്കുക" -#: ../libempathy-gtk/empathy-individual-menu.c:417 +#: ../libempathy-gtk/empathy-individual-menu.c:422 msgid "Mobile" msgstr "മൊബൈല്‍" -#: ../libempathy-gtk/empathy-individual-menu.c:419 +#: ../libempathy-gtk/empathy-individual-menu.c:424 msgid "Work" msgstr "ജോലി" -#: ../libempathy-gtk/empathy-individual-menu.c:421 +#: ../libempathy-gtk/empathy-individual-menu.c:426 msgid "HOME" msgstr "HOME" -#: ../libempathy-gtk/empathy-individual-menu.c:662 +#: ../libempathy-gtk/empathy-individual-menu.c:669 msgid "_Block Contact" msgstr "വിലാസം _തടസ്സപ്പെടുത്തുക" -#: ../libempathy-gtk/empathy-individual-menu.c:718 +#: ../libempathy-gtk/empathy-individual-menu.c:725 msgid "Delete and _Block" msgstr "വെട്ടി നീക്കുകയും തടസ്സപ്പെടുത്തുകയും ചെയ്യുക" -#: ../libempathy-gtk/empathy-individual-menu.c:780 +#: ../libempathy-gtk/empathy-individual-menu.c:787 #, c-format msgid "Do you really want to remove the contact '%s'?" -msgstr "'%s' എന്ന ഈ കോണ്‍ടാക്റ്റിനെ എടുത്തു കളയുവാന്‍ നിങ്ങള്‍ക്ക് ശരിക്കും ആഗ്രഹമുണ്ടോ ?" - -#: ../libempathy-gtk/empathy-individual-menu.c:789 +msgstr "" +"'%s' എന്ന ഈ കോണ്‍ടാക്റ്റിനെ എടുത്തു കളയുവാന്‍ നിങ്ങള്‍ക്ക് ശരിക്കും " +"ആഗ്രഹമുണ്ടോ ?" + +#: ../libempathy-gtk/empathy-individual-menu.c:796 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " "remove all the contacts which make up this linked contact." msgstr "" - -#: ../libempathy-gtk/empathy-individual-menu.c:800 +"കണ്ണി ചേര്‍ത്ത വിലാസം '%s' നിങ്ങള്‍ക്കു് നീക്കം ചെയ്യണമെന്നുറപ്പാണോ? ഇതു് " +"ലഭ്യമാക്കുന്ന എല്ലാ " +"വിലാസങ്ങളും ഇതു് നീക്കം ചെയ്യുന്നു." + +#: ../libempathy-gtk/empathy-individual-menu.c:807 msgid "Removing contact" msgstr "ബന്ധത്തെ എടുത്തുകളയുന്നു" -#: ../libempathy-gtk/empathy-individual-menu.c:864 +#: ../libempathy-gtk/empathy-individual-menu.c:871 #: ../libempathy-gtk/empathy-individual-view.c:2453 msgid "_Remove" msgstr "_എടുത്തുകളയുക" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1227 +#: ../libempathy-gtk/empathy-individual-menu.c:1234 #: ../libempathy-gtk/empathy-new-message-dialog.c:318 msgid "_Chat" msgstr "_സല്ലാപം" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1262 +#: ../libempathy-gtk/empathy-individual-menu.c:1269 #: ../libempathy-gtk/empathy-new-message-dialog.c:312 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1295 +#: ../libempathy-gtk/empathy-individual-menu.c:1302 msgctxt "menu item" msgid "_Audio Call" msgstr "_ഓഡിയോ കോള്‍ " -#: ../libempathy-gtk/empathy-individual-menu.c:1328 +#: ../libempathy-gtk/empathy-individual-menu.c:1335 msgctxt "menu item" msgid "_Video Call" msgstr "_വീഡിയോ കോള്‍" -#: ../libempathy-gtk/empathy-individual-menu.c:1369 +#: ../libempathy-gtk/empathy-individual-menu.c:1376 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_മുന്നത്തെ വര്‍ത്തമാനങ്ങള്‍" -#: ../libempathy-gtk/empathy-individual-menu.c:1398 +#: ../libempathy-gtk/empathy-individual-menu.c:1405 msgid "Send File" msgstr "ഫയല്‍ അയയ്ക്കുക" -#: ../libempathy-gtk/empathy-individual-menu.c:1428 +#: ../libempathy-gtk/empathy-individual-menu.c:1435 msgid "Share My Desktop" msgstr "എന്റെ പണിയിടം പങ്കുവെയ്ക്കുക" -#: ../libempathy-gtk/empathy-individual-menu.c:1454 +#: ../libempathy-gtk/empathy-individual-menu.c:1461 #: ../libempathy-gtk/empathy-individual-widget.c:1368 msgid "Favorite" msgstr "ഇഷ്ടപ്പെട്ടത്" -#: ../libempathy-gtk/empathy-individual-menu.c:1483 +#: ../libempathy-gtk/empathy-individual-menu.c:1490 msgid "Infor_mation" msgstr "വി_വരങ്ങള്‍" -#: ../libempathy-gtk/empathy-individual-menu.c:1532 +#: ../libempathy-gtk/empathy-individual-menu.c:1539 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_ചിട്ട" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1648 -#: ../src/empathy-chat-window.c:1233 +#: ../libempathy-gtk/empathy-individual-menu.c:1655 +#: ../src/empathy-chat-window.c:1246 msgid "Inviting you to this room" msgstr "നിങ്ങളെ ഈ മുറിയിലേയ്ക്കു് ക്ഷണിയ്ക്കുന്നു" -#: ../libempathy-gtk/empathy-individual-menu.c:1694 +#: ../libempathy-gtk/empathy-individual-menu.c:1701 msgid "_Invite to Chat Room" msgstr "_സല്ലാപമുറി യിലേയ്ക്കു് ക്ഷണിയ്ക്കുക" -#: ../libempathy-gtk/empathy-individual-menu.c:1890 +#: ../libempathy-gtk/empathy-individual-menu.c:1897 msgid "_Add Contact…" msgstr "_ബന്ധം ചേര്‍ക്കുക..." #: ../libempathy-gtk/empathy-individual-view.c:2373 #, c-format msgid "Do you really want to remove the group '%s'?" -msgstr "'%s' എന്ന ഈ കൂട്ടത്തെ എടുത്തു കളയുവാന്‍ നിങ്ങള്‍ക്ക് ശരിക്കും ആഗ്രഹമുണ്ടോ ?" +msgstr "" +"'%s' എന്ന ഈ കൂട്ടത്തെ എടുത്തു കളയുവാന്‍ നിങ്ങള്‍ക്ക് ശരിക്കും ആഗ്രഹമുണ്ടോ ?" #: ../libempathy-gtk/empathy-individual-view.c:2376 msgid "Removing group" @@ -2178,11 +2270,11 @@ msgstr "പേരു്:" #: ../libempathy-gtk/empathy-individual-widget.c:1652 -#, fuzzy, c-format +#, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" -msgstr[0] "(ആകെ %'d വസ്തു അടങ്ങുന്നു)" -msgstr[1] "" +msgstr[0] "%u വിലാസമടങ്ങുന്ന വിലാസം ചേര്‍ത്തിരിയ്ക്കുന്നു" +msgstr[1] "%u വിലാസമടങ്ങുന്ന വിലാസങ്ങള്‍ ചേര്‍ത്തിരിയ്ക്കുന്നു" #: ../libempathy-gtk/empathy-individual-widget.ui.h:1 msgid "Location at (date)" @@ -2223,6 +2315,11 @@ "same network as you. If you want to use this feature, please check that the " "details below are correct." msgstr "" +"നിങ്ങള്‍ കണക്ട് ചെയ്തിരിയ്ക്കുന്ന നെറ്റ്‍വര്‍ക്കിലുള്ള വ്യക്തികളെ " +"കണ്ടുപിടിച്ചു് അവരുമായി ചാറ്റ് ചെയ്യുവാന്‍ " +"എമ്പതിയ്ക്കു് സാധ്യമാകുന്നു. ഈ വിശേഷത ഉപയോഗിയ്ക്കണമെങ്കില്‍, താഴെ നല്‍കിയ " +"വിവരങ്ങള്‍ " +"ശരിയാണെന്നുറപ്പാക്കുക." #: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:101 msgid "People nearby" @@ -2233,6 +2330,10 @@ "You can change these details later or disable this feature by choosing Edit → Accounts in the Contact List." msgstr "" +"നിങ്ങള്‍ക്കു് വിവരങ്ങള്‍ പിന്നീടു് മാറ്റാം, അല്ലെങ്കില്‍ വിലാസ പട്ടികയിലുള്ള " +"ചിട്ടപ്പെടുത്തുക → അക്കൌണ്ടുകള്‍ തെരഞ്ഞെടുത്തു് ഈ വിശേഷത " +"പ്രവര്‍ത്തന രഹിതമാക്കുക." #: ../libempathy-gtk/empathy-log-window.c:622 msgid "History" @@ -2292,7 +2393,7 @@ #: ../libempathy-gtk/empathy-log-window.c:1385 #, c-format msgid "Call took %s, ended at %s" -msgstr "" +msgstr "കോള്‍ %s സമയം, അവസാനിച്ചതു് %s" #: ../libempathy-gtk/empathy-log-window.c:1716 msgid "Today" @@ -2357,6 +2458,8 @@ #: ../libempathy-gtk/empathy-log-window.c:3755 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" +"മുമ്പുള്ള വിവാദങ്ങളുടെ എല്ലാ ലോഗുകളും നിങ്ങള്‍ക്കു് വെട്ടി " +"നീക്കണമെന്നുറപ്പാണോ?" #: ../libempathy-gtk/empathy-log-window.c:3759 msgid "Clear All" @@ -2510,7 +2613,8 @@ "Press Enter to set the new message or Esc to cancel." msgstr "" "നിലവിലുള്ള സന്ദേശം: %s\n" -"പുതിയ സന്ദേശം സജ്ജമാക്കുന്നതിനായി Enter അല്ലെങ്കില്‍ റദ്ദാക്കുന്നതിനായി Esc " +"പുതിയ സന്ദേശം സജ്ജമാക്കുന്നതിനായി Enter അല്ലെങ്കില്‍ " +"റദ്ദാക്കുന്നതിനായി Esc " "അമര്‍ത്തുക." #: ../libempathy-gtk/empathy-presence-chooser.c:393 @@ -2607,7 +2711,8 @@ #: ../src/empathy-event-manager.c:1104 #, c-format msgid "%s would like permission to see when you are online" -msgstr "നിങ്ങള്‍ ഓണ്‍ലൈനാകുമ്പോള്‍ %s-നു് നിങ്ങളെ കാണുവാനുള്ള അനുവാദം ആവശ്യമുണ്ടു്" +msgstr "" +"നിങ്ങള്‍ ഓണ്‍ലൈനാകുമ്പോള്‍ %s-നു് നിങ്ങളെ കാണുവാനുള്ള അനുവാദം ആവശ്യമുണ്ടു്" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 #: ../src/empathy-event-manager.c:729 @@ -2629,11 +2734,13 @@ #: ../libempathy-gtk/empathy-tls-dialog.c:150 msgid "The identity provided by the chat server cannot be verified." -msgstr "" +msgstr "ചാറ്റ് സര്‍വര്‍ നല്‍കിയ ഐഡന്റിറ്റി ഉറപ്പാക്കുവാന്‍ സാധ്യമല്ല." #: ../libempathy-gtk/empathy-tls-dialog.c:157 msgid "The certificate is not signed by a Certification Authority." msgstr "" +"സര്‍ട്ടിഫിക്കേറ്റിന്റെ ആധികാരികത ഉറപ്പാക്കല്‍ സംവിധാനം, സമ്മതപത്രം " +"ഒപ്പിട്ടിട്ടില്ല." #: ../libempathy-gtk/empathy-tls-dialog.c:161 msgid "The certificate has expired." @@ -2649,7 +2756,9 @@ #: ../libempathy-gtk/empathy-tls-dialog.c:170 msgid "The hostname verified by the certificate doesn't match the server name." -msgstr "സാക്ഷ്യപത്രവുമായി ഉറപ്പാക്കിയ ഹോസ്റ്റ്നാമം, സര്‍വര്‍ നാമവുമായി പൊരുത്തപ്പെടുന്നില്ല." +msgstr "" +"സാക്ഷ്യപത്രവുമായി ഉറപ്പാക്കിയ ഹോസ്റ്റ്നാമം, സര്‍വര്‍ നാമവുമായി " +"പൊരുത്തപ്പെടുന്നില്ല." #: ../libempathy-gtk/empathy-tls-dialog.c:174 msgid "The certificate is self-signed." @@ -2659,6 +2768,8 @@ msgid "" "The certificate has been revoked by the issuing Certification Authority." msgstr "" +"സര്‍ട്ടിഫിക്കേറ്റിന്റെ ആധികാരികത ഉറപ്പാക്കല്‍ സംവിധാനം, സമ്മതപത്രത്തിനെ " +"വിളിയ്ക്കുന്നു." #: ../libempathy-gtk/empathy-tls-dialog.c:181 msgid "The certificate is cryptographically weak." @@ -2667,6 +2778,7 @@ #: ../libempathy-gtk/empathy-tls-dialog.c:184 msgid "The certificate length exceeds verifiable limits." msgstr "" +"ഉറപ്പാക്കുന്ന പരിമിതികളേക്കാള്‍ സര്‍ട്ടിഫിക്കേറ്റിന്റെ വ്യാപ്തി നീളുന്നു." #: ../libempathy-gtk/empathy-tls-dialog.c:188 msgid "The certificate is malformed." @@ -2720,6 +2832,9 @@ "%s of free space are required to save this file, but only %s is available. " "Please choose another location." msgstr "" +"%s കാലി സ്ഥലം ആവശ്യമുണ്ടു് ഈ ഫയല്‍ സൂക്ഷിയ്ക്കുന്നതിനു്, പക്ഷേ %s മാത്രമേ " +"ലഭ്യമുള്ളൂ. ദയവായി മറ്റൊരു " +"സ്ഥാനം തെരഞ്ഞെടുക്കുക." #: ../libempathy-gtk/empathy-ui-utils.c:1302 #, c-format @@ -2911,6 +3026,14 @@ msgid "Vietnamese" msgstr "വിയറ്റ്നാമീസ്" +#: ../libempathy-gtk/empathy-roster-model.h:29 +msgid "Top Contacts" +msgstr "പ്രധാന വിലാസങ്ങള്‍" + +#: ../libempathy-gtk/empathy-roster-model.h:31 +msgid "Ungrouped" +msgstr "വിഭാഗിച്ചിട്ടില്ല" + #: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:231 msgid "No error message" msgstr "പിശക് സന്ദേശങ്ങള്‍ ഒന്നും ഇല്ല" @@ -2926,9 +3049,12 @@ "Foundation; either version 2 of the License, or (at your option) any later " "version." msgstr "" -"എംപതി സ്വതന്ത്ര സോഫ്റ്റ്‌വേറാണ് ; നിങ്ങള്‍ക്ക് ഫ്രീ സോഫ്റ്റ്‌വേര്‍ ഫൗണ്ടേഷന്‍ പ്രസിദ്ധീകരിച്ചിട്ടുള്ള ഗ്നു " -"ജനറല്‍ പബ്ളിക് ലൈസന്‍സ് പ്രകാരംഇത് വിതരണം ചെയ്യുകയോ ഇതില്‍ മാറ്റങ്ങള്‍ വരുത്തുകയോ ആവാം; ഈ " -"ലൈസന്‍സിന്റെ രണ്ടാം പതിപ്പു പ്രകാരമോ അല്ലെങ്കില്‍ (നിങ്ങളുടെ ഇഷ്ടപ്രകാരം) അതിനു ശേഷമുള്ള " +"എംപതി സ്വതന്ത്ര സോഫ്റ്റ്‌വേറാണ് ; നിങ്ങള്‍ക്ക് ഫ്രീ സോഫ്റ്റ്‌വേര്‍ ഫൗണ്ടേഷന്‍ " +"പ്രസിദ്ധീകരിച്ചിട്ടുള്ള ഗ്നു " +"ജനറല്‍ പബ്ളിക് ലൈസന്‍സ് പ്രകാരംഇത് വിതരണം ചെയ്യുകയോ ഇതില്‍ മാറ്റങ്ങള്‍ " +"വരുത്തുകയോ ആവാം; ഈ " +"ലൈസന്‍സിന്റെ രണ്ടാം പതിപ്പു പ്രകാരമോ അല്ലെങ്കില്‍ (നിങ്ങളുടെ ഇഷ്ടപ്രകാരം) " +"അതിനു ശേഷമുള്ള " "പതിപ്പുകളിന്‍ പ്രകാരമോ" #: ../src/empathy-about-dialog.c:85 @@ -2938,9 +3064,12 @@ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " "details." msgstr "" -"എമ്പതി നിങ്ങള്‍ക്കു് പ്രയോജനപ്പെടും എന്ന പ്രതീക്ഷയില്‍ വിതരണം ചെയ്യുന്നതാണു്, പക്ഷേ, ഇതിനു് ഒരു " -"വാറണ്ടിയും ലഭ്യമല്ല; വ്യാപാരയോഗ്യതയോ ഒരു പ്രത്യേക കാര്യത്തിനു് ചേരുന്നതാണെന്നോ പരോക്ഷമായി " -"ഉള്‍‌ക്കൊള്ളുന്ന വാറണ്ടി പോലും ഇല്ല. കൂടുതല്‍ വിവരങ്ങള്‍ക്കു് ഗ്നു ജനറല്‍ പബ്ലിക് ലൈസന്‍സ് കാണുക." +"എമ്പതി നിങ്ങള്‍ക്കു് പ്രയോജനപ്പെടും എന്ന പ്രതീക്ഷയില്‍ വിതരണം ചെയ്യുന്നതാണു്, " +"പക്ഷേ, ഇതിനു് ഒരു " +"വാറണ്ടിയും ലഭ്യമല്ല; വ്യാപാരയോഗ്യതയോ ഒരു പ്രത്യേക കാര്യത്തിനു് " +"ചേരുന്നതാണെന്നോ പരോക്ഷമായി " +"ഉള്‍‌ക്കൊള്ളുന്ന വാറണ്ടി പോലും ഇല്ല. കൂടുതല്‍ വിവരങ്ങള്‍ക്കു് ഗ്നു ജനറല്‍ " +"പബ്ലിക് ലൈസന്‍സ് കാണുക." #: ../src/empathy-about-dialog.c:89 msgid "" @@ -2948,8 +3077,10 @@ "Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " "Street, Fifth Floor, Boston, MA 02110-130159 USA" msgstr "" -"നിങ്ങള്‍ക്കു് എമ്പതിയ്ക്കൊപ്പം ഗ്നു ജനറല്‍ പബ്ലിക് ലൈസന്‍സിന്റെ ഒരു പകര്‍പ്പു് ലഭിച്ചിട്ടുണ്ടായിരിയ്ക്കണം; " -"ഇല്ലെങ്കില്‍, ഈ വിലാസത്തിലേയ്ക്കെഴുതുക: Free Software Foundation, Inc., 51 Franklin " +"നിങ്ങള്‍ക്കു് എമ്പതിയ്ക്കൊപ്പം ഗ്നു ജനറല്‍ പബ്ലിക് ലൈസന്‍സിന്റെ ഒരു " +"പകര്‍പ്പു് ലഭിച്ചിട്ടുണ്ടായിരിയ്ക്കണം; " +"ഇല്ലെങ്കില്‍, ഈ വിലാസത്തിലേയ്ക്കെഴുതുക: Free Software Foundation, Inc., 51 " +"Franklin " "Street, Fifth Floor, Boston, MA 02110-1301, USA." #: ../src/empathy-about-dialog.c:109 @@ -2966,16 +3097,21 @@ #: ../src/empathy-accounts.c:182 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" +"ഒരു വാചകവും കാണിയ്ക്കേണ്ട; ഏതെങ്കിലും ജോലി ചെയ്തു് (ഉദാ, ഇംപോര്‍ട്ട് ചെയ്യുക) " +"പുറത്തു് കടക്കുക" #: ../src/empathy-accounts.c:186 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" +"\"അടുത്തുള്ള വ്യക്തികള്‍\" അക്കൌണ്ടുകള്‍ ഉണ്ടെങ്കില്‍ മാത്രം ഡയലോഗുകള്‍ " +"കാണിയ്ക്കുക" #: ../src/empathy-accounts.c:190 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" -"ആദ്യം തന്നെ നല്‍കിയ അക്കൌണ്ട് തെരഞ്ഞെടുക്കുക (ഉദാ, gabble/jabber/foo_40example_2eorg0)" +"ആദ്യം തന്നെ നല്‍കിയ അക്കൌണ്ട് തെരഞ്ഞെടുക്കുക (ഉദാ, " +"gabble/jabber/foo_40example_2eorg0)" #: ../src/empathy-accounts.c:192 msgid "" @@ -3030,6 +3166,11 @@ "backend. Please install telepathy-haze and restart your session to migrate " "the account." msgstr "" +"ഈ അക്കൌണ്ട് പഴയ പിന്തുണയ്ക്കാത്ത ബാക്കന്‍ഡിനെ ആശ്രയിയ്ക്കുന്ന, അതിനാല്‍ ഇതു് " +"പ്രവര്‍ത്തന രഹിതം. " +"ദയവായി telepathy-haze ഇന്‍സ്റ്റോള്‍ ചെയ്തു്, സെഷന്‍ വീണ്ടും ആരംഭിച്ചു് " +"അക്കൌണ്ട് മറ്റൊരിടത്തേക്ക് " +"നീക്കുക." #: ../src/empathy-accounts-dialog.c:502 msgid "Offline — Account Disabled" @@ -3053,13 +3194,12 @@ msgstr "സര്‍വറിലുള്ള നിങ്ങളുടെ അക്കൌണ്ട് ഇതു് നീക്കം ചെയ്യുന്നു." #: ../src/empathy-accounts-dialog.c:1475 -#, fuzzy msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" msgstr "" -"നിങ്ങളുടെ %s അക്കൗണ്ടിനെ നിങ്ങള്‍ എടുത്തു കളയുവാന്‍ പോകുകയാണ് !\n" -"മുന്നോട്ടു നീങ്ങണം എന്നു നിങ്ങള്‍ക്കു ഉറപ്പാണോ ? " +"നിങ്ങള്‍ മറ്റൊരു അക്കൌണ്ട് തെരഞ്ഞെടുക്കുവാന്‍ പോകുന്നു, ഇതു്\n" +"നിങ്ങള്‍ വരുത്തിയ മാറ്റങ്ങളെ ഉപേക്ഷിയ്ക്കുന്നു. തുടരണമെന്നുറപ്പാണോ?" #. Menu item: to enabled/disable the account #: ../src/empathy-accounts-dialog.c:1666 @@ -3080,13 +3220,12 @@ msgstr "കണക്ടു് ചെയ്യുക" #: ../src/empathy-accounts-dialog.c:2288 -#, fuzzy msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" msgstr "" -"നിങ്ങളുടെ %s അക്കൗണ്ടിനെ നിങ്ങള്‍ എടുത്തു കളയുവാന്‍ പോകുകയാണ് !\n" -"മുന്നോട്ടു നീങ്ങണം എന്നു നിങ്ങള്‍ക്കു ഉറപ്പാണോ ? " +"നിങ്ങള്‍ ഈ ജാലകം അടയ്ക്കുവാന്‍ പോകുന്നു, ഇതു് വരുത്തിയ\n" +"മാറ്റങ്ങളെ ഉപേക്ഷിയ്ക്കുന്നു. മുമ്പോട്ടു് തുടരണമെന്നുറപ്പാണോ?" #. Tweak the dialog #: ../src/empathy-accounts-dialog.c:2431 @@ -3106,7 +3245,8 @@ "To add a new account, you first have to install a backend for each protocol " "you want to use." msgstr "" -"പുതിയ അക്കൊണ്ടു് ചേര്‍ക്കാന്‍, ആദ്യമായി നിങ്ങളുപയോഗിയ്ക്കാനാഗ്രഹിയ്ക്കുന്ന ഓരോ കീഴ്വഴക്കത്തിനുമുള്ള " +"പുതിയ അക്കൊണ്ടു് ചേര്‍ക്കാന്‍, ആദ്യമായി നിങ്ങളുപയോഗിയ്ക്കാനാഗ്രഹിയ്ക്കുന്ന " +"ഓരോ കീഴ്വഴക്കത്തിനുമുള്ള " "ബാക്കെന്‍ഡ് നിങ്ങള്‍ക്കു് ഇന്‍സ്റ്റോള്‍ ചെയ്യേണ്ടതായി വരും." #: ../src/empathy-accounts-dialog.ui.h:6 @@ -3127,7 +3267,8 @@ #: ../src/empathy.c:431 msgid "Don't display the contact list or any other dialogs on startup" -msgstr "തുടക്കത്തില്‍ വിലാസപ്പട്ടികയോ മറ്റു് ഏതെങ്കിലും ഡയലോഗുകളോ കാണിയ്ക്കരുതു്" +msgstr "" +"തുടക്കത്തില്‍ വിലാസപ്പട്ടികയോ മറ്റു് ഏതെങ്കിലും ഡയലോഗുകളോ കാണിയ്ക്കരുതു്" #: ../src/empathy.c:447 msgid "- Empathy IM Client" @@ -3145,7 +3286,8 @@ "\n" "%s" msgstr "" -"ടെലിപതി അക്കൌണ്ട് മാനേജറിലേക്കു് കണക്ട് ചെയ്യുമ്പോള്‍ ഒരു പിശകുണ്ടായിരിയ്ക്കുന്നു. പിശകിതായിരുന്നു:\n" +"ടെലിപതി അക്കൌണ്ട് മാനേജറിലേക്കു് കണക്ട് ചെയ്യുമ്പോള്‍ ഒരു " +"പിശകുണ്ടായിരിയ്ക്കുന്നു. പിശകിതായിരുന്നു:\n" "\n" "%s" @@ -3160,7 +3302,8 @@ #: ../src/empathy-call-observer.c:119 #, c-format msgid "%s just tried to call you, but you were in another call." -msgstr "%s നിങ്ങളെ വിളിയ്ക്കുവാന്‍ ശ്രമിച്ചു, പക്ഷേ നിങ്ങള്‍ മറ്റൊരു കോളിലായിരുന്നു." +msgstr "" +"%s നിങ്ങളെ വിളിയ്ക്കുവാന്‍ ശ്രമിച്ചു, പക്ഷേ നിങ്ങള്‍ മറ്റൊരു കോളിലായിരുന്നു." #. Translators: this is an "Info" label. It should be as short #. * as possible. @@ -3221,108 +3364,119 @@ msgid "The IP address of the multicast group" msgstr "മള്‍ട്ടികാസ്റ്റ് ഗ്രൂപ്പിനുള്ള ഐപി വിലാസം" -#: ../src/empathy-call-window.c:2522 ../src/empathy-call-window.c:2523 -#: ../src/empathy-call-window.c:2524 ../src/empathy-call-window.c:2525 +#: ../src/empathy-call-window.c:2525 ../src/empathy-call-window.c:2526 +#: ../src/empathy-call-window.c:2527 ../src/empathy-call-window.c:2528 #: ../src/empathy-call-window.ui.h:26 msgid "Unknown" msgstr "അറിയാത്ത" -#: ../src/empathy-call-window.c:2874 +#: ../src/empathy-call-window.c:2884 msgid "On hold" msgstr "ഹോള്‍ഡ് ചെയ്തിരിയ്ക്കുന്നു" -#: ../src/empathy-call-window.c:2876 +#: ../src/empathy-call-window.c:2888 msgid "Mute" msgstr "നിശബ്ദമാക്കുക" -#: ../src/empathy-call-window.c:2878 +#: ../src/empathy-call-window.c:2890 msgid "Duration" msgstr "ദൈര്‍ഘ്യം" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2881 +#: ../src/empathy-call-window.c:2893 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:2977 +#: ../src/empathy-call-window.c:2989 msgid "Technical Details" msgstr "സാങ്കേതിക വിവരങ്ങള്‍" -#: ../src/empathy-call-window.c:3016 +#: ../src/empathy-call-window.c:3028 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " "computer" msgstr "" -"നിങ്ങളുടെ കമ്പ്യൂട്ടര്‍ പിന്തുണയ്ക്കുന്ന ഒരു ഓഡിയോ ശൈലികളും %s സോഫ്റ്റ്‌വെയറിനു് മനസ്സിലാകുകയില്ല" - -#: ../src/empathy-call-window.c:3021 +"നിങ്ങളുടെ കമ്പ്യൂട്ടര്‍ പിന്തുണയ്ക്കുന്ന ഒരു ഓഡിയോ ശൈലികളും %s " +"സോഫ്റ്റ്‌വെയറിനു് മനസ്സിലാകുകയില്ല" + +#: ../src/empathy-call-window.c:3033 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " "computer" msgstr "" -"നിങ്ങളുടെ കമ്പ്യൂട്ടര്‍ പിന്തുണയ്ക്കുന്ന ഒരു വീഡിയോ ശൈലികളും %s സോഫ്റ്റ്‌വെയറിനു് മനസ്സിലാകുകയില്ല" - -#: ../src/empathy-call-window.c:3027 +"നിങ്ങളുടെ കമ്പ്യൂട്ടര്‍ പിന്തുണയ്ക്കുന്ന ഒരു വീഡിയോ ശൈലികളും %s " +"സോഫ്റ്റ്‌വെയറിനു് മനസ്സിലാകുകയില്ല" + +#: ../src/empathy-call-window.c:3039 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " "does not allow direct connections." msgstr "" -"%s-ലേക്കു് ഒരു കണക്ഷന്‍ സ്ഥാപിയ്ക്കുവാന്‍ സാധ്യമല്ല. നേരിട്ടുള്ള കണക്ഷന്‍ അനുവദിയ്ക്കാത്തൊരു " +"%s-ലേക്കു് ഒരു കണക്ഷന്‍ സ്ഥാപിയ്ക്കുവാന്‍ സാധ്യമല്ല. നേരിട്ടുള്ള കണക്ഷന്‍ " +"അനുവദിയ്ക്കാത്തൊരു " "നെറ്റ്‌വര്‍ക്കിലാകാം നിങ്ങളിലൊരാള്‍." -#: ../src/empathy-call-window.c:3033 +#: ../src/empathy-call-window.c:3045 msgid "There was a failure on the network" msgstr "നെറ്റ്‌വര്‍ക്കില്‍ ഒരു പ്രശ്നം" -#: ../src/empathy-call-window.c:3037 +#: ../src/empathy-call-window.c:3049 msgid "" "The audio formats necessary for this call are not installed on your computer" -msgstr "ഈ കോളിനു് ആവശ്യമായ ഓഡിയോ ശൈലികള്‍ നിങ്ങളുടെ കമ്പ്യൂട്ടറില്‍ ഇന്‍സ്റ്റോള്‍ ചെയ്യുവാന്‍ സാധ്യമല്ല" - -#: ../src/empathy-call-window.c:3040 +msgstr "" +"ഈ കോളിനു് ആവശ്യമായ ഓഡിയോ ശൈലികള്‍ നിങ്ങളുടെ കമ്പ്യൂട്ടറില്‍ ഇന്‍സ്റ്റോള്‍ " +"ചെയ്യുവാന്‍ സാധ്യമല്ല" + +#: ../src/empathy-call-window.c:3052 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" -"ഈ കോളിനു് ആവശ്യമായ വീഡിയോ ശൈലികള്‍ നിങ്ങളുടെ കമ്പ്യൂട്ടറില്‍ ഇന്‍സ്റ്റോള്‍ ചെയ്യുവാന്‍ സാധ്യമല്ല" - -#: ../src/empathy-call-window.c:3052 +"ഈ കോളിനു് ആവശ്യമായ വീഡിയോ ശൈലികള്‍ നിങ്ങളുടെ കമ്പ്യൂട്ടറില്‍ ഇന്‍സ്റ്റോള്‍ " +"ചെയ്യുവാന്‍ സാധ്യമല്ല" + +#: ../src/empathy-call-window.c:3064 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please report this bug and attach logs gathered from the 'Debug' window in " "the Help menu." msgstr "" - -#: ../src/empathy-call-window.c:3061 +"ഒരു ടെലിപതി ഘടകത്തില്‍ അപ്രതീക്ഷിതമായതെന്തോ സംഭവിച്ചു. ദയവായി " +"ഈ ബഗ് " +"രേഖപ്പെടുത്തുക. സഹായത്തിനുള്ള മെനുവില്‍ 'ഡീബഗ്' ജാലകത്തില്‍ നിന്നും " +"ശേഖരിച്ച ലോഗുകള്‍ " +"കൂട്ടിച്ചേര്‍ക്കുക." + +#: ../src/empathy-call-window.c:3073 msgid "There was a failure in the call engine" msgstr "കോള്‍ എഞ്ചിനില്‍ എന്തോ തകരാര്‍" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3076 msgid "The end of the stream was reached" msgstr "സ്ട്രീമിന്റെ അവസാനമെത്തി." -#: ../src/empathy-call-window.c:3104 +#: ../src/empathy-call-window.c:3116 msgid "Can't establish audio stream" msgstr "ശബ്ദ സ്ട്രീം സ്ഥാപിയ്ക്കുവാന്‍ സാധ്യമല്ല" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3126 msgid "Can't establish video stream" msgstr "ചലചിത്ര സ്ട്രീം സ്ഥാപിയ്ക്കുവാന്‍ സാധ്യമല്ല" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3163 #, c-format msgid "Your current balance is %s." msgstr "നിങ്ങളുടെ ഇപ്പോഴത്തെ അവസ്ഥ - %s." -#: ../src/empathy-call-window.c:3155 +#: ../src/empathy-call-window.c:3167 msgid "Sorry, you don’t have enough credit for that call." msgstr "അയ്യോ, നിങ്ങള്‍ക്ക് ആ വിളിയ്ക്കുള്ള പൈസയില്ല." -#: ../src/empathy-call-window.c:3157 +#: ../src/empathy-call-window.c:3169 msgid "Top Up" msgstr "മുകളിലേക്ക് " @@ -3430,7 +3584,7 @@ msgid "Audio" msgstr "ശബ്ദം" -#: ../src/empathy-chat.c:104 +#: ../src/empathy-chat.c:102 msgid "- Empathy Chat Client" msgstr "- എമ്പതി ചാറ്റ് ക്ലയന്റ്" @@ -3450,20 +3604,21 @@ msgid "Manage Favorite Rooms" msgstr "ഇഷ്ടപ്പെട്ട മുറികള്‍ തെരഞ്ഞെടുക്കുക" -#: ../src/empathy-chat-window.c:280 +#: ../src/empathy-chat-window.c:288 msgid "Close this window?" msgstr "ഈ ജാലകം അടക്കേണമോ?" -#: ../src/empathy-chat-window.c:286 +#: ../src/empathy-chat-window.c:294 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " "until you rejoin it." msgstr "" -"ഈ ജാലകം അടച്ചാല്‍, %s-ല്‍ നിന്നും നിങ്ങള്‍ ഉപേക്ഷിയ്ക്കപ്പെടുന്നു, തിരിച്ചു് ചേരാതെ ഇനിയൊരു " +"ഈ ജാലകം അടച്ചാല്‍, %s-ല്‍ നിന്നും നിങ്ങള്‍ ഉപേക്ഷിയ്ക്കപ്പെടുന്നു, തിരിച്ചു് " +"ചേരാതെ ഇനിയൊരു " "സന്ദേശങ്ങളും ലഭ്യമാകുകയില്ല." -#: ../src/empathy-chat-window.c:299 +#: ../src/empathy-chat-window.c:307 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -3472,68 +3627,75 @@ "Closing this window will leave %u chat rooms. You will not receive any " "further messages until you rejoin them." msgstr[0] "" +"ഈ ജാലകം അടച്ചാല്‍ നിങ്ങള്‍ ചാറ്റ് മുറി ഉപേക്ഷിയ്ക്കുന്നു. തിരികെ ചേരാതെ " +"നിങ്ങള്‍ക്കു് ഇനി ഒരു " +"സന്ദേശങ്ങളും ലഭിയ്ക്കുന്നതല്ല." msgstr[1] "" - -#: ../src/empathy-chat-window.c:310 +"ഈ ജാലകം അടച്ചാല്‍ നിങ്ങള്‍ %u ചാറ്റ് മുറികള്‍ ഉപേക്ഷിയ്ക്കുന്നു. തിരികെ " +"ചേരാതെ നിങ്ങള്‍ക്കു് ഇനി ഒരു " +"സന്ദേശങ്ങളും ലഭിയ്ക്കുന്നതല്ല." + +#: ../src/empathy-chat-window.c:318 #, c-format msgid "Leave %s?" msgstr "%s ഉപേക്ഷിക്കണമോ?" -#: ../src/empathy-chat-window.c:312 +#: ../src/empathy-chat-window.c:320 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." msgstr "" -"നിങ്ങള്‍ വീണ്ടും ചാറ്റ് മുറിയിലേക്കു് പ്രവേശിയ്ക്കാതെ അവിടെ നിന്നും കൂടുതല്‍ മറുപടികള്‍ ലഭ്യമാകുന്നതല്ല." - -#: ../src/empathy-chat-window.c:331 +"നിങ്ങള്‍ വീണ്ടും ചാറ്റ് മുറിയിലേക്കു് പ്രവേശിയ്ക്കാതെ അവിടെ നിന്നും കൂടുതല്‍ " +"മറുപടികള്‍ ലഭ്യമാകുന്നതല്ല." + +#: ../src/empathy-chat-window.c:339 msgid "Close window" msgstr "ജാലകം അടക്കുക" -#: ../src/empathy-chat-window.c:331 +#: ../src/empathy-chat-window.c:339 msgid "Leave room" msgstr "മുറി ഉപേക്ഷിയ്ക്കുക" -#: ../src/empathy-chat-window.c:665 ../src/empathy-chat-window.c:688 +#: ../src/empathy-chat-window.c:678 ../src/empathy-chat-window.c:701 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d വായിക്കാത്തവ)" msgstr[1] "%s (%d വായിക്കാത്തവ)" -#: ../src/empathy-chat-window.c:680 +#: ../src/empathy-chat-window.c:693 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (%u മറ്റുള്ളതു്)" msgstr[1] "%s (%u മറ്റുള്ളവര്‍)" -#: ../src/empathy-chat-window.c:696 +#: ../src/empathy-chat-window.c:709 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (മറ്റുള്ളവയില്‍ നിന്നും %d ലഭ്യമായി)" msgstr[1] "%s (മറ്റുള്ളവരില്‍ നിന്നും %d ലഭ്യമായി) " -#: ../src/empathy-chat-window.c:705 +#: ../src/empathy-chat-window.c:718 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" -msgstr[0] "" -msgstr[1] "" - -#: ../src/empathy-chat-window.c:942 +msgstr[0] "%s (%d വായിച്ചിട്ടില്ല)" +msgstr[1] "%s (%d വായിച്ചിട്ടില്ല)" + +#: ../src/empathy-chat-window.c:955 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:950 +#: ../src/empathy-chat-window.c:963 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "%d സന്ദേശം അയച്ചുകൊണ്ടിരിക്കുന്നു" msgstr[1] "%d സന്ദേശങ്ങള്‍ അയച്ചുകൊണ്ടിരിക്കുന്നു" -#: ../src/empathy-chat-window.c:970 +#: ../src/empathy-chat-window.c:983 msgid "Typing a message." msgstr "ഒരു സന്ദേശം എഴുതിക്കൊണ്ടിരിയ്ക്കുന്നു." @@ -3623,7 +3785,9 @@ #: ../src/empathy-debug-window.c:1675 msgid "Data too large for a single paste. Please save logs to file." -msgstr "ഒറ്റത്തവണ ഒട്ടിയ്ക്കുവാന്‍ വളരെ ഡേറ്റായുണ്ടു്. ഫയലിലേക്കു് ലോഗുകള്‍ ദയവായി സൂക്ഷിയ്ക്കുക." +msgstr "" +"ഒറ്റത്തവണ ഒട്ടിയ്ക്കുവാന്‍ വളരെ ഡേറ്റായുണ്ടു്. ഫയലിലേക്കു് ലോഗുകള്‍ ദയവായി " +"സൂക്ഷിയ്ക്കുക." #: ../src/empathy-debug-window.c:1856 msgid "Debug Window" @@ -3685,7 +3849,9 @@ msgid "" "The selected connection manager does not support the remote debugging " "extension." -msgstr "തെരഞ്ഞെടുത്ത കണക്ഷന്‍ മാനേജര്‍ വിദൂര ഡീബഗ്ഗിങ് എക്സ്റ്റെന്‍ഷന്‍ പിന്തുണയ്ക്കുന്നില്ല." +msgstr "" +"തെരഞ്ഞെടുത്ത കണക്ഷന്‍ മാനേജര്‍ വിദൂര ഡീബഗ്ഗിങ് എക്സ്റ്റെന്‍ഷന്‍ " +"പിന്തുണയ്ക്കുന്നില്ല." #: ../src/empathy-event-manager.c:508 msgid "Incoming video call" @@ -3869,7 +4035,8 @@ #: ../src/empathy-ft-manager.ui.h:2 msgid "Remove completed, canceled and failed file transfers from the list" msgstr "" -"പൂര്‍ത്തിയായതും റദ്ദാക്കിയതും പരാജയപ്പെട്ടതുമായ ഫയല്‍ കൈമാറ്റങ്ങള്‍ പട്ടികയില്‍ നിന്നും നീക്കം " +"പൂര്‍ത്തിയായതും റദ്ദാക്കിയതും പരാജയപ്പെട്ടതുമായ ഫയല്‍ കൈമാറ്റങ്ങള്‍ " +"പട്ടികയില്‍ നിന്നും നീക്കം " "ചെയ്തിരിയ്ക്കുന്നു" #: ../src/empathy-import-dialog.c:76 @@ -3881,7 +4048,8 @@ "No accounts to import could be found. Empathy currently only supports " "importing accounts from Pidgin." msgstr "" -"പുറത്തുനിന്നെടുക്കാനുള്ള അക്കൌണ്ടുകളൊന്നും കണ്ടില്ല. പിഡ്ജിനില്‍ നിന്നുള്ള അക്കൌണ്ടുകള്‍ മാത്രമേ ഇപ്പോള്‍ " +"പുറത്തുനിന്നെടുക്കാനുള്ള അക്കൌണ്ടുകളൊന്നും കണ്ടില്ല. പിഡ്ജിനില്‍ നിന്നുള്ള " +"അക്കൌണ്ടുകള്‍ മാത്രമേ ഇപ്പോള്‍ " "എമ്പതിയ്ക്കെടുക്കാന്‍ സാധിയ്ക്കൂ." #: ../src/empathy-import-dialog.c:209 @@ -3957,7 +4125,8 @@ msgid "" "Enter the room name to join here or click on one or more rooms in the list." msgstr "" -"കയറാനായി പട്ടികയിലുള്ള ഒന്നോ അതിലധികമോ മുറികളില്‍ ഞെക്കുകയോ ഇവിടെ മുറിയുടെ പേരു് നല്‍കുകയോ " +"കയറാനായി പട്ടികയിലുള്ള ഒന്നോ അതിലധികമോ മുറികളില്‍ ഞെക്കുകയോ ഇവിടെ മുറിയുടെ " +"പേരു് നല്‍കുകയോ " "ചെയ്യുക" #: ../src/empathy-new-chatroom-dialog.ui.h:2 @@ -3969,7 +4138,8 @@ "Enter the server which hosts the room, or leave it empty if the room is on " "the current account's server" msgstr "" -"മുറി ഏതു് സെര്‍വ്വറിലാണെന്നു് പറയുക, ഇപ്പോഴുള്ള അക്കൌണ്ടിന്റെ സെര്‍വ്വറില്‍ തന്നെയാണു് മുറിയെങ്കില്‍ ഇതു് " +"മുറി ഏതു് സെര്‍വ്വറിലാണെന്നു് പറയുക, ഇപ്പോഴുള്ള അക്കൌണ്ടിന്റെ സെര്‍വ്വറില്‍ " +"തന്നെയാണു് മുറിയെങ്കില്‍ ഇതു് " "കാലിയായിടുക" #: ../src/empathy-new-chatroom-dialog.ui.h:4 @@ -3977,7 +4147,8 @@ "Enter the server which hosts the room, or leave it empty if the room is on " "the current account's server" msgstr "" -"മുറി ഏതു് സെര്‍വ്വറിലാണെന്നു് പറയുക, ഇപ്പോഴുള്ള അക്കൌണ്ടിന്റെ സെര്‍വ്വറില്‍ തന്നെയാണു് മുറിയെങ്കില്‍ ഇതു് " +"മുറി ഏതു് സെര്‍വ്വറിലാണെന്നു് പറയുക, ഇപ്പോഴുള്ള അക്കൌണ്ടിന്റെ സെര്‍വ്വറില്‍ " +"തന്നെയാണു് മുറിയെങ്കില്‍ ഇതു് " "കാലിയായിടുക" #: ../src/empathy-new-chatroom-dialog.ui.h:5 @@ -4101,7 +4272,7 @@ msgid "Show account balances" msgstr "അക്കൌണ്ട് അവസ്ഥകള്‍ കാണിയ്ക്കുക" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2108 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2107 msgid "Contact List" msgstr "ബന്ധപ്പട്ടിക" @@ -4151,7 +4322,9 @@ #: ../src/empathy-preferences.ui.h:17 msgid "Disable notifications when _away or busy" -msgstr "നിങ്ങള്‍ ദൂരെയോ തിരക്കിലോ ആയിരിക്കുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ കാണിയ്ക്കരുതു്" +msgstr "" +"നിങ്ങള്‍ ദൂരെയോ തിരക്കിലോ ആയിരിക്കുമ്പോള്‍ പൊങ്ങിവരുന്ന അറിയിപ്പുകള്‍ " +"കാണിയ്ക്കരുതു്" #: ../src/empathy-preferences.ui.h:18 msgid "Enable notifications when the _chat is not focused" @@ -4196,6 +4369,12 @@ "hear strange noises or glitches during calls, try turning echo cancellation " "off and restarting the call." msgstr "" +"എക്കോ റദ്ദാക്കല്‍ വഴി നിങ്ങളുടെ ശബ്ദം കുറച്ചുകൂടി വ്യക്തമായി വിളിച്ച " +"വ്യക്തിയ്ക്കു് കേള്‍ക്കുവാന്‍ " +"സാധിയ്ക്കുന്നു. പക്ഷേ ചില കമ്പ്യൂട്ടറുകളില്‍ ചില പ്രശ്നങ്ങള്‍ സൃഷ്ടിയ്ക്കാം. " +"എന്തെങ്കിലും " +"അസ്വാഭാവികമായ ശബ്ദം കേട്ടാല്‍, എക്കോ റദ്ദാക്കല്‍ ഓഫ് ചെയ്തു് വീണ്ടും കോള്‍ " +"ആരംഭിയ്ക്കുക." #: ../src/empathy-preferences.ui.h:30 msgid "_Publish location to my contacts" @@ -4207,6 +4386,10 @@ "state and country will be published. GPS coordinates will be accurate to 1 " "decimal place." msgstr "" +"നിങ്ങളുടെ സ്ഥലം, സംസ്ഥാനം, രാജ്യം എന്നിവയേക്കാള്‍ കൂടുതല്‍ ഒന്നും ലഭ്യമാകില്ല " +"എന്നാണു് റെഡ്യൂസ്ഡ് " +"ലോക്കേഷന്‍ ആക്യുറസി എന്നതിന്റെ അര്‍ത്ഥം. ജിപിഎസ് കോര്‍ഡിനേറ്റുകള്‍ 1 ഡെസിമല്‍ " +"സ്ഥലമാകുന്നു." #. To translators: The longitude and latitude are rounded to closest 0,1 degrees, so for example 146,2345° is rounded to round(146,2345*10)/10 = 146,2 degrees. #: ../src/empathy-preferences.ui.h:33 @@ -4237,7 +4420,9 @@ msgid "" "The list of languages reflects only the languages for which you have a " "dictionary installed." -msgstr "നിങ്ങള്‍ ഇപ്പോള്‍ നിഘണ്ടു ഇന്‍സ്റ്റോള്‍ ചെയ്തിട്ടുള്ള ഭാഷകള്‍ മാത്രമേ പട്ടികയിലുള്ളൂ." +msgstr "" +"നിങ്ങള്‍ ഇപ്പോള്‍ നിഘണ്ടു ഇന്‍സ്റ്റോള്‍ ചെയ്തിട്ടുള്ള ഭാഷകള്‍ മാത്രമേ " +"പട്ടികയിലുള്ളൂ." #: ../src/empathy-preferences.ui.h:41 msgid "Enable spell checking for languages:" @@ -4267,55 +4452,57 @@ msgid "Disconnect" msgstr "വിഛേദിക്കുക" -#: ../src/empathy-roster-window.c:442 +#: ../src/empathy-roster-window.c:441 msgid "You need to setup an account to see contacts here." msgstr "ഇവിടെ വിലാസങ്ങള്‍ കാണുന്നതിനായി ഒരു അക്കൌണ്ട് സജ്ജമാക്കേണ്ടതുണ്ടു്." -#: ../src/empathy-roster-window.c:518 +#: ../src/empathy-roster-window.c:517 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" -"ക്ഷമിയ്ക്കണം, %s അക്കൌണ്ടുകള്‍, %s സോഫ്റ്റ്‌വെയര്‍ പരിഷ്കരിച്ചാല്‍ മാത്രമേ ഉപയോഗിയ്ക്കുവാന്‍ സാധിയ്ക്കൂ." - -#: ../src/empathy-roster-window.c:636 +"ക്ഷമിയ്ക്കണം, %s അക്കൌണ്ടുകള്‍, %s സോഫ്റ്റ്‌വെയര്‍ പരിഷ്കരിച്ചാല്‍ മാത്രമേ " +"ഉപയോഗിയ്ക്കുവാന്‍ സാധിയ്ക്കൂ." + +#: ../src/empathy-roster-window.c:635 msgid "Update software..." msgstr "സോഫ്റ്റ്‌വെയര്‍ പരിഷ്കരിയ്ക്കുക..." -#: ../src/empathy-roster-window.c:642 +#: ../src/empathy-roster-window.c:641 msgid "Reconnect" msgstr "വീണ്ടും കണക്ട് ചെയ്യുക" -#: ../src/empathy-roster-window.c:646 +#: ../src/empathy-roster-window.c:645 msgid "Edit Account" msgstr "അക്കൌണ്ടു് ചിട്ടപ്പെടുത്തുക" -#: ../src/empathy-roster-window.c:651 +#: ../src/empathy-roster-window.c:650 msgid "Close" msgstr "അടക്കുക" -#: ../src/empathy-roster-window.c:788 +#: ../src/empathy-roster-window.c:787 msgid "Top up account" msgstr "അക്കൌണ്ട് ടോപ്പപ്പ് ചെയ്യുക" -#: ../src/empathy-roster-window.c:1470 +#: ../src/empathy-roster-window.c:1469 msgid "You need to enable one of your accounts to see contacts here." -msgstr "ഇവിടെ വിലാസങ്ങള്‍ കാണണമെങ്കില്‍ ഒരു അക്കൌണ്ടെങ്കിലും പ്രവര്‍ത്തന സജ്ജമാക്കണം." +msgstr "" +"ഇവിടെ വിലാസങ്ങള്‍ കാണണമെങ്കില്‍ ഒരു അക്കൌണ്ടെങ്കിലും പ്രവര്‍ത്തന സജ്ജമാക്കണം." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1478 +#: ../src/empathy-roster-window.c:1477 #, c-format msgid "You need to enable %s to see contacts here." msgstr "ഇവിടെ വിലാസങ്ങള്‍ കാണുന്നതിനായി %s പ്രവര്‍ത്തന സജ്ജമാക്കേണ്ടതുണ്ടു്." -#: ../src/empathy-roster-window.c:1556 +#: ../src/empathy-roster-window.c:1555 msgid "Change your presence to see contacts here" msgstr "ഇവിടെ വിലാസങ്ങള്‍ കാണുന്നതിനായി നിങ്ങളുടെ സാന്നിദ്ധ്യം മാറ്റുക" -#: ../src/empathy-roster-window.c:1565 +#: ../src/empathy-roster-window.c:1564 msgid "No match found" msgstr "ചേരുന്നവ ലഭ്യമല്ല" -#: ../src/empathy-roster-window.c:1570 +#: ../src/empathy-roster-window.c:1569 msgid "No online contacts" msgstr "ഓണ്‍ലൈന്‍ വിലാസങ്ങള്‍ ലഭ്യമല്ല" diff --git a/po/or.po b/po/or.po index 735ee3d..49e4f01 100644 --- a/po/or.po +++ b/po/or.po @@ -10,7 +10,7 @@ "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" "POT-Creation-Date: 2012-10-16 18:54+0000\n" -"PO-Revision-Date: 2012-10-22 18:36+0530\n" +"PO-Revision-Date: 2012-12-03 14:22+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "Language: or\n" @@ -4168,22 +4168,22 @@ #. translators: Quote from Romeo & Julier, for chat theme preview #: ../src/empathy-preferences.c:650 msgid "O Romeo, Romeo, wherefore art thou Romeo?" -msgstr "" +msgstr "ଓ ରୋମିଓ, ଓ ରୋମିଓ, କେଉଁ କଳାରେ ତୁ ରୋମିଓ?" #. translators: Quote from Romeo & Julier, for chat theme preview #: ../src/empathy-preferences.c:654 msgid "Deny thy father and refuse thy name;" -msgstr "" +msgstr "ପିତାଙ୍ଗ ନାମକୁ ମନା କରନ୍ତୁ ଏବଂ ନିଜ ନାମକୁ ବାରଣ କରନ୍ତୁ;" #. translators: Quote from Romeo & Julier, for chat theme preview #: ../src/empathy-preferences.c:657 msgid "Or if thou wilt not, be but sworn my love" -msgstr "" +msgstr "ଯଦି ମୁଁ ନରୁହେ, କିନ୍ତୁ ମୋ ପ୍ରେମ ଅମର ରହିବ" #. translators: Quote from Romeo & Julier, for chat theme preview #: ../src/empathy-preferences.c:660 msgid "And I'll no longer be a Capulet." -msgstr "" +msgstr "ଏବଂ ମୁଁ ଅଧିକ ସମୟ ପର୍ଯ୍ୟନ୍ତ କ୍ୟାପୁଲଟ ରହିବି ନାହିଁ।" #. translators: Quote from Romeo & Julier, for chat theme preview #: ../src/empathy-preferences.c:663 @@ -4304,6 +4304,12 @@ "hear strange noises or glitches during calls, try turning echo cancellation " "off and restarting the call." msgstr "" +"ପ୍ରତିଧ୍ୱନି ବନ୍ଦ କରିବା ଫଳରେ ଆପଣଙ୍କର ସ୍ୱର ସ୍ପଷ୍ଟ କରିବା ପାଇଁ ସହାୟତା କରିଥାଏ, " +"କିନ୍ତୁ " +"କିଛି କମ୍ପୁଟରରେ ସମସ୍ୟା ଦେଖାଦେଇପାରେ। ଯଦି ଆପଣ କିମ୍ବା ଅନ୍ୟ କେହି ବ୍ୟକ୍ତି " +"କଥାବାର୍ତ୍ତା ମଧ୍ଯରେ " +"ଅସ୍ପଷ୍ଟ ସ୍ୱର ଶୁଣନ୍ତି, ତେବେ ପ୍ରତିଧ୍ୱନିକୁ ବନ୍ଦ କରି କଲକୁ ପୁଣିଥରେ ଆରମ୍ଭ କରିବା " +"ପାଇଁ ଚେଷ୍ଟା କରନ୍ତୁ।" #: ../src/empathy-preferences.ui.h:30 msgid "_Publish location to my contacts" @@ -4315,6 +4321,8 @@ "state and country will be published. GPS coordinates will be accurate to 1 " "decimal place." msgstr "" +"ଅବସ୍ଥାନ ସଠିକତାକୁ କମ କରିବା ଅର୍ଥ ହେଉଛି ଆପଣଙ୍କ ସହର, ରାଜ୍ୟ ଏବଂ ଦେଶ ବାହାରେ " +"ପ୍ରକାଶିତ ହେବ ନାହିଁ। GPS ସ୍ଥାନାଙ୍କ 1 ଦଶମିକ ସ୍ଥାନ ପର୍ଯ୍ୟନ୍ତ ରଖାଯାଇଥାଏ।" #. To translators: The longitude and latitude are rounded to closest 0,1 degrees, so for example 146,2345° is rounded to round(146,2345*10)/10 = 146,2 degrees. #: ../src/empathy-preferences.ui.h:33 diff --git a/po/ta.po b/po/ta.po index c5691e0..bfdb140 100644 --- a/po/ta.po +++ b/po/ta.po @@ -11,15 +11,15 @@ msgstr "" "Project-Id-Version: empathy.master.ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-19 16:47+0530\n" -"PO-Revision-Date: 2012-09-19 16:48+0530\n" -"Last-Translator: Dr.T.Vasudevan \n" -"Language-Team: American English \n" +"POT-Creation-Date: 2012-12-09 12:39+0530\n" +"PO-Revision-Date: 2012-12-09 12:45+0530\n" +"Last-Translator: Dr.T.Vasudevan \n" +"Language-Team: American English \n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=(n!=1);\\n" "\n" "\n" @@ -29,20 +29,479 @@ "\n" #: ../data/empathy.desktop.in.in.h:1 -msgid "Chat on Google Talk, Facebook, MSN and many other chat services" -msgstr "கூகுள் டாக், ஃபேஸ்புக், எம்எஸ்என், மற்றும் பல அரட்டை சேவைகளில் அரட்டை அடிக்க. " - -#: ../data/empathy.desktop.in.in.h:2 msgid "Empathy" msgstr "எம்பதி" + +#: ../data/empathy.desktop.in.in.h:2 +msgid "IM Client" +msgstr "ஐ எம் சார்ந்தோன்" #: ../data/empathy.desktop.in.in.h:3 msgid "Empathy Internet Messaging" msgstr "எம்பதி இணைய செய்தியாளர் " #: ../data/empathy.desktop.in.in.h:4 -msgid "IM Client" -msgstr "ஐ எம் சார்ந்தோன்" +msgid "Chat on Google Talk, Facebook, MSN and many other chat services" +msgstr "" +"கூகுள் டாக், ஃபேஸ்புக், எம்எஸ்என், மற்றும் பல அரட்டை சேவைகளில் அரட்டை அடிக்க. " + +#: ../data/org.gnome.Empathy.gschema.xml.h:1 +msgid "Connection managers should be used" +msgstr "இணைப்பு மேலாளரை பயன்படுத்த வேண்டும்" + +#: ../data/org.gnome.Empathy.gschema.xml.h:2 +msgid "" +"Whether connectivity managers should be used to automatically disconnect/" +"reconnect." +msgstr "" +"இணைப்பு மேலாளர்கள் தானியங்கியாக இணைக்க/ மீண்டும் இணைக்க பயன்படுத்த வேண்டுமா " +"இல்லையா" + +#: ../data/org.gnome.Empathy.gschema.xml.h:3 +msgid "Empathy should auto-connect on startup" +msgstr "துவங்கும் போது எம்பதி தானியங்கியாக இணைக்க வேண்டும்." + +#: ../data/org.gnome.Empathy.gschema.xml.h:4 +msgid "Whether Empathy should automatically log into your accounts on startup." +msgstr "" +"எம்பதி துவங்கும்போது கணக்குகளில் தானியங்கியாக உள்நுழைய வேண்டுமா இல்லையா." + +#: ../data/org.gnome.Empathy.gschema.xml.h:5 +msgid "Empathy should auto-away when idle" +msgstr "சும்மா இருக்கும் போது எம்பதி தானியங்கியாக வெளியே இருப்பதாக வேண்டும்." + +#: ../data/org.gnome.Empathy.gschema.xml.h:6 +msgid "" +"Whether Empathy should go into away mode automatically if the user is idle." +msgstr "" +"பயனர் சும்மா இருக்கும்போது தானியங்கியாக எம்பதி வெளியே பாங்கிற்கு செல்ல " +"வேண்டுமா " +"இல்லையா." + +#: ../data/org.gnome.Empathy.gschema.xml.h:7 +msgid "Empathy default download folder" +msgstr "எம்பதி முன்னிருப்பு தரவிறக்க அடைவு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:8 +msgid "The default folder to save file transfers in." +msgstr "இடமாற்றிய கோப்புகளை சேமிக்க முன்னிருப்பு அடைவு" + +#. translators: Automatic tasks which are run once to port/update account settings. Ideally, this shouldn't be exposed to users at all, we just use a gsettings key here as an optimization to only run it only once. +#: ../data/org.gnome.Empathy.gschema.xml.h:10 +msgid "Magic number used to check if sanity cleaning tasks should be run" +msgstr "" +" சுத்தம் செய்யும் செயல்கள் இயக்கபட வேண்டுமா இல்லையா என தீர்மானிக்க மந்திர எண்." + +#: ../data/org.gnome.Empathy.gschema.xml.h:11 +msgid "" +"empathy-sanity-cleaning.c uses this number to check if the cleaning tasks " +"should be executed or not. Users should not change this key manually." +msgstr "" +"empathy-sanity-cleaning.c இந்த எண்ணை சுத்தம் செய்யும் செயல்கள் இயக்கபட " +"வேண்டுமா இல்லையா என தீர்மானிக்க பயன்படுத்துகிறது. கைமுறையாக பயனர்கள் இந்த " +"எண்ணை மாற்றக்கூடாது." + +#: ../data/org.gnome.Empathy.gschema.xml.h:12 +#: ../src/empathy-preferences.ui.h:1 +msgid "Show offline contacts" +msgstr " வலை தொடர்பில்லாத தொடர்புகளை காட்டு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:13 +msgid "Whether to show contacts that are offline in the contact list." +msgstr "" +"தொடர்பு பட்டியலிலும் இணைப்பில் இல்லாத தொடர்புகளை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:14 +msgid "Show Balance in contact list" +msgstr "தொடர்புகள் பட்டியலில் மீதியை காட்டு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:15 +msgid "Whether to show account balances in the contact list." +msgstr " தொடர்பு பட்டியலில் கணக்கு மீதியை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:16 +msgid "Hide main window" +msgstr "முதன்மை சாளரத்தை மறை " + +#: ../data/org.gnome.Empathy.gschema.xml.h:17 +msgid "Hide the main window." +msgstr "முதன்மை சாளரத்தை மறை " + +#: ../data/org.gnome.Empathy.gschema.xml.h:18 +msgid "Default directory to select an avatar image from" +msgstr "அவதாரம் படம் தேந்தெடுக்க முன்னிருப்பு அடைவு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:19 +msgid "The last directory that an avatar image was chosen from." +msgstr "அவதாரம் படம் தேர்ந்தெடுத்த கடைசி அடைவு " + +#: ../data/org.gnome.Empathy.gschema.xml.h:20 +msgid "Open new chats in separate windows" +msgstr "புதிய அரட்டைகளை தனி சாளரத்தில் திற" + +#: ../data/org.gnome.Empathy.gschema.xml.h:21 +msgid "Always open a separate chat window for new chats." +msgstr "எப்போதும் புதிய அரட்டைக்கு புதிய சாளரம் திற" + +#: ../data/org.gnome.Empathy.gschema.xml.h:22 +msgid "Display incoming events in the status area" +msgstr "உள்வரும் நிகழ்ச்சிகளை நிலைப்பலக இடத்தில் காட்டுக." + +#: ../data/org.gnome.Empathy.gschema.xml.h:23 +msgid "" +"Display incoming events in the status area. If false, present them to the " +"user immediately." +msgstr "" +"உள்வரும் நிகழ்ச்சிகளை நிலை அறிவிப்பு இடத்தில் காட்டுக. இல்லை என அமைந்தால் " +"பயனருக்கு உடனே " +"காட்டுக." + +#: ../data/org.gnome.Empathy.gschema.xml.h:24 +msgid "The position for the chat window side pane" +msgstr "அரட்டை சாளரத்தின் பக்கப் பலக இடம் " + +#: ../data/org.gnome.Empathy.gschema.xml.h:25 +msgid "The stored position (in pixels) of the chat window side pane." +msgstr "அரட்டை பக்கப் பலகத்தின் சேமித்த இடம் (பிக்ஸல்களில்)" + +#: ../data/org.gnome.Empathy.gschema.xml.h:26 +msgid "Show contact groups" +msgstr "தொடர்பு குழுக்களை காட்டு " + +#: ../data/org.gnome.Empathy.gschema.xml.h:27 +msgid "Whether to show groups in the contact list." +msgstr " தொடர்பு பட்டியலில் குழுக்களை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:28 +msgid "Use notification sounds" +msgstr "அறிவிப்பு ஒலிகளை பயன்படுத்துக" + +#: ../data/org.gnome.Empathy.gschema.xml.h:29 +msgid "Whether to play a sound to notify of events." +msgstr "நிகழ்வுகள் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:30 +msgid "Disable sounds when away" +msgstr "வெளியே உள்ள போது ஒலியை செயல் நீக்குக" + +#: ../data/org.gnome.Empathy.gschema.xml.h:31 +msgid "Whether to play sound notifications when away or busy." +msgstr "வெளியே அல்லது வேலையாக உள்ள போது ஒலி அறிக்கைகளை இயக்க வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:32 +msgid "Play a sound for incoming messages" +msgstr "உள்வரும் செய்திகளுக்கு ஒலி எழுப்பு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:33 +msgid "Whether to play a sound to notify of incoming messages." +msgstr "செய்திகள் உள்வரும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:34 +msgid "Play a sound for outgoing messages" +msgstr "வெளிச்செல்லும் செய்திகளுக்கு ஒலி எழுப்பு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:35 +msgid "Whether to play a sound to notify of outgoing messages." +msgstr "செய்திகள் வெளிச்செல்லும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:36 +msgid "Play a sound for new conversations" +msgstr "உள்வரும் உரையாடல்களுக்கு ஒலி எழுப்பு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:37 +msgid "Whether to play a sound to notify of new conversations." +msgstr "புதிய உரையாடல்கள் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:38 +msgid "Play a sound when a contact logs in" +msgstr "தொடர்பு உள் நுழைகையில் ஒலி எழுப்பு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:39 +msgid "Whether to play a sound to notify of contacts logging into the network." +msgstr "" +"வலைப்பின்னலில் தொடர்புகள் உள்நுழையும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:40 +msgid "Play a sound when a contact logs out" +msgstr "தொடர்பு வெளி செல்கையில் ஒலி எழுப்பு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:41 +msgid "" +"Whether to play a sound to notify of contacts logging out of the network." +msgstr "" +"வலைப்பின்னலில் தொடர்புகள் வெளிச்செல்லும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:42 +msgid "Play a sound when we log in" +msgstr "நாம் உள் நுழைகையில் ஒலி எழுப்பு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:43 +msgid "Whether to play a sound when logging into a network." +msgstr "வலைப்பின்னலில் உள்நுழையும் போது ஒலி இயக்க வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:44 +msgid "Play a sound when we log out" +msgstr "நாம் வெளி செல்கையில் ஒலி எழுப்பு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:45 +msgid "Whether to play a sound when logging out of a network." +msgstr "வலைப்பின்னலில் வெளிச்செல்லும் போது ஒலி இயக்க வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:46 +msgid "Enable popup notifications for new messages" +msgstr "புதிய செய்திகளுக்கு துள்ளு அறிவிப்புகளை செயல்படுத்து " + +#: ../data/org.gnome.Empathy.gschema.xml.h:47 +msgid "Whether to show a popup notification when receiving a new message." +msgstr "புதிய செய்தி ஒன்று வரும்போது துள்ளு அறிக்கையை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:48 +msgid "Disable popup notifications when away" +msgstr "வெளியே உள்ள போது துள்ளு அறிவிப்புகளை செயல் நீக்குக" + +#: ../data/org.gnome.Empathy.gschema.xml.h:49 +msgid "Whether to show popup notifications when away or busy." +msgstr "" +"வெளியே அல்லது வேலையாக உள்ள போது துள்ளு அறிக்கைகளை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:50 +msgid "Pop up notifications if the chat isn't focused" +msgstr "அரட்டை குவிப்பில் இல்லையானால் வெளித்துள்ளல் மூலம் அறிவி" + +#: ../data/org.gnome.Empathy.gschema.xml.h:51 +msgid "" +"Whether to show a popup notification when receiving a new message even if " +"the chat is already opened, but not focused." +msgstr "" +"புதிய செய்தி ஒன்று வரும்போது அரட்டை திறந்து இருந்து குவிப்பில் " +"இல்லாவிட்டாலும் துள்ளு " +"அறிக்கையை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:52 +msgid "Pop up notifications when a contact logs in" +msgstr "தொடர்பு உள் நுழைகையில் வெளித்துள்ளல் மூலம் அறிவி" + +#: ../data/org.gnome.Empathy.gschema.xml.h:53 +msgid "Whether to show a popup notification when a contact goes online." +msgstr "தொடர்பு இணைப்பில் வருகையில் துள்ளு அறிக்கைகளை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:54 +msgid "Pop up notifications when a contact logs out" +msgstr "தொடர்பு விலகி செல்கையில் வெளித்துள்ளல் மூலம் அறிவி" + +#: ../data/org.gnome.Empathy.gschema.xml.h:55 +msgid "Whether to show a popup notification when a contact goes offline." +msgstr "" +"தொடர்பு இணைப்பு விலகி செல்கையில் துள்ளு அறிக்கைகளை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:56 +msgid "Use graphical smileys" +msgstr "வரைகலை சிரிப்பான்களை பயன்படுத்துக" + +#: ../data/org.gnome.Empathy.gschema.xml.h:57 +msgid "Whether to convert smileys into graphical images in conversations." +msgstr "உரையாடல்களில் சிரிப்பான்களை வரைகலை படங்களாக மாற்ற வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:58 +msgid "Show contact list in rooms" +msgstr "தொடர்பு பட்டியல் ஐ அறைகளில் காட்டு " + +#: ../data/org.gnome.Empathy.gschema.xml.h:59 +msgid "Whether to show the contact list in chat rooms." +msgstr "அரட்டை அறையில் தொடர்பு பட்டியலை காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:60 +msgid "Chat window theme" +msgstr "அரட்டை சாளர கருத்து" + +#: ../data/org.gnome.Empathy.gschema.xml.h:61 +msgid "The theme that is used to display the conversation in chat windows." +msgstr "அரட்டை சாளரங்களில் உரையாடல்களை காட்ட பயன்படும் கருத்து" + +#: ../data/org.gnome.Empathy.gschema.xml.h:62 +msgid "Chat window theme variant" +msgstr "அரட்டை சாளர மாற்று கருத்து" + +#: ../data/org.gnome.Empathy.gschema.xml.h:63 +msgid "" +"The theme variant that is used to display the conversation in chat windows." +msgstr "அரட்டை சாளரங்களில் உரையாடல்களை காட்ட பயன்படும் மாற்று கருத்து" + +#: ../data/org.gnome.Empathy.gschema.xml.h:64 +msgid "Path of the Adium theme to use" +msgstr "பயன்படுத்த வேண்டிய ஏடியம் கருத்துக்கு பாதை" + +#: ../data/org.gnome.Empathy.gschema.xml.h:65 +msgid "" +"Path of the Adium theme to use if the theme used for chat is Adium. " +"Deprecated." +msgstr "" +"அரட்டை அறைகளில் எடியம் கருத்தை பயன்படுத்த வேண்டுமானால் அதன் பாதை. கை " +"விடப்பட்டது" + +#: ../data/org.gnome.Empathy.gschema.xml.h:66 +msgid "Enable WebKit Developer Tools" +msgstr "வெப்கிட் உருவாக்குவோர் கருவிகளை செயல்படுத்து" + +#: ../data/org.gnome.Empathy.gschema.xml.h:67 +msgid "" +"Whether WebKit developer tools, such as the Web Inspector, should be enabled." +msgstr "" +"வெப் ஆய்வாளர் போன்ற வெப்கிட் உருவாக்குவோர் கருவிகளை செயல்படுத்த வேண்டுமா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:68 +msgid "Inform other users when you are typing to them" +msgstr "மற்ற பயனர்களுக்கு அவர்களுக்காக தட்டச்சும் போது தெரிவிக்கவும்" + +#: ../data/org.gnome.Empathy.gschema.xml.h:69 +msgid "" +"Whether to send the 'composing' or 'paused' chat states. Does not currently " +"affect the 'gone' state." +msgstr "" +"'உருவாக்கம் ' அல்லது 'இடைநிறுத்தம்' அரட்டை நிலைகளை அனுப்பவா. இது நடப்பு " +"'போயாயிற்று' " +"நிலையை பாதிக்காது." + +#: ../data/org.gnome.Empathy.gschema.xml.h:70 +msgid "Use theme for chat rooms" +msgstr "அரட்டை அறைகளுக்கு கருத்துக்களை பயன்படுத்துக" + +#: ../data/org.gnome.Empathy.gschema.xml.h:71 +msgid "Whether to use the theme for chat rooms." +msgstr "அரட்டை அறைகளில் கருத்துக்களை பயன்படுத்த வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:72 +msgid "Spell checking languages" +msgstr "எழுத்துப்பிழை திருத்த மொழி" + +#: ../data/org.gnome.Empathy.gschema.xml.h:73 +msgid "" +"Comma-separated list of spell checker languages to use (e.g. \"en, fr, nl\")." +msgstr "" +"சொல் திருத்தி மொழிகளை பயன்படுத்த காற் புள்ளியால் பிரித்த பட்டியல் (எ-டு. " +"\"en, fr, nl " +"\")" + +#: ../data/org.gnome.Empathy.gschema.xml.h:74 +msgid "Enable spell checker" +msgstr "சொல் திருத்தியை செயல்படுத்து" + +#: ../data/org.gnome.Empathy.gschema.xml.h:75 +msgid "" +"Whether to check words typed against the languages you want to check with." +msgstr "நீங்கள் விரும்பிய மொழிகளில் உள்ளிட்ட சொற்களை சோதிக்க வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:76 +msgid "Nick completed character" +msgstr "செல்லப்பெயரை பூர்த்தி செய்யும் எழுத்துரு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:77 +msgid "" +"Character to add after nickname when using nick completion (tab) in group " +"chat." +msgstr "" +"குழு அரட்டையில் செல்லப்பெயர் கீற்றில் செல்லப்பெயருக்குப்பின் சேர்க்க வேண்டிய " +"எழுத்துரு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:78 +msgid "Empathy should use the avatar of the contact as the chat window icon" +msgstr "" +"துவங்கும் போது எம்பதி அரட்டை சாரளத்தில் சின்னமாக தொடர்பின் அவதாரத்தை காட்ட " +"வேண்டும்." + +#: ../data/org.gnome.Empathy.gschema.xml.h:79 +msgid "" +"Whether Empathy should use the avatar of the contact as the chat window icon." +msgstr "" +"எம்பதி தொடர்பின் அவதாரத்தை அரட்டை அறை சின்னமாக பயன்படுத்த வேண்டுமா இல்லையா." + +#: ../data/org.gnome.Empathy.gschema.xml.h:80 +msgid "Last account selected in Join Room dialog" +msgstr "அறையில் சேர் உரையாடலில் கடைசியாக தேர்ந்தெடுத்த கணக்கு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:81 +msgid "D-Bus object path of the last account selected to join a room." +msgstr "ஒரு அறையில் சேர கடைசியாக தேர்ந்தெடுத்த கணக்கின் டி-பஸ் பொருள் பாதை" + +#: ../data/org.gnome.Empathy.gschema.xml.h:82 +msgid "Camera device" +msgstr "கேமரா சாதனம்" + +#: ../data/org.gnome.Empathy.gschema.xml.h:83 +msgid "Default camera device to use in video calls, e.g. /dev/video0." +msgstr "விடியோ அழைப்புகளுக்கு முன்னிருப்பு கேமரா சாதனம். எ-கா. /dev/video0." + +#: ../data/org.gnome.Empathy.gschema.xml.h:84 +msgid "Camera position" +msgstr "கேமரா நிலை" + +#: ../data/org.gnome.Empathy.gschema.xml.h:85 +msgid "Position the camera preview should be during a call." +msgstr "அழைப்பின் போது காமிரா முன் பார்வை இருப்புக்கு இடம்." + +#: ../data/org.gnome.Empathy.gschema.xml.h:86 +msgid "Echo cancellation support" +msgstr "எதிரொலி நீக்கி ஆதரவு" + +#: ../data/org.gnome.Empathy.gschema.xml.h:87 +msgid "Whether to enable Pulseaudio's echo cancellation filter." +msgstr "பல்ஸ்ஆடியோ எதிரொலி நீக்கி வடிப்பியை செயலாக்கவா" + +#: ../data/org.gnome.Empathy.gschema.xml.h:88 +msgid "Show hint about closing the main window" +msgstr "முதன்மை சாளரத்தை மூடிவது குறித்து குறிப்பு காட்டு " + +#: ../data/org.gnome.Empathy.gschema.xml.h:89 +msgid "" +"Whether to show the message dialog about closing the main window with the " +"'x' button in the title bar." +msgstr "" +"தலைப்பு பட்டியில் x பொத்தானால் முதன்மை சாளரத்தை மூடுவதை குறித்த உரையாடலை " +"காட்ட " +"வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:90 +msgid "Empathy can publish the user's location" +msgstr "பயனரின் இடத்தை தொடர்புகளுக்கு எம்பதியால் காட்ட இயலும்" + +#: ../data/org.gnome.Empathy.gschema.xml.h:91 +msgid "Whether Empathy can publish the user's location to their contacts." +msgstr "பயனரின் இடத்தை தொடர்புகளுக்கு எம்பதி காட்ட வேண்டுமா இல்லையா?" + +#: ../data/org.gnome.Empathy.gschema.xml.h:92 +msgid "Empathy can use the network to guess the location" +msgstr "எம்பதியால் பயனரின் இடத்தை ஊகிக்க வலையை பயன்படுத்த இயலும்" + +#: ../data/org.gnome.Empathy.gschema.xml.h:93 +msgid "Whether Empathy can use the network to guess the location." +msgstr "எம்பதி பயனரின் இடத்தை ஊகிக்க வலையை பயன்படுத்தலாமா இல்லையா." + +#: ../data/org.gnome.Empathy.gschema.xml.h:94 +msgid "Empathy can use the cellular network to guess the location" +msgstr "எம்பதியால் பயனரின் இடத்தை ஊகிக்க அலைபேசி வலையை பயன்படுத்த இயலும்" + +#: ../data/org.gnome.Empathy.gschema.xml.h:95 +msgid "Whether Empathy can use the cellular network to guess the location." +msgstr "எம்பதி பயனரின் இடத்தை ஊகிக்க அலைபேசி வலையை பயன்படுத்தலாமா இல்லையா." + +#: ../data/org.gnome.Empathy.gschema.xml.h:96 +msgid "Empathy can use the GPS to guess the location" +msgstr "எம்பதியால் பயனரின் இடத்தை ஊகிக்க ஜிபிஎஸ் ஐ பயன்படுத்த இயலும்" + +#: ../data/org.gnome.Empathy.gschema.xml.h:97 +msgid "Whether Empathy can use the GPS to guess the location." +msgstr "எம்பதி பயனரின் இடத்தை ஊகிக்க ஜிபிஎஸ் ஐ பயன்படுத்தலாமா இல்லையா." + +#: ../data/org.gnome.Empathy.gschema.xml.h:98 +msgid "Empathy should reduce the location's accuracy" +msgstr "துவங்கும் போது எம்பதி இடததின் குறிப்பை குறைக்க வேண்டும்." + +#: ../data/org.gnome.Empathy.gschema.xml.h:99 +msgid "" +"Whether Empathy should reduce the location's accuracy for privacy reasons." +msgstr "" +"அந்தரங்கத்தை காப்பாற்ற துவங்கும் போது எம்பதி இடத்தின் குறிப்பை குறைக்க " +"வேண்டுமா இல்லையா" #: ../libempathy/empathy-ft-handler.c:733 msgid "No reason was specified" @@ -273,7 +732,8 @@ msgstr "இந்த கணக்கு ஏற்கனவே சேவையகத்துக்கு இணைக்கப்பட்டது" #: ../libempathy/empathy-utils.c:350 -msgid "Connection has been replaced by a new connection using the same resource" +msgid "" +"Connection has been replaced by a new connection using the same resource" msgstr "இணைப்பு அதே முலத்துடன் புதிய இணைப்பால் மாற்றப்பட்டது." #: ../libempathy/empathy-utils.c:353 @@ -289,9 +749,11 @@ msgstr "சான்றிதழ் ரத்து செய்யப்பட்டது" #: ../libempathy/empathy-utils.c:359 -msgid "Certificate uses an insecure cipher algorithm or is cryptographically weak" -msgstr "" -"சான்றிதழ் பாதுகாப்பில்லாத சைபர் அல்கோரிதத்தை பயன்படுத்துகிறது. இது மறையாக்கத்தில் " +msgid "" +"Certificate uses an insecure cipher algorithm or is cryptographically weak" +msgstr "" +"சான்றிதழ் பாதுகாப்பில்லாத சைபர் அல்கோரிதத்தை பயன்படுத்துகிறது. இது " +"மறையாக்கத்தில் " "பலகீனமானது." #: ../libempathy/empathy-utils.c:362 @@ -299,7 +761,8 @@ "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" msgstr "" -"சேவயகத்தின் சான்றிதழின் நீளம் அல்லது சங்கிலியின் ஆழம் மறையாக்க நூலகம் வரயறுத்த மதிப்பை " +"சேவயகத்தின் சான்றிதழின் நீளம் அல்லது சங்கிலியின் ஆழம் மறையாக்க நூலகம் " +"வரயறுத்த மதிப்பை " "தாண்டியது." #: ../libempathy/empathy-utils.c:366 @@ -311,6 +774,7 @@ msgstr "உள்ளார்ந்த பிழை" #: ../libempathy/empathy-utils.c:497 +#: ../libempathy-gtk/empathy-roster-model.h:30 msgid "People Nearby" msgstr "அருகில் உள்ள மக்கள்" @@ -331,99 +795,99 @@ msgstr "அனைத்து கணக்குகள்" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:14 +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:1 +msgid "Pass_word" +msgstr "(_w) கடவுச்சொல்" + +#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:2 +msgid "Screen _Name" +msgstr "(_N) திரை பெயர்" + +#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:3 msgid "Example: MyScreenName" msgstr "உதாரணம்: என் திரைப்பெயர்" -#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:2 -#: ../libempathy-gtk/empathy-account-widget-generic.ui.h:1 -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:2 -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:2 -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:2 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:3 -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:1 -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:2 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:2 -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:2 -msgid "Advanced" -msgstr "மேம்பட்ட" - -#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:3 +#. remember password ticky box +#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:4 #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:4 -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:5 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:8 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:4 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:12 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:4 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:14 -msgid "Pass_word" -msgstr "(_w) கடவுச்சொல்" - -#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:4 -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:5 -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:6 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:10 -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:5 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:17 -msgid "Remember Password" -msgstr "கடவுச்சொல்லை நினைவு கொள்ளவும்" - -#. remember password ticky box -#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:5 -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:6 -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:7 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:11 -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:6 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:18 -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:6 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:4 +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:4 #: ../libempathy-gtk/empathy-base-password-dialog.c:261 msgid "Remember password" msgstr "கடவுச்சொல்லை நினைவு கொள்ளவும்" +#: ../libempathy-gtk/empathy-account-widget-aim.ui.h:5 +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:5 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:6 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:21 +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:5 +msgid "_Port" +msgstr "_P துறை" + #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:6 -msgid "Screen _Name" -msgstr "(_N) திரை பெயர்" +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:6 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:7 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:20 +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:6 +msgid "_Server" +msgstr "(_S) சேவையகம்" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:7 -msgid "What is your AIM password?" -msgstr "உங்களது AIM கடவுச்சொல் என்ன?" +#: ../libempathy-gtk/empathy-account-widget-generic.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:7 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:8 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:16 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:23 +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:7 +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:7 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:22 +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:9 +msgid "Advanced" +msgstr "மேம்பட்ட" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:8 msgid "What is your AIM screen name?" msgstr "உங்களது AIM திரை பெயர் என்ன?" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:9 -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:9 -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:10 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:26 -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:9 -msgid "_Port" -msgstr "_P துறை" +msgid "What is your AIM password?" +msgstr "உங்களது AIM கடவுச்சொல் என்ன?" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:10 #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:10 #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:11 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:27 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:7 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:10 -msgid "_Server" -msgstr "(_S) சேவையகம்" +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:25 +msgid "Remember Password" +msgstr "கடவுச்சொல்லை நினைவு கொள்ளவும்" #: ../libempathy-gtk/empathy-account-widget.c:675 -#: ../libempathy-gtk/empathy-contact-widget.ui.h:2 +#: ../libempathy-gtk/empathy-contact-widget.ui.h:1 #: ../src/empathy-import-widget.c:322 msgid "Account" msgstr "கணக்கு" #: ../libempathy-gtk/empathy-account-widget.c:676 -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:9 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:12 msgid "Password" msgstr "கடவுச்சொல்" #: ../libempathy-gtk/empathy-account-widget.c:677 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:20 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:12 #: ../libempathy-gtk/empathy-irc-network-dialog.c:511 msgid "Server" msgstr "சேவையகம்" #: ../libempathy-gtk/empathy-account-widget.c:678 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:15 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:20 #: ../libempathy-gtk/empathy-irc-network-dialog.c:529 msgid "Port" msgstr "துறை" @@ -479,142 +943,119 @@ msgid "New account" msgstr "புதிய கணக்கு" -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:1 -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:2 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:13 +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:2 +msgid "Login I_D" +msgstr "உள்நுழை அடையாளம் (_D)" + +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:3 +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:3 msgid "Example: username" msgstr "உதாரணம்:பயனர்பெயர்" -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:3 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:6 -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:3 -msgid "Login I_D" -msgstr "உள்நுழை அடையாளம் (_D)" - -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:7 +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:8 msgid "What is your GroupWise User ID?" msgstr "உங்களது GroupWise பயனர் ID என்ன?" -#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:8 +#: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:9 msgid "What is your GroupWise password?" msgstr "உங்களது GroupWise கடவுச்சொல் என்ன?" -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:2 +msgid "ICQ _UIN" +msgstr "(_U) ஐசிக்யூ (ICQ) யுஐஎன்" + +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:3 msgid "Example: 123456789" msgstr "உதாரணம்: 123456789" -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:3 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:5 msgid "Ch_aracter set" msgstr "_a எழுத்துரு தொகுதி" -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:4 -msgid "ICQ _UIN" -msgstr "(_U) ஐசிக்யூ (ICQ) யுஐஎன்" - -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:8 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:9 msgid "What is your ICQ UIN?" msgstr "உங்களது ICQ UIN என்ன?" -#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:9 +#: ../libempathy-gtk/empathy-account-widget-icq.ui.h:10 msgid "What is your ICQ password?" msgstr "உங்களது ICQ கடவுச்சொல் என்ன?" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:1 +msgid "Network" +msgstr "வலையமைப்பு" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:2 +msgid "Character set" +msgstr "எழுத்துருதொகுதி" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:3 #: ../src/empathy-accounts-dialog.ui.h:1 msgid "Add…" msgstr "சேர்..." -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:3 -msgid "Character set" -msgstr "எழுத்துருதொகுதி" - -#. Translators: tooltip on a 'Go Down' button used to sort IRC servers by priority -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:5 -msgid "Down" -msgstr "கீழே" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:6 -msgid "" -"Most IRC servers don't need a password, so if you're not sure, don't enter a " -"password." -msgstr "" -"ஏறத்தாழ எல்லா ஐஆர்சி சேவையகங்களுக்கும் கடவுச்சொல் தேவை இல்லை, ஆகவே நிச்சயமாக இல்லை எனில் " -"கடவுச்சொல்லை உள்ளிட வேண்டாம்" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:7 -msgid "Network" -msgstr "வலையமைப்பு" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:8 -msgid "Nickname" -msgstr "புனைப்பெயர்" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:10 -msgid "Quit message" -msgstr "வெளிச்செல் செய்தி" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:11 -msgid "Real name" -msgstr "உண்மையான பெயர்" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:12 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:4 #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:3 #: ../libempathy-gtk/empathy-status-preset-dialog.ui.h:1 -#: ../src/empathy-accounts-dialog.ui.h:4 +#: ../src/empathy-accounts-dialog.ui.h:2 #: ../src/empathy-chatrooms-window.ui.h:3 msgid "Remove" msgstr "நீக்கவும் " -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:13 +#. Translators: tooltip on a 'Go Up' button used to sort IRC servers by priority +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:6 +msgid "Up" +msgstr "மேலே" + +#. Translators: tooltip on a 'Go Down' button used to sort IRC servers by priority +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:8 +msgid "Down" +msgstr "கீழே" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:9 msgid "Servers" msgstr "சேவையகங்கள்" -#. Translators: tooltip on a 'Go Up' button used to sort IRC servers by priority +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:10 +msgid "" +"Most IRC servers don't need a password, so if you're not sure, don't enter a " +"password." +msgstr "" +"ஏறத்தாழ எல்லா ஐஆர்சி சேவையகங்களுக்கும் கடவுச்சொல் தேவை இல்லை, ஆகவே நிச்சயமாக " +"இல்லை எனில் " +"கடவுச்சொல்லை உள்ளிட வேண்டாம்" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:11 +msgid "Nickname" +msgstr "புனைப்பெயர்" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:13 +msgid "Quit message" +msgstr "வெளிச்செல் செய்தி" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:14 +msgid "Real name" +msgstr "உண்மையான பெயர்" + #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:15 -msgid "Up" -msgstr "மேலே" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:16 msgid "Username" msgstr " பயனர் பெயர்" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:17 +msgid "Which IRC network?" +msgstr "எந்த ஐஆர்சி வலைப்பின்னல்?" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:18 msgid "What is your IRC nickname?" msgstr "உங்களது IRC திரை பெயர் என்ன?" -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:18 -msgid "Which IRC network?" -msgstr "எந்த ஐஆர்சி வலைப்பின்னல்?" - #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:1 -msgid "Example: user@gmail.com" -msgstr "உதாரணம்: user@gmail.com" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:2 -msgid "Example: user@jabber.org" -msgstr "உதாரணம்: user@jabber.org" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:4 -msgid "Encr_yption required (TLS/SSL)" -msgstr "(_y) மறையாக்கம் தேவை (டிஎல்எஸ்/எஸ்எஸ்எல்)" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:5 -msgid "I_gnore SSL certificate errors" -msgstr "_g எஸ்எஸ்எல் சான்றிதழ்கள் பிழைகளை உதாசீனம் செய்." - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:7 -msgid "Override server settings" -msgstr "சேவையக அமைப்பை உதாசீனம் செய்" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:9 -msgid "Priori_ty" -msgstr "(_t) முக்கியத்துவம்" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:12 -msgid "Reso_urce" -msgstr "(_u) மூலவளம்" +msgid "What is your Facebook username?" +msgstr "உங்களது பேஸ்புக் பயனர் பெயர் என்ன?" #. This string is not wrapped in the dialog so you may have to add some '\n' to make it look nice. -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:14 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:3 msgid "" "This is your username, not your normal Facebook login.\n" "If you are facebook.com/badger, enter badger.\n" @@ -623,78 +1064,103 @@ msgstr "" "இ து உங்கள் பயனர் பெயர். உங்கள் பேஸ்புக் புகுபதிகை அல்ல.\n" " நீங்கள் facebook.com/badger, ஆனால் badger என உள்ளிடுக.\n" -" இந்த பக்கம் ஐ பயன்படுத்தி ஒ " +" இந்த பக்கம் ஐ " +"பயன்படுத்தி ஒ " "ரு பேஸ்புக் பயனர் பெயரை பெறவு.ம்" +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:6 +msgid "What is your Facebook password?" +msgstr "உங்களது பேஸ்புக் கடவுச்சொல் என்ன?" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:8 +msgid "What is your Google ID?" +msgstr "உங்களது கூகுள் ஐடி என்ன?" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:9 +msgid "Example: user@gmail.com" +msgstr "உதாரணம்: user@gmail.com" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:10 +msgid "What is your Google password?" +msgstr "உங்களது கூகுள் கடவுச்சொல் என்ன?" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:11 +msgid "Example: user@jabber.org" +msgstr "உதாரணம்: user@jabber.org" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:15 +msgid "I_gnore SSL certificate errors" +msgstr "_g எஸ்எஸ்எல் சான்றிதழ்கள் பிழைகளை உதாசீனம் செய்." + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:16 +msgid "Priori_ty" +msgstr "(_t) முக்கியத்துவம்" + #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:17 +msgid "Reso_urce" +msgstr "(_u) மூலவளம்" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:18 +msgid "Encr_yption required (TLS/SSL)" +msgstr "(_y) மறையாக்கம் தேவை (டிஎல்எஸ்/எஸ்எஸ்எல்)" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:19 +msgid "Override server settings" +msgstr "சேவையக அமைப்பை உதாசீனம் செய்" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:22 msgid "Use old SS_L" msgstr "(_L) பழைய எஸ்எஸ்எல் " -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:18 -msgid "What is your Facebook password?" -msgstr "உங்களது பேஸ்புக் கடவுச்சொல் என்ன?" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:19 -msgid "What is your Facebook username?" -msgstr "உங்களது பேஸ்புக் பயனர் பெயர் என்ன?" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:20 -msgid "What is your Google ID?" -msgstr "உங்களது கூகுள் ஐடி என்ன?" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:21 -msgid "What is your Google password?" -msgstr "உங்களது கூகுள் கடவுச்சொல் என்ன?" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:22 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:24 msgid "What is your Jabber ID?" msgstr "உங்களது ஜாப்பர் ID என்ன?" -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:23 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:25 +msgid "What is your desired Jabber ID?" +msgstr "உங்களது வேண்டிய ஜாப்பரின் ID என்ன?" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:26 msgid "What is your Jabber password?" msgstr "உங்களது ஜாப்பர் கடவுச்சொல் என்ன?" -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:24 -msgid "What is your desired Jabber ID?" -msgstr "உங்களது வேண்டிய ஜாப்பரின் ID என்ன?" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:25 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:27 msgid "What is your desired Jabber password?" msgstr "உங்களது வேண்டிய ஜாப்பர் கடவுச்சொல் என்ன?" -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:2 -msgid "E-_mail address" -msgstr "_m மின்னஞ்சல் முகவரி" - -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:3 +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:1 msgid "Nic_kname" msgstr "_k புனைப்பெயர்" -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:4 +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:2 +msgid "_Last Name" +msgstr "(_L) கடைசி பெயர்" + +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:3 msgid "_First Name" msgstr "(_F) முதல் பெயர்" + +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:4 +msgid "_Published Name" +msgstr "வெளியிடப்பட்ட பெயர் (_P)" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:5 msgid "_Jabber ID" msgstr "(_J) ஜப்பார் ஐடி (ID)" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:6 -msgid "_Last Name" -msgstr "(_L) கடைசி பெயர்" - -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:7 -msgid "_Published Name" -msgstr "வெளியிடப்பட்ட பெயர் (_P)" - -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:1 +msgid "E-_mail address" +msgstr "_m மின்னஞ்சல் முகவரி" + +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:3 msgid "Example: user@hotmail.com" msgstr "உதாரணம்: user@hotmail.com" -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:7 +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:8 msgid "What is your Windows Live ID?" msgstr "உங்களது சாளரத்தின் லைவ் கடவுச்சொல் என்ன?" -#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:8 +#: ../libempathy-gtk/empathy-account-widget-msn.ui.h:9 msgid "What is your Windows Live password?" msgstr "உங்களது சாளரத்தின் லைவ் கடவுச்சொல் என்ன?" @@ -727,113 +1193,113 @@ msgid "None" msgstr "ஒன்றுமில்லை" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:1 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:2 +msgid "_Username" +msgstr "(_U) பயனர் பெயர்" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:3 msgid "Example: user@my.sip.server" msgstr "உதாரணம்: user@my.sip.server" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:3 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:5 +msgid "Use this account to call _landlines and mobile phones" +msgstr "இந்த கணக்கை எல்லா தரைஇணைப்புகள் மற்றும் அலைபேசிகளுக்கும் செயலாக்கு" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:6 +msgid "NAT Traversal Options" +msgstr "நேட் ட்ராவெர்சல் தேர்வுகள்" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:7 +msgid "Proxy Options" +msgstr "பதிலாள் தேர்வுகள்" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:8 +msgid "Miscellaneous Options" +msgstr "இதர தேர்வுகள்" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:9 +msgid "STUN Server" +msgstr "ஸ்டன் சேவையகம்" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:10 +msgid "Discover the STUN server automatically" +msgstr "ஸ்டன் சேவையகத்தை தானிங்கியாக கண்டுபிடி" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:11 +msgid "Discover Binding" +msgstr "பைண்டிங் ஐ காணுங்கள்" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:13 +msgid "Keep-Alive Options" +msgstr "உயிருடன் வைத்திருக்க தேர்வு" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:14 +msgid "Mechanism" +msgstr "பொறிமுறை" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:15 +msgid "Interval (seconds)" +msgstr "இடைவெளி (வினாடிகளில்)" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:16 msgid "Authentication username" msgstr "உறுதி செய்ய பயனரின் பெயர்" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:4 -msgid "Discover Binding" -msgstr "பைண்டிங் ஐ காணுங்கள்" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:5 -msgid "Discover the STUN server automatically" -msgstr "ஸ்டன் சேவையகத்தை தானிங்கியாக கண்டுபிடி" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:6 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:17 +msgid "Transport" +msgstr "போக்குவரத்து" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:18 +msgid "Loose Routing" +msgstr "தளர்ந்த வழியாக்கம்" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:19 msgid "Ignore TLS Errors" msgstr "டிஎல்எஸ் பிழைகளை உதாசீனம் செய்க" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:7 -msgid "Interval (seconds)" -msgstr "இடைவெளி (வினாடிகளில்)" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:8 -msgid "Keep-Alive Options" -msgstr "உயிருடன் வைத்திருக்க தேர்வு" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:9 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:21 msgid "Local IP Address" msgstr "உள்ளமை ஐபி முகவரி" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:10 -msgid "Loose Routing" -msgstr "தளர்ந்த வழியாக்கம்" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:11 -msgid "Mechanism" -msgstr "பொறிமுறை" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:12 -msgid "Miscellaneous Options" -msgstr "இதர தேர்வுகள்" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:13 -msgid "NAT Traversal Options" -msgstr "நேட் ட்ராவெர்சல் தேர்வுகள்" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:16 -msgid "Proxy Options" -msgstr "பதிலாள் தேர்வுகள்" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:19 -msgid "STUN Server" -msgstr "ஸ்டன் சேவையகம்" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:21 -msgid "Transport" -msgstr "போக்குவரத்து" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:22 -msgid "Use this account to call _landlines and mobile phones" -msgstr "இந்த கணக்கை எல்லா தரைஇணைப்புகள் மற்றும் அலைபேசிகளுக்கும் செயலாக்கு" - #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:23 +msgid "What is your SIP login ID?" +msgstr "உங்களது SIP உட்புகு ID என்ன?" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:24 msgid "What is your SIP account password?" msgstr "உங்களது SIP கணக்கின் கடவுச்சொல் என்ன?" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:24 -msgid "What is your SIP login ID?" -msgstr "உங்களது SIP உட்புகு ID என்ன?" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:25 -msgid "_Username" -msgstr "(_U) பயனர் பெயர்" - -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:3 +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:1 +msgid "Pass_word:" +msgstr "(_w) கடவுச்சொல்:" + +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:2 +msgid "Yahoo! I_D:" +msgstr "(_I) யாகூ ஐடி:" + +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:5 +msgid "I_gnore conference and chat room invitations" +msgstr "_g அரட்டை அறை மற்றும் கலந்துரையாடல் அழைப்புகளை உதாசீனம் செய்க" + +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:6 +msgid "_Room List locale:" +msgstr "(_R) அறை பட்டியல் உள்ளமைவு:" + +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:7 msgid "Ch_aracter set:" msgstr "_a எழுத்துரு தொகுதி:" -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:4 -msgid "I_gnore conference and chat room invitations" -msgstr "_g அரட்டை அறை மற்றும் கலந்துரையாடல் அழைப்புகளை உதாசீனம் செய்க" - -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:5 -msgid "Pass_word:" -msgstr "(_w) கடவுச்சொல்:" - -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:7 +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:8 +msgid "_Port:" +msgstr "_P துறை:" + +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:10 msgid "What is your Yahoo! ID?" msgstr "உங்களது Yahoo! ID என்ன?" -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:8 +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:11 msgid "What is your Yahoo! password?" msgstr "உங்களது Yahoo! கடவுச்சொல் என்ன?" - -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:9 -msgid "Yahoo! I_D:" -msgstr "(_I) யாகூ ஐடி:" - -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:10 -msgid "_Port:" -msgstr "_P துறை:" - -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:11 -msgid "_Room List locale:" -msgstr "(_R) அறை பட்டியல் உள்ளமைவு:" #: ../libempathy-gtk/empathy-avatar-chooser.c:545 #: ../libempathy-gtk/empathy-avatar-chooser.c:630 @@ -988,7 +1454,8 @@ "join a new chat room\"" msgstr "" "/say : send நடப்பு உரையாடலுக்கு. இது '/' உடன் துவங்கும் " -"செய்தியை அனுப்பப்பயன்படும்.உதாரணமாக: \"/say /join புதிய அரட்டை அறையில் சேர உதவும்.\"" +"செய்தியை அனுப்பப்பயன்படும்.உதாரணமாக: \"/say /join புதிய அரட்டை அறையில் சேர " +"உதவும்.\"" #: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois : display information about a contact" @@ -999,7 +1466,8 @@ "/help []: show all supported commands. If is defined, " "show its usage." msgstr "" -"/help []: அனைத்து ஆதரவுள்ள கட்டளைகளையும் காட்டுக. ஐ அறுதி இட்டு " +"/help []: அனைத்து ஆதரவுள்ள கட்டளைகளையும் காட்டுக. ஐ அறுதி " +"இட்டு " "இருப்பின் பயனை காட்டுக." #: ../libempathy-gtk/empathy-chat.c:1110 @@ -1066,7 +1534,7 @@ msgid "unknown" msgstr "தெரியாத" -#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:967 +#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:980 msgid "Topic:" msgstr "தலைப்பு:" @@ -1181,8 +1649,8 @@ #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. #: ../libempathy-gtk/empathy-chat.c:2989 ../src/empathy-call-window.c:1467 -#: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2570 -#: ../src/empathy-event-manager.c:1166 +#: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2580 +#: ../src/empathy-call-window.c:2886 ../src/empathy-event-manager.c:1166 msgid "Disconnected" msgstr "துண்டிக்கபட்டது" @@ -1256,8 +1724,8 @@ #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:529 #: ../libempathy-gtk/empathy-individual-widget.c:1485 -#: ../src/empathy-chatrooms-window.ui.h:1 -#: ../src/empathy-new-chatroom-dialog.ui.h:1 +#: ../src/empathy-chatrooms-window.ui.h:2 +#: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" msgstr "கணக்கு:" @@ -1369,48 +1837,48 @@ msgid "Unable to save avatar" msgstr "அவதாரத்தை சேமிக்க முடியவில்லை" -#: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -msgid "Location at (date)\t" -msgstr "இடம் (date) போது\t" +#. Identifier to connect to Instant Messaging network +#. Setup id label +#: ../libempathy-gtk/empathy-contact-widget.ui.h:3 +#: ../libempathy-gtk/empathy-user-info.c:444 +msgid "Identifier" +msgstr "இனங்காட்டி" #. Setup nickname entry -#: ../libempathy-gtk/empathy-contact-widget.ui.h:3 +#: ../libempathy-gtk/empathy-contact-widget.ui.h:4 #: ../libempathy-gtk/empathy-user-info.c:449 msgid "Alias" msgstr "புனைப்பெயர்" -#: ../libempathy-gtk/empathy-contact-widget.ui.h:4 +#: ../libempathy-gtk/empathy-contact-widget.ui.h:5 +#: ../libempathy-gtk/empathy-individual-widget.ui.h:3 +msgid "Contact Details" +msgstr "தொடர்பு விவரங்கள்" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:6 +#: ../libempathy-gtk/empathy-individual-widget.ui.h:4 +msgid "Information requested…" +msgstr "தகவல் வேண்டுதல்" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:7 +msgid "Location at (date)\t" +msgstr "இடம் (date) போது\t" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:8 +msgid "Client Information" +msgstr "சார்ந்தோன் தகவல்" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:9 +msgid "OS" +msgstr "OS" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:10 +msgid "Version" +msgstr "பதிப்பு" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:11 msgid "Client" msgstr "சார்ந்தோன்" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:5 -msgid "Client Information" -msgstr "சார்ந்தோன் தகவல்" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:6 -#: ../libempathy-gtk/empathy-individual-widget.ui.h:2 -msgid "Contact Details" -msgstr "தொடர்பு விவரங்கள்" - -#. Identifier to connect to Instant Messaging network -#. Setup id label -#: ../libempathy-gtk/empathy-contact-widget.ui.h:8 -#: ../libempathy-gtk/empathy-user-info.c:444 -msgid "Identifier" -msgstr "இனங்காட்டி" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:9 -#: ../libempathy-gtk/empathy-individual-widget.ui.h:3 -msgid "Information requested…" -msgstr "தகவல் வேண்டுதல்" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:10 -msgid "OS" -msgstr "OS" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:11 -msgid "Version" -msgstr "பதிப்பு" #: ../libempathy-gtk/empathy-groups-widget.c:327 msgid "Groups" @@ -1421,7 +1889,8 @@ "Select the groups you want this contact to appear in. Note that you can " "select more than one group or no groups." msgstr "" -"இந்த தொடர்பு வர வேன்டிய குழுவை தேர்வு செய்க. நீங்கள் ஒன்றுக்கு மேற்பட்ட குழுக்களை தேர்வு " +"இந்த தொடர்பு வர வேன்டிய குழுவை தேர்வு செய்க. நீங்கள் ஒன்றுக்கு மேற்பட்ட " +"குழுக்களை தேர்வு " "செய்யலாம் அல்லது ஒன்றையும் தேர்வு செய்யாதிருக்கலாம்." #: ../libempathy-gtk/empathy-groups-widget.c:358 @@ -1498,123 +1967,125 @@ #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:172 +#: ../libempathy-gtk/empathy-individual-menu.c:177 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:348 +#: ../libempathy-gtk/empathy-individual-menu.c:353 msgid "Select account to use to place the call" msgstr "அழைப்பை அமைக்க கணக்கை தேர்ந்தெடு" -#: ../libempathy-gtk/empathy-individual-menu.c:352 -#: ../libempathy-gtk/empathy-log-window.ui.h:2 -#: ../src/empathy-call-window.ui.h:2 +#: ../libempathy-gtk/empathy-individual-menu.c:357 +#: ../libempathy-gtk/empathy-log-window.ui.h:6 +#: ../src/empathy-call-window.ui.h:18 msgid "Call" msgstr "அழை" -#: ../libempathy-gtk/empathy-individual-menu.c:417 +#: ../libempathy-gtk/empathy-individual-menu.c:422 msgid "Mobile" msgstr "அலைபேசி " -#: ../libempathy-gtk/empathy-individual-menu.c:419 +#: ../libempathy-gtk/empathy-individual-menu.c:424 msgid "Work" msgstr "வேலை" -#: ../libempathy-gtk/empathy-individual-menu.c:421 +#: ../libempathy-gtk/empathy-individual-menu.c:426 msgid "HOME" msgstr "இல்லம்" -#: ../libempathy-gtk/empathy-individual-menu.c:662 +#: ../libempathy-gtk/empathy-individual-menu.c:669 msgid "_Block Contact" msgstr "தொடர்பை தடுக்கவும் (_B)" -#: ../libempathy-gtk/empathy-individual-menu.c:718 +#: ../libempathy-gtk/empathy-individual-menu.c:725 msgid "Delete and _Block" msgstr "_B நீக்கு மற்றும் தடு" -#: ../libempathy-gtk/empathy-individual-menu.c:780 +#: ../libempathy-gtk/empathy-individual-menu.c:787 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "நீங்கள் நிச்சயம் தொடர்பு '%s' ஐ நீக்க விரும்புகிறீர்களா?" -#: ../libempathy-gtk/empathy-individual-menu.c:789 +#: ../libempathy-gtk/empathy-individual-menu.c:796 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " "remove all the contacts which make up this linked contact." msgstr "" -"நீங்கள் நிச்சயமாக சங்கிலித் தொடர்பு '%s' ஐ நீக்க விரும்புகிறீர்களா? இந்த தொடர்புடன்சங்கிலி " +"நீங்கள் நிச்சயமாக சங்கிலித் தொடர்பு '%s' ஐ நீக்க விரும்புகிறீர்களா? இந்த " +"தொடர்புடன்சங்கிலி " "போல் இணைந்த அனைத்து தொடர்புகளும் நீக்கப்படும் என் அறிக." -#: ../libempathy-gtk/empathy-individual-menu.c:800 +#: ../libempathy-gtk/empathy-individual-menu.c:807 msgid "Removing contact" msgstr "தொடர்பு ஐ நீக்குதல்" -#: ../libempathy-gtk/empathy-individual-menu.c:864 +#: ../libempathy-gtk/empathy-individual-menu.c:871 #: ../libempathy-gtk/empathy-individual-view.c:2453 msgid "_Remove" msgstr "நீக்கவும் (_R)" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1227 +#: ../libempathy-gtk/empathy-individual-menu.c:1234 #: ../libempathy-gtk/empathy-new-message-dialog.c:318 msgid "_Chat" msgstr "_C அரட்டை" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1262 +#: ../libempathy-gtk/empathy-individual-menu.c:1269 #: ../libempathy-gtk/empathy-new-message-dialog.c:312 msgid "_SMS" msgstr "_S எஸ்எம்எஸ்" -#: ../libempathy-gtk/empathy-individual-menu.c:1295 +#: ../libempathy-gtk/empathy-individual-menu.c:1302 msgctxt "menu item" msgid "_Audio Call" msgstr "(_A) ஒலி அழைப்பு" -#: ../libempathy-gtk/empathy-individual-menu.c:1328 +#: ../libempathy-gtk/empathy-individual-menu.c:1335 msgctxt "menu item" msgid "_Video Call" msgstr "(_V) விடியோ அழைப்பு" -#: ../libempathy-gtk/empathy-individual-menu.c:1369 +#: ../libempathy-gtk/empathy-individual-menu.c:1376 +#: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "(_P) முந்தைய உரையாடல்கள்" -#: ../libempathy-gtk/empathy-individual-menu.c:1398 +#: ../libempathy-gtk/empathy-individual-menu.c:1405 msgid "Send File" msgstr "கோப்பு ஐ அனுப்புக" -#: ../libempathy-gtk/empathy-individual-menu.c:1428 +#: ../libempathy-gtk/empathy-individual-menu.c:1435 msgid "Share My Desktop" msgstr "என் மேல்மேசையை பகிர்ந்து கொள்" -#: ../libempathy-gtk/empathy-individual-menu.c:1454 +#: ../libempathy-gtk/empathy-individual-menu.c:1461 #: ../libempathy-gtk/empathy-individual-widget.c:1368 msgid "Favorite" msgstr "பிடித்தமான" -#: ../libempathy-gtk/empathy-individual-menu.c:1483 +#: ../libempathy-gtk/empathy-individual-menu.c:1490 msgid "Infor_mation" msgstr "(_m) தகவல்" -#: ../libempathy-gtk/empathy-individual-menu.c:1532 +#: ../libempathy-gtk/empathy-individual-menu.c:1539 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "திருத்து (_E)" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1648 -#: ../src/empathy-chat-window.c:1233 +#: ../libempathy-gtk/empathy-individual-menu.c:1655 +#: ../src/empathy-chat-window.c:1246 msgid "Inviting you to this room" msgstr "இந்த அறைக்கு அழைப்பு" -#: ../libempathy-gtk/empathy-individual-menu.c:1694 +#: ../libempathy-gtk/empathy-individual-menu.c:1701 msgid "_Invite to Chat Room" msgstr "_I அரட்டை அறைக்கு அழைப்பு" -#: ../libempathy-gtk/empathy-individual-menu.c:1890 +#: ../libempathy-gtk/empathy-individual-menu.c:1897 msgid "_Add Contact…" msgstr "(_A) தொடர்பை சேர்." @@ -1733,7 +2204,7 @@ #: ../libempathy-gtk/empathy-individual-widget.c:593 #: ../libempathy-gtk/empathy-individual-widget.c:608 -#: ../src/empathy-preferences.ui.h:16 +#: ../src/empathy-preferences.ui.h:39 msgid "Location" msgstr "இடம்" @@ -1768,9 +2239,10 @@ msgid "Location at (date)" msgstr "இடம் (date) போது" -#: ../libempathy-gtk/empathy-individual-widget.ui.h:4 +#: ../libempathy-gtk/empathy-individual-widget.ui.h:2 msgid "Online from a phone or mobile device" -msgstr "ஒரு தொலை பேசியில் இருந்தோ அல்லது அலை பேகியில் இருந்தோ இணைப்பில் தொடர்பு" +msgstr "" +"ஒரு தொலை பேசியில் இருந்தோ அல்லது அலை பேகியில் இருந்தோ இணைப்பில் தொடர்பு" #: ../libempathy-gtk/empathy-irc-network-chooser-dialog.c:335 msgid "New Network" @@ -1803,8 +2275,10 @@ "same network as you. If you want to use this feature, please check that the " "details below are correct." msgstr "" -"எம்பதியால் தானியங்கியாக உங்களைப்போலவே உள் வலையில் உள்ளோரை கண்டு பிடித்து அரட்டை அடிக்க " -"இயலும். இந்த அம்சத்தை நீங்கள் செயலாக்க விரும்பினால் கீழ் கண்டுள்ள விவரங்களை சரி பார்க்கவும். " +"எம்பதியால் தானியங்கியாக உங்களைப்போலவே உள் வலையில் உள்ளோரை கண்டு பிடித்து " +"அரட்டை அடிக்க " +"இயலும். இந்த அம்சத்தை நீங்கள் செயலாக்க விரும்பினால் கீழ் கண்டுள்ள விவரங்களை " +"சரி பார்க்கவும். " #: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:101 msgid "People nearby" @@ -1815,7 +2289,8 @@ "You can change these details later or disable this feature by choosing Edit → Accounts in the Contact List." msgstr "" -"தொடர்பு பட்டியலில் Edit → Accounts ஐ தேர்ந்தெடுத்து " +"தொடர்பு பட்டியலில் Edit → Accounts ஐ " +"தேர்ந்தெடுத்து " "நீங்கள் இந்த விவரங்களை மாற்றலாம் அல்லது இந்த அம்சத்தை செயல் நீக்கலாம்." #: ../libempathy-gtk/empathy-log-window.c:622 @@ -1918,7 +2393,7 @@ msgstr "உரை அரட்டைகள்" #: ../libempathy-gtk/empathy-log-window.c:3040 -#: ../src/empathy-preferences.ui.h:3 +#: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "அழைப்புகள்" @@ -1951,39 +2426,39 @@ msgstr "இலிருந்து நீக்கு:" #: ../libempathy-gtk/empathy-log-window.ui.h:1 +msgid "_File" +msgstr "கோப்பு (_F)" + +#: ../libempathy-gtk/empathy-log-window.ui.h:2 +#: ../src/empathy-call-window.ui.h:2 ../src/empathy-chat-window.ui.h:9 +msgid "_Edit" +msgstr "திருத்து (_E)" + +#: ../libempathy-gtk/empathy-log-window.ui.h:3 +msgid "Delete All History..." +msgstr "அனைத்து சரித்திரத்தையும் அழி..." + +#: ../libempathy-gtk/empathy-log-window.ui.h:4 +msgid "Profile" +msgstr "வரிவுரு" + +#: ../libempathy-gtk/empathy-log-window.ui.h:5 +#: ../src/empathy-chat-window.ui.h:19 ../src/empathy-preferences.ui.h:11 +msgid "Chat" +msgstr "அரட்டை" + +#: ../libempathy-gtk/empathy-log-window.ui.h:7 +#: ../src/empathy-call-window.ui.h:24 +msgid "Video" +msgstr "வீடியோ" + +#: ../libempathy-gtk/empathy-log-window.ui.h:8 +msgid "page 2" +msgstr "பக்கம் 2" + +#: ../libempathy-gtk/empathy-log-window.ui.h:9 msgid "Loading..." msgstr "ஏற்றுகிறது..." - -#: ../libempathy-gtk/empathy-log-window.ui.h:3 -#: ../src/empathy-chat-window.ui.h:3 ../src/empathy-preferences.ui.h:4 -msgid "Chat" -msgstr "அரட்டை" - -#: ../libempathy-gtk/empathy-log-window.ui.h:4 -msgid "Delete All History..." -msgstr "அனைத்து சரித்திரத்தையும் அழி..." - -#: ../libempathy-gtk/empathy-log-window.ui.h:5 -msgid "Profile" -msgstr "வரிவுரு" - -#: ../libempathy-gtk/empathy-log-window.ui.h:6 -#: ../src/empathy-call-window.ui.h:20 -msgid "Video" -msgstr "வீடியோ" - -#: ../libempathy-gtk/empathy-log-window.ui.h:7 -#: ../src/empathy-call-window.ui.h:26 ../src/empathy-chat-window.ui.h:12 -msgid "_Edit" -msgstr "திருத்து (_E)" - -#: ../libempathy-gtk/empathy-log-window.ui.h:8 -msgid "_File" -msgstr "கோப்பு (_F)" - -#: ../libempathy-gtk/empathy-log-window.ui.h:9 -msgid "page 2" -msgstr "பக்கம் 2" #: ../libempathy-gtk/empathy-new-account-dialog.c:129 msgid "What kind of chat account do you have?" @@ -2094,7 +2569,8 @@ "Press Enter to set the new message or Esc to cancel." msgstr "" "தற்போதைய செய்தி: %s\n" -"புதிய செய்தியை அமைக்க என்டர் விசையை அழுத்தவும் அல்லது ரத்து செய்ய எஸ்கேப் " +"புதிய செய்தியை அமைக்க என்டர் விசையை அழுத்தவும் அல்லது ரத்து செய்ய " +"எஸ்கேப் " "விசையை அழுத்தவும்." #: ../libempathy-gtk/empathy-presence-chooser.c:393 @@ -2124,20 +2600,20 @@ msgstr "தேடுக:" #: ../libempathy-gtk/empathy-search-bar.ui.h:2 +msgid "_Previous" +msgstr "முந்தைய (_P)" + +#: ../libempathy-gtk/empathy-search-bar.ui.h:3 +msgid "_Next" +msgstr "அடுத்து (_N)" + +#: ../libempathy-gtk/empathy-search-bar.ui.h:4 msgid "Mat_ch case" msgstr "மேல்/கீழ் நிலையை பொருத்துக (_c)" -#: ../libempathy-gtk/empathy-search-bar.ui.h:3 +#: ../libempathy-gtk/empathy-search-bar.ui.h:5 msgid "Phrase not found" msgstr "சொற்றொடர் காணப்படவில்லை" - -#: ../libempathy-gtk/empathy-search-bar.ui.h:4 -msgid "_Next" -msgstr "அடுத்து (_N)" - -#: ../libempathy-gtk/empathy-search-bar.ui.h:5 -msgid "_Previous" -msgstr "முந்தைய (_P)" #: ../libempathy-gtk/empathy-sound-manager.c:51 msgid "Received an instant message" @@ -2240,7 +2716,8 @@ msgstr "சான்றிதழ் தானே கையெழுத்திட்டது" #: ../libempathy-gtk/empathy-tls-dialog.c:177 -msgid "The certificate has been revoked by the issuing Certification Authority." +msgid "" +"The certificate has been revoked by the issuing Certification Authority." msgstr "இந்த சான்றிதழ் வழங்கும் அதிகாரிகளால் ரத்து செய்யப்பட்டது" #: ../libempathy-gtk/empathy-tls-dialog.c:181 @@ -2494,6 +2971,14 @@ msgid "Vietnamese" msgstr "வியட்னாம்" +#: ../libempathy-gtk/empathy-roster-model.h:29 +msgid "Top Contacts" +msgstr "முக்கிய தொடர்புகள்." + +#: ../libempathy-gtk/empathy-roster-model.h:31 +msgid "Ungrouped" +msgstr "குழுவில் சேர்க்காத " + #: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:231 msgid "No error message" msgstr "பிழை செய்தி இல்லை" @@ -2509,8 +2994,10 @@ "Foundation; either version 2 of the License, or (at your option) any later " "version." msgstr "" -"எம்பதி இலவச மென் பொருளாகும். நீங்கள் இலவச மென் பொருள் அமைப்பினால் வெளியிடப்பட்ட ஜிஎன்யு " -"பொது அனுமதிக்கான இந்த 2ம் பதிப்பு அல்லது அடுத்த பதிப்புகள் விதிகளின் படி நீங்கள் " +"எம்பதி இலவச மென் பொருளாகும். நீங்கள் இலவச மென் பொருள் அமைப்பினால் " +"வெளியிடப்பட்ட ஜிஎன்யு " +"பொது அனுமதிக்கான இந்த 2ம் பதிப்பு அல்லது அடுத்த பதிப்புகள் விதிகளின் படி " +"நீங்கள் " "(விருப்பப்படி) மாற்றலாம். அல்லது மீண்டும் பறிமாறலாம்" #: ../src/empathy-about-dialog.c:85 @@ -2520,8 +3007,10 @@ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " "details." msgstr "" -"எம்பதி உபயோகப்படும் என்ற எதிர்பார்ப்புடன் வெளியிடப்படுகிறது. ஆனால் விற்க தகுதி, " -"குறிப்பிட்ட செயலுக்கான தகுதி உள்பட எந்த உத்திரவாதமும் அளிக்கப்படவில்லை. மேற் கொண்டு " +"எம்பதி உபயோகப்படும் என்ற எதிர்பார்ப்புடன் வெளியிடப்படுகிறது. ஆனால் விற்க " +"தகுதி, " +"குறிப்பிட்ட செயலுக்கான தகுதி உள்பட எந்த உத்திரவாதமும் அளிக்கப்படவில்லை. மேற் " +"கொண்டு " "விவரங்களுக்கு ஜிஎன்யு பொது அனுமதிக்கான விதிகளை பார்க்கவும்" #: ../src/empathy-about-dialog.c:89 @@ -2530,8 +3019,10 @@ "Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " "Street, Fifth Floor, Boston, MA 02110-130159 USA" msgstr "" -"இந்த எம்பதி நிரலுடன் ஜிஎன்யு பொது அனுமதிக்கான விதிகளின் பிரதி உங்களுக்கு கிடைத்திருக்க " -"வேண்டும். இல்லையானால் கீழ் கண்ட முகவரிக்கு கடிதம் எழுதவும். Free Software Foundation, " +"இந்த எம்பதி நிரலுடன் ஜிஎன்யு பொது அனுமதிக்கான விதிகளின் பிரதி உங்களுக்கு " +"கிடைத்திருக்க " +"வேண்டும். இல்லையானால் கீழ் கண்ட முகவரிக்கு கடிதம் எழுதவும். Free Software " +"Foundation, " "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA " #: ../src/empathy-about-dialog.c:109 @@ -2545,18 +3036,23 @@ #: ../src/empathy-accounts.c:182 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" -"எந்த உரையாடலையும் காட்ட வேண்டாம், வேலை செய்ய வேண்டாம் (-எ-கா இறக்குமதி) மற்றும் " +"எந்த உரையாடலையும் காட்ட வேண்டாம், வேலை செய்ய வேண்டாம் (-எ-கா " +"இறக்குமதி) மற்றும் " "வெளியேறுக" #: ../src/empathy-accounts.c:186 -msgid "Don't display any dialogs unless there are only \"People Nearby\" accounts" -msgstr "" -"அருகில் உள்ள நபர்கள் கணக்குகள் இருப்பு அல்லாது வேறு எந்த உரையாடலையும் காட்ட " +msgid "" +"Don't display any dialogs unless there are only \"People Nearby\" accounts" +msgstr "" +"அருகில் உள்ள நபர்கள் கணக்குகள் இருப்பு அல்லாது வேறு எந்த உரையாடலையும் " +"காட்ட " "வேண்டாம், " #: ../src/empathy-accounts.c:190 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" -msgstr "கொடுத்த கணக்கை முதலில் தேர்வு செய்யவும் (eg, gabble/jabber/foo_40example_2eorg0)" +msgstr "" +"கொடுத்த கணக்கை முதலில் தேர்வு செய்யவும் (eg, " +"gabble/jabber/foo_40example_2eorg0)" #: ../src/empathy-accounts.c:192 msgid "" @@ -2611,7 +3107,8 @@ "backend. Please install telepathy-haze and restart your session to migrate " "the account." msgstr "" -"இந்த கணக்கு பழைய ஆதரவில்லாத பின்புலத்தை சார்ந்து இருப்பதால் செயல் நீக்கப்பட்டது. இந்த கணக்கை " +"இந்த கணக்கு பழைய ஆதரவில்லாத பின்புலத்தை சார்ந்து இருப்பதால் செயல் " +"நீக்கப்பட்டது. இந்த கணக்கை " "இடம் மாற்ற டெலிபதி-ஹேஸ் ஐ நிறுவி அமர்வை மறு துவக்கம் செய்யவும்." #: ../src/empathy-accounts-dialog.c:502 @@ -2629,7 +3126,8 @@ #: ../src/empathy-accounts-dialog.c:1266 #, c-format msgid "Do you want to remove %s from your computer?" -msgstr "நீங்கள் நிச்சயம் குழு '%s' ஐ உங்கள் கணினியிலிருந்து நீக்க விரும்புகிறீர்களா?" +msgstr "" +"நீங்கள் நிச்சயம் குழு '%s' ஐ உங்கள் கணினியிலிருந்து நீக்க விரும்புகிறீர்களா?" #: ../src/empathy-accounts-dialog.c:1270 msgid "This will not remove your account on the server." @@ -2674,25 +3172,26 @@ msgid "Messaging and VoIP Accounts" msgstr "செய்தி அனுப்புதல் மற்றும் வோய்ப் கணக்குகள்" -#: ../src/empathy-accounts-dialog.ui.h:2 +#: ../src/empathy-accounts-dialog.ui.h:3 +msgid "_Import…" +msgstr "_I இறக்குமதி செய்" + +#: ../src/empathy-accounts-dialog.ui.h:4 msgid "Loading account information" msgstr "கணக்கு தகவல் தகவல்கள் ஏற்றப்படுகின்றன" -#: ../src/empathy-accounts-dialog.ui.h:3 +#: ../src/empathy-accounts-dialog.ui.h:5 +msgid "" +"To add a new account, you first have to install a backend for each protocol " +"you want to use." +msgstr "" +"ஒரு புதிய கணக்கு துவக்க ஒவ்வொரு நெறிமுறைக்கும் நீங்கள் முதலில் ஒரு " +"பின்புலத்தை அமைக்க " +"வேண்டும்." + +#: ../src/empathy-accounts-dialog.ui.h:6 msgid "No protocol backends installed" msgstr "நெறிமுறை பின்புலங்கள் ஏதும் நிறுவவில்லை" - -#: ../src/empathy-accounts-dialog.ui.h:5 -msgid "" -"To add a new account, you first have to install a backend for each protocol " -"you want to use." -msgstr "" -"ஒரு புதிய கணக்கு துவக்க ஒவ்வொரு நெறிமுறைக்கும் நீங்கள் முதலில் ஒரு பின்புலத்தை அமைக்க " -"வேண்டும்." - -#: ../src/empathy-accounts-dialog.ui.h:6 -msgid "_Import…" -msgstr "_I இறக்குமதி செய்" #: ../src/empathy-auth-client.c:296 msgid " - Empathy authentication client" @@ -2708,7 +3207,8 @@ #: ../src/empathy.c:431 msgid "Don't display the contact list or any other dialogs on startup" -msgstr "துவங்கும்போது தொடர்பு பட்டியலையோ அல்லது வேறு உரையாடல்களோ காட்ட வேண்டாம்" +msgstr "" +"துவங்கும்போது தொடர்பு பட்டியலையோ அல்லது வேறு உரையாடல்களோ காட்ட வேண்டாம்" #: ../src/empathy.c:447 msgid "- Empathy IM Client" @@ -2741,7 +3241,8 @@ #: ../src/empathy-call-observer.c:119 #, c-format msgid "%s just tried to call you, but you were in another call." -msgstr "%s உங்களை அழைக்க விரும்பினார், ஆனால் நீங்கள் வேறு அழைப்பில் இருந்தீர்கள்." +msgstr "" +"%s உங்களை அழைக்க விரும்பினார், ஆனால் நீங்கள் வேறு அழைப்பில் இருந்தீர்கள்." #. Translators: this is an "Info" label. It should be as short #. * as possible. @@ -2802,218 +3303,225 @@ msgid "The IP address of the multicast group" msgstr "பல்வெளியீட்டு குழுவின் ஐபி முகவரி" -#: ../src/empathy-call-window.c:2522 ../src/empathy-call-window.c:2523 -#: ../src/empathy-call-window.c:2524 ../src/empathy-call-window.c:2525 -#: ../src/empathy-call-window.ui.h:19 +#: ../src/empathy-call-window.c:2525 ../src/empathy-call-window.c:2526 +#: ../src/empathy-call-window.c:2527 ../src/empathy-call-window.c:2528 +#: ../src/empathy-call-window.ui.h:26 msgid "Unknown" msgstr "தெரியாத" -#: ../src/empathy-call-window.c:2868 +#: ../src/empathy-call-window.c:2884 msgid "On hold" msgstr "தற்காலிக நிறுத்தம்" -#: ../src/empathy-call-window.c:2870 +#: ../src/empathy-call-window.c:2888 msgid "Mute" msgstr "ஒலி நிறுத்தம்" -#: ../src/empathy-call-window.c:2872 +#: ../src/empathy-call-window.c:2890 msgid "Duration" msgstr "கால அளவு" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2875 +#: ../src/empathy-call-window.c:2893 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:2971 +#: ../src/empathy-call-window.c:2989 msgid "Technical Details" msgstr "தொடர்பு விவரங்கள்" -#: ../src/empathy-call-window.c:3010 +#: ../src/empathy-call-window.c:3028 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " "computer" msgstr "" -"%s' இன் மென்பொருள் உங்கள் கணினியில் ஆதரவு உள்ள எந்த ஒலி இசை ஒழுங்குகளையும் புரிந்து " +"%s' இன் மென்பொருள் உங்கள் கணினியில் ஆதரவு உள்ள எந்த ஒலி இசை ஒழுங்குகளையும் " +"புரிந்து " "கொள்ளவில்லை" -#: ../src/empathy-call-window.c:3015 +#: ../src/empathy-call-window.c:3033 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " "computer" msgstr "" -"%s' இன் மென்பொருள் உங்கள் கணினியில் ஆதரவு உள்ள எந்த விடியோ ஒழுங்குகளையும் புரிந்து " +"%s' இன் மென்பொருள் உங்கள் கணினியில் ஆதரவு உள்ள எந்த விடியோ ஒழுங்குகளையும் " +"புரிந்து " "கொள்ளவில்லை" -#: ../src/empathy-call-window.c:3021 +#: ../src/empathy-call-window.c:3039 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " "does not allow direct connections." msgstr "" -" %s' க்கு ஈனைக்க முடியவில்லை. உங்களில் ஒருவர் நேரடி இணைப்பை அனுமதிக்காத வலைப்பின்னலில் " +" %s' க்கு ஈனைக்க முடியவில்லை. உங்களில் ஒருவர் நேரடி இணைப்பை அனுமதிக்காத " +"வலைப்பின்னலில் " "இருக்கலாம்." -#: ../src/empathy-call-window.c:3027 +#: ../src/empathy-call-window.c:3045 msgid "There was a failure on the network" msgstr "வலைப்பின்னலில் ஒரு தோல்வி" -#: ../src/empathy-call-window.c:3031 -msgid "The audio formats necessary for this call are not installed on your computer" +#: ../src/empathy-call-window.c:3049 +msgid "" +"The audio formats necessary for this call are not installed on your computer" msgstr "இந்த அழைப்புக்கு தேவையான ஒலி ஒழுங்குக்கு ஆதரவு உங்கள் கணினியில் இல்லை." -#: ../src/empathy-call-window.c:3034 -msgid "The video formats necessary for this call are not installed on your computer" -msgstr "இந்த அழைப்புக்கு தேவையான விடியோ ஒழுங்குக்கு ஆதரவு உங்கள் கணினியில் இல்லை." - -#: ../src/empathy-call-window.c:3046 +#: ../src/empathy-call-window.c:3052 +msgid "" +"The video formats necessary for this call are not installed on your computer" +msgstr "" +"இந்த அழைப்புக்கு தேவையான விடியோ ஒழுங்குக்கு ஆதரவு உங்கள் கணினியில் இல்லை." + +#: ../src/empathy-call-window.c:3064 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please report this bug and attach logs gathered from the 'Debug' window in " "the Help menu." msgstr "" -"டெலிபதி உட்கூறு ஒன்றில் எதிர்பாராத ஒன்று நிகழ்ந்தது. தயைசெய்து report " +"டெலிபதி உட்கூறு ஒன்றில் எதிர்பாராத ஒன்று நிகழ்ந்தது. தயைசெய்து " +"report " "this bug மேலும் உதவி பட்டியலில் உள்ள 'Debug' சாளரத்தில் காணும் பதிவேட்டு " "உள்ளடக்கத்தை இணைக்கவும்.." -#: ../src/empathy-call-window.c:3055 +#: ../src/empathy-call-window.c:3073 msgid "There was a failure in the call engine" msgstr "அழைப்பு பொறியில் ஒரு தோல்வி" -#: ../src/empathy-call-window.c:3058 +#: ../src/empathy-call-window.c:3076 msgid "The end of the stream was reached" msgstr "ஓடையின் இறுதி எட்டப்பட்டது" -#: ../src/empathy-call-window.c:3098 +#: ../src/empathy-call-window.c:3116 msgid "Can't establish audio stream" msgstr "ஒலி ஓடையை நிறுவ முடியவில்லை" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3126 msgid "Can't establish video stream" msgstr "விடியோ ஓடையை நிறுவ முடியவில்லை" -#: ../src/empathy-call-window.c:3145 +#: ../src/empathy-call-window.c:3163 #, c-format msgid "Your current balance is %s." msgstr "உங்களை நடப்பு வைப்புத்தொகை %s." -#: ../src/empathy-call-window.c:3149 +#: ../src/empathy-call-window.c:3167 msgid "Sorry, you don’t have enough credit for that call." msgstr "மன்னிக்கவும், உங்கள் கணக்கில் அந்த அழைப்புக்கு போதிய பணமில்லை" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3169 msgid "Top Up" msgstr "கட்டணம் செலுத்து" -#: ../src/empathy-call-window.ui.h:1 ../src/empathy-preferences.ui.h:1 -msgid "Audio" -msgstr "கேட்பொலி" +#: ../src/empathy-call-window.ui.h:1 +msgid "_Call" +msgstr "(_C) அழை" #: ../src/empathy-call-window.ui.h:3 -msgid "Decoding Codec:" -msgstr "குறிமுறை மீளாக்கம்:" +msgid "_Microphone" +msgstr "_M ஒலி வாங்கி" #: ../src/empathy-call-window.ui.h:4 -msgid "Disable camera" -msgstr "காமிரா செயல் நீக்கு" +msgid "_Camera" +msgstr "_C கேமரா " #: ../src/empathy-call-window.ui.h:5 -msgid "Display the dialpad" -msgstr "டயல் பட்டியை காட்டு " +msgid "_Settings" +msgstr "_S அமைப்புகள்" #: ../src/empathy-call-window.ui.h:6 -msgid "Encoding Codec:" -msgstr "குறிமுறை குறிமுறையாக்கம்:" - -#: ../src/empathy-call-window.ui.h:7 -msgid "Hang up" -msgstr "துண்டி" - -#: ../src/empathy-call-window.ui.h:8 -msgid "Hang up current call" -msgstr "நடப்பு அழைப்பை துண்டி" +msgid "_View" +msgstr "பார்வை (_V)" + +#: ../src/empathy-call-window.ui.h:7 ../src/empathy-chat-window.ui.h:17 +msgid "_Help" +msgstr "உதவி (_H)" + +#: ../src/empathy-call-window.ui.h:8 ../src/empathy-chat-window.ui.h:18 +msgid "_Contents" +msgstr "உள்ளடக்கங்கள் (_C)" #: ../src/empathy-call-window.ui.h:9 -msgid "Local Candidate:" -msgstr "உள்ளமை வேட்பாளர்:" +msgid "_Debug" +msgstr "(_D) வழு நீக்கு" #: ../src/empathy-call-window.ui.h:10 -msgid "Maximise me" -msgstr "என்னை அதிகப்படுத்து" +msgid "Swap camera" +msgstr "காமிராவை மாற்று" #: ../src/empathy-call-window.ui.h:11 msgid "Minimise me" msgstr "என்னை குறைவாக்கு" #: ../src/empathy-call-window.ui.h:12 +msgid "Maximise me" +msgstr "என்னை அதிகப்படுத்து" + +#: ../src/empathy-call-window.ui.h:13 +msgid "Disable camera" +msgstr "காமிரா செயல் நீக்கு" + +#: ../src/empathy-call-window.ui.h:14 +msgid "Hang up" +msgstr "துண்டி" + +#: ../src/empathy-call-window.ui.h:15 +msgid "Hang up current call" +msgstr "நடப்பு அழைப்பை துண்டி" + +#: ../src/empathy-call-window.ui.h:16 +msgid "Video call" +msgstr "விடியோ அழைப்பு" + +#: ../src/empathy-call-window.ui.h:17 +msgid "Start a video call" +msgstr "விடியோ அழைப்பை துவக்கு" + +#: ../src/empathy-call-window.ui.h:19 +msgid "Start an audio call" +msgstr "ஒலி அழைப்பை துவக்கு" + +#: ../src/empathy-call-window.ui.h:20 +msgid "Show dialpad" +msgstr "டயல் அட்டையை காட்டு" + +#: ../src/empathy-call-window.ui.h:21 +msgid "Display the dialpad" +msgstr "டயல் பட்டியை காட்டு " + +#: ../src/empathy-call-window.ui.h:22 +msgid "Toggle video transmission" +msgstr "விடியோ அனுப்புதலை நிலை மாற்று" + +#: ../src/empathy-call-window.ui.h:23 +msgid "Toggle audio transmission" +msgstr "ஒலி அனுப்புதலை நிலை மாற்று" + +#: ../src/empathy-call-window.ui.h:25 +msgid "Encoding Codec:" +msgstr "குறிமுறை குறிமுறையாக்கம்:" + +#: ../src/empathy-call-window.ui.h:27 +msgid "Decoding Codec:" +msgstr "குறிமுறை மீளாக்கம்:" + +#: ../src/empathy-call-window.ui.h:28 msgid "Remote Candidate:" msgstr "தொலை வேட்பாளர்:" -#: ../src/empathy-call-window.ui.h:13 -msgid "Show dialpad" -msgstr "டயல் அட்டையை காட்டு" - -#: ../src/empathy-call-window.ui.h:14 -msgid "Start a video call" -msgstr "விடியோ அழைப்பை துவக்கு" - -#: ../src/empathy-call-window.ui.h:15 -msgid "Start an audio call" -msgstr "ஒலி அழைப்பை துவக்கு" - -#: ../src/empathy-call-window.ui.h:16 -msgid "Swap camera" -msgstr "காமிராவை மாற்று" - -#: ../src/empathy-call-window.ui.h:17 -msgid "Toggle audio transmission" -msgstr "ஒலி அனுப்புதலை நிலை மாற்று" - -#: ../src/empathy-call-window.ui.h:18 -msgid "Toggle video transmission" -msgstr "விடியோ அனுப்புதலை நிலை மாற்று" - -#: ../src/empathy-call-window.ui.h:21 -msgid "Video call" -msgstr "விடியோ அழைப்பு" - -#: ../src/empathy-call-window.ui.h:22 -msgid "_Call" -msgstr "(_C) அழை" - -#: ../src/empathy-call-window.ui.h:23 -msgid "_Camera" -msgstr "_C கேமரா " - -#: ../src/empathy-call-window.ui.h:24 ../src/empathy-chat-window.ui.h:9 -msgid "_Contents" -msgstr "உள்ளடக்கங்கள் (_C)" - -#: ../src/empathy-call-window.ui.h:25 -msgid "_Debug" -msgstr "(_D) வழு நீக்கு" - -#: ../src/empathy-call-window.ui.h:27 ../src/empathy-chat-window.ui.h:14 -msgid "_Help" -msgstr "உதவி (_H)" - -#: ../src/empathy-call-window.ui.h:28 -msgid "_Microphone" -msgstr "_M ஒலி வாங்கி" - #: ../src/empathy-call-window.ui.h:29 -msgid "_Settings" -msgstr "_S அமைப்புகள்" - -#: ../src/empathy-call-window.ui.h:30 -msgid "_View" -msgstr "பார்வை (_V)" - -#: ../src/empathy-chat.c:104 +msgid "Local Candidate:" +msgstr "உள்ளமை வேட்பாளர்:" + +#: ../src/empathy-call-window.ui.h:30 ../src/empathy-preferences.ui.h:28 +msgid "Audio" +msgstr "கேட்பொலி" + +#: ../src/empathy-chat.c:102 msgid "- Empathy Chat Client" msgstr "-எம்பதி அரட்டைசார்ந்தோன் " @@ -3029,24 +3537,25 @@ msgid "Auto-Connect" msgstr "தானியங்கி இணை" -#: ../src/empathy-chatrooms-window.ui.h:2 +#: ../src/empathy-chatrooms-window.ui.h:1 msgid "Manage Favorite Rooms" msgstr "பிடித்தமான அறைகளை மேலாள" -#: ../src/empathy-chat-window.c:280 +#: ../src/empathy-chat-window.c:288 msgid "Close this window?" msgstr "இந்த சாளரத்தை மூடவா?" -#: ../src/empathy-chat-window.c:286 +#: ../src/empathy-chat-window.c:294 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " "until you rejoin it." msgstr "" -"இந்த சாளரத்தை மூடினால்%s ஐ விட்டு வெளியேறுவீர்கள். நீங்கள் மறு நுழைவு செய்யும் வரை " +"இந்த சாளரத்தை மூடினால்%s ஐ விட்டு வெளியேறுவீர்கள். நீங்கள் மறு நுழைவு " +"செய்யும் வரை " "அங்கிருந்து எந்த செய்தியும் இனி வராது." -#: ../src/empathy-chat-window.c:299 +#: ../src/empathy-chat-window.c:307 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -3055,134 +3564,137 @@ "Closing this window will leave %u chat rooms. You will not receive any " "further messages until you rejoin them." msgstr[0] "" -"இந்த சாளரத்தை மூடினால் ஒரு அரட்டை அறையை விட்டு வெளியேறுவீர்கள். நீங்கள் மறு நுழைவு " +"இந்த சாளரத்தை மூடினால் ஒரு அரட்டை அறையை விட்டு வெளியேறுவீர்கள். நீங்கள் மறு " +"நுழைவு " "செய்யும் வரை அங்கிருந்து எந்த செய்தியும் இனி வராது." msgstr[1] "" -"இந்த சாளரத்தை மூடினால் %u அரட்டை அறைகளை விட்டு வெளியேறுவீர்கள். நீங்கள் மறு நுழைவு " +"இந்த சாளரத்தை மூடினால் %u அரட்டை அறைகளை விட்டு வெளியேறுவீர்கள். நீங்கள் மறு " +"நுழைவு " "செய்யும் வரை அங்கிருந்து எந்த செய்தியும் இனி வராது." -#: ../src/empathy-chat-window.c:310 +#: ../src/empathy-chat-window.c:318 #, c-format msgid "Leave %s?" msgstr "%s ஐ விட்டு வெளியேறவா?" -#: ../src/empathy-chat-window.c:312 +#: ../src/empathy-chat-window.c:320 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." msgstr "" -"நீங்கள் இந்த அரட்டை அறையில் மறு நுழைவு செய்யும் வரை இங்கிருந்து எந்த செய்தியும் இனி வராது" - -#: ../src/empathy-chat-window.c:331 +"நீங்கள் இந்த அரட்டை அறையில் மறு நுழைவு செய்யும் வரை இங்கிருந்து எந்த " +"செய்தியும் இனி வராது" + +#: ../src/empathy-chat-window.c:339 msgid "Close window" msgstr "சாளரத்தை மூடுக" -#: ../src/empathy-chat-window.c:331 +#: ../src/empathy-chat-window.c:339 msgid "Leave room" msgstr "அறையை விட்டு வெளியேறுக" -#: ../src/empathy-chat-window.c:665 ../src/empathy-chat-window.c:688 +#: ../src/empathy-chat-window.c:678 ../src/empathy-chat-window.c:701 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d படிக்காதது)" msgstr[1] "%s (%d படிக்காதது)" -#: ../src/empathy-chat-window.c:680 +#: ../src/empathy-chat-window.c:693 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (மற்றும் %u மற்றவர்)" msgstr[1] "%s (மற்றும் %u மற்றவர்கள்)" -#: ../src/empathy-chat-window.c:696 +#: ../src/empathy-chat-window.c:709 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d மற்றவரிடம் இருந்து படிக்காதது)" msgstr[1] "%s (%d மற்றவரிடம் இருந்து படிக்காதவை)" -#: ../src/empathy-chat-window.c:705 +#: ../src/empathy-chat-window.c:718 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d எல்லோரிடமிருந்தும் படிக்காதது)" msgstr[1] "%s (%d எல்லோரிடமிருந்தும் படிக்காதது)" -#: ../src/empathy-chat-window.c:942 +#: ../src/empathy-chat-window.c:955 msgid "SMS:" msgstr "எஸ்எம்எஸ்:" -#: ../src/empathy-chat-window.c:950 +#: ../src/empathy-chat-window.c:963 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "%d செய்தி அனுப்புகிறது" msgstr[1] "%d செய்திகள் அனுப்புகிறது" -#: ../src/empathy-chat-window.c:970 +#: ../src/empathy-chat-window.c:983 msgid "Typing a message." msgstr "செய்திகள் தட்டச்சிடல்" #: ../src/empathy-chat-window.ui.h:1 +msgid "_Conversation" +msgstr "உரையாடல் (_C)" + +#: ../src/empathy-chat-window.ui.h:2 msgid "C_lear" msgstr "துடை (_l)" -#: ../src/empathy-chat-window.ui.h:2 +#: ../src/empathy-chat-window.ui.h:3 +msgid "Insert _Smiley" +msgstr "ஸ்மைலியை நுழை (_S)" + +#: ../src/empathy-chat-window.ui.h:4 +msgid "_Favorite Chat Room" +msgstr "பிடித்தமான அரட்டை அறை (_F)" + +#: ../src/empathy-chat-window.ui.h:5 +msgid "Notify for All Messages" +msgstr "எல்லா செய்திகளையும் அறிவி" + +#: ../src/empathy-chat-window.ui.h:6 ../src/empathy-status-icon.ui.h:1 +msgid "_Show Contact List" +msgstr "(_S) தொடர்பு பட்டியல் ஐ காட்டு " + +#: ../src/empathy-chat-window.ui.h:7 +msgid "Invite _Participant…" +msgstr "_P பங்கேற்பாளரை அழை" + +#: ../src/empathy-chat-window.ui.h:8 msgid "C_ontact" msgstr "_o தொடர்பாளர்" -#: ../src/empathy-chat-window.ui.h:4 -msgid "Insert _Smiley" -msgstr "ஸ்மைலியை நுழை (_S)" - -#: ../src/empathy-chat-window.ui.h:5 -msgid "Invite _Participant…" -msgstr "_P பங்கேற்பாளரை அழை" - -#: ../src/empathy-chat-window.ui.h:6 +#: ../src/empathy-chat-window.ui.h:10 +msgid "_Tabs" +msgstr "தத்தல்கள் (_T)" + +#: ../src/empathy-chat-window.ui.h:11 +msgid "_Previous Tab" +msgstr "முந்தைய தத்தல் (_P)" + +#: ../src/empathy-chat-window.ui.h:12 +msgid "_Next Tab" +msgstr "அடுத்த தத்தல் (_N)" + +#: ../src/empathy-chat-window.ui.h:13 +msgid "_Undo Close Tab" +msgstr "_U கீற்று மூடலை மீள்" + +#: ../src/empathy-chat-window.ui.h:14 msgid "Move Tab _Left" msgstr "தத்தலை இடப்பக்கம் நகர்த்து (_L)" -#: ../src/empathy-chat-window.ui.h:7 +#: ../src/empathy-chat-window.ui.h:15 msgid "Move Tab _Right" msgstr "தத்தலை வலப்பக்கம் நகர்த்து (_R)" -#: ../src/empathy-chat-window.ui.h:8 -msgid "Notify for All Messages" -msgstr "எல்லா செய்திகளையும் அறிவி" - -#: ../src/empathy-chat-window.ui.h:10 -msgid "_Conversation" -msgstr "உரையாடல் (_C)" - -#: ../src/empathy-chat-window.ui.h:11 +#: ../src/empathy-chat-window.ui.h:16 msgid "_Detach Tab" msgstr "தத்தலை துண்டி (_D)" - -#: ../src/empathy-chat-window.ui.h:13 -msgid "_Favorite Chat Room" -msgstr "பிடித்தமான அரட்டை அறை (_F)" - -#: ../src/empathy-chat-window.ui.h:15 -msgid "_Next Tab" -msgstr "அடுத்த தத்தல் (_N)" - -#: ../src/empathy-chat-window.ui.h:16 -msgid "_Previous Tab" -msgstr "முந்தைய தத்தல் (_P)" - -#: ../src/empathy-chat-window.ui.h:17 ../src/empathy-status-icon.ui.h:5 -msgid "_Show Contact List" -msgstr "(_S) தொடர்பு பட்டியல் ஐ காட்டு " - -#: ../src/empathy-chat-window.ui.h:18 -msgid "_Tabs" -msgstr "தத்தல்கள் (_T)" - -#: ../src/empathy-chat-window.ui.h:19 -msgid "_Undo Close Tab" -msgstr "_U கீற்று மூடலை மீள்" #: ../src/empathy-debugger.c:69 msgid "Show a particular service" @@ -3210,7 +3722,8 @@ #: ../src/empathy-debug-window.c:1675 msgid "Data too large for a single paste. Please save logs to file." -msgstr "தரவு ஒற்றை ஒட்டலுக்கு மிகப்பெரியது. பதிவை தயைசெய்து கோப்புக்கு சேமிக்கவும்." +msgstr "" +"தரவு ஒற்றை ஒட்டலுக்கு மிகப்பெரியது. பதிவை தயைசெய்து கோப்புக்கு சேமிக்கவும்." #: ../src/empathy-debug-window.c:1856 msgid "Debug Window" @@ -3456,7 +3969,8 @@ #: ../src/empathy-ft-manager.ui.h:2 msgid "Remove completed, canceled and failed file transfers from the list" msgstr "" -"பூர்த்தியானது, ரத்து செய்யப்பட்டது, தோல்வி அடைந்தது ஆகிய கோப்பு பரிமாற்றங்களை பட்டியலில் " +"பூர்த்தியானது, ரத்து செய்யப்பட்டது, தோல்வி அடைந்தது ஆகிய கோப்பு பரிமாற்றங்களை " +"பட்டியலில் " "இருந்து நீக்கு " #: ../src/empathy-import-dialog.c:76 @@ -3468,7 +3982,8 @@ "No accounts to import could be found. Empathy currently only supports " "importing accounts from Pidgin." msgstr "" -"கணக்குகள் ஏதும் இறக்குமதி செய்ய இல்லை. எம்பதி இப்போதைக்கு பிட்ஜின் இலிருந்து மட்டுமே " +"கணக்குகள் ஏதும் இறக்குமதி செய்ய இல்லை. எம்பதி இப்போதைக்கு பிட்ஜின் இலிருந்து " +"மட்டுமே " "இறக்குமதிகளை அனுமதிக்கிறது." #: ../src/empathy-import-dialog.c:209 @@ -3540,43 +4055,47 @@ msgid "Join Room" msgstr "அறை இல் சேர் " +#: ../src/empathy-new-chatroom-dialog.ui.h:1 +msgid "" +"Enter the room name to join here or click on one or more rooms in the list." +msgstr "" +"சேருவதற்கான அறை பெயரை இங்கு உள்ளிடுக. அல்லது பட்டியலில் உள்ள ஒன்றோ மேற்பட்ட " +"பெயர்களையோ " +"சொடுக்குக." + #: ../src/empathy-new-chatroom-dialog.ui.h:2 +msgid "_Room:" +msgstr "(_R) அறை:" + +#: ../src/empathy-new-chatroom-dialog.ui.h:3 +msgid "" +"Enter the server which hosts the room, or leave it empty if the room is on " +"the current account's server" +msgstr "" +"அறையை தரும் சேவையகத்தின் பெயரை இங்கு உள்ளிடுக. அல்லது அது நடப்புக் கணக்கு " +"சேவையகத்தில் " +"இருந்தால் வெற்றாக விடவும்." + +#: ../src/empathy-new-chatroom-dialog.ui.h:4 +msgid "" +"Enter the server which hosts the room, or leave it empty if the room is on " +"the current account's server" +msgstr "" +"அறையை தரும் சேவையகத்தின் பெயரை இங்கு உள்ளிடுக. அல்லது அது நடப்பு சேவையகத்தில் " +"இருந்தால் " +"வெற்றாக விடவும்." + +#: ../src/empathy-new-chatroom-dialog.ui.h:5 +msgid "_Server:" +msgstr "(_S) சேவையகம்:" + +#: ../src/empathy-new-chatroom-dialog.ui.h:7 msgid "Couldn't load room list" msgstr "அறை பட்டியலை ஏற்ற முடியவில்லை" -#: ../src/empathy-new-chatroom-dialog.ui.h:3 -msgid "Enter the room name to join here or click on one or more rooms in the list." -msgstr "" -"சேருவதற்கான அறை பெயரை இங்கு உள்ளிடுக. அல்லது பட்டியலில் உள்ள ஒன்றோ மேற்பட்ட பெயர்களையோ " -"சொடுக்குக." - -#: ../src/empathy-new-chatroom-dialog.ui.h:4 -msgid "" -"Enter the server which hosts the room, or leave it empty if the room is on " -"the current account's server" -msgstr "" -"அறையை தரும் சேவையகத்தின் பெயரை இங்கு உள்ளிடுக. அல்லது அது நடப்புக் கணக்கு சேவையகத்தில் " -"இருந்தால் வெற்றாக விடவும்." - -#: ../src/empathy-new-chatroom-dialog.ui.h:5 -msgid "" -"Enter the server which hosts the room, or leave it empty if the room is on " -"the current account's server" -msgstr "" -"அறையை தரும் சேவையகத்தின் பெயரை இங்கு உள்ளிடுக. அல்லது அது நடப்பு சேவையகத்தில் இருந்தால் " -"வெற்றாக விடவும்." - -#: ../src/empathy-new-chatroom-dialog.ui.h:6 +#: ../src/empathy-new-chatroom-dialog.ui.h:8 msgid "Room List" msgstr "அறை பட்டியல்" - -#: ../src/empathy-new-chatroom-dialog.ui.h:7 -msgid "_Room:" -msgstr "(_R) அறை:" - -#: ../src/empathy-new-chatroom-dialog.ui.h:8 -msgid "_Server:" -msgstr "(_S) சேவையகம்:" #: ../src/empathy-notifications-approver.c:188 msgid "Respond" @@ -3680,181 +4199,181 @@ msgstr "விருப்பங்கள்" #: ../src/empathy-preferences.ui.h:2 +msgid "Show groups" +msgstr "குழுக்களை காட்டு " + +#: ../src/empathy-preferences.ui.h:3 +msgid "Show account balances" +msgstr "கணக்கு வைப்புத்தொகையை காட்டு" + +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2107 +msgid "Contact List" +msgstr "தொடர்பு பட்டியல்" + +#: ../src/empathy-preferences.ui.h:5 +msgid "Start chats in:" +msgstr "அரட்டையை இதில் துவங்கு:" + +#: ../src/empathy-preferences.ui.h:6 +msgid "new ta_bs" +msgstr "_b புதிய கீற்றுகள்" + +#: ../src/empathy-preferences.ui.h:7 +msgid "new _windows" +msgstr " _w புதிய சாளரங்கள்" + +#: ../src/empathy-preferences.ui.h:8 +msgid "Show _smileys as images" +msgstr "(_s) சிரிப்பான்களை பிம்பங்களாக காட்டு" + +#: ../src/empathy-preferences.ui.h:9 +msgid "Show contact _list in rooms" +msgstr "(_l) அறைகளில் தொடர்பு பட்டியல் ஐ காட்டு " + +#: ../src/empathy-preferences.ui.h:10 +msgid "Log conversations" +msgstr "உரையாடல்களை பதிவேட்டில் குறி" + +#: ../src/empathy-preferences.ui.h:12 +msgid "Display incoming events in the notification area" +msgstr "உள்வரும் நிகழ்ச்சிகளை அறிவிப்பு இடத்தில் காட்டுக." + +#: ../src/empathy-preferences.ui.h:13 +msgid "_Automatically connect on startup" +msgstr "(_A) துவங்கும்போது தானியங்கியாக இணை" + +#: ../src/empathy-preferences.ui.h:14 msgid "Behavior" msgstr "நடத்தை" -#: ../src/empathy-preferences.ui.h:5 -msgid "Chat Th_eme:" -msgstr "(_e) அரட்டை கருத்து:" - -#: ../src/empathy-preferences.ui.h:6 ../src/empathy-roster-window.c:2108 -msgid "Contact List" -msgstr "தொடர்பு பட்டியல்" - -#: ../src/empathy-preferences.ui.h:7 +#: ../src/empathy-preferences.ui.h:15 +msgid "General" +msgstr "பொது" + +#: ../src/empathy-preferences.ui.h:16 +msgid "_Enable bubble notifications" +msgstr "(_E) பலூனில் அறிவிப்புகளை செயல்படுத்து" + +#: ../src/empathy-preferences.ui.h:17 msgid "Disable notifications when _away or busy" msgstr "(_a) வெளியே அல்லது வேலையில் உள்ளபோது அறிவிப்புகளை செயல் நீக்கு" -#: ../src/empathy-preferences.ui.h:8 +#: ../src/empathy-preferences.ui.h:18 +msgid "Enable notifications when the _chat is not focused" +msgstr "(_c) அரட்டை குவிப்பில் இல்லாத போது அறிவிப்புகளை செயல்படுத்து" + +#: ../src/empathy-preferences.ui.h:19 +msgid "Enable notifications when a contact comes online" +msgstr "தொடர்பு உள் நுழைகையில் அறிவிப்புகளை செயல்படுத்து" + +#: ../src/empathy-preferences.ui.h:20 +msgid "Enable notifications when a contact goes offline" +msgstr "தொடர்பு இணைப்பு விலகி செல்கையில் அறிவிப்புகளை செயல்படுத்து" + +#: ../src/empathy-preferences.ui.h:21 +msgid "Notifications" +msgstr "அறிவிப்புகள்" + +#: ../src/empathy-preferences.ui.h:22 +msgid "_Enable sound notifications" +msgstr "(_E) ஒலி அறிவிப்புகளை செயல்படுத்து" + +#: ../src/empathy-preferences.ui.h:23 msgid "Disable sounds when _away or busy" msgstr "(_a) வெளியே அல்லது வேலையில் உள்ளபோது ஒலிகளை செயல் நீக்கு" -#: ../src/empathy-preferences.ui.h:9 -msgid "Display incoming events in the notification area" -msgstr "உள்வரும் நிகழ்ச்சிகளை அறிவிப்பு இடத்தில் காட்டுக." - -#: ../src/empathy-preferences.ui.h:10 +#: ../src/empathy-preferences.ui.h:24 +msgid "Play sound for events" +msgstr "நிகழ்வுகளுக்கு ஒலியை இயக்கு" + +#: ../src/empathy-preferences.ui.h:25 +msgid "Sounds" +msgstr "ஒலிகள்" + +#: ../src/empathy-preferences.ui.h:26 +msgid "Use _echo cancellation to improve call quality" +msgstr "_e அழைப்பு தரத்தை மேம்படுத்த எதிரொலி நீக்கத்தை பயன்படுத்துக " + +#: ../src/empathy-preferences.ui.h:27 msgid "" "Echo cancellation helps to make your voice sound clearer to the other " "person, but may cause problems on some computers. If you or the other person " "hear strange noises or glitches during calls, try turning echo cancellation " "off and restarting the call." msgstr "" -"எதிரொலி நீக்கம் மற்றவரைவிட உங்கள் பேச்சை துல்லியமாக ஆக்க உதவுகிறது. அழைப்புகளின் போது " -"நீங்களோ மற்றவரோ வினொபொதமான சத்தங்கள் அலல்து தடங்கல்களை கேட்க நேர்ந்தால் எதிரொலி நீக்கத்தை " +"எதிரொலி நீக்கம் மற்றவரைவிட உங்கள் பேச்சை துல்லியமாக ஆக்க உதவுகிறது. " +"அழைப்புகளின் போது " +"நீங்களோ மற்றவரோ வினொபொதமான சத்தங்கள் அலல்து தடங்கல்களை கேட்க நேர்ந்தால் " +"எதிரொலி நீக்கத்தை " "நிறுத்துங்கள்; பின் மீண்டும் அழைப்பை துவக்குங்கள்." -#: ../src/empathy-preferences.ui.h:11 -msgid "Enable notifications when a contact comes online" -msgstr "தொடர்பு உள் நுழைகையில் அறிவிப்புகளை செயல்படுத்து" - -#: ../src/empathy-preferences.ui.h:12 -msgid "Enable notifications when a contact goes offline" -msgstr "தொடர்பு இணைப்பு விலகி செல்கையில் அறிவிப்புகளை செயல்படுத்து" - -#: ../src/empathy-preferences.ui.h:13 -msgid "Enable notifications when the _chat is not focused" -msgstr "(_c) அரட்டை குவிப்பில் இல்லாத போது அறிவிப்புகளை செயல்படுத்து" - -#: ../src/empathy-preferences.ui.h:14 -msgid "Enable spell checking for languages:" -msgstr "மொழிகளுக்கு எழுத்து பிழை திருத்தத்தை செயல்படுத்து:" - -#: ../src/empathy-preferences.ui.h:15 -msgid "General" -msgstr "பொது" - -#: ../src/empathy-preferences.ui.h:17 -msgid "Location sources:" -msgstr "இட மூலங்கள்:" - -#: ../src/empathy-preferences.ui.h:18 -msgid "Log conversations" -msgstr "உரையாடல்களை பதிவேட்டில் குறி" - -#: ../src/empathy-preferences.ui.h:19 -msgid "Notifications" -msgstr "அறிவிப்புகள்" - -#: ../src/empathy-preferences.ui.h:20 -msgid "Play sound for events" -msgstr "நிகழ்வுகளுக்கு ஒலியை இயக்கு" - -#: ../src/empathy-preferences.ui.h:21 -msgid "Privacy" -msgstr "அந்தரங்கம்" - -#: ../src/empathy-preferences.ui.h:22 +#: ../src/empathy-preferences.ui.h:30 +msgid "_Publish location to my contacts" +msgstr "(_P) என் தொடர்புகளுக்கு இடத்தை வெளியிடு" + +#: ../src/empathy-preferences.ui.h:31 msgid "" "Reduced location accuracy means that nothing more precise than your city, " "state and country will be published. GPS coordinates will be accurate to 1 " "decimal place." msgstr "" -"குறைத்த இட குறிப்பு எனில் உங்கள் மாநகரம், மாநிலம், நாடு தவிர ஒன்றும் வெளியிடப்படாது. " +"குறைத்த இட குறிப்பு எனில் உங்கள் மாநகரம், மாநிலம், நாடு தவிர ஒன்றும் " +"வெளியிடப்படாது. " "ஜிபிஎஸ் ஆயத்தொலைவுகளுக்கு 1 தசம இடம் திருத்தமாக இருக்கும்." -#: ../src/empathy-preferences.ui.h:23 -msgid "Show _smileys as images" -msgstr "(_s) சிரிப்பான்களை பிம்பங்களாக காட்டு" - -#: ../src/empathy-preferences.ui.h:24 -msgid "Show account balances" -msgstr "கணக்கு வைப்புத்தொகையை காட்டு" - -#: ../src/empathy-preferences.ui.h:25 -msgid "Show contact _list in rooms" -msgstr "(_l) அறைகளில் தொடர்பு பட்டியல் ஐ காட்டு " - -#: ../src/empathy-preferences.ui.h:26 -msgid "Show groups" -msgstr "குழுக்களை காட்டு " - -#: ../src/empathy-preferences.ui.h:27 -msgid "Show offline contacts" -msgstr " வலை தொடர்பில்லாத தொடர்புகளை காட்டு" - -#: ../src/empathy-preferences.ui.h:28 -msgid "Sounds" -msgstr "ஒலிகள்" - -#: ../src/empathy-preferences.ui.h:29 -msgid "Spell Checking" -msgstr "எழுத்து பிழை திருத்தம்" - -#: ../src/empathy-preferences.ui.h:30 -msgid "Start chats in:" -msgstr "அரட்டையை இதில் துவங்கு:" - -#: ../src/empathy-preferences.ui.h:31 -msgid "" -"The list of languages reflects only the languages for which you have a " -"dictionary installed." -msgstr "" -"இந்த பட்டியல் நீங்கள் எந்த மொழிகளுக்கு அகராதி நிறுவி இருக்கிறீர்களோ அவற்றை மட்டுமே " -"காட்டுகிறது" - -#: ../src/empathy-preferences.ui.h:32 -msgid "Themes" -msgstr "கருத்துகள்" - +#. To translators: The longitude and latitude are rounded to closest 0,1 degrees, so for example 146,2345° is rounded to round(146,2345*10)/10 = 146,2 degrees. #: ../src/empathy-preferences.ui.h:33 -msgid "Use _echo cancellation to improve call quality" -msgstr "_e அழைப்பு தரத்தை மேம்படுத்த எதிரொலி நீக்கத்தை பயன்படுத்துக " +msgid "_Reduce location accuracy" +msgstr "(_R) இடத்தின் குறிப்பை குறை" #: ../src/empathy-preferences.ui.h:34 -msgid "Variant:" -msgstr "மாற்று:" +msgid "Privacy" +msgstr "அந்தரங்கம்" #: ../src/empathy-preferences.ui.h:35 -msgid "_Automatically connect on startup" -msgstr "(_A) துவங்கும்போது தானியங்கியாக இணை" +msgid "_GPS" +msgstr "(_G) ஜிபிஎஸ்" #: ../src/empathy-preferences.ui.h:36 msgid "_Cellphone" msgstr "_C அலைபேசி" #: ../src/empathy-preferences.ui.h:37 -msgid "_Enable bubble notifications" -msgstr "(_E) பலூனில் அறிவிப்புகளை செயல்படுத்து" - -#: ../src/empathy-preferences.ui.h:38 -msgid "_Enable sound notifications" -msgstr "(_E) ஒலி அறிவிப்புகளை செயல்படுத்து" - -#: ../src/empathy-preferences.ui.h:39 -msgid "_GPS" -msgstr "(_G) ஜிபிஎஸ்" - -#: ../src/empathy-preferences.ui.h:40 msgid "_Network (IP, Wi-Fi)" msgstr "_N வலையமைப்பு (ஐபி, வைஃபை)" +#: ../src/empathy-preferences.ui.h:38 +msgid "Location sources:" +msgstr "இட மூலங்கள்:" + +#: ../src/empathy-preferences.ui.h:40 +msgid "" +"The list of languages reflects only the languages for which you have a " +"dictionary installed." +msgstr "" +"இந்த பட்டியல் நீங்கள் எந்த மொழிகளுக்கு அகராதி நிறுவி இருக்கிறீர்களோ அவற்றை " +"மட்டுமே " +"காட்டுகிறது" + #: ../src/empathy-preferences.ui.h:41 -msgid "_Publish location to my contacts" -msgstr "(_P) என் தொடர்புகளுக்கு இடத்தை வெளியிடு" - -#. To translators: The longitude and latitude are rounded to closest 0,1 degrees, so for example 146,2345° is rounded to round(146,2345*10)/10 = 146,2 degrees. +msgid "Enable spell checking for languages:" +msgstr "மொழிகளுக்கு எழுத்து பிழை திருத்தத்தை செயல்படுத்து:" + +#: ../src/empathy-preferences.ui.h:42 +msgid "Spell Checking" +msgstr "எழுத்து பிழை திருத்தம்" + #: ../src/empathy-preferences.ui.h:43 -msgid "_Reduce location accuracy" -msgstr "(_R) இடத்தின் குறிப்பை குறை" +msgid "Chat Th_eme:" +msgstr "(_e) அரட்டை கருத்து:" #: ../src/empathy-preferences.ui.h:44 -msgid "new _windows" -msgstr " _w புதிய சாளரங்கள்" +msgid "Variant:" +msgstr "மாற்று:" #: ../src/empathy-preferences.ui.h:45 -msgid "new ta_bs" -msgstr "_b புதிய கீற்றுகள்" +msgid "Themes" +msgstr "கருத்துகள்" #: ../src/empathy-roster-window.c:242 msgid "Provide Password" @@ -3864,56 +4383,123 @@ msgid "Disconnect" msgstr "துண்டி" -#: ../src/empathy-roster-window.c:442 +#: ../src/empathy-roster-window.c:441 msgid "You need to setup an account to see contacts here." msgstr "தொடர்புகளை இங்கே காண நீங்கள் ஒரு கணக்கை துவக்க வேண்டும்." -#: ../src/empathy-roster-window.c:518 +#: ../src/empathy-roster-window.c:517 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." -msgstr "மன்னிக்க, %s கணக்குகள் உங்கள் %s மென்பொருள் மேம்படுத்தப்படும் வரை பயன்படுத்த இயலாது." - -#: ../src/empathy-roster-window.c:636 +msgstr "" +"மன்னிக்க, %s கணக்குகள் உங்கள் %s மென்பொருள் மேம்படுத்தப்படும் வரை பயன்படுத்த " +"இயலாது." + +#: ../src/empathy-roster-window.c:635 msgid "Update software..." msgstr "மென்பொருளை மேம்படுத்து..." -#: ../src/empathy-roster-window.c:642 +#: ../src/empathy-roster-window.c:641 msgid "Reconnect" msgstr "மீள் இணை" -#: ../src/empathy-roster-window.c:646 +#: ../src/empathy-roster-window.c:645 msgid "Edit Account" msgstr "கணக்குகளை திருத்துக" -#: ../src/empathy-roster-window.c:651 +#: ../src/empathy-roster-window.c:650 msgid "Close" msgstr "மூடு" -#: ../src/empathy-roster-window.c:788 +#: ../src/empathy-roster-window.c:787 msgid "Top up account" msgstr "கணக்கு இருப்பை உயர்த்து" -#: ../src/empathy-roster-window.c:1470 +#: ../src/empathy-roster-window.c:1469 msgid "You need to enable one of your accounts to see contacts here." msgstr "தொடர்புகளை இங்கே காண நீங்கள் உங்களது ஒரு கணக்கை செயலாக்க வேண்டும்." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1478 +#: ../src/empathy-roster-window.c:1477 #, c-format msgid "You need to enable %s to see contacts here." msgstr "தொடர்புகளை இங்கே காண நீங்கள் %s ஐ செயலாக்க வேண்டும்." -#: ../src/empathy-roster-window.c:1556 +#: ../src/empathy-roster-window.c:1555 msgid "Change your presence to see contacts here" msgstr "தொடர்புகளை இங்கே காண நீங்கள் உங்கள் இருப்பை மாற்ற வேண்டும்." -#: ../src/empathy-roster-window.c:1565 +#: ../src/empathy-roster-window.c:1564 msgid "No match found" msgstr "பொருத்தம் ஏதும் காணப்படவில்லை" -#: ../src/empathy-roster-window.c:1570 +#: ../src/empathy-roster-window.c:1569 msgid "No online contacts" msgstr " வலை தொடர்பில்லாத தொடர்புகள் ஏதுமில்லை" + +#: ../src/empathy-roster-window-menubar.ui.h:1 +msgid "_New Conversation..." +msgstr "_N புதிய உரையாடல்..." + +#: ../src/empathy-roster-window-menubar.ui.h:2 +msgid "New _Call..." +msgstr "_C புதிய அழைப்பு..." + +#: ../src/empathy-roster-window-menubar.ui.h:3 +msgid "Contacts" +msgstr "தொடர்புகள்" + +#: ../src/empathy-roster-window-menubar.ui.h:4 +msgid "_Add Contacts..." +msgstr "(_A) தொடர்புகளை சேர்..." + +#: ../src/empathy-roster-window-menubar.ui.h:5 +msgid "_Search for Contacts..." +msgstr "_S தொடர்புகளை ஐ தேடு..." + +#: ../src/empathy-roster-window-menubar.ui.h:6 +msgid "_Blocked Contacts" +msgstr "_B தடுக்கப்பட்ட தொடர்புகள்" + +#: ../src/empathy-roster-window-menubar.ui.h:7 +msgid "_Rooms" +msgstr "(_R) அறைகள்" + +#: ../src/empathy-roster-window-menubar.ui.h:8 +msgid "_Join..." +msgstr "(_J) சேர்..." + +#: ../src/empathy-roster-window-menubar.ui.h:9 +msgid "Join _Favorites" +msgstr "(_F) விருப்பங்கள் சேர் " + +#: ../src/empathy-roster-window-menubar.ui.h:10 +msgid "_Manage Favorites" +msgstr "_M விருப்பங்களை மேலாளுக" + +#: ../src/empathy-roster-window-menubar.ui.h:12 +msgid "_File Transfers" +msgstr "(_F) கோப்பு பறிமாற்றங்கள் " + +#: ../src/empathy-roster-window-menubar.ui.h:13 +msgid "_Accounts" +msgstr "கணக்குகள் (_A)" + +#: ../src/empathy-roster-window-menubar.ui.h:14 +msgid "P_references" +msgstr "(_r) விருப்பங்கள்" + +#: ../src/empathy-roster-window-menubar.ui.h:15 +msgid "Help" +msgstr "உதவி" + +#: ../src/empathy-roster-window-menubar.ui.h:16 +msgid "About Empathy" +msgstr "எம்பதி - அறிமுகம்" + +#: ../src/empathy-roster-window-menubar.ui.h:17 +#: ../src/empathy-status-icon.ui.h:5 +msgid "_Quit" +msgstr "வெளியேறு (_Q)" #: ../src/empathy-roster-window.ui.h:1 msgid "Account settings" @@ -3923,21 +4509,17 @@ msgid "Go _Online" msgstr " _O இணைப்புக்கு செல்க" -#: ../src/empathy-status-icon.ui.h:1 +#: ../src/empathy-status-icon.ui.h:2 +msgid "_New Conversation…" +msgstr "_N புதிய உரையாடல்" + +#: ../src/empathy-status-icon.ui.h:3 msgid "New _Call…" msgstr "_C புதிய அழைப்பு" -#: ../src/empathy-status-icon.ui.h:2 +#: ../src/empathy-status-icon.ui.h:4 msgid "Status" msgstr "நிலை" - -#: ../src/empathy-status-icon.ui.h:3 -msgid "_New Conversation…" -msgstr "_N புதிய உரையாடல்" - -#: ../src/empathy-status-icon.ui.h:4 -msgid "_Quit" -msgstr "வெளியேறு (_Q)" #: ../ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c:179 #: ../ubuntu-online-accounts/cc-plugins/app-plugin/empathy-app-plugin-widget.c:126 @@ -3960,352 +4542,27 @@ #~ msgid "Manage Messaging and VoIP accounts" #~ msgstr "செய்தி அனுப்புதல் மற்றும் வோய்ப் கணக்குகள் ஐ மேலாளவும் " -#~ msgid "Always open a separate chat window for new chats." -#~ msgstr "எப்போதும் புதிய அரட்டைக்கு புதிய சாளரம் திற" - -#~ msgid "Camera device" -#~ msgstr "கேமரா சாதனம்" - -#~ msgid "Camera position" -#~ msgstr "கேமரா நிலை" - -#~ msgid "" -#~ "Character to add after nickname when using nick completion (tab) in group " -#~ "chat." -#~ msgstr "" -#~ "குழு அரட்டையில் செல்லப்பெயர் கீற்றில் செல்லப்பெயருக்குப்பின் சேர்க்க வேண்டிய எழுத்துரு" - -#~ msgid "Chat window theme" -#~ msgstr "அரட்டை சாளர கருத்து" - -#~ msgid "Chat window theme variant" -#~ msgstr "அரட்டை சாளர மாற்று கருத்து" - -#~ msgid "" -#~ "Comma-separated list of spell checker languages to use (e.g. \"en, fr, nl" -#~ "\")." -#~ msgstr "" -#~ "சொல் திருத்தி மொழிகளை பயன்படுத்த காற் புள்ளியால் பிரித்த பட்டியல் (எ-டு. \"en, fr, " -#~ "nl \")" - #~ msgid "Compact contact list" #~ msgstr "அடக்கமான தொடர்பு பட்டியல்" -#~ msgid "Connection managers should be used" -#~ msgstr "இணைப்பு மேலாளரை பயன்படுத்த வேண்டும்" - #~ msgid "Contact list sort criterion" #~ msgstr "தொடர்பு பட்டியல் வரிசைப்படுத்த கட்டளை விதி" -#~ msgid "D-Bus object path of the last account selected to join a room." -#~ msgstr "ஒரு அறையில் சேர கடைசியாக தேர்ந்தெடுத்த கணக்கின் டி-பஸ் பொருள் பாதை" - -#~ msgid "Default camera device to use in video calls, e.g. /dev/video0." -#~ msgstr "விடியோ அழைப்புகளுக்கு முன்னிருப்பு கேமரா சாதனம். எ-கா. /dev/video0." - -#~ msgid "Default directory to select an avatar image from" -#~ msgstr "அவதாரம் படம் தேந்தெடுக்க முன்னிருப்பு அடைவு" - -#~ msgid "Disable popup notifications when away" -#~ msgstr "வெளியே உள்ள போது துள்ளு அறிவிப்புகளை செயல் நீக்குக" - -#~ msgid "Disable sounds when away" -#~ msgstr "வெளியே உள்ள போது ஒலியை செயல் நீக்குக" - -#~ msgid "Display incoming events in the status area" -#~ msgstr "உள்வரும் நிகழ்ச்சிகளை நிலைப்பலக இடத்தில் காட்டுக." - -#~ msgid "" -#~ "Display incoming events in the status area. If false, present them to the " -#~ "user immediately." -#~ msgstr "" -#~ "உள்வரும் நிகழ்ச்சிகளை நிலை அறிவிப்பு இடத்தில் காட்டுக. இல்லை என அமைந்தால் பயனருக்கு " -#~ "உடனே காட்டுக." - -#~ msgid "Echo cancellation support" -#~ msgstr "எதிரொலி நீக்கி ஆதரவு" - -#~ msgid "Empathy can publish the user's location" -#~ msgstr "பயனரின் இடத்தை தொடர்புகளுக்கு எம்பதியால் காட்ட இயலும்" - -#~ msgid "Empathy can use the GPS to guess the location" -#~ msgstr "எம்பதியால் பயனரின் இடத்தை ஊகிக்க ஜிபிஎஸ் ஐ பயன்படுத்த இயலும்" - -#~ msgid "Empathy can use the cellular network to guess the location" -#~ msgstr "எம்பதியால் பயனரின் இடத்தை ஊகிக்க அலைபேசி வலையை பயன்படுத்த இயலும்" - -#~ msgid "Empathy can use the network to guess the location" -#~ msgstr "எம்பதியால் பயனரின் இடத்தை ஊகிக்க வலையை பயன்படுத்த இயலும்" - -#~ msgid "Empathy default download folder" -#~ msgstr "எம்பதி முன்னிருப்பு தரவிறக்க அடைவு" - -#~ msgid "Empathy should auto-away when idle" -#~ msgstr "சும்மா இருக்கும் போது எம்பதி தானியங்கியாக வெளியே இருப்பதாக வேண்டும்." - -#~ msgid "Empathy should auto-connect on startup" -#~ msgstr "துவங்கும் போது எம்பதி தானியங்கியாக இணைக்க வேண்டும்." - -#~ msgid "Empathy should reduce the location's accuracy" -#~ msgstr "துவங்கும் போது எம்பதி இடததின் குறிப்பை குறைக்க வேண்டும்." - -#~ msgid "Empathy should use the avatar of the contact as the chat window icon" -#~ msgstr "" -#~ "துவங்கும் போது எம்பதி அரட்டை சாரளத்தில் சின்னமாக தொடர்பின் அவதாரத்தை காட்ட வேண்டும்." - -#~ msgid "Enable WebKit Developer Tools" -#~ msgstr "வெப்கிட் உருவாக்குவோர் கருவிகளை செயல்படுத்து" - -#~ msgid "Enable popup notifications for new messages" -#~ msgstr "புதிய செய்திகளுக்கு துள்ளு அறிவிப்புகளை செயல்படுத்து " - -#~ msgid "Enable spell checker" -#~ msgstr "சொல் திருத்தியை செயல்படுத்து" - -#~ msgid "Hide main window" -#~ msgstr "முதன்மை சாளரத்தை மறை " - -#~ msgid "Hide the main window." -#~ msgstr "முதன்மை சாளரத்தை மறை " - -#~ msgid "Inform other users when you are typing to them" -#~ msgstr "மற்ற பயனர்களுக்கு அவர்களுக்காக தட்டச்சும் போது தெரிவிக்கவும்" - -#~ msgid "Last account selected in Join Room dialog" -#~ msgstr "அறையில் சேர் உரையாடலில் கடைசியாக தேர்ந்தெடுத்த கணக்கு" - -#~ msgid "Nick completed character" -#~ msgstr "செல்லப்பெயரை பூர்த்தி செய்யும் எழுத்துரு" - -#~ msgid "Open new chats in separate windows" -#~ msgstr "புதிய அரட்டைகளை தனி சாளரத்தில் திற" - -#~ msgid "Path of the Adium theme to use" -#~ msgstr "பயன்படுத்த வேண்டிய ஏடியம் கருத்துக்கு பாதை" - -#~ msgid "Path of the Adium theme to use if the theme used for chat is Adium." -#~ msgstr "அரட்டை அறைகளில் எடியம் கருத்தை பயன்படுத்த வேண்டுமானால் அதன் பாதை" - -#~ msgid "Play a sound for incoming messages" -#~ msgstr "உள்வரும் செய்திகளுக்கு ஒலி எழுப்பு" - -#~ msgid "Play a sound for new conversations" -#~ msgstr "உள்வரும் உரையாடல்களுக்கு ஒலி எழுப்பு" - -#~ msgid "Play a sound for outgoing messages" -#~ msgstr "வெளிச்செல்லும் செய்திகளுக்கு ஒலி எழுப்பு" - -#~ msgid "Play a sound when a contact logs in" -#~ msgstr "தொடர்பு உள் நுழைகையில் ஒலி எழுப்பு" - -#~ msgid "Play a sound when a contact logs out" -#~ msgstr "தொடர்பு வெளி செல்கையில் ஒலி எழுப்பு" - -#~ msgid "Play a sound when we log in" -#~ msgstr "நாம் உள் நுழைகையில் ஒலி எழுப்பு" - -#~ msgid "Play a sound when we log out" -#~ msgstr "நாம் வெளி செல்கையில் ஒலி எழுப்பு" - -#~ msgid "Pop up notifications if the chat isn't focused" -#~ msgstr "அரட்டை குவிப்பில் இல்லையானால் வெளித்துள்ளல் மூலம் அறிவி" - -#~ msgid "Pop up notifications when a contact logs in" -#~ msgstr "தொடர்பு உள் நுழைகையில் வெளித்துள்ளல் மூலம் அறிவி" - -#~ msgid "Pop up notifications when a contact logs out" -#~ msgstr "தொடர்பு விலகி செல்கையில் வெளித்துள்ளல் மூலம் அறிவி" - -#~ msgid "Position the camera preview should be during a call." -#~ msgstr "அழைப்பின் போது காமிரா முன் பார்வை இருப்புக்கு இடம்." - -#~ msgid "Show Balance in contact list" -#~ msgstr "தொடர்புகள் பட்டியலில் மீதியை காட்டு" - #~ msgid "Show avatars" #~ msgstr "அவதாரங்களை காட்டு" -#~ msgid "Show contact list in rooms" -#~ msgstr "தொடர்பு பட்டியல் ஐ அறைகளில் காட்டு " - -#~ msgid "Show hint about closing the main window" -#~ msgstr "முதன்மை சாளரத்தை மூடிவது குறித்து குறிப்பு காட்டு " - #~ msgid "Show protocols" #~ msgstr "விதிமுறைகளை காட்டு" - -#~ msgid "Spell checking languages" -#~ msgstr "எழுத்துப்பிழை திருத்த மொழி" - -#~ msgid "The default folder to save file transfers in." -#~ msgstr "இடமாற்றிய கோப்புகளை சேமிக்க முன்னிருப்பு அடைவு" - -#~ msgid "The last directory that an avatar image was chosen from." -#~ msgstr "அவதாரம் படம் தேர்ந்தெடுத்த கடைசி அடைவு " - -#~ msgid "The position for the chat window side pane" -#~ msgstr "அரட்டை சாளரத்தின் பக்கப் பலக இடம் " - -#~ msgid "The stored position (in pixels) of the chat window side pane." -#~ msgstr "அரட்டை பக்கப் பலகத்தின் சேமித்த இடம் (பிக்ஸல்களில்)" - -#~ msgid "The theme that is used to display the conversation in chat windows." -#~ msgstr "அரட்டை சாளரங்களில் உரையாடல்களை காட்ட பயன்படும் கருத்து" - -#~ msgid "" -#~ "The theme variant that is used to display the conversation in chat " -#~ "windows." -#~ msgstr "அரட்டை சாளரங்களில் உரையாடல்களை காட்ட பயன்படும் மாற்று கருத்து" - -#~ msgid "Use graphical smileys" -#~ msgstr "வரைகலை சிரிப்பான்களை பயன்படுத்துக" - -#~ msgid "Use notification sounds" -#~ msgstr "அறிவிப்பு ஒலிகளை பயன்படுத்துக" - -#~ msgid "Use theme for chat rooms" -#~ msgstr "அரட்டை அறைகளுக்கு கருத்துக்களை பயன்படுத்துக" - -#~ msgid "Whether Empathy can publish the user's location to their contacts." -#~ msgstr "பயனரின் இடத்தை தொடர்புகளுக்கு எம்பதி காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "Whether Empathy can use the GPS to guess the location." -#~ msgstr "எம்பதி பயனரின் இடத்தை ஊகிக்க ஜிபிஎஸ் ஐ பயன்படுத்தலாமா இல்லையா." - -#~ msgid "Whether Empathy can use the cellular network to guess the location." -#~ msgstr "எம்பதி பயனரின் இடத்தை ஊகிக்க அலைபேசி வலையை பயன்படுத்தலாமா இல்லையா." - -#~ msgid "Whether Empathy can use the network to guess the location." -#~ msgstr "எம்பதி பயனரின் இடத்தை ஊகிக்க வலையை பயன்படுத்தலாமா இல்லையா." - -#~ msgid "" -#~ "Whether Empathy should automatically log into your accounts on startup." -#~ msgstr "எம்பதி துவங்கும்போது கணக்குகளில் தானியங்கியாக உள்நுழைய வேண்டுமா இல்லையா." - -#~ msgid "" -#~ "Whether Empathy should go into away mode automatically if the user is " -#~ "idle." -#~ msgstr "" -#~ "பயனர் சும்மா இருக்கும்போது தானியங்கியாக எம்பதி வெளியே பாங்கிற்கு செல்ல வேண்டுமா " -#~ "இல்லையா." - -#~ msgid "" -#~ "Whether Empathy should reduce the location's accuracy for privacy reasons." -#~ msgstr "" -#~ "அந்தரங்கத்தை காப்பாற்ற துவங்கும் போது எம்பதி இடத்தின் குறிப்பை குறைக்க வேண்டுமா இல்லையா" - -#~ msgid "" -#~ "Whether Empathy should use the avatar of the contact as the chat window " -#~ "icon." -#~ msgstr "எம்பதி தொடர்பின் அவதாரத்தை அரட்டை அறை சின்னமாக பயன்படுத்த வேண்டுமா இல்லையா." - -#~ msgid "" -#~ "Whether WebKit developer tools, such as the Web Inspector, should be " -#~ "enabled." -#~ msgstr "வெப் ஆய்வாளர் போன்ற வெப்கிட் உருவாக்குவோர் கருவிகளை செயல்படுத்த வேண்டுமா?" - -#~ msgid "" -#~ "Whether connectivity managers should be used to automatically disconnect/" -#~ "reconnect." -#~ msgstr "" -#~ "இணைப்பு மேலாளர்கள் தானியங்கியாக இணைக்க/ மீண்டும் இணைக்க பயன்படுத்த வேண்டுமா இல்லையா" - -#~ msgid "" -#~ "Whether to check words typed against the languages you want to check with." -#~ msgstr "நீங்கள் விரும்பிய மொழிகளில் உள்ளிட்ட சொற்களை சோதிக்க வேண்டுமா இல்லையா?" - -#~ msgid "Whether to convert smileys into graphical images in conversations." -#~ msgstr "உரையாடல்களில் சிரிப்பான்களை வரைகலை படங்களாக மாற்ற வேண்டுமா இல்லையா?" - -#~ msgid "Whether to enable Pulseaudio's echo cancellation filter." -#~ msgstr "பல்ஸ்ஆடியோ எதிரொலி நீக்கி வடிப்பியை செயலாக்கவா" - -#~ msgid "" -#~ "Whether to play a sound to notify of contacts logging into the network." -#~ msgstr "வலைப்பின்னலில் தொடர்புகள் உள்நுழையும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" - -#~ msgid "" -#~ "Whether to play a sound to notify of contacts logging out of the network." -#~ msgstr "வலைப்பின்னலில் தொடர்புகள் வெளிச்செல்லும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" - -#~ msgid "Whether to play a sound to notify of events." -#~ msgstr "நிகழ்வுகள் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" - -#~ msgid "Whether to play a sound to notify of incoming messages." -#~ msgstr "செய்திகள் உள்வரும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" - -#~ msgid "Whether to play a sound to notify of new conversations." -#~ msgstr "புதிய உரையாடல்கள் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" - -#~ msgid "Whether to play a sound to notify of outgoing messages." -#~ msgstr "செய்திகள் வெளிச்செல்லும் போது ஒலியை எழுப்ப வேண்டுமா இல்லையா?" - -#~ msgid "Whether to play a sound when logging into a network." -#~ msgstr "வலைப்பின்னலில் உள்நுழையும் போது ஒலி இயக்க வேண்டுமா இல்லையா?" - -#~ msgid "Whether to play a sound when logging out of a network." -#~ msgstr "வலைப்பின்னலில் வெளிச்செல்லும் போது ஒலி இயக்க வேண்டுமா இல்லையா?" - -#~ msgid "Whether to play sound notifications when away or busy." -#~ msgstr "வெளியே அல்லது வேலையாக உள்ள போது ஒலி அறிக்கைகளை இயக்க வேண்டுமா இல்லையா?" - -#~ msgid "" -#~ "Whether to send the 'composing' or 'paused' chat states. Does not " -#~ "currently affect the 'gone' state." -#~ msgstr "" -#~ "'உருவாக்கம் ' அல்லது 'இடைநிறுத்தம்' அரட்டை நிலைகளை அனுப்பவா. இது நடப்பு " -#~ "'போயாயிற்று' நிலையை பாதிக்காது." - -#~ msgid "Whether to show a popup notification when a contact goes offline." -#~ msgstr "தொடர்பு இணைப்பு விலகி செல்கையில் துள்ளு அறிக்கைகளை காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "Whether to show a popup notification when a contact goes online." -#~ msgstr "தொடர்பு இணைப்பில் வருகையில் துள்ளு அறிக்கைகளை காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "" -#~ "Whether to show a popup notification when receiving a new message even if " -#~ "the chat is already opened, but not focused." -#~ msgstr "" -#~ "புதிய செய்தி ஒன்று வரும்போது அரட்டை திறந்து இருந்து குவிப்பில் இல்லாவிட்டாலும் துள்ளு " -#~ "அறிக்கையை காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "Whether to show a popup notification when receiving a new message." -#~ msgstr "புதிய செய்தி ஒன்று வரும்போது துள்ளு அறிக்கையை காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "Whether to show account balances in the contact list." -#~ msgstr " தொடர்பு பட்டியலில் கணக்கு மீதியை காட்ட வேண்டுமா இல்லையா?" #~ msgid "" #~ "Whether to show avatars for contacts in the contact list and chat windows." #~ msgstr "அரட்டை பட்டியலிலும் தொடர்பு பட்டியலிலும் அவதாரங்களை காட்ட வேண்டுமா இல்லையா?" -#~ msgid "Whether to show contacts that are offline in the contact list." -#~ msgstr "தொடர்பு பட்டியலிலும் இணைப்பில் இல்லாத தொடர்புகளை காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "Whether to show groups in the contact list." -#~ msgstr " தொடர்பு பட்டியலில் குழுக்களை காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "Whether to show popup notifications when away or busy." -#~ msgstr "வெளியே அல்லது வேலையாக உள்ள போது துள்ளு அறிக்கைகளை காட்ட வேண்டுமா இல்லையா?" - #~ msgid "Whether to show protocols for contacts in the contact list." #~ msgstr " தொடர்பு பட்டியலில் விதிமுறைகளை காட்ட வேண்டுமா இல்லையா?" -#~ msgid "Whether to show the contact list in chat rooms." -#~ msgstr "அரட்டை அறையில் தொடர்பு பட்டியலை காட்ட வேண்டுமா இல்லையா?" - #~ msgid "Whether to show the contact list in compact mode." #~ msgstr "அடக்கப்பாங்கில் தொடர்பு பட்டியலை காட்ட வேண்டுமா இல்லையா?" - -#~ msgid "" -#~ "Whether to show the message dialog about closing the main window with the " -#~ "'x' button in the title bar." -#~ msgstr "" -#~ "தலைப்பு பட்டியில் x பொத்தானால் முதன்மை சாளரத்தை மூடுவதை குறித்த உரையாடலை காட்ட " -#~ "வேண்டுமா இல்லையா?" - -#~ msgid "Whether to use the theme for chat rooms." -#~ msgstr "அரட்டை அறைகளில் கருத்துக்களை பயன்படுத்த வேண்டுமா இல்லையா?" #~ msgid "" #~ "Which criterion to use when sorting the contact list. Default is to sort " @@ -4370,9 +4627,6 @@ #~ msgid "Top Up..." #~ msgstr "நிரப்பு..." -#~ msgid "Contact" -#~ msgstr "தொடர்பு" - #~ msgid "Contacts on a _Map" #~ msgstr "(_M) தொடர்புகளை படத்தில் காட்டு " @@ -4382,21 +4636,12 @@ #~ msgid "Find in Contact _List" #~ msgstr "தொடர்பு பட்டியல் இல் காண்க " -#~ msgid "Join _Favorites" -#~ msgstr "(_F) விருப்பங்கள் சேர் " - -#~ msgid "Manage Favorites" -#~ msgstr "விருப்பங்களை மேலாளுக" - #~ msgid "N_ormal Size" #~ msgstr " (_o) சாதாரண அளவு" #~ msgid "Normal Size With _Avatars" #~ msgstr "( _A) சாதாரண அளவு அவதாரங்கள் உடன்" -#~ msgid "P_references" -#~ msgstr "(_r) விருப்பங்கள்" - #~ msgid "Show P_rotocols" #~ msgstr "_r விதிமுறைகளை காட்டு" @@ -4406,30 +4651,15 @@ #~ msgid "Sort by _Status" #~ msgstr "(_S) நிலை வாரியாக வரிசைப்படுத்து" -#~ msgid "_Accounts" -#~ msgstr "கணக்குகள் (_A)" - -#~ msgid "_Blocked Contacts" -#~ msgstr "_B தடுக்கப்பட்ட தொடர்புகள்" - #~ msgid "_Compact Size" #~ msgstr "(_C) அடக்கமான அளவு" -#~ msgid "_File Transfers" -#~ msgstr "(_F) கோப்பு பறிமாற்றங்கள் " - #~ msgid "_Join…" #~ msgstr "(_J) இணை" #~ msgid "_Offline Contacts" #~ msgstr "(_O) இணைப்பு விலகி உள்ள தொடர்புகள்" -#~ msgid "_Room" -#~ msgstr "(_R) அறை" - -#~ msgid "_Search for Contacts…" -#~ msgstr "_S தொடர்புகள் ஐ தேடு..." - #~ msgid "Could not start room listing" #~ msgstr "அறை பட்டியலை எடுப்பதை துவக்க முடியவில்லை" @@ -4477,9 +4707,6 @@ #~ msgid "Personal Information" #~ msgstr "தனிப்பட்ட தகவல்" - -#~ msgid "Ungrouped" -#~ msgstr "குழுவில் சேர்க்காத " #~ msgid "Favorite People" #~ msgstr "பிடித்தமான நபர்கள் " diff --git a/po/te.po b/po/te.po index a26523d..105cb06 100644 --- a/po/te.po +++ b/po/te.po @@ -12,15 +12,15 @@ "Project-Id-Version: empathy.master.te\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2012-09-18 11:40+0000\n" -"PO-Revision-Date: 2012-09-19 01:26+0530\n" +"POT-Creation-Date: 2012-10-16 18:54+0000\n" +"PO-Revision-Date: 2012-11-28 15:13+0530\n" "Last-Translator: Krishnababu Krothapalli \n" "Language-Team: Telugu \n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: ../data/empathy.desktop.in.in.h:1 @@ -319,7 +319,6 @@ msgstr "ఉపయోగించుటకు అడియమ్ థీము యొక్క పాత్." #: ../data/org.gnome.Empathy.gschema.xml.h:65 -#| msgid "Path of the Adium theme to use if the theme used for chat is Adium." msgid "" "Path of the Adium theme to use if the theme used for chat is Adium. " "Deprecated." @@ -757,6 +756,7 @@ msgstr "అంతర్గత సమస్య " #: ../libempathy/empathy-utils.c:497 +#: ../libempathy-gtk/empathy-roster-model.h:30 msgid "People Nearby" msgstr "దగ్గరలోని వ్యక్తులు" @@ -782,12 +782,10 @@ #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:14 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:1 #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:1 -#| msgid "Pass_word:" msgid "Pass_word" msgstr "సంకేతపదం (_w)" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:2 -#| msgid "Screen _Name:" msgid "Screen _Name" msgstr "తెర పేరు (_N)" @@ -812,7 +810,6 @@ #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:6 #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:21 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:5 -#| msgid "_Port:" msgid "_Port" msgstr "పోర్టు (_P)" @@ -821,7 +818,6 @@ #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:7 #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:20 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:6 -#| msgid "_Server:" msgid "_Server" msgstr "సేవిక (_S)" @@ -932,7 +928,6 @@ #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:2 #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:13 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:2 -#| msgid "Login I_D:" msgid "Login I_D" msgstr "ప్రవేశించు ఐడి (_D)" @@ -950,7 +945,6 @@ msgstr "మీ గుంపుతరహ సంకేతపదము ఏమిటి?" #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:2 -#| msgid "ICQ _UIN:" msgid "ICQ _UIN" msgstr "ICQ _UIN" @@ -959,7 +953,6 @@ msgstr "ఉదాహరణ: 123456789" #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:5 -#| msgid "Ch_aracter set:" msgid "Ch_aracter set" msgstr "అక్షర సమితి (_a)" @@ -976,7 +969,6 @@ msgstr "నెట్ వర్క్" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:2 -#| msgid "Character set:" msgid "Character set" msgstr "అక్షర సమితి" @@ -1017,22 +1009,18 @@ "లేదు." #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:11 -#| msgid "Nickname:" msgid "Nickname" msgstr "మారుపేరు" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:13 -#| msgid "Quit message:" msgid "Quit message" msgstr "నిష్క్రమణ సందేశం" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:14 -#| msgid "Real name:" msgid "Real name" msgstr "అసలు పేరు" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:15 -#| msgid "Username:" msgid "Username" msgstr "వాడుకరి పేరు" @@ -1087,12 +1075,10 @@ msgstr "SSL ధృవీకరణపత్ర దోషములను వదిలివేయు (_g)" #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:16 -#| msgid "Priori_ty:" msgid "Priori_ty" msgstr "ప్రాముఖ్యత (_t)" #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:17 -#| msgid "Reso_urce:" msgid "Reso_urce" msgstr "వనరు (_u)" @@ -1125,32 +1111,26 @@ msgstr "మీరు కోరుకున్న జబ్బర్ సంకేతపదము ఏమిటి?" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:1 -#| msgid "Nic_kname:" msgid "Nic_kname" msgstr "మారుపేరు (_k)" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:2 -#| msgid "_Last Name:" msgid "_Last Name" msgstr "చివరి పేరు (_L)" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:3 -#| msgid "_First Name:" msgid "_First Name" msgstr "మొదటి పేరు (_F)" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:4 -#| msgid "_Published Name:" msgid "_Published Name" msgstr "ప్రచురించబడు పేరు (_P)" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:5 -#| msgid "_Jabber ID:" msgid "_Jabber ID" msgstr "జాబ్బర్ ఐడి (_J)" #: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:6 -#| msgid "E-_mail address:" msgid "E-_mail address" msgstr "ఈ-మెయిల్ చిరునామా" @@ -1196,7 +1176,6 @@ msgstr "ఏదీకాదు" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:2 -#| msgid "_Username:" msgid "_Username" msgstr "వాడుకరిపేరు (_U)" @@ -1221,7 +1200,6 @@ msgstr "బహువిధాలైన ఇచ్ఛాపూర్వకాలు" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:9 -#| msgid "STUN Server:" msgid "STUN Server" msgstr "STUN సేవిక" @@ -1238,7 +1216,6 @@ msgstr "ఇచ్ఛాపూర్వకాలను అలాగే వుంచండి" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:14 -#| msgid "Mechanism:" msgid "Mechanism" msgstr "యాంత్రిక తత్వం" @@ -1247,12 +1224,10 @@ msgstr "విరామం (సెకన్లలో)" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:16 -#| msgid "Authentication username:" msgid "Authentication username" msgstr "ధృవీకరణ వాడుకరిపేరు" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:17 -#| msgid "Transport:" msgid "Transport" msgstr "ట్రాన్స్‍పోర్ట్" @@ -1265,7 +1240,6 @@ msgstr "TLS దోషాలను విస్మరించు" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:21 -#| msgid "Local IP Address:" msgid "Local IP Address" msgstr "స్థానిక IP చిరునామా" @@ -1348,7 +1322,6 @@ #: ../libempathy-gtk/empathy-bad-password-dialog.c:130 #, c-format -#| msgid "Authentification failed for account %s" msgid "Authentication failed for account %s" msgstr "ఖాతా %s కొరకు ధృవీకరణ విఫలమైంది" @@ -1413,7 +1386,6 @@ msgstr "విషయమును మార్చుటకు మీరు అనుమతించబడరు" #: ../libempathy-gtk/empathy-chat.c:967 -#| msgid "invalid contact" msgid "Invalid contact ID" msgstr "చెల్లని పరిచయం ఐడి" @@ -1544,7 +1516,7 @@ msgid "unknown" msgstr "తెలియదు" -#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:967 +#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:980 msgid "Topic:" msgstr "విషయం:" @@ -1660,7 +1632,7 @@ #. * we get the new handler. #: ../libempathy-gtk/empathy-chat.c:2989 ../src/empathy-call-window.c:1467 #: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2570 -#: ../src/empathy-event-manager.c:1166 +#: ../src/empathy-call-window.c:2876 ../src/empathy-event-manager.c:1166 msgid "Disconnected" msgstr "అననుసంధానించబడ్డారు" @@ -1851,14 +1823,12 @@ #. Setup id label #: ../libempathy-gtk/empathy-contact-widget.ui.h:3 #: ../libempathy-gtk/empathy-user-info.c:444 -#| msgid "Identifier:" msgid "Identifier" msgstr "గుర్తించునది" #. Setup nickname entry #: ../libempathy-gtk/empathy-contact-widget.ui.h:4 #: ../libempathy-gtk/empathy-user-info.c:449 -#| msgid "Alias:" msgid "Alias" msgstr "అలియాస్" @@ -1881,17 +1851,14 @@ msgstr "కక్షిదారు సమాచారము" #: ../libempathy-gtk/empathy-contact-widget.ui.h:9 -#| msgid "OS:" msgid "OS" msgstr "OS" #: ../libempathy-gtk/empathy-contact-widget.ui.h:10 -#| msgid "Version:" msgid "Version" msgstr "వర్షన్" #: ../libempathy-gtk/empathy-contact-widget.ui.h:11 -#| msgid "Client:" msgid "Client" msgstr "కక్షిదారు" @@ -1982,47 +1949,47 @@ #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:172 +#: ../libempathy-gtk/empathy-individual-menu.c:177 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:348 +#: ../libempathy-gtk/empathy-individual-menu.c:353 msgid "Select account to use to place the call" msgstr "కాల్ స్థానానికి ఉపయోగించడానికి ఖాతా ఎంచుకోండి" -#: ../libempathy-gtk/empathy-individual-menu.c:352 +#: ../libempathy-gtk/empathy-individual-menu.c:357 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:18 msgid "Call" msgstr "కాల్" -#: ../libempathy-gtk/empathy-individual-menu.c:417 +#: ../libempathy-gtk/empathy-individual-menu.c:422 msgid "Mobile" msgstr "మొబైలు" -#: ../libempathy-gtk/empathy-individual-menu.c:419 +#: ../libempathy-gtk/empathy-individual-menu.c:424 msgid "Work" msgstr "పని " -#: ../libempathy-gtk/empathy-individual-menu.c:421 +#: ../libempathy-gtk/empathy-individual-menu.c:426 msgid "HOME" msgstr "ఇల్లు " -#: ../libempathy-gtk/empathy-individual-menu.c:662 +#: ../libempathy-gtk/empathy-individual-menu.c:669 msgid "_Block Contact" msgstr "పరిచయాన్ని నిరోధించు (_B)" -#: ../libempathy-gtk/empathy-individual-menu.c:718 +#: ../libempathy-gtk/empathy-individual-menu.c:725 msgid "Delete and _Block" msgstr "తొలగించు మరియు నిరోధించు (_B)" -#: ../libempathy-gtk/empathy-individual-menu.c:780 +#: ../libempathy-gtk/empathy-individual-menu.c:787 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "మీరు నిజంగానే '%s' పరిచయాన్ని తీసివేయాలనుకుంటున్నారా?" -#: ../libempathy-gtk/empathy-individual-menu.c:789 +#: ../libempathy-gtk/empathy-individual-menu.c:796 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -2032,75 +1999,75 @@ "సంప్రదించండి ను తయారుచేసే అన్ని " "పరిచయాలను తొలగిస్తుంది గమనించండి." -#: ../libempathy-gtk/empathy-individual-menu.c:800 +#: ../libempathy-gtk/empathy-individual-menu.c:807 msgid "Removing contact" msgstr "పరిచయాన్ని తీసివేస్తున్నది" -#: ../libempathy-gtk/empathy-individual-menu.c:864 +#: ../libempathy-gtk/empathy-individual-menu.c:871 #: ../libempathy-gtk/empathy-individual-view.c:2453 msgid "_Remove" msgstr "తీసివేయి (_R)" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1227 +#: ../libempathy-gtk/empathy-individual-menu.c:1234 #: ../libempathy-gtk/empathy-new-message-dialog.c:318 msgid "_Chat" msgstr "చాట్ (_C)" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1262 +#: ../libempathy-gtk/empathy-individual-menu.c:1269 #: ../libempathy-gtk/empathy-new-message-dialog.c:312 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1295 +#: ../libempathy-gtk/empathy-individual-menu.c:1302 msgctxt "menu item" msgid "_Audio Call" msgstr "ఆడియో కాల్ (_A)" -#: ../libempathy-gtk/empathy-individual-menu.c:1328 +#: ../libempathy-gtk/empathy-individual-menu.c:1335 msgctxt "menu item" msgid "_Video Call" msgstr "వీడియో కాల్ (_V)" -#: ../libempathy-gtk/empathy-individual-menu.c:1369 +#: ../libempathy-gtk/empathy-individual-menu.c:1376 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "మునుపటి సంభాషణలు (_P)" -#: ../libempathy-gtk/empathy-individual-menu.c:1398 +#: ../libempathy-gtk/empathy-individual-menu.c:1405 msgid "Send File" msgstr "ఫైలును పంపు" -#: ../libempathy-gtk/empathy-individual-menu.c:1428 +#: ../libempathy-gtk/empathy-individual-menu.c:1435 msgid "Share My Desktop" msgstr "నా డెస్క్‍టాప్‌ను పంచుకొను" -#: ../libempathy-gtk/empathy-individual-menu.c:1454 +#: ../libempathy-gtk/empathy-individual-menu.c:1461 #: ../libempathy-gtk/empathy-individual-widget.c:1368 msgid "Favorite" msgstr "ఇష్టాంశము" -#: ../libempathy-gtk/empathy-individual-menu.c:1483 +#: ../libempathy-gtk/empathy-individual-menu.c:1490 msgid "Infor_mation" msgstr "సమాచారము (_m)" -#: ../libempathy-gtk/empathy-individual-menu.c:1532 +#: ../libempathy-gtk/empathy-individual-menu.c:1539 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "సవరణ (_E)" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1648 -#: ../src/empathy-chat-window.c:1233 +#: ../libempathy-gtk/empathy-individual-menu.c:1655 +#: ../src/empathy-chat-window.c:1246 msgid "Inviting you to this room" msgstr "మిమ్మల్ని ఈ గదికి ఆహ్వానిస్తున్నారు" -#: ../libempathy-gtk/empathy-individual-menu.c:1694 +#: ../libempathy-gtk/empathy-individual-menu.c:1701 msgid "_Invite to Chat Room" msgstr "చాట్ గదికి ఆహ్వానించు (_I)" -#: ../libempathy-gtk/empathy-individual-menu.c:1890 +#: ../libempathy-gtk/empathy-individual-menu.c:1897 msgid "_Add Contact…" msgstr "పరిచయాన్ని జతచేయి...(_A)" @@ -2114,7 +2081,6 @@ msgstr "గుంపును తీసివేస్తున్నది" #: ../libempathy-gtk/empathy-individual-view.c:2444 -#| msgid "Rename" msgid "Re_name" msgstr "పేరుమార్పు (_n)" @@ -2691,7 +2657,6 @@ msgstr "తిరస్కరించు(_D)" #: ../libempathy-gtk/empathy-subscription-dialog.c:282 -#| msgid "Accept" msgid "_Accept" msgstr "అంగీకరించు (_A)" @@ -2812,7 +2777,6 @@ msgstr "మీ వ్యక్తిగత సమాచారమును సవరించుటకు ఆన్‌లైన్ కి వెళ్ళండి " #: ../libempathy-gtk/empathy-user-info.c:464 -#| msgid "Personal Details" msgid "Personal Details" msgstr "వ్యక్తిగత వివరాలు" @@ -2993,6 +2957,15 @@ msgid "Vietnamese" msgstr "వియెత్నామీస్" +#: ../libempathy-gtk/empathy-roster-model.h:29 +#| msgid "Contacts" +msgid "Top Contacts" +msgstr "ముఖ్య పరిచయాలు" + +#: ../libempathy-gtk/empathy-roster-model.h:31 +msgid "Ungrouped" +msgstr "గుంపులో లేని" + #: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:231 msgid "No error message" msgstr "ఏ దోష సందేశము లేదు" @@ -3316,29 +3289,29 @@ msgid "Unknown" msgstr "తెలియదు" -#: ../src/empathy-call-window.c:2868 +#: ../src/empathy-call-window.c:2874 msgid "On hold" msgstr "లొ దచు" -#: ../src/empathy-call-window.c:2870 +#: ../src/empathy-call-window.c:2878 msgid "Mute" msgstr "నిశబ్దం" -#: ../src/empathy-call-window.c:2872 +#: ../src/empathy-call-window.c:2880 msgid "Duration" msgstr "నిడివి" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2875 +#: ../src/empathy-call-window.c:2883 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:2971 +#: ../src/empathy-call-window.c:2979 msgid "Technical Details" msgstr "సాంకేతిక వివరాలు" -#: ../src/empathy-call-window.c:3010 +#: ../src/empathy-call-window.c:3018 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -3347,14 +3320,14 @@ "మీ కంప్యూటరుచే సహకరించబడుతున్న ఏ ఆడియో ఫార్మేట్లను %s సాఫ్ట్‌వేర్ " "అర్థంచేసుకోలేకపోతున్నది" -#: ../src/empathy-call-window.c:3015 +#: ../src/empathy-call-window.c:3023 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " "computer" msgstr "% s యొక్క సాఫ్ట్వేర్ మీ కంప్యూటర్ మద్దతు వీడియో ఫార్మాట్లలో అర్థం లేదు" -#: ../src/empathy-call-window.c:3021 +#: ../src/empathy-call-window.c:3029 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -3364,21 +3337,21 @@ "అనుమతించని నెట్‌వర్క్ పై " "ఉండి వుండవచ్చును." -#: ../src/empathy-call-window.c:3027 +#: ../src/empathy-call-window.c:3035 msgid "There was a failure on the network" msgstr "నెట్‌వర్కు నందు వైఫల్యము ఉన్నది" -#: ../src/empathy-call-window.c:3031 +#: ../src/empathy-call-window.c:3039 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "ఈ కాల్‌కి అవసరమైన ఆడియో ఫార్మేట్లు మీ కంప్యూటర్‌లో స్థాపించబడిలేవు" -#: ../src/empathy-call-window.c:3034 +#: ../src/empathy-call-window.c:3042 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "ఈ కాల్‌కి అవసరమైన వీడియో ఫార్మేట్లు మీ కంప్యూటర్‌లో స్థాపించబడిలేవు" -#: ../src/empathy-call-window.c:3046 +#: ../src/empathy-call-window.c:3054 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please మరియు " "సహాయం మెను లో 'డీబగ్' విండో నుండి సేకరించిన లాగ్లను అటాచ్." -#: ../src/empathy-call-window.c:3055 +#: ../src/empathy-call-window.c:3063 msgid "There was a failure in the call engine" msgstr "కాల్ ఇంజనులో ఒక వైఫల్యము ఉన్నది" -#: ../src/empathy-call-window.c:3058 +#: ../src/empathy-call-window.c:3066 msgid "The end of the stream was reached" msgstr "ప్రవాహము చివరకు చేరుకున్నది" -#: ../src/empathy-call-window.c:3098 +#: ../src/empathy-call-window.c:3106 msgid "Can't establish audio stream" msgstr "ఆడియో ప్రవాహాన్ని స్థాపించలేకపోతుంది" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3116 msgid "Can't establish video stream" msgstr "వీడియో ప్రవాహాన్ని స్థాపించలేకపోతుంది" -#: ../src/empathy-call-window.c:3145 +#: ../src/empathy-call-window.c:3153 #, c-format msgid "Your current balance is %s." msgstr "మీ యొక్క రొక్కము %s" -#: ../src/empathy-call-window.c:3149 +#: ../src/empathy-call-window.c:3157 msgid "Sorry, you don’t have enough credit for that call." msgstr "మీరు సంభాషించుటకు సరిపోయినంత రొక్కము లేదు " -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3159 msgid "Top Up" msgstr "టాప్ అప్..." @@ -3522,7 +3495,7 @@ msgid "Audio" msgstr "ఆడియో" -#: ../src/empathy-chat.c:104 +#: ../src/empathy-chat.c:102 msgid "- Empathy Chat Client" msgstr "- ఎంపతి చాట్ కక్షిదారు" @@ -3542,11 +3515,11 @@ msgid "Manage Favorite Rooms" msgstr "ఇష్టమైన గదులను నిర్వహించు" -#: ../src/empathy-chat-window.c:280 +#: ../src/empathy-chat-window.c:288 msgid "Close this window?" msgstr "ఈ విండోను మూయుము?" -#: ../src/empathy-chat-window.c:286 +#: ../src/empathy-chat-window.c:294 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -3556,7 +3529,7 @@ "పొందలేరుమీరు మరలా " "వచ్చువరకు" -#: ../src/empathy-chat-window.c:299 +#: ../src/empathy-chat-window.c:307 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -3573,12 +3546,12 @@ "పొందలేరుమీరు మరలా " "వచ్చువరకు " -#: ../src/empathy-chat-window.c:310 +#: ../src/empathy-chat-window.c:318 #, c-format msgid "Leave %s?" msgstr "%s స్థాయి ?" -#: ../src/empathy-chat-window.c:312 +#: ../src/empathy-chat-window.c:320 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -3586,54 +3559,54 @@ "మీరు మరలా వచ్చువరకు ఈ ఛాట్ గది నుండి తర్వాతి సందేశములు మీరు పొందలేరు మీరు " "మరలా వచ్చువరకు" -#: ../src/empathy-chat-window.c:331 +#: ../src/empathy-chat-window.c:339 msgid "Close window" msgstr "విండోను మూయుము " -#: ../src/empathy-chat-window.c:331 +#: ../src/empathy-chat-window.c:339 msgid "Leave room" msgstr "గదిని వదలండి " -#: ../src/empathy-chat-window.c:665 ../src/empathy-chat-window.c:688 +#: ../src/empathy-chat-window.c:678 ../src/empathy-chat-window.c:701 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d చదువనిది)" msgstr[1] "%s (%d చదువనివి)" -#: ../src/empathy-chat-window.c:680 +#: ../src/empathy-chat-window.c:693 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (మరియు %u ఇతర)" msgstr[1] "%s (మరియు %u ఇతరాలు)" -#: ../src/empathy-chat-window.c:696 +#: ../src/empathy-chat-window.c:709 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d ఇతరుల నుండి చదవనివి)" msgstr[1] "%s (%d ఇతరుల నుండి చదవనివి)" -#: ../src/empathy-chat-window.c:705 +#: ../src/empathy-chat-window.c:718 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d అన్నిటిని నుండి చదవనివి)" msgstr[1] "%s (%d అన్నిటిని నుండి చదవనివి)" -#: ../src/empathy-chat-window.c:942 +#: ../src/empathy-chat-window.c:955 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:950 +#: ../src/empathy-chat-window.c:963 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "%d సందేశమును పంపుతున్నది" msgstr[1] "%d సందేశాలను పంపుతున్నది" -#: ../src/empathy-chat-window.c:970 +#: ../src/empathy-chat-window.c:983 msgid "Typing a message." msgstr "ఒక సందేశమును టైపు చేస్తున్నారు." @@ -4025,7 +3998,6 @@ msgstr "సభ్యులు" #: ../src/empathy-new-chatroom-dialog.c:410 -#| msgid "Failed to retrieve recent logs" msgid "Failed to list rooms" msgstr "గదులను జాబితా చేయుటలో వైఫల్యం" @@ -4068,9 +4040,6 @@ msgstr "గది (_R):" #: ../src/empathy-new-chatroom-dialog.ui.h:3 -#| msgid "" -#| "Enter the server which hosts the room, or leave it empty if the room is " -#| "on the current account's server" msgid "" "Enter the server which hosts the room, or leave it empty if the room is on " "the current account's server" @@ -4200,16 +4169,14 @@ msgstr "ప్రాధాన్యతలు" #: ../src/empathy-preferences.ui.h:2 -#| msgid "Show contact groups" msgid "Show groups" msgstr "సమూహాలను చూపు" #: ../src/empathy-preferences.ui.h:3 -#| msgid "Show the accounts dialog" msgid "Show account balances" msgstr "ఖాతాల మిగుళ్ళు చూపు" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2108 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2107 msgid "Contact List" msgstr "పరిచయముల జాబితా" @@ -4386,58 +4353,55 @@ msgid "Disconnect" msgstr "అననుసంధానించు" -#: ../src/empathy-roster-window.c:442 +#: ../src/empathy-roster-window.c:441 msgid "You need to setup an account to see contacts here." msgstr "మీరు ఇక్కడ చిరునామాలు చూడుటకొరకు ఖాతాను పొందుపరచండి" -#: ../src/empathy-roster-window.c:518 +#: ../src/empathy-roster-window.c:517 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" "క్షమించండి, మీరు %sసాప్ట్ వేరు నవీకరించువరకు %s ఖాతా వివరములు చూడలేరు " -#: ../src/empathy-roster-window.c:636 +#: ../src/empathy-roster-window.c:635 msgid "Update software..." msgstr "సాప్ట్ వేరు నవీకరించుట..." -#: ../src/empathy-roster-window.c:642 +#: ../src/empathy-roster-window.c:641 msgid "Reconnect" msgstr "తిరిగి అనుసంధానించు" -#: ../src/empathy-roster-window.c:646 +#: ../src/empathy-roster-window.c:645 msgid "Edit Account" msgstr "ఖాతాను సవరించు" -#: ../src/empathy-roster-window.c:651 +#: ../src/empathy-roster-window.c:650 msgid "Close" msgstr "మూసివేయి" -#: ../src/empathy-roster-window.c:788 -#| msgid "Top up account credit" +#: ../src/empathy-roster-window.c:787 msgid "Top up account" msgstr "ఖాతా టాప్అప్ చేయి" -#: ../src/empathy-roster-window.c:1470 +#: ../src/empathy-roster-window.c:1469 msgid "You need to enable one of your accounts to see contacts here." msgstr "మీరు ఇక్కడ ఖాతాలు చూడుటకొరకు ఒక ఖాతానైన ప్రారంభించండి " #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1478 +#: ../src/empathy-roster-window.c:1477 #, c-format msgid "You need to enable %s to see contacts here." msgstr "మీరు ఖాతాలు చూడుటకొరకు ఖాతాను ప్రారంభించండి %s" -#: ../src/empathy-roster-window.c:1556 -#| msgid "You need to enable %s to see contacts here." +#: ../src/empathy-roster-window.c:1555 msgid "Change your presence to see contacts here" msgstr "ఖాతాలను యిక్కడ చూడుటకు మీ ప్రజెన్స్ మార్చు" -#: ../src/empathy-roster-window.c:1565 +#: ../src/empathy-roster-window.c:1564 msgid "No match found" msgstr "సరిపోలినది కనపడలేదు" -#: ../src/empathy-roster-window.c:1570 -#| msgid "Show offline contacts" +#: ../src/empathy-roster-window.c:1569 msgid "No online contacts" msgstr "ఆఫ్‌లైన్ పరిచయాలు లేవు" @@ -4446,22 +4410,18 @@ msgstr "కొత్త చర్చ... (_N)" #: ../src/empathy-roster-window-menubar.ui.h:2 -#| msgid "New Call" msgid "New _Call..." msgstr "కొత్త కాల్... (_C)" #: ../src/empathy-roster-window-menubar.ui.h:3 -#| msgid "Contact" msgid "Contacts" msgstr "పరిచయాలు" #: ../src/empathy-roster-window-menubar.ui.h:4 -#| msgid "_Add Contact" msgid "_Add Contacts..." msgstr "పరిచయాన్ని జతచేయి... (_A)" #: ../src/empathy-roster-window-menubar.ui.h:5 -#| msgid "_Search for Contacts…" msgid "_Search for Contacts..." msgstr "పరిచయాల కోసం వెతుకు... (_S)" @@ -4470,7 +4430,6 @@ msgstr "నిరోధించబడిన పరిచయాలు (_O)" #: ../src/empathy-roster-window-menubar.ui.h:7 -#| msgid "_Room" msgid "_Rooms" msgstr "గదులు (_R)" @@ -4483,7 +4442,6 @@ msgstr "ఇష్టాంశాలలో చేరు (_F)" #: ../src/empathy-roster-window-menubar.ui.h:10 -#| msgid "Manage Favorites" msgid "_Manage Favorites" msgstr "ప్రియాలను నిర్వహించు (_M)" @@ -4500,12 +4458,10 @@ msgstr "ప్రాధాన్యతలు (_r)" #: ../src/empathy-roster-window-menubar.ui.h:15 -#| msgid "_Help" msgid "Help" msgstr "సహాయం" #: ../src/empathy-roster-window-menubar.ui.h:16 -#| msgid "Empathy" msgid "About Empathy" msgstr "ఎంపతి గురించి" @@ -4540,18 +4496,15 @@ msgstr "అయినది" #: ../ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c:210 -#| msgid "Enter your account details" msgid "Please enter your account details" msgstr "దయచేసి మీ ఖాతా వివరాలను ప్రవేశపెట్టండి" #: ../ubuntu-online-accounts/cc-plugins/app-plugin/empathy-app-plugin-widget.c:160 #, c-format -#| msgid "Loading account information" msgid "Edit %s account options" msgstr "%s ఖాతా సమాచారాన్ని సరిచేయి" #: ../ubuntu-online-accounts/empathy.application.in.h:1 -#| msgid "Enter your account details" msgid "Integrate your IM accounts" msgstr "మీ IM ఖాతాలను సమైఖ్యపరచు" @@ -4790,9 +4743,6 @@ #~ msgid "Personal Information" #~ msgstr "వ్యక్తిగత సమాచారం" - -#~ msgid "Ungrouped" -#~ msgstr "గుంపులో లేని" #~ msgid "Favorite People" #~ msgstr "ఇష్టమైన వ్యక్తులు (_F)" diff --git a/po/ug.po b/po/ug.po index 1a7e9ba..6ed0e18 100644 --- a/po/ug.po +++ b/po/ug.po @@ -9,10 +9,11 @@ msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2012-02-21 15:03+0000\n" +"POT-Creation-Date: 2012-10-09 14:38+0000\n" "PO-Revision-Date: 2012-02-18 16:10+0900\n" "Last-Translator: Gheyret Kenji\n" "Language-Team: Uyghur Computer Science Association \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,796 +35,704 @@ msgid "Chat on Google Talk, Facebook, MSN and many other chat services" msgstr "Google Talk، Facebook، MSN ۋە باشقا سۆھبەت مۇلازىمەتلىرىنى ئىشلىتىپ پاراڭلىشىش" -#. Tweak the dialog -#: ../data/empathy-accounts.desktop.in.in.h:1 -#: ../src/empathy-accounts-dialog.c:2450 -msgid "Messaging and VoIP Accounts" -msgstr "مۇڭداشقۇ ۋە VoIP ھېساباتلىرى" - -#: ../data/empathy-accounts.desktop.in.in.h:2 -msgid "Manage Messaging and VoIP accounts" -msgstr "مۇڭداشقۇ ۋە VoIP ھېساباتلىرىنى باشقۇرۇش" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:1 +#: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "باغلىنىش باشقۇرغۇچىسى ئىشلىتىلىشى كېرەك" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:2 +#: ../data/org.gnome.Empathy.gschema.xml.h:2 msgid "" "Whether connectivity managers should be used to automatically disconnect/" "reconnect." msgstr "باغلىنىش باشقۇرغۇچىسى ئاپتوماتىك ئۈزۈلۈش/قايتا باغلىنىشنى باشقۇرامدۇ يوق" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:3 +#: ../data/org.gnome.Empathy.gschema.xml.h:3 msgid "Empathy should auto-connect on startup" msgstr "قوزغالغان ھامان Empathy ئاپتوماتىك باغلانسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:4 +#: ../data/org.gnome.Empathy.gschema.xml.h:4 msgid "Whether Empathy should automatically log into your accounts on startup." msgstr "قوزغالغاندا ھېساباتقا ئاپتوماتىك كىرەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:5 +#: ../data/org.gnome.Empathy.gschema.xml.h:5 msgid "Empathy should auto-away when idle" msgstr "بىكار ۋاقتىدا Empathy نىڭ ھالىتى ئاپتوماتىك ھالدا يوققا ئۆزگەرسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:6 +#: ../data/org.gnome.Empathy.gschema.xml.h:6 msgid "" "Whether Empathy should go into away mode automatically if the user is idle." msgstr "ئىشلەتكۈچى جىم تۇرسا، ئاپتوماتىك ھالدا ئورنىدا يوق ھالىتىگە كىرەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:7 +#: ../data/org.gnome.Empathy.gschema.xml.h:7 msgid "Empathy default download folder" msgstr "تۇتاش كۆڭۈللەرنىڭ ئەسلىدىكى چۈشۈرۈش مۇندەرىجىسى" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:8 +#: ../data/org.gnome.Empathy.gschema.xml.h:8 msgid "The default folder to save file transfers in." msgstr "قوبۇل قىلغان ھۆججەتلەرنى ساقلايدىغان كۆڭۈلدىكى قىسقۇچ." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:9 +#. translators: Automatic tasks which are run once to port/update account settings. Ideally, this shouldn't be exposed to users at all, we just use a gsettings key here as an optimization to only run it only once. +#: ../data/org.gnome.Empathy.gschema.xml.h:10 +msgid "Magic number used to check if sanity cleaning tasks should be run" +msgstr "ساقلىق ساقلاش (ياكى بېجىرىملىك) ئېھتىياجىنى تەكشۈرگۈچى خىسلەتلىك سان" + +#: ../data/org.gnome.Empathy.gschema.xml.h:11 +msgid "" +"empathy-sanity-cleaning.c uses this number to check if the cleaning tasks " +"should be executed or not. Users should not change this key manually." +msgstr "empathy-sanity-cleaning.c مۇشۇ سانغا ئاساسەن تازىلاش تازىلىماسلىقنى بەلگىلەيدۇ. ئىشلەتكۈچى بۇ ئاچقۇچنى (تۈرنى ياكى خاسلىقنى) قولدا ئۆزگەرتمەسلىكى كېرەك" + +#: ../data/org.gnome.Empathy.gschema.xml.h:12 +#: ../src/empathy-preferences.ui.h:1 msgid "Show offline contacts" msgstr "توردا يوق ئالاقەداشلارنىمۇ كۆرسەت" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:10 +#: ../data/org.gnome.Empathy.gschema.xml.h:13 msgid "Whether to show contacts that are offline in the contact list." msgstr "ئالاقەداشلار تىزىمىدا توردا يوق ئالاقەداشلارنى كۆرسىتەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:11 -msgid "Show avatars" -msgstr "باش سۈرەتلەرنى كۆرسەت" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:12 -msgid "" -"Whether to show avatars for contacts in the contact list and chat windows." -msgstr "ئالاقەداشلار تىزىمى ۋە سۆھبەت كۆزنىكىدە ئالاقەداشلارنىڭ باش سۈرىتىنى كۆرسىتەمدۇ يوق." - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:13 -msgid "Show protocols" -msgstr "كېلىشىمنامىلەرنى كۆرسەت" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:14 -msgid "Whether to show protocols for contacts in the contact list." -msgstr "ئالاقەداشلار تىزىمىدا ئالاقەداشلارنىڭ كېلىشىمىنى كۆرسىتەمدۇ يوق." - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:15 +#: ../data/org.gnome.Empathy.gschema.xml.h:14 msgid "Show Balance in contact list" msgstr "ئالاقەداش تىزىمىدا Balance نى كۆرسەت" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:16 +#: ../data/org.gnome.Empathy.gschema.xml.h:15 msgid "Whether to show account balances in the contact list." msgstr "ئالاقەداشلار تىزىمىدا ھېسابات balance لىرىنى كۆرسىتەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:17 -msgid "Compact contact list" -msgstr "دوستلار تىزىمى(ئىخچام)" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:18 -msgid "Whether to show the contact list in compact mode." -msgstr "ئالاقەداش تىزىمىنى ئىخچام كۆرۈنۈشتە كۆرسىتەمدۇ يوق." - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:19 +#: ../data/org.gnome.Empathy.gschema.xml.h:16 msgid "Hide main window" msgstr "ئاساسى كۆزنەكنى يوشۇر" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:20 +#: ../data/org.gnome.Empathy.gschema.xml.h:17 msgid "Hide the main window." msgstr "بۇ ئاساسى كۆزنەكنى يوشۇر" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:21 +#: ../data/org.gnome.Empathy.gschema.xml.h:18 msgid "Default directory to select an avatar image from" msgstr "باش سۈرەتنى تاللايدىغان كۆڭۈلدىكى مۇندەرىجە" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:22 +#: ../data/org.gnome.Empathy.gschema.xml.h:19 msgid "The last directory that an avatar image was chosen from." msgstr "باش سۈرەت تاللانغان ئەڭ ئاخىرقى قىسقۇچ." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:23 +#: ../data/org.gnome.Empathy.gschema.xml.h:20 msgid "Open new chats in separate windows" msgstr "ئايرىم كۆزنەكتە يېڭى سۆھبەت باشلايدۇ" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:24 +#: ../data/org.gnome.Empathy.gschema.xml.h:21 msgid "Always open a separate chat window for new chats." msgstr "يېڭى سۆھبەت ئۈچۈن داۋاملىق يېڭى كۆزنەك ئىچىش" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:25 +#: ../data/org.gnome.Empathy.gschema.xml.h:22 msgid "Display incoming events in the status area" msgstr "كەلگەن ھادىسىلەرنى ھالەت رايونىدا كۆرسەت" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:26 +#: ../data/org.gnome.Empathy.gschema.xml.h:23 msgid "" "Display incoming events in the status area. If false, present them to the " "user immediately." msgstr "كەلگەن ھادىسىلەرنى ھالەت رايونىدا كۆرسەت. ئەگەر تاللانمىسا(false بولسا)، ئىشلەتكۈچىگە شۇ ھامان كۆرسىتىدۇ." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:27 +#: ../data/org.gnome.Empathy.gschema.xml.h:24 msgid "The position for the chat window side pane" msgstr "سۆھبەت كۆزنىكىنىڭ يان كۆزنەكچىسىنىڭ ئورنى" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:28 +#: ../data/org.gnome.Empathy.gschema.xml.h:25 msgid "The stored position (in pixels) of the chat window side pane." msgstr "سۆھبەت كۆزنىكىنىڭ يان كۆزنىكىنىڭ ساقلاپ قويۇلغان ئورنى(پىكسېل)" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:29 -#| msgid "Show contact list in rooms" +#: ../data/org.gnome.Empathy.gschema.xml.h:26 msgid "Show contact groups" msgstr "ئالاقەداش گۇرۇپپىسى كۆرسەتسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:30 -#| msgid "Whether to show account balances in the contact list." +#: ../data/org.gnome.Empathy.gschema.xml.h:27 msgid "Whether to show groups in the contact list." -msgstr "" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:31 -msgid "Contact list sort criterion" -msgstr "تونۇشلار تىزىمنى تەرتىپلەش ئۆلچىمى" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:32 -#| msgid "" -#| "Which criterion to use when sorting the contact list. Default is to sort " -#| "by the contact's name with the value \"name\". A value of \"state\" will " -#| "sort the contact list by state." -msgid "" -"Which criterion to use when sorting the contact list. Default is to sort by " -"the contact's state with the value \"state\". A value of \"name\" will sort " -"the contact list by name." -msgstr "" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:33 +msgstr "ئالاقەداش تىزىمىدا گۇرۇپپىلارنى كۆرسىتەمدۇ." + +#: ../data/org.gnome.Empathy.gschema.xml.h:28 msgid "Use notification sounds" msgstr "ئۇقتۇرۇش ئاۋازلىرىنى ئىشلەت" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:34 +#: ../data/org.gnome.Empathy.gschema.xml.h:29 msgid "Whether to play a sound to notify of events." msgstr "ھادىسىلەرنى ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:35 +#: ../data/org.gnome.Empathy.gschema.xml.h:30 msgid "Disable sounds when away" msgstr "ئايرىلغاندا ئاۋازنى ئېتىش" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:36 +#: ../data/org.gnome.Empathy.gschema.xml.h:31 msgid "Whether to play sound notifications when away or busy." msgstr "ئالدىراش ياكى ئايرىلغان ھالەتكە ئۆتكەندە ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:37 +#: ../data/org.gnome.Empathy.gschema.xml.h:32 msgid "Play a sound for incoming messages" msgstr "ئۇچۇر كەلگەندە ئاۋاز چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:38 +#: ../data/org.gnome.Empathy.gschema.xml.h:33 msgid "Whether to play a sound to notify of incoming messages." msgstr "ئۇچۇر كەلگەندە ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:39 +#: ../data/org.gnome.Empathy.gschema.xml.h:34 msgid "Play a sound for outgoing messages" msgstr "ئۇچۇر ئەۋەتىلگەندە ئاۋاز چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:40 +#: ../data/org.gnome.Empathy.gschema.xml.h:35 msgid "Whether to play a sound to notify of outgoing messages." msgstr "ئۇچۇر ئەۋەتىلگەندە ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:41 +#: ../data/org.gnome.Empathy.gschema.xml.h:36 msgid "Play a sound for new conversations" msgstr "يېڭى سۆھبەت ئۈچۈن ئاۋاز قوي" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:42 +#: ../data/org.gnome.Empathy.gschema.xml.h:37 msgid "Whether to play a sound to notify of new conversations." msgstr "يېڭى سۆھبەتنىڭ باشلانغانلىقىنى ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:43 +#: ../data/org.gnome.Empathy.gschema.xml.h:38 msgid "Play a sound when a contact logs in" msgstr "ئالاقەداش كىرگەندە ئاۋاز چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:44 +#: ../data/org.gnome.Empathy.gschema.xml.h:39 msgid "Whether to play a sound to notify of contacts logging into the network." msgstr "ئالاقەداشنىڭ تورغا كىرگىنى ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:45 +#: ../data/org.gnome.Empathy.gschema.xml.h:40 msgid "Play a sound when a contact logs out" msgstr "ئالاقەداش چىقىپ كەتكەندە ئاۋاز چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:46 +#: ../data/org.gnome.Empathy.gschema.xml.h:41 msgid "" "Whether to play a sound to notify of contacts logging out of the network." msgstr "ئالاقەداشنىڭ توردىن چىقىپ كەتكىنىنى ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:47 +#: ../data/org.gnome.Empathy.gschema.xml.h:42 msgid "Play a sound when we log in" msgstr "كىرگەندە ئاۋاز چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:48 +#: ../data/org.gnome.Empathy.gschema.xml.h:43 msgid "Whether to play a sound when logging into a network." msgstr "تورغا كىرگەندە ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:49 +#: ../data/org.gnome.Empathy.gschema.xml.h:44 msgid "Play a sound when we log out" msgstr "چىقىپ كەتكەندە ئاۋاز چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:50 +#: ../data/org.gnome.Empathy.gschema.xml.h:45 msgid "Whether to play a sound when logging out of a network." msgstr "تور چىققاندا ئاۋازلىق ئۇقتۇرۇش قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:51 +#: ../data/org.gnome.Empathy.gschema.xml.h:46 msgid "Enable popup notifications for new messages" msgstr "يېڭى خەت كەلگەندە سەكرىمە ئۇقتۇرۇش چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:52 +#: ../data/org.gnome.Empathy.gschema.xml.h:47 msgid "Whether to show a popup notification when receiving a new message." msgstr "يېڭى ئۇچۇر تاپشۇرۇۋالغاندا سەكرىمە ئۇقتۇرۇش چىقىرامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:53 +#: ../data/org.gnome.Empathy.gschema.xml.h:48 msgid "Disable popup notifications when away" msgstr "يوق چاغدا سەكرىمە ئۇقتۇرۇشىنى چىقارمىسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:54 +#: ../data/org.gnome.Empathy.gschema.xml.h:49 msgid "Whether to show popup notifications when away or busy." msgstr "ئالدىراش ياكى ئايرىلغان ھالەتكە ئۆتكەندە سەكرىمە ئۇقتۇرۇش چىقىرامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:55 +#: ../data/org.gnome.Empathy.gschema.xml.h:50 msgid "Pop up notifications if the chat isn't focused" msgstr "سۆھبەت فوكۇسلانمىغاندا سەكرىمە ئۇقتۇرۇش چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:56 +#: ../data/org.gnome.Empathy.gschema.xml.h:51 msgid "" "Whether to show a popup notification when receiving a new message even if " "the chat is already opened, but not focused." msgstr "سۆھبەت باشلانغان بىراق فوكۇسلانمىغاندا، ئۇچۇر كەلسە سەكرىمە ئۇقتۇرۇش چىقىرامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:57 +#: ../data/org.gnome.Empathy.gschema.xml.h:52 msgid "Pop up notifications when a contact logs in" msgstr "ئالاقەداش كىرگەندە سەكرىمە ئۇقتۇرۇش چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:58 +#: ../data/org.gnome.Empathy.gschema.xml.h:53 msgid "Whether to show a popup notification when a contact goes online." msgstr "ئالاقەداش تورغا چىققاندا سەكرىمە ئۇقتۇرۇش چىقىرامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:59 +#: ../data/org.gnome.Empathy.gschema.xml.h:54 msgid "Pop up notifications when a contact logs out" msgstr "ئالاقەداش چىقىپ كەتكەندە سەكرىمە ئۇقتۇرۇش چىقارسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:60 +#: ../data/org.gnome.Empathy.gschema.xml.h:55 msgid "Whether to show a popup notification when a contact goes offline." msgstr "ئالاقەداش توردىن يوقالغاندا سەكرىمە ئۇقتۇرۇش چىقىرامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:61 +#: ../data/org.gnome.Empathy.gschema.xml.h:56 msgid "Use graphical smileys" msgstr "رەسىملىك چىراي ئىپادىلىرىنى ئىشلەت" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:62 +#: ../data/org.gnome.Empathy.gschema.xml.h:57 msgid "Whether to convert smileys into graphical images in conversations." msgstr "سۆھبەتتە چىراي ئىپادىلىرىنى گرافىكقا ئايلاندۇرامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:63 +#: ../data/org.gnome.Empathy.gschema.xml.h:58 msgid "Show contact list in rooms" msgstr "ئۆيلەردىكى ئالاقەداشلار تىزىمىنى كۆرسەت" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:64 +#: ../data/org.gnome.Empathy.gschema.xml.h:59 msgid "Whether to show the contact list in chat rooms." msgstr "سۆھبەتخانىدا ئالاقەداش تىزىمىنى كۆرسىتەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:65 +#: ../data/org.gnome.Empathy.gschema.xml.h:60 msgid "Chat window theme" msgstr "سۆھبەت كۆزنەك ئۆرنىكى" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:66 +#: ../data/org.gnome.Empathy.gschema.xml.h:61 msgid "The theme that is used to display the conversation in chat windows." -msgstr "سۆھبەت كۆزنىكىدە ئىشلىتىلىدىغان پاراڭلارنى كۆرسىتىشتە ئىشلىتىلىدىغان ئۇسلۇب." - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:67 +msgstr "سۆھبەت كۆزنىكىدە ئىشلىتىلىدىغان پاراڭلارنى كۆرسىتىشتە ئىشلىتىلىدىغان ئۆرنەك." + +#: ../data/org.gnome.Empathy.gschema.xml.h:62 msgid "Chat window theme variant" msgstr "سۆھبەت كۆزنەك ئۆرنىكىنىڭ شالغۇت" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:68 +#: ../data/org.gnome.Empathy.gschema.xml.h:63 msgid "" "The theme variant that is used to display the conversation in chat windows." msgstr "سۆھبەت كۆزنىكىدىكى پاراڭلارنى كۆرسىتىشتە ئىشلىتىلىدىغان ئۆرنەك شالغۇتى." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:69 +#: ../data/org.gnome.Empathy.gschema.xml.h:64 msgid "Path of the Adium theme to use" -msgstr "ئىشلىتىدىغان Adium ئۇسلۇبى(theme)نىڭ يولى" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:70 -msgid "Path of the Adium theme to use if the theme used for chat is Adium." -msgstr "سۆھبەتتە Adium ئۇسلۇبى ئىشلىتىلگەن بولسا ئۇنىڭ يولى." - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:71 +msgstr "ئىشلىتىدىغان Adium ئۆرنەك(theme)نىڭ يولى" + +#: ../data/org.gnome.Empathy.gschema.xml.h:65 +#| msgid "Path of the Adium theme to use if the theme used for chat is Adium." +msgid "" +"Path of the Adium theme to use if the theme used for chat is Adium. " +"Deprecated." +msgstr "سۆھبەتنىڭ ئۆرنىكى Adium بولسا، ئىشلىتىدىغان Adium ئۆرنەكنىڭ يولى. ئەمەلدىن قالدۇرۇلغان." + +#: ../data/org.gnome.Empathy.gschema.xml.h:66 msgid "Enable WebKit Developer Tools" msgstr "WebKit ئىجادىيەت قورالىنى قوزغات" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:72 +#: ../data/org.gnome.Empathy.gschema.xml.h:67 msgid "" "Whether WebKit developer tools, such as the Web Inspector, should be enabled." msgstr "Web Inspector غا ئوخشاش WebKit ئىجادىيەت قوراللىرىنى ئىناۋەتلىك قىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:73 +#: ../data/org.gnome.Empathy.gschema.xml.h:68 msgid "Inform other users when you are typing to them" -msgstr "" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:74 +msgstr "كىرگۈزۈۋاتقانلىقىمنى باشقىلار بىلسۇن" + +#: ../data/org.gnome.Empathy.gschema.xml.h:69 msgid "" "Whether to send the 'composing' or 'paused' chat states. Does not currently " "affect the 'gone' state." -msgstr "" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:75 +msgstr "«ئالدىراش» ياكى «ۋاقىتلىق توختىدى» نى يوللامدۇ يوق. نۆۋەتتىكى «ئايرىلدى» ھالىتىگە تەسىر كۆرسەتمەيدۇ." + +#: ../data/org.gnome.Empathy.gschema.xml.h:70 msgid "Use theme for chat rooms" -msgstr "سۆھبەتخانىلارغا تېما(ئۇسلۇب) ئىشلەت" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:76 +msgstr "سۆھبەتخانىلارغا ئۆرنەك ئىشلەت" + +#: ../data/org.gnome.Empathy.gschema.xml.h:71 msgid "Whether to use the theme for chat rooms." -msgstr "بۇ ئۇسلۇب(theme)نى سۆھبەتخانا كۆزنىكىگە ئىشلىتەمدۇ يوق." - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:77 +msgstr "بۇ ئۆرنەكنى سۆھبەتخانا كۆزنىكىگە ئىشلىتەمدۇ يوق." + +#: ../data/org.gnome.Empathy.gschema.xml.h:72 msgid "Spell checking languages" msgstr "ئىملا تەكشۈرۈش تىلى" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:78 +#: ../data/org.gnome.Empathy.gschema.xml.h:73 msgid "" "Comma-separated list of spell checker languages to use (e.g. \"en, fr, nl\")." msgstr "ئىملا تەكشۈرۈشتە ئىشلىتىدىغان تىللارنىڭ تىزىمى(پەس بىلەن ئايرىلغان، \"en, fr, nl\" دېگەندەك)" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:79 +#: ../data/org.gnome.Empathy.gschema.xml.h:74 msgid "Enable spell checker" msgstr "ئىملا تەكشۈرگۈچنى قوزغات" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:80 +#: ../data/org.gnome.Empathy.gschema.xml.h:75 msgid "" "Whether to check words typed against the languages you want to check with." msgstr "كۆرسىتىلگەن تىلدا كىرگۈزۈلگەن سۆزنى تەكشۈرەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:81 +#: ../data/org.gnome.Empathy.gschema.xml.h:76 msgid "Nick completed character" msgstr "لەقەمنى تاماملاش ھەرپى" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:82 +#: ../data/org.gnome.Empathy.gschema.xml.h:77 msgid "" "Character to add after nickname when using nick completion (tab) in group " "chat." msgstr "گۇرۇپپا سۆھبىتىدە لەقىمىنى تاماملاش(tab) تا ئىشلىتىدىغان، لەقەمنىڭ ئاخىرىغا قوشۇلىدىغان ھەرپ." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:83 +#: ../data/org.gnome.Empathy.gschema.xml.h:78 msgid "Empathy should use the avatar of the contact as the chat window icon" msgstr "سۆھبەت كۆزنىكىنىڭ سىنبەلگىسىنىڭ ئورنىغا ئالاقەداشنىڭ باش سۈرىتىنى كۆرسەتسۇن" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:84 +#: ../data/org.gnome.Empathy.gschema.xml.h:79 msgid "" "Whether Empathy should use the avatar of the contact as the chat window icon." msgstr "Empathy ئالاقەداشنىڭ باش سۈرىتىنى سۆھبەت كۆزنىكىنىڭ سىنبەلگىسى قىلىپ ئىشلىتەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:85 +#: ../data/org.gnome.Empathy.gschema.xml.h:80 msgid "Last account selected in Join Room dialog" -msgstr "" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:86 +msgstr "«ھۇجرىغا كىرىش» سۆزلەشكۈسىدە ئەڭ ئاخىرىدا تاللانغان ھېسابات" + +#: ../data/org.gnome.Empathy.gschema.xml.h:81 msgid "D-Bus object path of the last account selected to join a room." -msgstr "" - -#: ../data/org.gnome.Empathy.gschema.xml.in.h:87 -#| msgid "Camera On" +msgstr "ھۇجرىغا كىرىش ئۈچۈن تاللانغان ئەڭ ئاخىرقى ھېساباتنىڭ D-Bus نەڭىنىڭ يولى" + +#: ../data/org.gnome.Empathy.gschema.xml.h:82 msgid "Camera device" msgstr "كامېرا ئۈسكۈنىسى" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:88 +#: ../data/org.gnome.Empathy.gschema.xml.h:83 msgid "Default camera device to use in video calls, e.g. /dev/video0." msgstr "سىنلىق سۆزلىشىشتە ئىشلىتىدىغان كامېرا ئۈسكۈنىسى، مەسىلەن /dev/video0. دېگەندەك" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:89 -#| msgid "Camera On" +#: ../data/org.gnome.Empathy.gschema.xml.h:84 msgid "Camera position" msgstr "كامېرا ئورنى" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:90 +#: ../data/org.gnome.Empathy.gschema.xml.h:85 msgid "Position the camera preview should be during a call." msgstr "سۆزلىشىۋاتقان چاغدىكى كامېرا ئالدىن كۆزىتىش كۆزنىكىنىڭ ئورنى." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:91 +#: ../data/org.gnome.Empathy.gschema.xml.h:86 msgid "Echo cancellation support" msgstr "ئەكس سادانى ئاجىزلىتىش" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:92 +#: ../data/org.gnome.Empathy.gschema.xml.h:87 msgid "Whether to enable Pulseaudio's echo cancellation filter." msgstr "Pulseaudio نىڭ ئەكس سادانى ئاجىزلىتىش سۈزگۈچىنى ئىناۋەتلىك قىلامدۇ." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:93 +#: ../data/org.gnome.Empathy.gschema.xml.h:88 msgid "Show hint about closing the main window" msgstr "ئاساسىي كۆزنەكنى ياپىدىغان چاغدا كۆرسەتمە كۆرسىتەمدۇ يوق" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:94 +#: ../data/org.gnome.Empathy.gschema.xml.h:89 msgid "" "Whether to show the message dialog about closing the main window with the " "'x' button in the title bar." msgstr "ماۋزۇ بالدىقىدىكى «x» توپچىسىنى چېكىپ ئاساسىي كۆزنەكنى ياپقاندا ئۇچۇر سۆزلەشكۈسى چىقىرامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:95 +#: ../data/org.gnome.Empathy.gschema.xml.h:90 msgid "Empathy can publish the user's location" msgstr "Empathy ئىشلەتكۈچىنىڭ ئورنىنى ئېلان قىلالايدۇ" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:96 +#: ../data/org.gnome.Empathy.gschema.xml.h:91 msgid "Whether Empathy can publish the user's location to their contacts." msgstr "Empathy ئىشلەتكۈچىنىڭ ئورنىنى ئالاقەداشلارغا ئاشكارىلامدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:97 +#: ../data/org.gnome.Empathy.gschema.xml.h:92 msgid "Empathy can use the network to guess the location" msgstr "ئورۇننى ئېنىقلاش ئۈچۈن Empathy دە تورنى ئىشلەتكىلى بولىدۇ" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:98 +#: ../data/org.gnome.Empathy.gschema.xml.h:93 msgid "Whether Empathy can use the network to guess the location." msgstr "Empathy ئورۇننى بەلگىلەش ئۈچۈن تور ئىشلىتەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:99 +#: ../data/org.gnome.Empathy.gschema.xml.h:94 msgid "Empathy can use the cellular network to guess the location" msgstr "ئورۇننى ئېنىقلاش ئۈچۈن Empathy دە يانفون تورىنى ئىشلەتكىلى بولىدۇ" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:100 +#: ../data/org.gnome.Empathy.gschema.xml.h:95 msgid "Whether Empathy can use the cellular network to guess the location." msgstr "Empathy ئورۇننى بەلگىلەش ئۈچۈن يانفون تورى ئىشلىتەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:101 +#: ../data/org.gnome.Empathy.gschema.xml.h:96 msgid "Empathy can use the GPS to guess the location" msgstr "ئورۇننى ئېنىقلاش ئۈچۈن Empathy دە GPS نى ئىشلەتكىلى بولىدۇ" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:102 +#: ../data/org.gnome.Empathy.gschema.xml.h:97 msgid "Whether Empathy can use the GPS to guess the location." msgstr "Empathy ئورۇننى بەلگىلەش ئۈچۈن GPS ئىشلىتەمدۇ يوق." -#: ../data/org.gnome.Empathy.gschema.xml.in.h:103 +#: ../data/org.gnome.Empathy.gschema.xml.h:98 msgid "Empathy should reduce the location's accuracy" msgstr "Empathy ئورۇننىڭ ئېنىقلىقىغا بەك ئېتىبار بەرمىسىمۇ بولىدۇ" -#: ../data/org.gnome.Empathy.gschema.xml.in.h:104 +#: ../data/org.gnome.Empathy.gschema.xml.h:99 msgid "" "Whether Empathy should reduce the location's accuracy for privacy reasons." msgstr "شەخسىي سىرنى ئويلىشىپ Empathy ئورۇننىڭ توغرىلىق دەرىجىسىنى تۆۋەنلىتەمدۇ يوق." -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:733 msgid "No reason was specified" msgstr "سەۋەب كۆرسىتىلمىگەن" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:736 msgid "The change in state was requested" msgstr "ھالەتنى ئۆزگەرتىش تەلەپ قىلىندى" -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:739 msgid "You canceled the file transfer" msgstr "ھۆججەت ئەۋەتىشنى ئەمەلدىن قالدۇرۇۋەتتىڭىز" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:742 msgid "The other participant canceled the file transfer" msgstr "قارشى تەرەپ ھۆججەت ئەۋەتىشنى ئەمەلدىن قالدۇرۇۋەتتى" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:745 msgid "Error while trying to transfer the file" msgstr "ھۆججەت ئەۋەتمەكچى بولغاندا خاتالىق كۆرۈلدى" -#: ../libempathy/empathy-ft-handler.c:751 +#: ../libempathy/empathy-ft-handler.c:748 msgid "The other participant is unable to transfer the file" msgstr "قارشى تەرەپ ھۆججەتنى ئەۋەتەلمىدى" -#: ../libempathy/empathy-ft-handler.c:754 ../libempathy/empathy-utils.c:313 +#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:306 msgid "Unknown reason" msgstr "نامەلۇم سەۋەب" -#: ../libempathy/empathy-ft-handler.c:917 +#: ../libempathy/empathy-ft-handler.c:914 msgid "File transfer completed, but the file was corrupted" msgstr "ھۆججەت يوللاش تاماملاندى" -#: ../libempathy/empathy-ft-handler.c:1203 +#: ../libempathy/empathy-ft-handler.c:1200 msgid "File transfer not supported by remote contact" msgstr "يىراقتىكى ئىشلەتكۈچى ھۆججەت ئەۋەتىشنى ئىشلىتەلمەيدۇ" -#: ../libempathy/empathy-ft-handler.c:1259 +#: ../libempathy/empathy-ft-handler.c:1256 msgid "The selected file is not a regular file" msgstr "تاللانغان ھۆججەت مۇنتىزىم ھۆججەت ئەمەس" -#: ../libempathy/empathy-ft-handler.c:1268 +#: ../libempathy/empathy-ft-handler.c:1265 msgid "The selected file is empty" msgstr "تاللانغان ھۆججەت قۇرۇق" -#: ../libempathy/empathy-message.c:415 ../src/empathy-call-observer.c:129 +#: ../libempathy/empathy-keyring.c:85 ../libempathy/empathy-keyring.c:194 +#| msgid "Phrase not found" +msgid "Password not found" +msgstr "ئىم تېپىلمىدى" + +#: ../libempathy/empathy-keyring.c:594 +#, c-format +msgid "IM account password for %s (%s)" +msgstr "ئىشلەتكۈچى %s (%s) نىڭ مۇڭداشقۇ ھېساباتىنىڭ ئىمى" + +#: ../libempathy/empathy-keyring.c:631 +#, c-format +msgid "Password for chatroom '%s' on account %s (%s)" +msgstr "پاراڭخانا ‹%s› نىڭ ئىمى (ھېسابات %s (%s) )" + +#: ../libempathy/empathy-message.c:403 ../src/empathy-call-observer.c:116 #, c-format msgid "Missed call from %s" msgstr "%s دىن كەلگەن جاۋابسىز چاقىرىش" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:419 +#: ../libempathy/empathy-message.c:407 #, c-format msgid "Called %s" msgstr "چاقىردى %s" -#: ../libempathy/empathy-message.c:422 +#: ../libempathy/empathy-message.c:410 #, c-format msgid "Call from %s" -msgstr "چاقىرىلدى %s" - -#: ../libempathy/empathy-utils.c:233 +msgstr "«%s» دىن كەلگەن تېلېفون" + +#: ../libempathy/empathy-time.c:90 +#, c-format +msgid "%d second ago" +msgid_plural "%d seconds ago" +msgstr[0] "%d سېكۇنت ئىلگىرى" + +#: ../libempathy/empathy-time.c:96 +#, c-format +msgid "%d minute ago" +msgid_plural "%d minutes ago" +msgstr[0] "%d مىنۇت ئىلگىرى" + +#: ../libempathy/empathy-time.c:102 +#, c-format +msgid "%d hour ago" +msgid_plural "%d hours ago" +msgstr[0] "%d سائەت ئىلگىرى" + +#: ../libempathy/empathy-time.c:108 +#, c-format +msgid "%d day ago" +msgid_plural "%d days ago" +msgstr[0] "%d كۈن ئىلگىرى" + +#: ../libempathy/empathy-time.c:114 +#, c-format +msgid "%d week ago" +msgid_plural "%d weeks ago" +msgstr[0] "%d ھەپتە ئىلگىرى" + +#: ../libempathy/empathy-time.c:120 +#, c-format +msgid "%d month ago" +msgid_plural "%d months ago" +msgstr[0] "%d ئاي ئىلگىرى" + +#: ../libempathy/empathy-time.c:142 +msgid "in the future" +msgstr "كەلگۈسىدە" + +#: ../libempathy/empathy-utils.c:226 msgid "Available" -msgstr "ئىشلىتىلىشچان" - -#: ../libempathy/empathy-utils.c:235 +msgstr "ئىشلەتكىلى بولىدۇ" + +#: ../libempathy/empathy-utils.c:228 msgid "Busy" msgstr "ئالدىراش" -#: ../libempathy/empathy-utils.c:238 +#: ../libempathy/empathy-utils.c:231 msgid "Away" msgstr "يوق" -#: ../libempathy/empathy-utils.c:240 +#: ../libempathy/empathy-utils.c:233 msgid "Invisible" msgstr "يوشۇرۇن" -#: ../libempathy/empathy-utils.c:242 +#: ../libempathy/empathy-utils.c:235 msgid "Offline" msgstr "توردا يوق" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:245 +#: ../libempathy/empathy-utils.c:238 msgctxt "presence" msgid "Unknown" msgstr "نامەلۇم" -#: ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:278 msgid "No reason specified" msgstr "سەۋەبى كۆرسىتىلمىدى" -#: ../libempathy/empathy-utils.c:287 ../libempathy/empathy-utils.c:343 +#: ../libempathy/empathy-utils.c:280 ../libempathy/empathy-utils.c:336 msgid "Status is set to offline" msgstr "ھالەت توردا يوق قىلىپ بەلگىلەندى" -#: ../libempathy/empathy-utils.c:289 ../libempathy/empathy-utils.c:323 +#: ../libempathy/empathy-utils.c:282 ../libempathy/empathy-utils.c:316 #: ../libempathy-gtk/empathy-call-utils.c:47 -#: ../libempathy-gtk/empathy-new-message-dialog.c:81 +#: ../libempathy-gtk/empathy-new-message-dialog.c:80 msgid "Network error" msgstr "تور خاتالىقى" -#: ../libempathy/empathy-utils.c:291 ../libempathy/empathy-utils.c:325 +#: ../libempathy/empathy-utils.c:284 ../libempathy/empathy-utils.c:318 msgid "Authentication failed" -msgstr "دەلىللەش مەغلۇپ بولدى" - -#: ../libempathy/empathy-utils.c:293 ../libempathy/empathy-utils.c:327 +msgstr "سالاھىيەت دەلىللەش مەغلۇپ بولدى" + +#: ../libempathy/empathy-utils.c:286 ../libempathy/empathy-utils.c:320 msgid "Encryption error" msgstr "شىفىرلاش خاتالىقى" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:288 msgid "Name in use" msgstr "ئات ئىشلىتىلىۋاتىدۇ" -#: ../libempathy/empathy-utils.c:297 ../libempathy/empathy-utils.c:329 +#: ../libempathy/empathy-utils.c:290 ../libempathy/empathy-utils.c:322 msgid "Certificate not provided" msgstr "ئىسپاتنامە تەمىنلەنمىگەن" -#: ../libempathy/empathy-utils.c:299 ../libempathy/empathy-utils.c:331 +#: ../libempathy/empathy-utils.c:292 ../libempathy/empathy-utils.c:324 msgid "Certificate untrusted" msgstr "ئىسپاتنامە ئىشەنچسىز" -#: ../libempathy/empathy-utils.c:301 ../libempathy/empathy-utils.c:333 +#: ../libempathy/empathy-utils.c:294 ../libempathy/empathy-utils.c:326 msgid "Certificate expired" msgstr "ئىسپاتنامىنىڭ ۋاقتى ئوتكەن" -#: ../libempathy/empathy-utils.c:303 ../libempathy/empathy-utils.c:335 +#: ../libempathy/empathy-utils.c:296 ../libempathy/empathy-utils.c:328 msgid "Certificate not activated" msgstr "ئىسپاتنامە ئاكتىپ ئەمەس" -#: ../libempathy/empathy-utils.c:305 ../libempathy/empathy-utils.c:337 +#: ../libempathy/empathy-utils.c:298 ../libempathy/empathy-utils.c:330 msgid "Certificate hostname mismatch" msgstr "ئىسپاتنامە كومپيۇتېرىنىڭ ئاتى ماسلاشمىدى" -#: ../libempathy/empathy-utils.c:307 ../libempathy/empathy-utils.c:339 +#: ../libempathy/empathy-utils.c:300 ../libempathy/empathy-utils.c:332 msgid "Certificate fingerprint mismatch" msgstr "ئىسپاتنامىنىڭ بارماق ئىزى ماسلاشمىدى" -#: ../libempathy/empathy-utils.c:309 ../libempathy/empathy-utils.c:341 +#: ../libempathy/empathy-utils.c:302 ../libempathy/empathy-utils.c:334 msgid "Certificate self-signed" msgstr "ئىسپاتنامىنىڭ ئۆزىنىڭ ئىمزاسى" -#: ../libempathy/empathy-utils.c:311 +#: ../libempathy/empathy-utils.c:304 msgid "Certificate error" msgstr "ئىسپاتنامە خاتا" -#: ../libempathy/empathy-utils.c:345 +#: ../libempathy/empathy-utils.c:338 msgid "Encryption is not available" msgstr "شىفىرلاشنى ئىشلەتكىلى بولمايدۇ" -#: ../libempathy/empathy-utils.c:347 +#: ../libempathy/empathy-utils.c:340 msgid "Certificate is invalid" msgstr "ئىسپاتنامە ئىناۋەتسىز" -#: ../libempathy/empathy-utils.c:349 +#: ../libempathy/empathy-utils.c:342 msgid "Connection has been refused" msgstr "باغلىنىش رەت قىلىندى" -#: ../libempathy/empathy-utils.c:351 +#: ../libempathy/empathy-utils.c:344 msgid "Connection can't be established" msgstr "باغلانغىلى بولمىدى" -#: ../libempathy/empathy-utils.c:353 +#: ../libempathy/empathy-utils.c:346 msgid "Connection has been lost" msgstr "باغلىنىش ئۈزۈلدى" -#: ../libempathy/empathy-utils.c:355 -#| msgid "This resource is already connected to the server" +#: ../libempathy/empathy-utils.c:348 msgid "This account is already connected to the server" msgstr "بۇ ھېسابات ئاللىقاچان مۇلازىمېتىرغا باغلانغان" -#: ../libempathy/empathy-utils.c:357 +#: ../libempathy/empathy-utils.c:350 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "ئوخشاش مەنبە ئىشلەتكەن باغلىنىش ئەسلىدىكىنىڭ ئورنىنى ئىگىلىدى" -#: ../libempathy/empathy-utils.c:360 +#: ../libempathy/empathy-utils.c:353 msgid "The account already exists on the server" msgstr "مۇلازىمېتىردا بۇ ھېسابات ئاللىقاچان بار" -#: ../libempathy/empathy-utils.c:362 +#: ../libempathy/empathy-utils.c:355 msgid "Server is currently too busy to handle the connection" msgstr "مۇلازىمېتىر بەكلا ئالدىراش بولغاچقا بۇ باغلىنىشنى بىر تەرەپ قىلالمايدۇ" -#: ../libempathy/empathy-utils.c:364 +#: ../libempathy/empathy-utils.c:357 msgid "Certificate has been revoked" msgstr "ئىسپاتنامە ئىناۋەتسىز قىلىنغان" -#: ../libempathy/empathy-utils.c:366 +#: ../libempathy/empathy-utils.c:359 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" -msgstr "ئىسپاتنامە خەتەرلىك شىفىرلاش ئالگورىزىم ئىشلەتكەن ياكى شىفىرلىنىشى ئاجىز" - -#: ../libempathy/empathy-utils.c:369 +msgstr "ئىسپاتنامە خەتەرلىك شىفىرلاش ئالگورىزىمىنى ئىشلەتكەن ياكى شىفىرلىنىشى ئاجىز" + +#: ../libempathy/empathy-utils.c:362 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" msgstr "مۇلازىمېتىر ئىسپاتنامىسىنىڭ ئۇزۇنلۇقى ياكى مۇلازىمېتىر ئىسپاتنامىسىنىڭ زەنجىرىنىڭ چوڭقۇرلۇقى شىفىرلاش فۇنكسىيە ئامبىرىدا بەلگىلەنگەن ئۇزۇنلۇقتىن ئېشىپ كەتتى" -#: ../libempathy/empathy-utils.c:373 +#: ../libempathy/empathy-utils.c:366 msgid "Your software is too old" msgstr "يۇمشاق دېتالىڭىز بەك كونا ئىكەن" -#: ../libempathy/empathy-utils.c:375 -#| msgid "Interval (seconds)" +#: ../libempathy/empathy-utils.c:368 msgid "Internal error" msgstr "ئىچكى خاتالىق" -#: ../libempathy/empathy-utils.c:534 +#: ../libempathy/empathy-utils.c:497 +#: ../libempathy-gtk/empathy-roster-model.h:30 msgid "People Nearby" msgstr "قوشنىلار" -#: ../libempathy/empathy-utils.c:539 +#: ../libempathy/empathy-utils.c:502 msgid "Yahoo! Japan" msgstr "Yahoo! Japan" -#: ../libempathy/empathy-utils.c:568 +#: ../libempathy/empathy-utils.c:531 msgid "Google Talk" -msgstr "Google سۆھبەت" - -#: ../libempathy/empathy-utils.c:569 +msgstr "گۇگىل سۆھبەت(Google Talk)" + +#: ../libempathy/empathy-utils.c:532 msgid "Facebook Chat" msgstr "Facebook سۆھبەت" -#: ../libempathy/empathy-time.c:90 -#, c-format -msgid "%d second ago" -msgid_plural "%d seconds ago" -msgstr[0] "%d سېكۇنت ئىلگىرى" - -#: ../libempathy/empathy-time.c:96 -#, c-format -msgid "%d minute ago" -msgid_plural "%d minutes ago" -msgstr[0] "%d مىنۇت ئىلگىرى" - -#: ../libempathy/empathy-time.c:102 -#, c-format -msgid "%d hour ago" -msgid_plural "%d hours ago" -msgstr[0] "%d سائەت ئىلگىرى" - -#: ../libempathy/empathy-time.c:108 -#, c-format -msgid "%d day ago" -msgid_plural "%d days ago" -msgstr[0] "%d كۈن ئىلگىرى" - -#: ../libempathy/empathy-time.c:114 -#, c-format -msgid "%d week ago" -msgid_plural "%d weeks ago" -msgstr[0] "%d ھەپتە ئىلگىرى" - -#: ../libempathy/empathy-time.c:120 -#, c-format -msgid "%d month ago" -msgid_plural "%d months ago" -msgstr[0] "%d ئاي بۇرۇن" - -#: ../libempathy/empathy-time.c:142 -msgid "in the future" -msgstr "كەلگۈسىدە" - -#: ../libempathy-gtk/empathy-account-chooser.c:692 +#: ../libempathy-gtk/empathy-account-chooser.c:689 msgid "All accounts" msgstr "بارلىق ھېساباتلار" - -#: ../libempathy-gtk/empathy-account-widget.c:682 -#: ../src/empathy-import-widget.c:336 -msgid "Account" -msgstr "ھېسابات" - -#: ../libempathy-gtk/empathy-account-widget.c:683 -msgid "Password" -msgstr "ئىم" - -#: ../libempathy-gtk/empathy-account-widget.c:684 -#: ../libempathy-gtk/empathy-irc-network-dialog.c:507 -msgid "Server" -msgstr "مۇلازىمېتىر" - -#: ../libempathy-gtk/empathy-account-widget.c:685 -#: ../libempathy-gtk/empathy-irc-network-dialog.c:522 -msgid "Port" -msgstr "ئېغىز" - -#: ../libempathy-gtk/empathy-account-widget.c:765 -#: ../libempathy-gtk/empathy-account-widget.c:817 -#, c-format -msgid "%s:" -msgstr "%s:" - -#: ../libempathy-gtk/empathy-account-widget.c:1398 -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:10 -msgid "Username:" -msgstr "ئىشلەتكۈچى ئاتى:" - -#: ../libempathy-gtk/empathy-account-widget.c:1710 -msgid "A_pply" -msgstr "قوللان(_P)" - -#: ../libempathy-gtk/empathy-account-widget.c:1739 -msgid "L_og in" -msgstr "تىزىمغا كىر(_O)" - -#: ../libempathy-gtk/empathy-account-widget.c:1812 -msgid "This account already exists on the server" -msgstr "بۇ ھېسابات مۇلازىمېتىردا ئاللىقاچان بار" - -#: ../libempathy-gtk/empathy-account-widget.c:1816 -msgid "Create a new account on the server" -msgstr "مۇلازىمېتىردا يېڭى ھېسابات قۇرىدۇ" - -#. To translators: The first parameter is the login id and the -#. * second one is the network. The resulting string will be something -#. * like: "MyUserName on freenode". -#. * You should reverse the order of these arguments if the -#. * server should come before the login id in your locale. -#: ../libempathy-gtk/empathy-account-widget.c:2241 -#, c-format -msgid "%1$s on %2$s" -msgstr "%2$s ئۈستىدىكى %1$s" - -#. To translators: The parameter is the protocol name. The resulting -#. * string will be something like: "Jabber Account" -#: ../libempathy-gtk/empathy-account-widget.c:2267 -#, c-format -msgid "%s Account" -msgstr "%s ھېسابات" - -#: ../libempathy-gtk/empathy-account-widget.c:2271 -msgid "New account" -msgstr "يېڭى ھېسابات" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:1 #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:1 @@ -831,13 +740,14 @@ #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:14 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:1 #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:1 -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:1 -msgid "Pass_word:" -msgstr "ئىم(_W):" +#| msgid "Pass_word:" +msgid "Pass_word" +msgstr "ئىم(_W)" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:2 -msgid "Screen _Name:" -msgstr "ئاتى" +#| msgid "Screen _Name:" +msgid "Screen _Name" +msgstr "ئېكران ئاتى(_N)" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:3 msgid "Example: MyScreenName" @@ -858,30 +768,30 @@ #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:5 #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:5 #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:6 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:20 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:21 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:5 -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:8 -msgid "_Port:" -msgstr "ئېغىز(_P):" +#| msgid "_Port:" +msgid "_Port" +msgstr "ئېغىز(_P)" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:6 #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:6 #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:7 -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:21 +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:20 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:6 -#: ../src/empathy-new-chatroom-dialog.ui.h:6 -msgid "_Server:" -msgstr "مۇلازىمېتىر(_S):" +#| msgid "_Server:" +msgid "_Server" +msgstr "مۇلازىمېتىر(_S)" #: ../libempathy-gtk/empathy-account-widget-aim.ui.h:7 #: ../libempathy-gtk/empathy-account-widget-generic.ui.h:1 #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:7 #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:8 -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:11 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:16 #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:23 +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:7 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:7 -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:7 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:21 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:22 #: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:9 msgid "Advanced" msgstr "ئالىي" @@ -899,15 +809,90 @@ #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:11 #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:7 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:10 -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:24 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:25 msgid "Remember Password" msgstr "ئىمنى ئەستە تۇتۇش" + +#: ../libempathy-gtk/empathy-account-widget.c:675 +#: ../libempathy-gtk/empathy-contact-widget.ui.h:1 +#: ../src/empathy-import-widget.c:322 +msgid "Account" +msgstr "ھېسابات" + +#: ../libempathy-gtk/empathy-account-widget.c:676 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:12 +msgid "Password" +msgstr "ئىم" + +#: ../libempathy-gtk/empathy-account-widget.c:677 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:12 +#: ../libempathy-gtk/empathy-irc-network-dialog.c:511 +msgid "Server" +msgstr "مۇلازىمېتىر" + +#: ../libempathy-gtk/empathy-account-widget.c:678 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:20 +#: ../libempathy-gtk/empathy-irc-network-dialog.c:529 +msgid "Port" +msgstr "ئېغىز" + +#: ../libempathy-gtk/empathy-account-widget.c:762 +#, c-format +msgid "%s" +msgstr "%s" + +#: ../libempathy-gtk/empathy-account-widget.c:817 +#, c-format +msgid "%s:" +msgstr "%s:" + +#: ../libempathy-gtk/empathy-account-widget.c:1429 +msgid "Username:" +msgstr "ئىشلەتكۈچى ئاتى:" + +#: ../libempathy-gtk/empathy-account-widget.c:1746 +msgid "A_pply" +msgstr "قوللان(_P)" + +#: ../libempathy-gtk/empathy-account-widget.c:1775 +msgid "L_og in" +msgstr "تىزىمغا كىر(_O)" + +#: ../libempathy-gtk/empathy-account-widget.c:1845 +msgid "This account already exists on the server" +msgstr "بۇ ھېسابات مۇلازىمېتىردا ئاللىقاچان بار" + +#: ../libempathy-gtk/empathy-account-widget.c:1849 +msgid "Create a new account on the server" +msgstr "مۇلازىمېتىردا يېڭى ھېسابات قۇرىدۇ" + +#. To translators: The first parameter is the login id and the +#. * second one is the network. The resulting string will be something +#. * like: "MyUserName on freenode". +#. * You should reverse the order of these arguments if the +#. * server should come before the login id in your locale. +#: ../libempathy-gtk/empathy-account-widget.c:2270 +#, c-format +msgid "%1$s on %2$s" +msgstr "%2$s ئۈستىدىكى %1$s" + +#. To translators: The parameter is the protocol name. The resulting +#. * string will be something like: "Jabber Account" +#: ../libempathy-gtk/empathy-account-widget.c:2296 +#, c-format +msgid "%s Account" +msgstr "%s ھېسابات" + +#: ../libempathy-gtk/empathy-account-widget.c:2300 +msgid "New account" +msgstr "يېڭى ھېسابات" #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:2 #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:13 #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:2 -msgid "Login I_D:" -msgstr "تىزىمغا كىرىش ID: (_D)" +#| msgid "Login I_D:" +msgid "Login I_D" +msgstr "كىرىش كىملىكى(_D)" #: ../libempathy-gtk/empathy-account-widget-groupwise.ui.h:3 #: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:3 @@ -923,17 +908,18 @@ msgstr "GroupWise دىكى ئىمىڭىز؟" #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:2 -msgid "ICQ _UIN:" -msgstr "ICQ _UIN:" +#| msgid "ICQ _UIN:" +msgid "ICQ _UIN" +msgstr "ICQ _UIN" #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:3 msgid "Example: 123456789" msgstr "مىسال: 123456789" #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:5 -#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:7 -msgid "Ch_aracter set:" -msgstr "ھەرپ توپلىمى(_A):" +#| msgid "Ch_aracter set:" +msgid "Ch_aracter set" +msgstr "ھەرپ توپى(_A)" #: ../libempathy-gtk/empathy-account-widget-icq.ui.h:9 msgid "What is your ICQ UIN?" @@ -943,82 +929,73 @@ msgid "What is your ICQ password?" msgstr "ICQ دىكى ئىمىڭىز؟" -#: ../libempathy-gtk/empathy-account-widget-sip.c:206 -#: ../libempathy-gtk/empathy-account-widget-sip.c:239 -msgid "Auto" -msgstr "ئاپتوماتىك" - -#: ../libempathy-gtk/empathy-account-widget-sip.c:209 -msgid "UDP" -msgstr "UDP" - -#: ../libempathy-gtk/empathy-account-widget-sip.c:212 -msgid "TCP" -msgstr "TCP" - -#: ../libempathy-gtk/empathy-account-widget-sip.c:215 -msgid "TLS" -msgstr "TLS" - -#. translators: this string is very specific to SIP's internal; maybe -#. * best to keep the English version. -#: ../libempathy-gtk/empathy-account-widget-sip.c:244 -msgid "Register" -msgstr "خەتلەت" - -#. translators: this string is very specific to SIP's internal; maybe -#. * best to keep the English version. -#: ../libempathy-gtk/empathy-account-widget-sip.c:249 -msgid "Options" -msgstr "تاللانما" - -#: ../libempathy-gtk/empathy-account-widget-sip.c:252 -msgid "None" -msgstr "يوق" - #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:1 msgid "Network" msgstr "تور" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:2 -msgid "Network:" -msgstr "تور:" +#| msgid "Character set:" +msgid "Character set" +msgstr "ھەرپ توپى" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:3 -msgid "Character set:" -msgstr "ھەرپ توپلىمى:" +#: ../src/empathy-accounts-dialog.ui.h:1 +msgid "Add…" +msgstr "قوشۇش…" #: ../libempathy-gtk/empathy-account-widget-irc.ui.h:4 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:3 +#: ../libempathy-gtk/empathy-status-preset-dialog.ui.h:1 +#: ../src/empathy-accounts-dialog.ui.h:2 +#: ../src/empathy-chatrooms-window.ui.h:3 +msgid "Remove" +msgstr "چىقىرىۋەت" + +#. Translators: tooltip on a 'Go Up' button used to sort IRC servers by priority +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:6 +msgid "Up" +msgstr "ئۈستى" + +#. Translators: tooltip on a 'Go Down' button used to sort IRC servers by priority +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:8 +msgid "Down" +msgstr "ئاستى" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:9 msgid "Servers" msgstr "مۇلازىمېتىر" -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:5 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:10 msgid "" "Most IRC servers don't need a password, so if you're not sure, don't enter a " "password." msgstr "نۇرغۇن IRC مۇلازىمەتلىرى ئىم تەلەپ قىلمايدۇ، بىلمىسىڭىز ئىمنى كىرگۈزمەڭ." -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:6 -msgid "Nickname:" -msgstr "تەخەللۇس:" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:7 -msgid "Password:" -msgstr "ئىم:" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:8 -msgid "Quit message:" -msgstr "ئاخىرلاشتۇرۇش ئۇچۇرى:" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:9 -msgid "Real name:" -msgstr "تولۇق ئىسىم:" - -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:12 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:11 +#| msgid "Nickname:" +msgid "Nickname" +msgstr "تەخەللۇس" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:13 +#| msgid "Quit message:" +msgid "Quit message" +msgstr "ئۇچۇرنى ئاخىرلاشتۇر" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:14 +#| msgid "Real name:" +msgid "Real name" +msgstr "ھەقىقىي ئاتى:" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:15 +#| msgid "Username:" +msgid "Username" +msgstr "ئىشلەتكۈچى ئاتى" + +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:17 msgid "Which IRC network?" msgstr "قايسى IRC تورى؟" -#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:13 +#: ../libempathy-gtk/empathy-account-widget-irc.ui.h:18 msgid "What is your IRC nickname?" msgstr "IRC دىكى لەقىمىڭىز؟" @@ -1062,24 +1039,26 @@ msgstr "SSL ئىسپاتنامىسىدىكى خاتالىققا پەرۋا قىلما(_G)" #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:16 -msgid "Priori_ty:" -msgstr "ئالدىنلىقى(_T):" +#| msgid "Priori_ty:" +msgid "Priori_ty" +msgstr "مەرتىۋىسى(_T)" #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:17 -msgid "Reso_urce:" -msgstr "مەنبە(_U):" +#| msgid "Reso_urce:" +msgid "Reso_urce" +msgstr "مەنبە(_U)" #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:18 msgid "Encr_yption required (TLS/SSL)" msgstr "شىفىرلاش زۆرۈر(TLS/SSL)(_Y)" #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:19 +msgid "Override server settings" +msgstr "مۇلازىمېتىر تەڭشىكىنى قاپلاش" + +#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:22 msgid "Use old SS_L" msgstr "كونا SS_L نى ئىشلەت" - -#: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:22 -msgid "Override server settings" -msgstr "مۇلازىمېتىر تەڭشىكىنى قاپلاش" #: ../libempathy-gtk/empathy-account-widget-jabber.ui.h:24 msgid "What is your Jabber ID?" @@ -1097,6 +1076,36 @@ msgid "What is your desired Jabber password?" msgstr "Jabber دىكى ئارزۇ قىلغان ئىمىڭىز نېمە؟" +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:1 +#| msgid "Nic_kname:" +msgid "Nic_kname" +msgstr "لەقەم(_K)" + +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:2 +#| msgid "_Last Name:" +msgid "_Last Name" +msgstr "تەگ ئاتى(_L)" + +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:3 +#| msgid "_First Name:" +msgid "_First Name" +msgstr "ئاتى(_L)" + +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:4 +#| msgid "_Published Name:" +msgid "_Published Name" +msgstr "ئېلان قىلغان ئاتى(_P):" + +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:5 +#| msgid "_Jabber ID:" +msgid "_Jabber ID" +msgstr "جاببېر كىملىكى(_J)" + +#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:6 +#| msgid "E-_mail address:" +msgid "E-_mail address" +msgstr "ئېلخەت ئادرېسى(_M)" + #: ../libempathy-gtk/empathy-account-widget-msn.ui.h:3 msgid "Example: user@hotmail.com" msgstr "مىسال: user@hotmail.com" @@ -1109,33 +1118,39 @@ msgid "What is your Windows Live password?" msgstr "Windows Live دىكى ئىمىڭىز؟" -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:1 -msgid "Nic_kname:" -msgstr "لەقىمى(_K):" - -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:2 -msgid "_Last Name:" -msgstr "تەگاتى(_L):" - -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:3 -msgid "_First Name:" -msgstr "ئاتى(_F):" - -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:4 -msgid "_Published Name:" -msgstr "ئېلان قىلغان ئاتى(_P):" - -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:5 -msgid "_Jabber ID:" -msgstr "Jabber كىملىكى(_J):" - -#: ../libempathy-gtk/empathy-account-widget-local-xmpp.ui.h:6 -msgid "E-_mail address:" -msgstr "ئېلخەت ئادرېسى(_M):" +#: ../libempathy-gtk/empathy-account-widget-sip.c:207 +#: ../libempathy-gtk/empathy-account-widget-sip.c:240 +msgid "Auto" +msgstr "ئاپتوماتىك" + +#: ../libempathy-gtk/empathy-account-widget-sip.c:210 +msgid "UDP" +msgstr "UDP" + +#: ../libempathy-gtk/empathy-account-widget-sip.c:213 +msgid "TCP" +msgstr "TCP" + +#: ../libempathy-gtk/empathy-account-widget-sip.c:216 +msgid "TLS" +msgstr "TLS" + +#: ../libempathy-gtk/empathy-account-widget-sip.c:245 +msgid "Register" +msgstr "خەتلەت" + +#: ../libempathy-gtk/empathy-account-widget-sip.c:250 +msgid "Options" +msgstr "تاللانما" + +#: ../libempathy-gtk/empathy-account-widget-sip.c:253 +msgid "None" +msgstr "يوق" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:2 -msgid "_Username:" -msgstr "ئىشلەتكۈچى ئاتى(_U):" +#| msgid "_Username:" +msgid "_Username" +msgstr "ئىشلەتكۈچى ئاتى(_U)" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:3 msgid "Example: user@my.sip.server" @@ -1158,8 +1173,9 @@ msgstr "باشقا تاللانمىلار" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:9 -msgid "STUN Server:" -msgstr "STUN مۇلازىمېتىرى:" +#| msgid "STUN Server:" +msgid "STUN Server" +msgstr "STUN مۇلازىمېتىرى" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:10 msgid "Discover the STUN server automatically" @@ -1169,17 +1185,13 @@ msgid "Discover Binding" msgstr "Binding نى بايقاش" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:12 -#: ../libempathy-gtk/empathy-contactinfo-utils.c:114 -msgid "Server:" -msgstr "مۇلازىمېتىر:" - #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:13 msgid "Keep-Alive Options" msgstr "Keep-Alive تاللانمىسى" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:14 -msgid "Mechanism:" +#| msgid "Mechanism:" +msgid "Mechanism" msgstr "مېخانىزمى:" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:15 @@ -1187,12 +1199,14 @@ msgstr "ئىنتېرۋال(سېكۇنت)" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:16 -msgid "Authentication username:" -msgstr "سالاھىيەت دەلىللەشتە ئىشلىتىدىغان ئىشلەتكۈچى ئاتى:" +#| msgid "Authentication username:" +msgid "Authentication username" +msgstr "كىملىك دەلىللىگۈچى ئاتى" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:17 -msgid "Transport:" -msgstr "توشۇش:" +#| msgid "Transport:" +msgid "Transport" +msgstr "يوللاش" #: ../libempathy-gtk/empathy-account-widget-sip.ui.h:18 msgid "Loose Routing" @@ -1202,17 +1216,22 @@ msgid "Ignore TLS Errors" msgstr "TLS خاتالىقلىرىغا پەرۋا قىلما" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:20 -msgid "Port:" -msgstr "ئېغىز:" - -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:22 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:21 +#| msgid "E-mail address" +msgid "Local IP Address" +msgstr "يەرلىك IP ئادرېسى" + +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:23 msgid "What is your SIP login ID?" msgstr "SIP ھېساباتىڭىزنىڭ كىملىكى نېمە؟" -#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:23 +#: ../libempathy-gtk/empathy-account-widget-sip.ui.h:24 msgid "What is your SIP account password?" msgstr "SIP ھېساباتىڭىزنىڭ ئىمى نېمە؟" + +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:1 +msgid "Pass_word:" +msgstr "ئىم(_W):" #: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:2 msgid "Yahoo! I_D:" @@ -1226,6 +1245,14 @@ msgid "_Room List locale:" msgstr "ئۆيلەر تىزىمىنىڭ ئورنى:" +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:7 +msgid "Ch_aracter set:" +msgstr "ھەرپ توپلىمى(_A):" + +#: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:8 +msgid "_Port:" +msgstr "ئېغىز(_P):" + #: ../libempathy-gtk/empathy-account-widget-yahoo.ui.h:10 msgid "What is your Yahoo! ID?" msgstr "ياخۇ (Yahoo! ID) كىملىكىڭىز نېمە؟" @@ -1234,43 +1261,74 @@ msgid "What is your Yahoo! password?" msgstr "ياخۇ (Yahoo! ID) ئىمىڭىز نېمە؟" -#: ../libempathy-gtk/empathy-avatar-chooser.c:471 -#: ../libempathy-gtk/empathy-avatar-chooser.c:556 +#: ../libempathy-gtk/empathy-avatar-chooser.c:545 +#: ../libempathy-gtk/empathy-avatar-chooser.c:630 msgid "Couldn't convert image" msgstr "رەسىمنى ئايلاندۇرالمىدى" -#: ../libempathy-gtk/empathy-avatar-chooser.c:472 +#: ../libempathy-gtk/empathy-avatar-chooser.c:546 msgid "None of the accepted image formats are supported on your system" msgstr "قوبۇل قىلغان رەسىملەرنىڭ فورماتىنى سىستېمىڭىز قوللىمايدىكەن" -#: ../libempathy-gtk/empathy-avatar-chooser.c:819 -#| msgid "Couldn't save pixbuf to png" +#: ../libempathy-gtk/empathy-avatar-chooser.c:906 msgid "Couldn't save picture to file" msgstr "رەسىمنى ھۆججەتكە ساقلىغىلى بولمىدى" -#: ../libempathy-gtk/empathy-avatar-chooser.c:939 +#: ../libempathy-gtk/empathy-avatar-chooser.c:1030 msgid "Select Your Avatar Image" msgstr "باش سۈرىتىڭىزنى تاللاڭ" -#: ../libempathy-gtk/empathy-avatar-chooser.c:947 +#: ../libempathy-gtk/empathy-avatar-chooser.c:1038 msgid "Take a picture..." msgstr "رەسىمگە تارت…" -#: ../libempathy-gtk/empathy-avatar-chooser.c:960 +#: ../libempathy-gtk/empathy-avatar-chooser.c:1051 msgid "No Image" msgstr "سۈرەت يوق" -#: ../libempathy-gtk/empathy-avatar-chooser.c:1017 +#: ../libempathy-gtk/empathy-avatar-chooser.c:1108 msgid "Images" msgstr "سۈرەتلەر" -#: ../libempathy-gtk/empathy-avatar-chooser.c:1021 +#: ../libempathy-gtk/empathy-avatar-chooser.c:1112 msgid "All Files" -msgstr "ھەممە ھۆججەتلەر" +msgstr "بارلىق ھۆججەتلەر" #: ../libempathy-gtk/empathy-avatar-image.c:322 msgid "Click to enlarge" msgstr "چېكىپ چوڭايتىڭ" + +#: ../libempathy-gtk/empathy-bad-password-dialog.c:130 +#, c-format +#| msgid "Authentication failed" +msgid "Authentication failed for account %s" +msgstr "ھېسابات %s نىڭ كىملىكىنى دەلىللەش مەغلۇپ بولدى" + +#: ../libempathy-gtk/empathy-bad-password-dialog.c:142 +#: ../libempathy-gtk/empathy-chat.c:3724 +msgid "Retry" +msgstr "قايتا سىنا" + +#: ../libempathy-gtk/empathy-base-password-dialog.c:224 +#: ../libempathy-gtk/empathy-password-dialog.c:134 +#, c-format +msgid "" +"Enter your password for account\n" +"%s" +msgstr "تۆۋەندىكى ھېساباتىڭىزنىڭ ئىمىنى كىرگۈزۈڭ\n" +"%s" + +#: ../libempathy-gtk/empathy-calendar-button.c:66 +#| msgctxt "verb in a column header displaying group names" +#| msgid "Select" +msgid "Select..." +msgstr "تاللا…" + +#: ../libempathy-gtk/empathy-calendar-button.c:154 +#| msgctxt "verb in a column header displaying group names" +#| msgid "Select" +msgid "_Select" +msgstr "تاللا(_S)" #: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-call-utils.c:60 @@ -1283,11 +1341,11 @@ #: ../libempathy-gtk/empathy-call-utils.c:51 msgid "The specified contact is offline" -msgstr "تاللانغان ئالاقەداش توردا يوق" +msgstr "كۆرسىتىلگەن ئالاقەداش توردا يوق" #: ../libempathy-gtk/empathy-call-utils.c:53 msgid "The specified contact is not valid" -msgstr "تاللانغان ئالاقەداش ئىناۋەتسىز" +msgstr "كۆرسىتىلگەن ئالاقەداش ئىناۋەتسىز" #: ../libempathy-gtk/empathy-call-utils.c:55 msgid "Emergency calls are not supported on this protocol" @@ -1295,202 +1353,200 @@ #: ../libempathy-gtk/empathy-call-utils.c:57 msgid "You don't have enough credit in order to place this call" -msgstr "" - -#: ../libempathy-gtk/empathy-chat.c:728 +msgstr "تېلېفون قىلىش ئۈچۈن يېتەرلىك پۇلىڭىز يوق" + +#: ../libempathy-gtk/empathy-chat.c:727 msgid "Failed to open private chat" msgstr "خۇسۇسىي سۆھبەت باشلاش مەغلۇپ بولدى" -#: ../libempathy-gtk/empathy-chat.c:786 +#: ../libempathy-gtk/empathy-chat.c:785 msgid "Topic not supported on this conversation" msgstr "بۇ سۆھبەت تېمىسىنى قوللىمايدۇ" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:791 msgid "You are not allowed to change the topic" msgstr "سۆھبەت تېمىسىنى ئۆزگەرتەلمەيسىز" -#: ../libempathy-gtk/empathy-chat.c:991 -#, c-format -msgid "“%s” is not a valid contact ID" -msgstr "«%s» ئىناۋەتلىك ئالاقەداش كىملىكى ئەمەس" - -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:967 +#| msgid "invalid contact" +msgid "Invalid contact ID" +msgstr "ئالاقەداشنىڭ كىملىكى(ID) ئىناۋەتسىز" + +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: ھازىرقى سۆھبەتتىكى بارلىق ئۇچۇرلارنى تازىلىۋېتىدۇ" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic : set the topic of the current conversation" msgstr "/topic : سۆھبەت تېمىسىنى بەلگىلەيدۇ" -#: ../libempathy-gtk/empathy-chat.c:1092 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join : join a new chat room" msgstr "/join : يېڭى سۆھبەتخانىغا قوشۇلىدۇ" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j : join a new chat room" msgstr "/j : يېڭى سۆھبەتخانىغا قوشۇلىدۇ" -#: ../libempathy-gtk/empathy-chat.c:1099 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [] []: leave the chat room, by default the " "current one" msgstr "/part [] []: سۆھبەتخانىدىن ئايرىلىدۇ. ھازىرقى سۆھبەتخانىدىن" -#: ../libempathy-gtk/empathy-chat.c:1103 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query []: open a private chat" msgstr "/query []: خۇسۇسىي سۆھبەت باشلايدۇ" -#: ../libempathy-gtk/empathy-chat.c:1106 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg : open a private chat" msgstr "/msg :خۇسۇسىي سۆھبەت باشلايدۇ" -#: ../libempathy-gtk/empathy-chat.c:1109 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick : change your nickname on the current server" msgstr "/nick : ھازىرقى مۇلازىمېتىردىكى لەقىمىنى ئۆزگەرتىدۇ" -#: ../libempathy-gtk/empathy-chat.c:1112 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me : send an ACTION message to the current conversation" msgstr "/me : ھازىرقى سۆھبەتكە ACTION ئۇچۇرى ئەۋەتىدۇ" -#: ../libempathy-gtk/empathy-chat.c:1115 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say : send to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " "join a new chat room\"" msgstr "/say : ھازىرقى سۆھبەتكە <ئۇچۇر> ئەۋەتىدۇ. بۇ «/» بىلەن باشلانغان ئۇچۇرنى ئەۋەتىش ئۈچۈن ئىشلىتىلىدۇ. مەسىلەن: \"/say /join يېڭى سۆھبەتخانىغا قوشۇلۇش ئۈچۈن ئىشلىتىلىدۇ." -#: ../libempathy-gtk/empathy-chat.c:1120 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois : display information about a contact" msgstr "/whois : ئالاقەداشقا مۇناسىۋەتلىك ئۇچۇرلارنى كۆرسىتىدۇ" -#: ../libempathy-gtk/empathy-chat.c:1123 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help []: show all supported commands. If is defined, " "show its usage." msgstr "/help []: بارلىق ئىشلەتكىلى بولىدىغان پروگراممىلارنى كۆرسىتىدۇ. ئەگەر بېرىلسە، ئۇنىڭ ئىشلىتىش ئۇسۇلىنى كۆرسىتىدۇ." -#: ../libempathy-gtk/empathy-chat.c:1142 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" -msgstr "ئىشلىتىش ئۇسۇلى:%s" - -#: ../libempathy-gtk/empathy-chat.c:1187 +msgstr "ئىشلىتىش ئۇسۇلى: %s" + +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "نامەلۇم بۇيرۇق" -#: ../libempathy-gtk/empathy-chat.c:1313 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "نامەلۇم بۇيرۇق؛ /help نى ئىشلىتىپ ئىشلەتكىلى بولىدىغان بۇيرۇقلارنى كۆرۈپ بېقىڭ" -#: ../libempathy-gtk/empathy-chat.c:1564 +#: ../libempathy-gtk/empathy-chat.c:1538 msgid "insufficient balance to send message" msgstr "ئۇچۇرنى ئەۋەتىشكە يېتەرلىك قالدۇق پۇل يوق" -#: ../libempathy-gtk/empathy-chat.c:1568 ../libempathy-gtk/empathy-chat.c:1582 -#: ../libempathy-gtk/empathy-chat.c:1645 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1619 #, c-format msgid "Error sending message '%s': %s" msgstr "ئۇچۇر %s' نى يوللاۋاتقاندا خاتالىق كۆرۈلدى: %s" -#: ../libempathy-gtk/empathy-chat.c:1570 ../libempathy-gtk/empathy-chat.c:1587 -#: ../libempathy-gtk/empathy-chat.c:1649 +#: ../libempathy-gtk/empathy-chat.c:1544 ../libempathy-gtk/empathy-chat.c:1561 +#: ../libempathy-gtk/empathy-chat.c:1623 #, c-format msgid "Error sending message: %s" msgstr "ئۇچۇر يوللاۋاتقاندا خاتالىق كۆرۈلدى: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1576 -#, c-format -#| msgid "insufficient balance to send message" +#: ../libempathy-gtk/empathy-chat.c:1550 +#, c-format msgid "insufficient balance to send message. Top up." -msgstr "" - -#: ../libempathy-gtk/empathy-chat.c:1616 +msgstr "قالدۇق يەتمىگەچكە ئۇچۇر يوللىيالمايدۇ. قىممەت تولۇقلاڭ." + +#: ../libempathy-gtk/empathy-chat.c:1590 msgid "not capable" msgstr "قىلالمايدۇ" -#: ../libempathy-gtk/empathy-chat.c:1623 +#: ../libempathy-gtk/empathy-chat.c:1597 msgid "offline" msgstr "توردا يوق" -#: ../libempathy-gtk/empathy-chat.c:1626 +#: ../libempathy-gtk/empathy-chat.c:1600 msgid "invalid contact" msgstr "ئىناۋەتسىز ئالاقەداش" -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1603 msgid "permission denied" msgstr "ھوقۇقىڭىز يەتمىدى" -#: ../libempathy-gtk/empathy-chat.c:1632 +#: ../libempathy-gtk/empathy-chat.c:1606 msgid "too long message" msgstr "ئۇچۇر بەك ئۇزۇن" -#: ../libempathy-gtk/empathy-chat.c:1635 +#: ../libempathy-gtk/empathy-chat.c:1609 msgid "not implemented" msgstr "تېخى ئىشلەتكىلى بولمايدۇ" -#: ../libempathy-gtk/empathy-chat.c:1639 +#: ../libempathy-gtk/empathy-chat.c:1613 msgid "unknown" msgstr "نامەلۇم" -#: ../libempathy-gtk/empathy-chat.c:1706 ../src/empathy-chat-window.c:920 +#: ../libempathy-gtk/empathy-chat.c:1680 ../src/empathy-chat-window.c:980 msgid "Topic:" msgstr "سۆھبەت تېمىسى:" -#: ../libempathy-gtk/empathy-chat.c:1721 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set to: %s" msgstr "سۆھبەت تېمىسىنى بەلگىلەش: %s" -#: ../libempathy-gtk/empathy-chat.c:1723 -#, c-format -#| msgid "Topic set to: %s" +#: ../libempathy-gtk/empathy-chat.c:1697 +#, c-format msgid "Topic set by %s to: %s" -msgstr "" +msgstr "پاراڭ تېمىسى %s تەرىپىدىن %s غا بەلگىلەندى" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1728 +#: ../libempathy-gtk/empathy-chat.c:1702 msgid "No topic defined" msgstr "سۆھبەت تېمىسى بەلگىلەنمىگەن" -#: ../libempathy-gtk/empathy-chat.c:2244 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(تەۋسىيىلەر يوق)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2312 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" -msgstr "'%s' نى لۇغەتكە قوشۇش" +msgstr "'‹%s› نى لۇغەتكە قوشۇش" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2349 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" -msgstr "'%s' نى لۇغەت %s غا قوشۇش" - -#: ../libempathy-gtk/empathy-chat.c:2419 +msgstr "‹%s› نى لۇغەت %s غا قوشۇش" + +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "چىراي ئىپادىسى قىستۇرۇش" #. send button -#: ../libempathy-gtk/empathy-chat.c:2437 -#: ../libempathy-gtk/empathy-ui-utils.c:1867 +#: ../libempathy-gtk/empathy-chat.c:2411 +#: ../libempathy-gtk/empathy-ui-utils.c:1180 msgid "_Send" msgstr "يوللا(_S)" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2494 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "نامزات سۆزلەر(_S)" -#: ../libempathy-gtk/empathy-chat.c:2583 +#: ../libempathy-gtk/empathy-chat.c:2574 msgid "Failed to retrieve recent logs" msgstr "يېقىنقى خاتىرىلەرنى ئوقۇش مەغلۇپ بولدى" -#: ../libempathy-gtk/empathy-chat.c:2722 +#: ../libempathy-gtk/empathy-chat.c:2718 #, c-format msgid "%s has disconnected" msgstr "%s ئۈزۈلدى" @@ -1498,12 +1554,12 @@ #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2729 +#: ../libempathy-gtk/empathy-chat.c:2725 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%1$s نى %2$s چىقىرىۋەتتى" -#: ../libempathy-gtk/empathy-chat.c:2732 +#: ../libempathy-gtk/empathy-chat.c:2728 #, c-format msgid "%s was kicked" msgstr "%s چىقىرىۋېتىلدى" @@ -1511,17 +1567,17 @@ #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2740 +#: ../libempathy-gtk/empathy-chat.c:2736 #, c-format msgid "%1$s was banned by %2$s" msgstr "%1$s نى %2$s چەكلىگەن" -#: ../libempathy-gtk/empathy-chat.c:2743 +#: ../libempathy-gtk/empathy-chat.c:2739 #, c-format msgid "%s was banned" msgstr "%s چەكلەنگەن" -#: ../libempathy-gtk/empathy-chat.c:2747 +#: ../libempathy-gtk/empathy-chat.c:2743 #, c-format msgid "%s has left the room" msgstr "%s ئۆيدىن چىقىپ كەتتى" @@ -1531,17 +1587,17 @@ #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2756 +#: ../libempathy-gtk/empathy-chat.c:2752 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2781 +#: ../libempathy-gtk/empathy-chat.c:2777 #, c-format msgid "%s has joined the room" msgstr "%s ئۆيگە كىردى" -#: ../libempathy-gtk/empathy-chat.c:2806 +#: ../libempathy-gtk/empathy-chat.c:2802 #, c-format msgid "%s is now known as %s" msgstr "%s نى ھازىر %s دەپ قارايدۇ" @@ -1549,650 +1605,584 @@ #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:2993 ../src/empathy-event-manager.c:1197 -#: ../src/empathy-call-window.c:1502 ../src/empathy-call-window.c:1552 -#: ../src/empathy-call-window.c:2588 +#: ../libempathy-gtk/empathy-chat.c:2989 ../src/empathy-call-window.c:1467 +#: ../src/empathy-call-window.c:1517 ../src/empathy-call-window.c:2570 +#: ../src/empathy-call-window.c:2876 ../src/empathy-event-manager.c:1166 msgid "Disconnected" msgstr "ئۈزۈلدى" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3657 +#: ../libempathy-gtk/empathy-chat.c:3664 msgid "Would you like to store this password?" msgstr "بۇ ئىمنى ساقلاپ قويسۇنمۇ؟" -#: ../libempathy-gtk/empathy-chat.c:3663 +#: ../libempathy-gtk/empathy-chat.c:3670 msgid "Remember" msgstr "ئەستە ساقلا" -#: ../libempathy-gtk/empathy-chat.c:3673 +#: ../libempathy-gtk/empathy-chat.c:3680 msgid "Not now" msgstr "ھازىرچە ياق" -#: ../libempathy-gtk/empathy-chat.c:3717 -#: ../libempathy-gtk/empathy-bad-password-dialog.c:142 -msgid "Retry" -msgstr "قايتا سىنا" - -#: ../libempathy-gtk/empathy-chat.c:3721 +#: ../libempathy-gtk/empathy-chat.c:3728 msgid "Wrong password; please try again:" msgstr "ئىم خاتا: قايتا سىناڭ:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3851 +#: ../libempathy-gtk/empathy-chat.c:3858 msgid "This room is protected by a password:" msgstr "بۇ ئۆي ئىم ئارقىلىق قوغدالغان:" -#: ../libempathy-gtk/empathy-chat.c:3878 +#: ../libempathy-gtk/empathy-chat.c:3885 +#: ../src/empathy-new-chatroom-dialog.c:780 msgid "Join" msgstr "كىرىش" -#: ../libempathy-gtk/empathy-chat.c:4070 ../src/empathy-event-manager.c:1218 +#: ../libempathy-gtk/empathy-chat.c:4077 ../src/empathy-event-manager.c:1187 msgid "Connected" msgstr "باغلاندى" -#: ../libempathy-gtk/empathy-chat.c:4125 +#: ../libempathy-gtk/empathy-chat.c:4132 msgid "Conversation" msgstr "سۆھبەت" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4130 +#: ../libempathy-gtk/empathy-chat.c:4137 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 msgid "Unknown or invalid identifier" msgstr "نامەلۇم ياكى ئىناۋەتسىز كىملىك" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 msgid "Contact blocking temporarily unavailable" msgstr "ئالاقەداشنى چەكلەشنى ھازىرچە ئىشلەتكىلى بولمايدۇ" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 msgid "Contact blocking unavailable" msgstr "ئالاقەداشنى چەكلەشنى ئىشلەتكىلى بولمايدۇ" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:270 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 msgid "Permission Denied" msgstr "ھوقۇق يەتمىدى" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:274 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 msgid "Could not block contact" msgstr "ئالاقەداشنى چەكلىگىلى بولمىدى" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 msgid "Edit Blocked Contacts" msgstr "چەكلەنگەن ئالاقەداشنى تەھرىرلەش" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 -#: ../libempathy-gtk/empathy-contact-search-dialog.c:506 -#: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../libempathy-gtk/empathy-individual-widget.c:1474 +#: ../libempathy-gtk/empathy-contact-search-dialog.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:1485 #: ../src/empathy-chatrooms-window.ui.h:2 -#: ../src/empathy-new-chatroom-dialog.ui.h:7 +#: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" msgstr "ھېسابات:" #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:2 -#| msgid "_Blocked Contacts" msgid "Blocked Contacts" msgstr "چەكلەنگەن ئالاقەداشلار" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:3 -#: ../libempathy-gtk/empathy-status-preset-dialog.ui.h:1 -#: ../src/empathy-accounts-dialog.ui.h:2 -#: ../src/empathy-chatrooms-window.ui.h:3 -#| msgid "_Remove" -msgid "Remove" -msgstr "چىقىرىۋەت" - -#. Copy Link Address menu item -#: ../libempathy-gtk/empathy-chat-text-view.c:322 -#: ../libempathy-gtk/empathy-webkit-utils.c:277 -msgid "_Copy Link Address" -msgstr "ئۇلانما ئاتىنى كۆچۈر(_C)" - -#. Open Link menu item -#: ../libempathy-gtk/empathy-chat-text-view.c:329 -#: ../libempathy-gtk/empathy-webkit-utils.c:284 -msgid "_Open Link" -msgstr "ئۇلانما ئاچ(_O)" - -#. Translators: timestamp displayed between conversations in -#. * chat windows (strftime format string) -#: ../libempathy-gtk/empathy-chat-text-view.c:417 -msgid "%A %B %d %Y" -msgstr "%A %B %d %Y" - -#: ../libempathy-gtk/empathy-contact-dialogs.c:326 +#: ../libempathy-gtk/empathy-contactinfo-utils.c:102 +msgid "Full name" +msgstr "تولۇق ئاتى" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:103 +msgid "Phone number" +msgstr "تېلېفون نومۇرى" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:104 +msgid "E-mail address" +msgstr "ئېلخەت ئادرېسى" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:105 +msgid "Website" +msgstr "تورتۇرا" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:106 +msgid "Birthday" +msgstr "تۇغۇلغان كۈن" + +#. Note to translators: this is the caption for a string of the form "5 +#. * minutes ago", and refers to the time since the contact last interacted +#. * with their IM client. +#: ../libempathy-gtk/empathy-contactinfo-utils.c:111 +msgid "Last seen:" +msgstr "ئەڭ ئاخىرقى كۆرۈنگەن ۋاقتى:" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:112 +msgid "Server:" +msgstr "مۇلازىمېتىر:" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:113 +msgid "Connected from:" +msgstr "باغلانغان يەر:" + +#. FIXME: once Idle implements SimplePresence using this information, we can +#. * and should bin this. +#: ../libempathy-gtk/empathy-contactinfo-utils.c:117 +msgid "Away message:" +msgstr "جايىدا يوق ئۇچۇرى:" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:130 +msgid "work" +msgstr "خىزمەت" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:131 +msgid "home" +msgstr "باش بەت" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:132 +msgid "mobile" +msgstr "يان تېلېفون" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:133 +msgid "voice" +msgstr "ئۈن" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:134 +msgid "preferred" +msgstr "مايىللىق" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:135 +msgid "postal" +msgstr "پوچتا" + +#: ../libempathy-gtk/empathy-contactinfo-utils.c:136 +msgid "parcel" +msgstr "بوغچا" + +#. Title +#: ../libempathy-gtk/empathy-contact-search-dialog.c:522 +msgid "Search contacts" +msgstr "ئالاقەداشلارنى ئىزدەش" + +#: ../libempathy-gtk/empathy-contact-search-dialog.c:552 +msgid "Search: " +msgstr "ئىزدە: " + +#: ../libempathy-gtk/empathy-contact-search-dialog.c:610 +msgid "_Add Contact" +msgstr "ئالاقەداش قوش(_A)" + +#: ../libempathy-gtk/empathy-contact-search-dialog.c:628 +msgid "No contacts found" +msgstr "ئالاقەداش تېپىلمىدى" + +#: ../libempathy-gtk/empathy-contact-search-dialog.c:644 +msgid "Your message introducing yourself:" +msgstr "ئۆزىڭىزنى تونۇشتۇرىدىغان ئۇچۇر:" + +#: ../libempathy-gtk/empathy-contact-search-dialog.c:652 +msgid "Please let me see when you're online. Thanks!" +msgstr "توردا بار ۋاقتىڭىزدا مەن سىزنى كۆرەلەيدىغان بولاي. تەشەككۈرلەر!" + +#: ../libempathy-gtk/empathy-contact-widget.c:168 +#: ../libempathy-gtk/empathy-individual-widget.c:900 +msgid "Save Avatar" +msgstr "باش سۈرىتىنى ساقلاش" + +#: ../libempathy-gtk/empathy-contact-widget.c:224 +#: ../libempathy-gtk/empathy-individual-widget.c:958 +msgid "Unable to save avatar" +msgstr "باش سۈرىتىنى ساقلىغىلى بولمىدى" + +#. Identifier to connect to Instant Messaging network +#. Setup id label +#: ../libempathy-gtk/empathy-contact-widget.ui.h:3 +#: ../libempathy-gtk/empathy-user-info.c:444 +#| msgid "Identifier:" +msgid "Identifier" +msgstr "بەلگە" + +#. Setup nickname entry +#: ../libempathy-gtk/empathy-contact-widget.ui.h:4 +#: ../libempathy-gtk/empathy-user-info.c:449 +#| msgid "Alias:" +msgid "Alias" +msgstr "تەخەللۇس" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:5 +#: ../libempathy-gtk/empathy-individual-widget.ui.h:3 +msgid "Contact Details" +msgstr "خېرىدار تەپسىلاتلىرى" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:6 +#: ../libempathy-gtk/empathy-individual-widget.ui.h:4 +msgid "Information requested…" +msgstr "ئۇچۇر تەلەپ قىلىندى…" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:7 +msgid "Location at (date)\t" +msgstr "ئورۇن ۋاقتى (چېسلا)\t" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:8 +msgid "Client Information" +msgstr "خېرىدار ئۇچۇرى" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:9 +#| msgid "OS:" +msgid "OS" +msgstr "OS" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:10 +#| msgid "Version:" +msgid "Version" +msgstr "نەشرى" + +#: ../libempathy-gtk/empathy-contact-widget.ui.h:11 +#| msgid "Client:" +msgid "Client" +msgstr "خېرىدار" + +#: ../libempathy-gtk/empathy-groups-widget.c:327 +msgid "Groups" +msgstr "گۇرۇپپىلار" + +#: ../libempathy-gtk/empathy-groups-widget.c:339 +msgid "" +"Select the groups you want this contact to appear in. Note that you can " +"select more than one group or no groups." +msgstr "بۇ ئالاقەداشنى قوشىدىغان گۇرۇپپىنى تاللاڭ. دىققەت: بىر ياكى بىر نەچچىنى تاللىيالايسىز، ھەتتا تاللىمىسىڭىزمۇ بولىدۇ." + +#: ../libempathy-gtk/empathy-groups-widget.c:358 +msgid "_Add Group" +msgstr "گۇرۇپپا قوش(_A)" + +#: ../libempathy-gtk/empathy-groups-widget.c:393 +msgctxt "verb in a column header displaying group names" +msgid "Select" +msgstr "تاللا" + +#: ../libempathy-gtk/empathy-groups-widget.c:403 +msgid "Group" +msgstr "گۇرۇپپا" + #: ../libempathy-gtk/empathy-individual-dialogs.c:118 msgid "New Contact" -msgstr "يېڭى دوست" - -#: ../libempathy-gtk/empathy-contact-dialogs.c:395 -#: ../libempathy-gtk/empathy-individual-dialogs.c:197 +msgstr "يېڭى ئالاقەداش" + +#: ../libempathy-gtk/empathy-individual-dialogs.c:193 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "%s نى چەكلىسۇنمۇ؟" -#: ../libempathy-gtk/empathy-contact-dialogs.c:400 -#: ../libempathy-gtk/empathy-individual-dialogs.c:252 +#: ../libempathy-gtk/empathy-individual-dialogs.c:248 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "«%s» نىڭ سىز بىلەن ئالاقە قىلىشىنى راستلا چەكلىسۇنمۇ؟" -#: ../libempathy-gtk/empathy-contact-dialogs.c:405 -#: ../libempathy-gtk/empathy-individual-dialogs.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:253 +msgid "The following identity will be blocked:" +msgid_plural "The following identities will be blocked:" +msgstr[0] "تۆۋەندىكى كىملىكلەر چەكلىنىدۇ:" + +#: ../libempathy-gtk/empathy-individual-dialogs.c:260 +msgid "The following identity can not be blocked:" +msgid_plural "The following identities can not be blocked:" +msgstr[0] "تۆۋەندىكى كىملىكلەرنى چەكلىگىلى بولمىدى:" + +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "چەكلە(_B)" -#: ../libempathy-gtk/empathy-contact-dialogs.c:423 -#: ../libempathy-gtk/empathy-individual-dialogs.c:283 +#: ../libempathy-gtk/empathy-individual-dialogs.c:279 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "ئالاقەداشنى نىيىتى توغرا ئەمەس دەپ مەلۇم قىل(_R)" -#: ../libempathy-gtk/empathy-contact-dialogs.ui.h:1 -msgid "Subscription Request" -msgstr "مۇشتەرى ئىلتىماسى" - -#: ../libempathy-gtk/empathy-contact-dialogs.ui.h:2 -msgid "_Block User" -msgstr "ئىشلەتكۈچىنى چەكلە(_B)" - -#: ../libempathy-gtk/empathy-contact-dialogs.ui.h:3 -msgid "Decide _Later" -msgstr "كېيىن بىر گەپ بولسۇن(_L)" - -#. Title -#: ../libempathy-gtk/empathy-contact-search-dialog.c:499 -msgid "Search contacts" -msgstr "ئالاقەداشلارنى ئىزدەش" - -#: ../libempathy-gtk/empathy-contact-search-dialog.c:529 -msgid "Search: " -msgstr "ئىزدە: " - -#: ../libempathy-gtk/empathy-contact-search-dialog.c:587 -msgid "_Add Contact" -msgstr "ئالاقەداش قوش(_A)" - -#: ../libempathy-gtk/empathy-contact-search-dialog.c:605 -msgid "No contacts found" -msgstr "ئالاقەداش تېپىلمىدى" - -#: ../libempathy-gtk/empathy-contact-search-dialog.c:621 -msgid "Your message introducing yourself:" -msgstr "ئۆزىڭىزنى تونۇشتۇرىدىغان ئۇچۇر:" - -#: ../libempathy-gtk/empathy-contact-search-dialog.c:629 -msgid "Please let me see when you're online. Thanks!" -msgstr "توردا بار ۋاقتىڭىزدا مەن سىزنى كۆرەلەيدىغان بولاي. تەشەككۈرلەر!" - -#: ../libempathy-gtk/empathy-contact-widget.c:569 -#: ../libempathy-gtk/empathy-individual-widget.c:304 -msgid "Channels:" -msgstr "قانال:" - -#: ../libempathy-gtk/empathy-contact-widget.c:749 -#: ../libempathy-gtk/empathy-individual-widget.c:455 -msgid "Country ISO Code:" -msgstr "دۆلەتنىڭ ISO كودى:" - -#: ../libempathy-gtk/empathy-contact-widget.c:751 -#: ../libempathy-gtk/empathy-individual-widget.c:457 -msgid "Country:" -msgstr "دۆلەت:" - -#: ../libempathy-gtk/empathy-contact-widget.c:753 -#: ../libempathy-gtk/empathy-individual-widget.c:459 -msgid "State:" -msgstr "ھالەت:" - -#: ../libempathy-gtk/empathy-contact-widget.c:755 -#: ../libempathy-gtk/empathy-individual-widget.c:461 -msgid "City:" -msgstr "شەھەر:" - -#: ../libempathy-gtk/empathy-contact-widget.c:757 -#: ../libempathy-gtk/empathy-individual-widget.c:463 -msgid "Area:" -msgstr "رايون:%s" - -#: ../libempathy-gtk/empathy-contact-widget.c:759 -#: ../libempathy-gtk/empathy-individual-widget.c:465 -msgid "Postal Code:" -msgstr "پوچتا نومۇرى:" - -#: ../libempathy-gtk/empathy-contact-widget.c:761 -#: ../libempathy-gtk/empathy-individual-widget.c:467 -msgid "Street:" -msgstr "كوچا:" - -#: ../libempathy-gtk/empathy-contact-widget.c:763 -#: ../libempathy-gtk/empathy-individual-widget.c:469 -msgid "Building:" -msgstr "بىنا:" - -#: ../libempathy-gtk/empathy-contact-widget.c:765 -#: ../libempathy-gtk/empathy-individual-widget.c:471 -msgid "Floor:" -msgstr "قەۋەت:" - -#: ../libempathy-gtk/empathy-contact-widget.c:767 -#: ../libempathy-gtk/empathy-individual-widget.c:473 -msgid "Room:" -msgstr "ئۆي:" - -#: ../libempathy-gtk/empathy-contact-widget.c:769 -#: ../libempathy-gtk/empathy-individual-widget.c:475 -msgid "Text:" -msgstr "تېكىست:" - -#: ../libempathy-gtk/empathy-contact-widget.c:771 -#: ../libempathy-gtk/empathy-individual-widget.c:477 -msgid "Description:" -msgstr "چۈشەندۈرۈش:" - -#: ../libempathy-gtk/empathy-contact-widget.c:773 -#: ../libempathy-gtk/empathy-individual-widget.c:479 -msgid "URI:" -msgstr "URI:" - -#: ../libempathy-gtk/empathy-contact-widget.c:775 -#: ../libempathy-gtk/empathy-individual-widget.c:481 -msgid "Accuracy Level:" -msgstr "توغرىلىق دەرىجىسى" - -#: ../libempathy-gtk/empathy-contact-widget.c:777 -#: ../libempathy-gtk/empathy-individual-widget.c:483 -msgid "Error:" -msgstr "خاتالىق:" - -#: ../libempathy-gtk/empathy-contact-widget.c:779 -#: ../libempathy-gtk/empathy-individual-widget.c:485 -msgid "Vertical Error (meters):" -msgstr "تىك يۆنىلىشتىكى خاتالىقى(مېتىر):" - -#: ../libempathy-gtk/empathy-contact-widget.c:781 -#: ../libempathy-gtk/empathy-individual-widget.c:487 -msgid "Horizontal Error (meters):" -msgstr "توغرا يۆنىلىشتىكى خاتالىقى(مېتىر):" - -#: ../libempathy-gtk/empathy-contact-widget.c:783 -#: ../libempathy-gtk/empathy-individual-widget.c:489 -msgid "Speed:" -msgstr "سۈرئەت:" - -#: ../libempathy-gtk/empathy-contact-widget.c:785 -#: ../libempathy-gtk/empathy-individual-widget.c:491 -msgid "Bearing:" -msgstr "يۆنىلىش:" - -#: ../libempathy-gtk/empathy-contact-widget.c:787 -#: ../libempathy-gtk/empathy-individual-widget.c:493 -msgid "Climb Speed:" -msgstr "يامىشىش تېزلىكى:" - -#: ../libempathy-gtk/empathy-contact-widget.c:789 -#: ../libempathy-gtk/empathy-individual-widget.c:495 -msgid "Last Updated on:" -msgstr "ئاخىرقى يېڭىلانغان:" - -#: ../libempathy-gtk/empathy-contact-widget.c:791 -#: ../libempathy-gtk/empathy-individual-widget.c:497 -msgid "Longitude:" -msgstr "مېرىدىئان(ئۇزۇنلۇق):" - -#: ../libempathy-gtk/empathy-contact-widget.c:793 -#: ../libempathy-gtk/empathy-individual-widget.c:499 -msgid "Latitude:" -msgstr "كەڭلىك:" - -#: ../libempathy-gtk/empathy-contact-widget.c:795 -#: ../libempathy-gtk/empathy-individual-widget.c:501 -msgid "Altitude:" -msgstr "ئېگىزلىك(دېڭىز يۈزىدىن):" - -#: ../libempathy-gtk/empathy-contact-widget.c:848 -#: ../libempathy-gtk/empathy-contact-widget.c:863 -#: ../libempathy-gtk/empathy-individual-widget.c:593 -#: ../libempathy-gtk/empathy-individual-widget.c:608 -#: ../src/empathy-preferences.ui.h:35 -msgid "Location" -msgstr "ئورنى" - -#. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-contact-widget.c:865 -#: ../libempathy-gtk/empathy-individual-widget.c:610 -#, c-format -msgid "%s, %s" -msgstr "%s، %s" - -#: ../libempathy-gtk/empathy-contact-widget.c:917 -#: ../libempathy-gtk/empathy-individual-widget.c:659 -msgid "%B %e, %Y at %R UTC" -msgstr "%B %e، %Y at %R UTC" - -#: ../libempathy-gtk/empathy-contact-widget.c:999 -#: ../libempathy-gtk/empathy-individual-widget.c:900 -msgid "Save Avatar" -msgstr "باش سۈرىتىنى ساقلاش" - -#: ../libempathy-gtk/empathy-contact-widget.c:1055 -#: ../libempathy-gtk/empathy-individual-widget.c:958 -msgid "Unable to save avatar" -msgstr "باش سۈرىتىنى ساقلىغىلى بولمىدى" - -#: ../libempathy-gtk/empathy-contact-widget.c:1446 -#| msgid "Technical Details" -msgid "Personal Details" -msgstr "شەخسىي تەپسىلاتلار" - -#: ../libempathy-gtk/empathy-contact-widget.c:1449 -#: ../libempathy-gtk/empathy-contact-widget.ui.h:6 -#: ../libempathy-gtk/empathy-individual-widget.ui.h:3 -msgid "Contact Details" -msgstr "خېرىدار تەپسىلاتلىرى" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:104 -#| msgid "Full name:" -msgid "Full name" -msgstr "تولۇق ئاتى" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:105 -#| msgid "Phone number:" -msgid "Phone number" -msgstr "تېلېفون نومۇرى" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:106 -#| msgid "E-mail address:" -msgid "E-mail address" -msgstr "ئېلخەت ئادرېسى" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:107 -#| msgid "Website:" -msgid "Website" -msgstr "تورتۇرا" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:108 -#| msgid "Birthday:" -msgid "Birthday" -msgstr "تۇغۇلغان كۈن" - -#. Note to translators: this is the caption for a string of the form "5 -#. * minutes ago", and refers to the time since the contact last interacted -#. * with their IM client. -#: ../libempathy-gtk/empathy-contactinfo-utils.c:113 -msgid "Last seen:" -msgstr "ئەڭ ئاخىرقى كۆرۈنگەن ۋاقتى:" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:115 -msgid "Connected from:" -msgstr "باغلانغان يەر:" - -#. FIXME: once Idle implements SimplePresence using this information, we can -#. * and should bin this. -#: ../libempathy-gtk/empathy-contactinfo-utils.c:119 -msgid "Away message:" -msgstr "جايىدا يوق ئۇچۇرى:" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:132 -#| msgid "Network" -msgid "work" -msgstr "خىزمەت" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:133 -#| msgid "Romeo" -msgid "home" -msgstr "باش بەت" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:134 -#| msgid "Profile" -msgid "mobile" -msgstr "" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:135 -#| msgid "Favorite" -msgid "voice" -msgstr "" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:136 -#| msgid "Preferences" -msgid "preferred" -msgstr "" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:137 -msgid "postal" -msgstr "" - -#: ../libempathy-gtk/empathy-contactinfo-utils.c:138 -#| msgid "Appearance" -msgid "parcel" -msgstr "" - -#. Identifier to connect to Instant Messaging network -#. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-contact-widget.ui.h:3 -#: ../libempathy-gtk/empathy-individual-widget.c:1502 -msgid "Identifier:" -msgstr "كىملىك:" - -#. Alias -#: ../libempathy-gtk/empathy-contact-widget.ui.h:4 -#: ../libempathy-gtk/empathy-individual-widget.c:1293 -msgid "Alias:" -msgstr "تەخەللۇس:" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:5 -msgid "Location at (date)\t" -msgstr "ئورۇن ۋاقتى (چېسلا)\t" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:7 -#: ../libempathy-gtk/empathy-individual-widget.ui.h:4 -msgid "Information requested…" -msgstr "ئۇچۇر تەلەپ قىلىندى…" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:8 -msgid "Client Information" -msgstr "خېرىدار ئۇچۇرى" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:9 -msgid "OS:" -msgstr "OS:" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:10 -msgid "Version:" -msgstr "نەشرى:" - -#: ../libempathy-gtk/empathy-contact-widget.ui.h:11 -msgid "Client:" -msgstr "خېرىدار:" - -#: ../libempathy-gtk/empathy-groups-widget.c:331 -msgid "Groups" -msgstr "گۇرۇپپىلار" - -#: ../libempathy-gtk/empathy-groups-widget.c:343 -msgid "" -"Select the groups you want this contact to appear in. Note that you can " -"select more than one group or no groups." -msgstr "بۇ ئالاقەداشنى قوشىدىغان گۇرۇپپىنى تاللاڭ. دىققەت: بىر ياكى بىر نەچچىنى تاللىيالايسىز، ھەتتا تاللىمىسىڭىزمۇ بولىدۇ." - -#: ../libempathy-gtk/empathy-groups-widget.c:362 -msgid "_Add Group" -msgstr "گۇرۇپپا قوش(_A)" - -#: ../libempathy-gtk/empathy-groups-widget.c:397 -msgctxt "verb in a column header displaying group names" -msgid "Select" -msgstr "تاللا" - -#: ../libempathy-gtk/empathy-groups-widget.c:407 -#: ../src/empathy-roster-window.c:1970 -msgid "Group" -msgstr "گۇرۇپپا" - -#: ../libempathy-gtk/empathy-individual-dialogs.c:257 -msgid "The following identity will be blocked:" -msgid_plural "The following identities will be blocked:" -msgstr[0] "تۆۋەندىكى كىملىكلەر چەكلىنىدۇ:" - -#: ../libempathy-gtk/empathy-individual-dialogs.c:264 -msgid "The following identity can not be blocked:" -msgid_plural "The following identities can not be blocked:" -msgstr[0] "تۆۋەندىكى كىملىكلەرنى چەكلىگىلى بولمىدى:" - #: ../libempathy-gtk/empathy-individual-edit-dialog.c:247 msgid "Edit Contact Information" msgstr "ئالاقەداش ئۇچۇرىنى تەھرىرلەش" +#. Translators: the heading at the top of the Information dialogue +#: ../libempathy-gtk/empathy-individual-information-dialog.c:293 +msgid "Linked Contacts" +msgstr "ئۇلانغان ئالاقەداشلار" + +#: ../libempathy-gtk/empathy-individual-information-dialog.c:332 +msgid "gnome-contacts not installed" +msgstr "gnome-contacts ئورنىتىلمىغان" + +#: ../libempathy-gtk/empathy-individual-information-dialog.c:335 +msgid "Please install gnome-contacts to access contacts details." +msgstr "ئالاقەداشلارنىڭ تەپسىلاتىنى زىيارەت قىلىش ئۈچۈن gnome-contacts نى ئورنىتىڭ." + #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:172 +#: ../libempathy-gtk/empathy-individual-menu.c:177 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:344 +#: ../libempathy-gtk/empathy-individual-menu.c:353 msgid "Select account to use to place the call" msgstr "تېلېفون قىلىشتا ئىشلىتىدىغان ھېساباتنى تاللاش" -#: ../libempathy-gtk/empathy-individual-menu.c:348 +#: ../libempathy-gtk/empathy-individual-menu.c:357 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:18 msgid "Call" msgstr "چاقىر" -#: ../libempathy-gtk/empathy-individual-menu.c:413 -#| msgid "Profile" +#: ../libempathy-gtk/empathy-individual-menu.c:422 msgid "Mobile" msgstr "يانفون" -#: ../libempathy-gtk/empathy-individual-menu.c:415 +#: ../libempathy-gtk/empathy-individual-menu.c:424 msgid "Work" msgstr "ئىش" -#: ../libempathy-gtk/empathy-individual-menu.c:417 +#: ../libempathy-gtk/empathy-individual-menu.c:426 msgid "HOME" msgstr "ئۆي" -#: ../libempathy-gtk/empathy-individual-menu.c:658 +#: ../libempathy-gtk/empathy-individual-menu.c:669 msgid "_Block Contact" msgstr "ئالاقەداش چەكلە(_B)" +#: ../libempathy-gtk/empathy-individual-menu.c:725 +msgid "Delete and _Block" +msgstr "ئۆچۈرۈش ۋە چەكلەش(_B)" + +#: ../libempathy-gtk/empathy-individual-menu.c:787 +#, c-format +msgid "Do you really want to remove the contact '%s'?" +msgstr "«%s» دېگەن ئالاقەداشنى راستلا چىقىرىۋېتەمسىز؟" + +#: ../libempathy-gtk/empathy-individual-menu.c:796 +#, c-format +msgid "" +"Do you really want to remove the linked contact '%s'? Note that this will " +"remove all the contacts which make up this linked contact." +msgstr "ئۇلانغان ئالاقەداش «%s» نى راستلا چىقىرىۋېتەمسىز؟ بۇنداقتا بۇنىڭغا ئۇلانغان باشقا بارلىق ئالاقەداشلارمۇ چىقىرىۋېتىلىدۇ." + +#: ../libempathy-gtk/empathy-individual-menu.c:807 +msgid "Removing contact" +msgstr "ئالاقەداشلارنى ئۆچۈرۈۋاتىدۇ" + +#: ../libempathy-gtk/empathy-individual-menu.c:871 +#: ../libempathy-gtk/empathy-individual-view.c:2453 +msgid "_Remove" +msgstr "چىقىرىۋەت(_R)" + #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1017 -#: ../libempathy-gtk/empathy-new-message-dialog.c:319 -#: ../src/empathy-roster-window-menubar.ui.h:1 +#: ../libempathy-gtk/empathy-individual-menu.c:1234 +#: ../libempathy-gtk/empathy-new-message-dialog.c:318 msgid "_Chat" msgstr "سۆھبەت(_C)" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1052 -#: ../libempathy-gtk/empathy-new-message-dialog.c:313 +#: ../libempathy-gtk/empathy-individual-menu.c:1269 +#: ../libempathy-gtk/empathy-new-message-dialog.c:312 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1085 +#: ../libempathy-gtk/empathy-individual-menu.c:1302 msgctxt "menu item" msgid "_Audio Call" msgstr "ئاۋازلىق سۆزلەش(_A)" -#: ../libempathy-gtk/empathy-individual-menu.c:1118 +#: ../libempathy-gtk/empathy-individual-menu.c:1335 msgctxt "menu item" msgid "_Video Call" msgstr "سىنلىق سۆزلەش(_V)" -#: ../libempathy-gtk/empathy-individual-menu.c:1159 -#: ../src/empathy-roster-window-menubar.ui.h:4 +#: ../libempathy-gtk/empathy-individual-menu.c:1376 +#: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "ئالدىنقى سۆھبەتلەر(_P)" -#: ../libempathy-gtk/empathy-individual-menu.c:1188 +#: ../libempathy-gtk/empathy-individual-menu.c:1405 msgid "Send File" -msgstr "ھۆججەت ئەۋەتىش" - -#: ../libempathy-gtk/empathy-individual-menu.c:1218 +msgstr "ھۆججەت يوللاش" + +#: ../libempathy-gtk/empathy-individual-menu.c:1435 msgid "Share My Desktop" msgstr "ئۈستەلئۈستىنى ھەمبەھىر قىلىش" -#: ../libempathy-gtk/empathy-individual-menu.c:1244 -#: ../libempathy-gtk/empathy-individual-widget.c:1357 +#: ../libempathy-gtk/empathy-individual-menu.c:1461 +#: ../libempathy-gtk/empathy-individual-widget.c:1368 msgid "Favorite" msgstr "يىغقۇچ" -#: ../libempathy-gtk/empathy-individual-menu.c:1263 -#| msgid "telepathy-salut not installed" -msgid "gnome-contacts not installed" -msgstr "gnome-contacts ئورنىتىلمىغان" - -#: ../libempathy-gtk/empathy-individual-menu.c:1266 -msgid "Please install gnome-contacts to access contacts details." -msgstr "" - -#: ../libempathy-gtk/empathy-individual-menu.c:1380 +#: ../libempathy-gtk/empathy-individual-menu.c:1490 msgid "Infor_mation" msgstr "ئۇچۇر(_M)" -#: ../libempathy-gtk/empathy-individual-menu.c:1429 +#: ../libempathy-gtk/empathy-individual-menu.c:1539 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "تەھرىر(_E)" -#: ../libempathy-gtk/empathy-individual-menu.c:1546 -#: ../src/empathy-chat-window.c:1192 +#. send invitation +#: ../libempathy-gtk/empathy-individual-menu.c:1655 +#: ../src/empathy-chat-window.c:1246 msgid "Inviting you to this room" msgstr "سىزنى بۇ ئۆيگە تەكلىپ قىلىۋاتىدۇ" -#: ../libempathy-gtk/empathy-individual-menu.c:1592 +#: ../libempathy-gtk/empathy-individual-menu.c:1701 msgid "_Invite to Chat Room" msgstr "سۆھبەتخانىغا تەكلىپ قىل(_I)" -#: ../libempathy-gtk/empathy-individual-menu.c:1788 -#: ../src/empathy-roster-window-menubar.ui.h:5 +#: ../libempathy-gtk/empathy-individual-menu.c:1897 msgid "_Add Contact…" msgstr "ئالاقەداش قوش(_A)…" -#: ../libempathy-gtk/empathy-individual-view.c:2306 -msgid "Delete and _Block" -msgstr "ئۆچۈرۈش ۋە چەكلەش(_B)" - -#: ../libempathy-gtk/empathy-individual-view.c:2341 +#: ../libempathy-gtk/empathy-individual-view.c:2373 #, c-format msgid "Do you really want to remove the group '%s'?" msgstr "«%s» دېگەن گۇرۇپپىنى راستلا چىقىرىۋېتەمسىز؟" -#: ../libempathy-gtk/empathy-individual-view.c:2344 +#: ../libempathy-gtk/empathy-individual-view.c:2376 msgid "Removing group" msgstr "گۇرۇپپا ئۆچۈرۈۋاتىدۇ" -#. Remove -#: ../libempathy-gtk/empathy-individual-view.c:2399 -#: ../libempathy-gtk/empathy-individual-view.c:2603 -msgid "_Remove" -msgstr "ئۆچۈر(_R)" - -#: ../libempathy-gtk/empathy-individual-view.c:2476 -#, c-format -msgid "Do you really want to remove the contact '%s'?" -msgstr "«%s» دېگەن ئالاقەداشنى راستلا چىقىرىۋېتەمسىز؟" - -#: ../libempathy-gtk/empathy-individual-view.c:2485 -#, c-format -msgid "" -"Do you really want to remove the linked contact '%s'? Note that this will " -"remove all the contacts which make up this linked contact." -msgstr "ئۇلانغان ئالاقەداش «%s» نى راستلا چىقىرىۋېتەمسىز؟ بۇنداقتا بۇنىڭغا ئۇلانغان باشقا بارلىق ئالاقەداشلارمۇ چىقىرىۋېتىلىدۇ." - -#: ../libempathy-gtk/empathy-individual-view.c:2497 -msgid "Removing contact" -msgstr "ئالاقەداشلارنى ئۆچۈرۈۋاتىدۇ" - -#: ../libempathy-gtk/empathy-individual-widget.c:1641 +#: ../libempathy-gtk/empathy-individual-view.c:2444 +#| msgid "Real name:" +msgid "Re_name" +msgstr "ئاتىنى ئۆزگەرت(_N)" + +#: ../libempathy-gtk/empathy-individual-widget.c:304 +msgid "Channels:" +msgstr "قانال:" + +#: ../libempathy-gtk/empathy-individual-widget.c:455 +msgid "Country ISO Code:" +msgstr "دۆلەتنىڭ ISO كودى:" + +#: ../libempathy-gtk/empathy-individual-widget.c:457 +msgid "Country:" +msgstr "دۆلەت:" + +#: ../libempathy-gtk/empathy-individual-widget.c:459 +msgid "State:" +msgstr "ھالەت:" + +#: ../libempathy-gtk/empathy-individual-widget.c:461 +msgid "City:" +msgstr "شەھەر :" + +#: ../libempathy-gtk/empathy-individual-widget.c:463 +msgid "Area:" +msgstr "رايون:" + +#: ../libempathy-gtk/empathy-individual-widget.c:465 +msgid "Postal Code:" +msgstr "پوچتا نومۇرى:" + +#: ../libempathy-gtk/empathy-individual-widget.c:467 +msgid "Street:" +msgstr "كوچا:" + +#: ../libempathy-gtk/empathy-individual-widget.c:469 +msgid "Building:" +msgstr "بىنا:" + +#: ../libempathy-gtk/empathy-individual-widget.c:471 +msgid "Floor:" +msgstr "قەۋەت:" + +#: ../libempathy-gtk/empathy-individual-widget.c:473 +msgid "Room:" +msgstr "ئۆي:" + +#: ../libempathy-gtk/empathy-individual-widget.c:475 +msgid "Text:" +msgstr "تېكىست:" + +#: ../libempathy-gtk/empathy-individual-widget.c:477 +msgid "Description:" +msgstr "چۈشەندۈرۈش:" + +#: ../libempathy-gtk/empathy-individual-widget.c:479 +msgid "URI:" +msgstr "URI:" + +#: ../libempathy-gtk/empathy-individual-widget.c:481 +msgid "Accuracy Level:" +msgstr "توغرىلىق دەرىجىسى" + +#: ../libempathy-gtk/empathy-individual-widget.c:483 +msgid "Error:" +msgstr "خاتالىق:" + +#: ../libempathy-gtk/empathy-individual-widget.c:485 +msgid "Vertical Error (meters):" +msgstr "تىك يۆنىلىشتىكى خاتالىقى(مېتىر):" + +#: ../libempathy-gtk/empathy-individual-widget.c:487 +msgid "Horizontal Error (meters):" +msgstr "توغرا يۆنىلىشتىكى خاتالىقى(مېتىر):" + +#: ../libempathy-gtk/empathy-individual-widget.c:489 +msgid "Speed:" +msgstr "سۈرئەت:" + +#: ../libempathy-gtk/empathy-individual-widget.c:491 +msgid "Bearing:" +msgstr "يۆنىلىش:" + +#: ../libempathy-gtk/empathy-individual-widget.c:493 +msgid "Climb Speed:" +msgstr "يامىشىش تېزلىكى:" + +#: ../libempathy-gtk/empathy-individual-widget.c:495 +msgid "Last Updated on:" +msgstr "ئاخىرقى يېڭىلانغان:" + +#: ../libempathy-gtk/empathy-individual-widget.c:497 +msgid "Longitude:" +msgstr "مېرىدىئان(ئۇزۇنلۇق):" + +#: ../libempathy-gtk/empathy-individual-widget.c:499 +msgid "Latitude:" +msgstr "كەڭلىك:" + +#: ../libempathy-gtk/empathy-individual-widget.c:501 +msgid "Altitude:" +msgstr "ئېگىزلىك(دېڭىز يۈزىدىن):" + +#: ../libempathy-gtk/empathy-individual-widget.c:593 +#: ../libempathy-gtk/empathy-individual-widget.c:608 +#: ../src/empathy-preferences.ui.h:39 +msgid "Location" +msgstr "ئورنى" + +#. translators: format is "Location, $date" +#: ../libempathy-gtk/empathy-individual-widget.c:610 +#, c-format +msgid "%s, %s" +msgstr "%s، %s" + +#: ../libempathy-gtk/empathy-individual-widget.c:659 +msgid "%B %e, %Y at %R UTC" +msgstr "%B %e، %Y at %R UTC" + +#. Alias +#: ../libempathy-gtk/empathy-individual-widget.c:1304 +msgid "Alias:" +msgstr "تەخەللۇس:" + +#. Translators: Identifier to connect to Instant Messaging network +#: ../libempathy-gtk/empathy-individual-widget.c:1513 +msgid "Identifier:" +msgstr "بەلگە:" + +#: ../libempathy-gtk/empathy-individual-widget.c:1652 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -2204,7 +2194,7 @@ #: ../libempathy-gtk/empathy-individual-widget.ui.h:2 msgid "Online from a phone or mobile device" -msgstr "يانفون ياكى يۆتكەلمە ئۈسكىنىدىن تورغا باغلىنىش" +msgstr "يانفون ياكى يۆتكەلمە ئۈسكۈنىدىن تورغا باغلىنىش" #: ../libempathy-gtk/empathy-irc-network-chooser-dialog.c:335 msgid "New Network" @@ -2227,35 +2217,51 @@ msgid "new server" msgstr "يېڭى مۇلازىمېتىر" -#: ../libempathy-gtk/empathy-irc-network-dialog.c:535 +#: ../libempathy-gtk/empathy-irc-network-dialog.c:539 msgid "SSL" msgstr "SSL" -#: ../libempathy-gtk/empathy-log-window.c:620 +#: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:81 +msgid "" +"Empathy can automatically discover and chat with the people connected on the " +"same network as you. If you want to use this feature, please check that the " +"details below are correct." +msgstr "بۇ Empathy ئۆزلۈكىدىن سىز باغلانغان توردىكى كىشىلەرنى بايقاپ پاراڭلىشالايدۇ. ئەگەر بۇ ئىقتىدارنى ئىشلەتسىڭىز، تۆۋەندىكى تەپسىلاتنى چەككىنىڭىز توغرا." + +#: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:101 +msgid "People nearby" +msgstr "قوشنا" + +#: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:116 +msgid "" +"You can change these details later or disable this feature by choosing Edit → Accounts in the Contact List." +msgstr "بۇ تەپسىلاتلارنى كېيىن ئۆزگەرتەلەيسىز ياكى بۇ ئىقتىدارنى ئالاقەداش تىزىمىدىكى تەھرىر ← ھېسابات تىن تاللاپ چەكلىيەلەيسىز." + +#: ../libempathy-gtk/empathy-log-window.c:622 msgid "History" msgstr "تارىخ" -#: ../libempathy-gtk/empathy-log-window.c:675 +#: ../libempathy-gtk/empathy-log-window.c:677 msgid "Show" msgstr "كۆرسەت" -#: ../libempathy-gtk/empathy-log-window.c:697 +#: ../libempathy-gtk/empathy-log-window.c:699 msgid "Search" msgstr "ئىزدە" -#: ../libempathy-gtk/empathy-log-window.c:1148 -#, c-format -#| msgid "Chat with %s" +#: ../libempathy-gtk/empathy-log-window.c:1150 +#, c-format msgid "Chat in %s" msgstr "%s نىڭدا سۆزلىشىۋاتىدۇ" -#: ../libempathy-gtk/empathy-log-window.c:1150 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat with %s" msgstr "%s بىلەن سۆزلىشىش" -#: ../libempathy-gtk/empathy-log-window.c:1200 -#: ../libempathy-gtk/empathy-log-window.c:1347 +#: ../libempathy-gtk/empathy-log-window.c:1202 +#: ../libempathy-gtk/empathy-log-window.c:1346 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A، %e %B %Y %X" @@ -2273,101 +2279,94 @@ msgid "%s: %s" msgstr "%s: %s" -#: ../libempathy-gtk/empathy-log-window.c:1371 -#, c-format -#| msgid "%d second ago" -#| msgid_plural "%d seconds ago" +#: ../libempathy-gtk/empathy-log-window.c:1370 +#, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s سېكۇنت" -#: ../libempathy-gtk/empathy-log-window.c:1378 -#, c-format -#| msgid "%d minute ago" -#| msgid_plural "%d minutes ago" +#: ../libempathy-gtk/empathy-log-window.c:1377 +#, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s مىنۇت" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1385 #, c-format msgid "Call took %s, ended at %s" msgstr "سۆزلەشكەن ۋاقىت %s، ئاخىرلاشقان ۋاقىت %s" -#: ../libempathy-gtk/empathy-log-window.c:1720 +#: ../libempathy-gtk/empathy-log-window.c:1716 msgid "Today" msgstr "بۈگۈن" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1720 msgid "Yesterday" msgstr "تۈنۈگۈن" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1739 -#| msgctxt "" -#| "A date such as '23 May 2010', %e is the day, %B the month and %Y the year" -#| msgid "%e %B %Y" +#: ../libempathy-gtk/empathy-log-window.c:1735 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1827 -#: ../libempathy-gtk/empathy-log-window.c:3487 +#: ../libempathy-gtk/empathy-log-window.c:1839 +#: ../libempathy-gtk/empathy-log-window.c:3462 msgid "Anytime" -msgstr "خالىغان چاغدا" - -#: ../libempathy-gtk/empathy-log-window.c:1916 -#: ../libempathy-gtk/empathy-log-window.c:2400 +msgstr "ھەر ۋاقىت" + +#: ../libempathy-gtk/empathy-log-window.c:1938 +#: ../libempathy-gtk/empathy-log-window.c:2397 msgid "Anyone" msgstr "ھەركىم" -#: ../libempathy-gtk/empathy-log-window.c:2713 +#: ../libempathy-gtk/empathy-log-window.c:2710 msgid "Who" msgstr "كىم" -#: ../libempathy-gtk/empathy-log-window.c:2922 +#: ../libempathy-gtk/empathy-log-window.c:2919 msgid "When" msgstr "قاچان" -#: ../libempathy-gtk/empathy-log-window.c:3038 +#: ../libempathy-gtk/empathy-log-window.c:3037 msgid "Anything" msgstr "ھېچنېمە" -#: ../libempathy-gtk/empathy-log-window.c:3040 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Text chats" msgstr "تېكىستلىك سۆزلىشىش" -#: ../libempathy-gtk/empathy-log-window.c:3042 -#: ../src/empathy-preferences.ui.h:25 +#: ../libempathy-gtk/empathy-log-window.c:3040 +#: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "چاقىرىشلار" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3044 msgid "Incoming calls" msgstr "كىرگەن چاقىرىشلار" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3045 msgid "Outgoing calls" msgstr "چىققان چاقىرىشلار" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Missed calls" msgstr "سۆزلەشمىگەن چاقىرىشلار" -#: ../libempathy-gtk/empathy-log-window.c:3071 +#: ../libempathy-gtk/empathy-log-window.c:3066 msgid "What" -msgstr "نېمە" - -#: ../libempathy-gtk/empathy-log-window.c:3780 +msgstr "مەزمۇن" + +#: ../libempathy-gtk/empathy-log-window.c:3755 msgid "Are you sure you want to delete all logs of previous conversations?" -msgstr "بۇرۇنقى سۆزلىشىش خاتىرىسىنىڭ ھەممىسىنى ئۆچۈرۈۋېتەمسىز؟" - -#: ../libempathy-gtk/empathy-log-window.c:3784 +msgstr "راستلا بۇرۇنقى سۆھبەت خاتىرىلىرىنى ئۆچۈرەمسىز؟" + +#: ../libempathy-gtk/empathy-log-window.c:3759 msgid "Clear All" msgstr "ھەممىنى تازىلا" -#: ../libempathy-gtk/empathy-log-window.c:3791 +#: ../libempathy-gtk/empathy-log-window.c:3766 msgid "Delete from:" -msgstr "دىن ئۆچۈر:" +msgstr "تۆۋەندىكىدىن ئۆچۈرۈش:" #: ../libempathy-gtk/empathy-log-window.ui.h:1 msgid "_File" @@ -2375,7 +2374,6 @@ #: ../libempathy-gtk/empathy-log-window.ui.h:2 #: ../src/empathy-call-window.ui.h:2 ../src/empathy-chat-window.ui.h:9 -#: ../src/empathy-roster-window-menubar.ui.h:12 msgid "_Edit" msgstr "تەھرىر(_E)" @@ -2388,12 +2386,12 @@ msgstr "سەپلىمە ھۆججەت" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.ui.h:19 +#: ../src/empathy-chat-window.ui.h:19 ../src/empathy-preferences.ui.h:11 msgid "Chat" -msgstr "پاراڭ" +msgstr "سۆھبەت" #: ../libempathy-gtk/empathy-log-window.ui.h:7 -#: ../src/empathy-call-window.ui.h:26 +#: ../src/empathy-call-window.ui.h:24 msgid "Video" msgstr "سىن" @@ -2405,100 +2403,82 @@ msgid "Loading..." msgstr "ئوقۇۋاتىدۇ..." -#: ../libempathy-gtk/empathy-new-message-dialog.c:83 -#| msgid "The specified contact is offline" +#: ../libempathy-gtk/empathy-new-account-dialog.c:129 +msgid "What kind of chat account do you have?" +msgstr "قانداق تىپتىكى ھېساباتىڭىز بار؟" + +#: ../libempathy-gtk/empathy-new-account-dialog.c:151 +msgid "Adding new account" +msgstr "يېڭى ھېسابات قوشۇش" + +#: ../libempathy-gtk/empathy-new-call-dialog.c:199 +#: ../libempathy-gtk/empathy-new-message-dialog.c:289 +msgid "Enter a contact identifier or phone number:" +msgstr "ئالاقەداش كىملىكى ياكى تېلېفون نومۇرىنى كىرگۈزۈڭ" + +#. add video button +#: ../libempathy-gtk/empathy-new-call-dialog.c:222 +msgid "_Video Call" +msgstr "سىنلىق سۆزلەش(_V)" + +#. add audio button +#: ../libempathy-gtk/empathy-new-call-dialog.c:232 +msgid "_Audio Call" +msgstr "ئاۋازلىق سۆزلەش(_A)" + +#. Tweak the dialog +#: ../libempathy-gtk/empathy-new-call-dialog.c:242 +msgid "New Call" +msgstr "يېڭى چاقىرىش" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:82 msgid "The contact is offline" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:85 -#| msgid "The specified contact is not valid" +msgstr "ئالاقەداش توردا يوق" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:84 msgid "The specified contact is either invalid or unknown" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:87 -#| msgid "Topic not supported on this conversation" +msgstr "كۆرسىتىلگەن ئالاقەداش ئىناۋەتسىز ياكى ناتونۇش" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:86 msgid "The contact does not support this kind of conversation" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:89 +msgstr "ئالاقەداش بۇ خىل سۆزلىشىشنى قوللىمايدۇ" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:88 msgid "The requested functionality is not implemented for this protocol" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:95 +msgstr "بۇ كېلىشىمدە تەلەپ قىلىنغان ئىقتىدار ئەمەلىيلەشتۈرۈلمىگەن" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:94 msgid "Could not start a conversation with the given contact" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:97 +msgstr "كۆرسىتىلگەن ئالاقەداش بىلەن سۆزلەشكىلى بولمىدى" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:96 msgid "You are banned from this channel" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:99 +msgstr "بۇ قانال سىزنى چەكلەپتۇ" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:98 msgid "This channel is full" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:101 -#| msgid "You have been invited to join %s" +msgstr "بۇ قانال توشۇپ كەتتى" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:100 msgid "You must be invited to join this channel" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:103 -#| msgid "Contact disconnected" +msgstr "بۇ قانالغا كىرىش ئۈچۈن سىز تەكلىپ قىلىنىشىڭىز كېرەك" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:102 msgid "Can't proceed while disconnected" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:105 -#| msgid "permission denied" +msgstr "ئۇلانمىغاندا داۋاملاشتۇرغىلى بولمايدۇ" + +#: ../libempathy-gtk/empathy-new-message-dialog.c:104 msgid "Permission denied" msgstr "ھوقۇقىڭىز يەتمىدى" -#: ../libempathy-gtk/empathy-new-message-dialog.c:111 -#| msgid "There was an error starting the call" +#: ../libempathy-gtk/empathy-new-message-dialog.c:110 msgid "There was an error starting the conversation" -msgstr "" - -#: ../libempathy-gtk/empathy-new-message-dialog.c:290 -#: ../libempathy-gtk/empathy-new-call-dialog.c:200 -msgid "Enter a contact identifier or phone number:" -msgstr "" +msgstr "سۆزلىشىشنى باشلاشتا خاتالىق كۆرۈلدى" #. Tweak the dialog -#: ../libempathy-gtk/empathy-new-message-dialog.c:333 +#: ../libempathy-gtk/empathy-new-message-dialog.c:332 msgid "New Conversation" msgstr "يېڭى سۆھبەت" - -#. add video button -#: ../libempathy-gtk/empathy-new-call-dialog.c:223 -#| msgctxt "menu item" -#| msgid "_Video Call" -msgid "_Video Call" -msgstr "سىنلىق سۆزلەش(_V)" - -#. add audio button -#: ../libempathy-gtk/empathy-new-call-dialog.c:233 -#| msgctxt "menu item" -#| msgid "_Audio Call" -msgid "_Audio Call" -msgstr "ئاۋازلىق سۆزلەش(_A)" - -#. Tweak the dialog -#: ../libempathy-gtk/empathy-new-call-dialog.c:243 -msgid "New Call" -msgstr "يېڭى چاقىرىش" - -#: ../libempathy-gtk/empathy-bad-password-dialog.c:130 -#, c-format -#| msgid "Authentication failed" -msgid "Authentification failed for account %s" -msgstr "" - -#: ../libempathy-gtk/empathy-base-password-dialog.c:224 -#: ../libempathy-gtk/empathy-password-dialog.c:134 -#, c-format -msgid "" -"Enter your password for account\n" -"%s" -msgstr "تۆۋەندىكى ھېساباتىڭىزنىڭ ئىمىنى كىرگۈزۈڭ\n" -"%s" #. COL_STATUS_TEXT #. COL_STATE_ICON_NAME @@ -2506,30 +2486,39 @@ #. COL_DISPLAY_MARKUP #. COL_STATUS_CUSTOMISABLE #. COL_TYPE -#: ../libempathy-gtk/empathy-presence-chooser.c:167 -#: ../libempathy-gtk/empathy-presence-chooser.c:203 +#: ../libempathy-gtk/empathy-presence-chooser.c:164 +#: ../libempathy-gtk/empathy-presence-chooser.c:200 msgid "Custom Message…" msgstr "ئىختىيارىي ئۇچۇر..." -#: ../libempathy-gtk/empathy-presence-chooser.c:220 -#: ../libempathy-gtk/empathy-presence-chooser.c:222 +#: ../libempathy-gtk/empathy-presence-chooser.c:217 +#: ../libempathy-gtk/empathy-presence-chooser.c:219 msgid "Edit Custom Messages…" msgstr "ئىختىيارىي ئۇچۇرنى تەھرىرلەش..." -#: ../libempathy-gtk/empathy-presence-chooser.c:345 +#: ../libempathy-gtk/empathy-presence-chooser.c:341 msgid "Click to remove this status as a favorite" msgstr "چەكسىڭىز بۇ ھالەتنى ئامراق ھالەتتىن چىقىرىۋېتىدۇ" -#: ../libempathy-gtk/empathy-presence-chooser.c:354 +#: ../libempathy-gtk/empathy-presence-chooser.c:350 msgid "Click to make this status a favorite" msgstr "چەكسىڭىز بۇ ھالەتنى ئامراق ھالەت قىلىدۇ" -#: ../libempathy-gtk/empathy-presence-chooser.c:388 +#. Translators: %s is a status message like 'At the pub' for example +#: ../libempathy-gtk/empathy-presence-chooser.c:384 +#, c-format +msgid "" +"Current message: %s\n" +"Press Enter to set the new message or Esc to cancel." +msgstr "نۆۋەتتىكى ئۇچۇر: %s\n" +"يېڭى ئۇچۇرنى كىرگۈزۈپ Enter بېسىڭ، ياكى Esc نى بېسىپ ئەمەلدىن قالدۇرۇڭ." + +#: ../libempathy-gtk/empathy-presence-chooser.c:393 msgid "Set status" msgstr "ھالەتنى تەڭشەش" #. Custom messages -#: ../libempathy-gtk/empathy-presence-chooser.c:1135 +#: ../libempathy-gtk/empathy-presence-chooser.c:1101 msgid "Custom messages…" msgstr "ئىختىيارىي ئۇچۇر..." @@ -2537,33 +2526,34 @@ #. To translator: %s is the name of the protocol, such as "Google Talk" or #. * "Yahoo!" #. -#: ../libempathy-gtk/empathy-protocol-chooser.c:588 +#: ../libempathy-gtk/empathy-protocol-chooser.c:608 #, c-format msgid "New %s account" msgstr "يېڭى %s ھېساباتى" + +#: ../libempathy-gtk/empathy-search-bar.c:243 +msgid "_Match case" +msgstr "چوڭ كىچىك ھەرپنى پەرقلەندۈر(_M)" #: ../libempathy-gtk/empathy-search-bar.ui.h:1 msgid "Find:" msgstr "ئىزدە:" #: ../libempathy-gtk/empathy-search-bar.ui.h:2 -#| msgid "_Previous Tab" msgid "_Previous" msgstr "ئالدىنقى(_P)" #: ../libempathy-gtk/empathy-search-bar.ui.h:3 -#| msgid "_Next Tab" msgid "_Next" msgstr "كېيىنكى(_N)" #: ../libempathy-gtk/empathy-search-bar.ui.h:4 -#| msgid "Match case" msgid "Mat_ch case" msgstr "چوڭ كىچىكلىكىگە ماسلاش(_C)" #: ../libempathy-gtk/empathy-search-bar.ui.h:5 msgid "Phrase not found" -msgstr "ئاتالغۇنى تاپالمىدى" +msgstr "ئىبارە تېپىلمىدى" #: ../libempathy-gtk/empathy-sound-manager.c:51 msgid "Received an instant message" @@ -2609,31 +2599,34 @@ msgid "Edit Custom Messages" msgstr "ئىختىيارىي ئۇچۇرنى تەھرىرلەش" -#: ../libempathy-gtk/empathy-theme-adium.c:1051 -#, c-format -#| msgid "Message received" +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 +msgid "Subscription Request" +msgstr "مۇشتەرى ئىلتىماسى" + +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1104 +#, c-format +msgid "%s would like permission to see when you are online" +msgstr "%s سىزنى توردا بار چېغىڭىزدا كۆرۈشكە ئىجازەت سوراۋاتىدۇ" + +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:729 +msgid "_Decline" +msgstr "رەت قىل(_D)" + +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 +#| msgid "Accept" +msgid "_Accept" +msgstr "قوشۇل(_A)" + +#: ../libempathy-gtk/empathy-theme-adium.c:1125 +#, c-format msgid "Message edited at %s" msgstr "ئۇچۇر %s دە تەھرىرلەندى" -#: ../libempathy-gtk/empathy-theme-adium.c:1757 +#: ../libempathy-gtk/empathy-theme-adium.c:1841 msgid "Normal" msgstr "نورمال" - -#: ../libempathy-gtk/empathy-theme-manager.c:70 -msgid "Classic" -msgstr "كلاسسىك" - -#: ../libempathy-gtk/empathy-theme-manager.c:71 -msgid "Simple" -msgstr "ئاددىي" - -#: ../libempathy-gtk/empathy-theme-manager.c:72 -msgid "Clean" -msgstr "پاكىز" - -#: ../libempathy-gtk/empathy-theme-manager.c:73 -msgid "Blue" -msgstr "كۆك" #: ../libempathy-gtk/empathy-tls-dialog.c:150 msgid "The identity provided by the chat server cannot be verified." @@ -2691,13 +2684,12 @@ msgstr "ئىسپاتنامىنىڭ كومپيۇتېر ئاتى: %s" #: ../libempathy-gtk/empathy-tls-dialog.c:281 -#| msgid "Continue" msgid "C_ontinue" msgstr "داۋاملاشتۇر(_O)" #: ../libempathy-gtk/empathy-tls-dialog.c:287 msgid "Untrusted connection" -msgstr "" +msgstr "ئىشەنچسىز باغلىنىش" #: ../libempathy-gtk/empathy-tls-dialog.c:288 msgid "This connection is untrusted. Would you like to continue anyway?" @@ -2711,29 +2703,48 @@ msgid "Certificate Details" msgstr "ئىسپاتنامە تەپسىلاتلىرى" -#: ../libempathy-gtk/empathy-ui-utils.c:1741 +#: ../libempathy-gtk/empathy-ui-utils.c:1050 msgid "Unable to open URI" msgstr "URI نى ئاچقىلى بولمىدى" -#: ../libempathy-gtk/empathy-ui-utils.c:1859 +#: ../libempathy-gtk/empathy-ui-utils.c:1174 msgid "Select a file" msgstr "بىر ھۆججەت تاللاڭ" -#: ../libempathy-gtk/empathy-ui-utils.c:1934 +#: ../libempathy-gtk/empathy-ui-utils.c:1248 msgid "Insufficient free space to save file" msgstr "ھۆججەتنى ساقلايدىغانغا يېتەرلىك بوشلۇق يوق" -#: ../libempathy-gtk/empathy-ui-utils.c:1942 +#: ../libempathy-gtk/empathy-ui-utils.c:1256 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " "Please choose another location." msgstr "بۇ ھۆججەتنى ساقلاش ئۈچۈن %s بوشلۇق كېرەك، بىراق %s بوشلۇق بار ئىكەن. باشقا يەرگە ساقلاڭ." -#: ../libempathy-gtk/empathy-ui-utils.c:1986 +#: ../libempathy-gtk/empathy-ui-utils.c:1302 #, c-format msgid "Incoming file from %s" msgstr "%s دىن كەلگەن ھۆججەت" + +#: ../libempathy-gtk/empathy-user-info.c:384 +msgid "Go online to edit your personal information." +msgstr "شەخسىي ئۇچۇرلارنى تەھرىرلەش ئۈچۈن تورغا باغلىنىڭ." + +#: ../libempathy-gtk/empathy-user-info.c:464 +#| msgid "Personal Details" +msgid "Personal Details" +msgstr "شەخسىي ئۇچۇرلار" + +#. Copy Link Address menu item +#: ../libempathy-gtk/empathy-webkit-utils.c:278 +msgid "_Copy Link Address" +msgstr "ئۇلانما ئاتىنى كۆچۈر(_C)" + +#. Open Link menu item +#: ../libempathy-gtk/empathy-webkit-utils.c:285 +msgid "_Open Link" +msgstr "ئۇلانما ئاچ(_O)" #: ../libempathy-gtk/totem-subtitle-encoding.c:158 msgid "Current Locale" @@ -2858,12 +2869,12 @@ #: ../libempathy-gtk/totem-subtitle-encoding.c:285 msgid "Persian" -msgstr "پارسچە" +msgstr "پارىسچە" #: ../libempathy-gtk/totem-subtitle-encoding.c:288 #: ../libempathy-gtk/totem-subtitle-encoding.c:290 msgid "Romanian" -msgstr "رۇمىنچە" +msgstr "رۇمىنىيەچە" #: ../libempathy-gtk/totem-subtitle-encoding.c:293 msgid "South European" @@ -2902,31 +2913,231 @@ msgid "Vietnamese" msgstr "ۋىيېتنامچە" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:202 +#: ../libempathy-gtk/empathy-roster-model.h:29 +#| msgid "Contact" +msgid "Top Contacts" +msgstr "ھەمىشە ئالاقە قىلىدىغانلار" + +#: ../libempathy-gtk/empathy-roster-model.h:31 +msgid "Ungrouped" +msgstr "گۇرۇپپىلانمىغان" + +#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:231 msgid "No error message" msgstr "خاتالىق ئۇچۇرى يوق" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:275 +#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:304 msgid "Instant Message (Empathy)" msgstr "مۇڭداشقۇ ئۇچۇرى(Empathy)" -#: ../src/empathy.c:435 +#: ../src/empathy-about-dialog.c:81 +msgid "" +"Empathy is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version." +msgstr "Empathy ئەركىن يۇمشاق دېتال؛ سىز ئەركىن يۇمشاق دېتال فوندى تارقاتقان GNU ئادەتتىكى ئاممىۋى ئىجازەتنامىسىنىڭ ماددىلىرىغا ئاساسەن ئۇنى ئەركىن تارقىتىپ ياكى ئۆزگەرتسىڭىز بولىدۇ؛ ئىجازەتنامىنىڭ ئىككىنچى نەشرى ياكى ئۇنىڭدىن كېيىنكى نەشرىنى ئىشلىتىڭ." + +#: ../src/empathy-about-dialog.c:85 +msgid "" +"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details." +msgstr "Empathy نى تارقىتىشنىڭ مەقسىتى ئۇنىڭ سىزگە كېرەكلىك بولۇشى ئۈچۈن، ئەمما ئۇنىڭ ھېچقانداق كاپالىتى يوق؛ ئۇنى ئىشلىتىپ كېلىپ چىققان ھەر قانداق بىۋاسىتە ياكى ۋاسىتىلىك ئاقىۋەتكە ھېچقانداق مەسئۇلىيەتنى ئۈستىگە ئالمايمىز. GNU ئادەتتىكى ئاممىۋى ئىجازەت كېلىشىمىدىكى تەپسىلاتنى كۆرۈڭ." + +#: ../src/empathy-about-dialog.c:89 +msgid "" +"You should have received a copy of the GNU General Public License along with " +"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " +"Street, Fifth Floor, Boston, MA 02110-130159 USA" +msgstr "سىز Empathy بىلەن بىللە GNU ئادەتتىكى ئاممىۋى ئىجازەت كېلىشىمىنىڭ كۆچۈرۈلمىسىدىن بىر نۇسخا تاپشۇرۇۋالىسىز؛ ئەگەر تاپشۇرۇۋالمىغان بولسىڭىز ئەركىن يۇمشاق دېتال ۋەخپىسىگە خەت يېزىڭ. ئادرېس: Free Software Foundation,Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" + +#: ../src/empathy-about-dialog.c:109 +msgid "An Instant Messaging client for GNOME" +msgstr "GNOME دىكى مۇڭداشقۇ خېرىدارى" + +#: ../src/empathy-about-dialog.c:115 +msgid "translator-credits" +msgstr "Gheyret Kenji \n" +"Sahran\n" +"Muhemmed Erdem \n" +"\n" +"Launchpad Contributions:\n" +" Abdumomin.Kadir https://launchpad.net/~abdumomin-kadir\n" +" Gheyret T.Kenji https://launchpad.net/~gheyret\n" +" Gheyret T.Kenji https://launchpad.net/~gheyretkenji\n" +" Sahran https://launchpad.net/~sahran" + +#: ../src/empathy-accounts.c:182 +msgid "Don't display any dialogs; do any work (eg, importing) and exit" +msgstr "ھېچقانداق سۆزلەشكۈ كۆرسەتمەي، مەشغۇلات(ئىمپورت قىلىش ...قاتارلىق)لارنى داۋاملاشتۇرۇپ ئاخىرلاشتۇرسۇن" + +#: ../src/empathy-accounts.c:186 +msgid "" +"Don't display any dialogs unless there are only \"People Nearby\" accounts" +msgstr "«قوشنىلار» ھېساباتى بولمىغاندىلا ھېچقانداق سۆزلەشكۈ كۆرسەتمىسۇن" + +#: ../src/empathy-accounts.c:190 +msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" +msgstr "ئەڭ دەسلەپتە بېرىلگەن ھېساباتنى تاللاڭ(مەسىلەن، gabble/jabber/foo_40example_2eorg0)" + +#: ../src/empathy-accounts.c:192 +msgid "" +msgstr "<ھېسابات كىملىكى>" + +#: ../src/empathy-accounts.c:197 +msgid "- Empathy Accounts" +msgstr "- Empathy ھېساباتلىرى" + +#: ../src/empathy-accounts.c:240 +msgid "Empathy Accounts" +msgstr "Empathy ھېساباتلىرى" + +#. The primary text of the dialog shown to the user when he is about to lose +#. * unsaved changes +#: ../src/empathy-accounts-dialog.c:68 +#, c-format +msgid "There are unsaved modifications to your %s account." +msgstr "سىزنىڭ %s ھېساباتىڭىزدا تېخى ساقلانمىغان ئۆزگىرىشلەر بار." + +#. The primary text of the dialog shown to the user when he is about to lose +#. * an unsaved new account +#: ../src/empathy-accounts-dialog.c:72 +msgid "Your new account has not been saved yet." +msgstr "يېڭى ھېساباتىڭىز تېخى ساقلانمىدى." + +#: ../src/empathy-accounts-dialog.c:404 ../src/empathy-call-window.c:1267 +msgid "Connecting…" +msgstr "باغلىنىۋاتىدۇ…" + +#: ../src/empathy-accounts-dialog.c:445 +#, c-format +msgid "Offline — %s" +msgstr "توردا يوق — %s" + +#: ../src/empathy-accounts-dialog.c:457 +#, c-format +msgid "Disconnected — %s" +msgstr "ئۈزۈلدى — %s" + +#: ../src/empathy-accounts-dialog.c:468 +msgid "Offline — No Network Connection" +msgstr "توردا يوق — تور باغلىنىشى يوق" + +#: ../src/empathy-accounts-dialog.c:475 +msgid "Unknown Status" +msgstr "نامەلۇم ھالەت" + +#: ../src/empathy-accounts-dialog.c:492 +msgid "" +"This account has been disabled because it relies on an old, unsupported " +"backend. Please install telepathy-haze and restart your session to migrate " +"the account." +msgstr "بۇ ھېسابات چەكلەندى چۈنكى ئۇ كونا، قوللىمايدىغان ئارقا ئۇچقا تايىنىدۇ. telepathy-haze نى ئورنىتىڭ، ئەڭگىمەرىڭىز ھېساباتىڭىزنى بىرلەشتۈرىدۇ." + +#: ../src/empathy-accounts-dialog.c:502 +msgid "Offline — Account Disabled" +msgstr "توردا يوق — ھېسابات چەكلەنگەن" + +#: ../src/empathy-accounts-dialog.c:608 +msgid "Edit Connection Parameters" +msgstr "باغلىنىش پارامېتىرلىرىنى تەھرىرلەش" + +#: ../src/empathy-accounts-dialog.c:733 +msgid "_Edit Connection Parameters..." +msgstr "باغلىنىش پارامېتىرلىرىنى تەھرىرلەش(_E)…" + +#: ../src/empathy-accounts-dialog.c:1266 +#, c-format +msgid "Do you want to remove %s from your computer?" +msgstr "كومپيۇتېرىڭىزدىن %s نى چىقىرىۋېتەمسىز؟" + +#: ../src/empathy-accounts-dialog.c:1270 +msgid "This will not remove your account on the server." +msgstr "بۇ مۇلازىمېتىردىكى ھېساباتىڭىزنى چىقىرىۋەتمەيدۇ." + +#: ../src/empathy-accounts-dialog.c:1475 +msgid "" +"You are about to select another account, which will discard\n" +"your changes. Are you sure you want to proceed?" +msgstr "باشقا ھېساباتنى تاللىماقچى بولۇۋاتىسىز، بۇنىڭدا \n" +"ئۆزگىرىشلەر يوق بولۇپ كېتىدۇ. داۋاملاشتۇرۇۋەرسۇنمۇ؟" + +#. Menu item: to enabled/disable the account +#: ../src/empathy-accounts-dialog.c:1666 +msgid "_Enabled" +msgstr "قوزغىتىلغان(_E)" + +#. Menu item: Rename +#: ../src/empathy-accounts-dialog.c:1689 +#| msgid "Real name:" +msgid "Rename" +msgstr "ئات ئۆزگەرت" + +#: ../src/empathy-accounts-dialog.c:2105 +msgid "_Skip" +msgstr "ئۆتكۈزۈۋەت(_S)" + +#: ../src/empathy-accounts-dialog.c:2109 +msgid "_Connect" +msgstr "باغلا(_C)" + +#: ../src/empathy-accounts-dialog.c:2288 +msgid "" +"You are about to close the window, which will discard\n" +"your changes. Are you sure you want to proceed?" +msgstr "كۆزنەكنى ياپماقچى بولۇۋاتىسىز، بۇنىڭدا \n" +"ئۆزگىرىشلەر يوق بولۇپ كېتىدۇ. داۋاملاشتۇرۇۋەرسۇنمۇ؟" + +#. Tweak the dialog +#: ../src/empathy-accounts-dialog.c:2431 +msgid "Messaging and VoIP Accounts" +msgstr "مۇڭداشقۇ ۋە VoIP ھېساباتلىرى" + +#: ../src/empathy-accounts-dialog.ui.h:3 +msgid "_Import…" +msgstr "ئىمپورت قىلىش(_I)…" + +#: ../src/empathy-accounts-dialog.ui.h:4 +msgid "Loading account information" +msgstr "ھېسابات ئۇچۇرىنى ئوقۇۋاتىدۇ" + +#: ../src/empathy-accounts-dialog.ui.h:5 +msgid "" +"To add a new account, you first have to install a backend for each protocol " +"you want to use." +msgstr "يېڭى ھېسابات قوشۇش ئۈچۈن، ئالدى بىلەن ئىشلەتمەكچى بولغان كېلىشىمنىڭ ئارقا ئۇچ پروگراممىسىنى ئورنىتىشىڭىز كېرەك." + +#: ../src/empathy-accounts-dialog.ui.h:6 +msgid "No protocol backends installed" +msgstr "كېلىشىمنىڭ ئارقا ئۇچى ئورنىتىلمىغان" + +#: ../src/empathy-auth-client.c:296 +msgid " - Empathy authentication client" +msgstr " - Empathy سالاھىيەت دەلىللەش خېرىدارى" + +#: ../src/empathy-auth-client.c:312 +msgid "Empathy authentication client" +msgstr "Empathy سالاھىيەت دەلىللەش خېرىدارى" + +#: ../src/empathy.c:427 msgid "Don't connect on startup" msgstr "قوزغالغاندا باغلانما" -#: ../src/empathy.c:439 +#: ../src/empathy.c:431 msgid "Don't display the contact list or any other dialogs on startup" msgstr "قوزغالغاندا ئالاقەداشلار تىزىمى ياكى باشقا ھېچقانداق سۆزلەشكۈنى كۆرسەتمىسۇن" -#: ../src/empathy.c:454 +#: ../src/empathy.c:447 msgid "- Empathy IM Client" msgstr "- Empathy مۇڭداشقۇ خېرىدارى" -#: ../src/empathy.c:641 +#: ../src/empathy.c:623 msgid "Error contacting the Account Manager" msgstr "Account Manager(ھېسابات باشقۇرغۇ) غا باغلىنىۋاتقاندا خاتالىق كۆرۈلدى" -#: ../src/empathy.c:643 +#: ../src/empathy.c:625 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2937,173 +3148,177 @@ "\n" "%s" -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "Empathy ئەركىن يۇمشاق دېتال؛ سىز ئەركىن يۇمشاق دېتال فوندى تارقاتقان GNU ئادەتتىكى ئاممىۋى ئىجازەتنامىسىنىڭ ماددىلىرىغا ئاساسەن ئۇنى ئەركىن تارقىتىپ ياكى ئۆزگەرتسىڭىز بولىدۇ؛ ئىجازەتنامىنىڭ ئىككىنچى نەشرى ياكى ئۇنىڭدىن كېيىنكى نەشرىنى ئىشلىتىڭ." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "Empathy نى تارقىتىشنىڭ مەقسىتى ئۇنىڭ سىزگە كېرەكلىك بولۇشى ئۈچۈن، ئەمما ئۇنىڭ ھېچقانداق كاپالىتى يوق؛ ئۇنى ئىشلىتىپ كېلىپ چىققان ھەر قانداق بىۋاسىتە ياكى ۋاسىتىلىك ئاقىۋەتكە ھېچقانداق مەسئۇلىيەتنى ئۈستىگە ئالمايمىز. GNU ئادەتتىكى ئاممىۋى ئىجازەت كېلىشىمىدىكى تەپسىلاتنى كۆرۈڭ." - -#: ../src/empathy-about-dialog.c:89 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "سىز Empathy بىلەن بىللە GNU ئادەتتىكى ئاممىۋى ئىجازەت كېلىشىمىنىڭ كۆچۈرۈلمىسىدىن بىر نۇسخا تاپشۇرۇۋالىسىز؛ ئەگەر تاپشۇرۇۋالمىغان بولسىڭىز ئەركىن يۇمشاق دېتال ۋەخپىسىگە خەت يېزىڭ. ئادرېس: Free Software Foundation,Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" - -#: ../src/empathy-about-dialog.c:109 -msgid "An Instant Messaging client for GNOME" -msgstr "GNOME دىكى مۇڭداشقۇ خېرىدارى" - -#: ../src/empathy-about-dialog.c:115 -msgid "translator-credits" -msgstr "Gheyret Kenji \n" -"Sahran" - -#. The primary text of the dialog shown to the user when he is about to lose -#. * unsaved changes -#: ../src/empathy-accounts-dialog.c:72 -#, c-format -msgid "There are unsaved modifications to your %s account." -msgstr "سىزنىڭ %s ھېساباتىڭىزدا تېخى ساقلانمىغان ئۆزگىرىشلەر بار." - -#. The primary text of the dialog shown to the user when he is about to lose -#. * an unsaved new account -#: ../src/empathy-accounts-dialog.c:76 -msgid "Your new account has not been saved yet." -msgstr "يېڭى ھېساباتىڭىز تېخى ساقلانمىدى." - -#: ../src/empathy-accounts-dialog.c:370 ../src/empathy-call-window.c:1289 -msgid "Connecting…" -msgstr "باغلىنىۋاتىدۇ…" - -#: ../src/empathy-accounts-dialog.c:411 -#, c-format -msgid "Offline — %s" -msgstr "توردا يوق — %s" - -#: ../src/empathy-accounts-dialog.c:423 -#, c-format -msgid "Disconnected — %s" -msgstr "ئۈزۈلدى — %s" - -#: ../src/empathy-accounts-dialog.c:434 -msgid "Offline — No Network Connection" -msgstr "توردا يوق — تور باغلىنىشى يوق" - -#: ../src/empathy-accounts-dialog.c:441 -msgid "Unknown Status" -msgstr "نامەلۇم ھالەت" - -#: ../src/empathy-accounts-dialog.c:458 -msgid "" -"This account has been disabled because it relies on an old, unsupported " -"backend. Please install telepathy-haze and restart your session to migrate " -"the account." -msgstr "" - -#: ../src/empathy-accounts-dialog.c:468 -msgid "Offline — Account Disabled" -msgstr "توردا يوق — ھېسابات چەكلەنگەن" - -#: ../src/empathy-accounts-dialog.c:572 -#| msgid "Connection has been refused" -msgid "Edit Connection Parameters" -msgstr "" - -#: ../src/empathy-accounts-dialog.c:735 -msgid "Failed to retrieve your personal information from the server." -msgstr "" - -#: ../src/empathy-accounts-dialog.c:741 -msgid "Go online to edit your personal information." -msgstr "" - -#: ../src/empathy-accounts-dialog.c:826 -msgid "_Edit Connection Parameters..." -msgstr "" - -#: ../src/empathy-accounts-dialog.c:1322 -#, c-format -msgid "Do you want to remove %s from your computer?" -msgstr "كومپيۇتېرىڭىزدىن %s نى چىقىرىۋېتەمسىز؟" - -#: ../src/empathy-accounts-dialog.c:1326 -msgid "This will not remove your account on the server." -msgstr "بۇ مۇلازىمېتىردىكى ھېساباتىڭىزنى چىقىرىۋەتمەيدۇ." - -#: ../src/empathy-accounts-dialog.c:1562 -msgid "" -"You are about to select another account, which will discard\n" -"your changes. Are you sure you want to proceed?" -msgstr "باشقا ھېساباتنى تاللىماقچى بولۇۋاتىسىز، بۇنىڭدا \n" -"ئۆزگىرىشلەر يوق بولۇپ كېتىدۇ. داۋاملاشتۇرۇۋەرسۇنمۇ؟" - -#. Menu items: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1738 -msgid "_Enable" -msgstr "قوزغات(_E)" - -#: ../src/empathy-accounts-dialog.c:1739 -msgid "_Disable" -msgstr "چەكلە(_D)" - -#: ../src/empathy-accounts-dialog.c:2122 -msgid "_Skip" -msgstr "ئۆتكۈزۈۋەت(_S)" - -#: ../src/empathy-accounts-dialog.c:2126 -#| msgid "Connected" -msgid "_Connect" -msgstr "باغلا(_C)" - -#: ../src/empathy-accounts-dialog.c:2303 -msgid "" -"You are about to close the window, which will discard\n" -"your changes. Are you sure you want to proceed?" -msgstr "كۆزنەكنى ياپماقچى بولۇۋاتىسىز، بۇنىڭدا \n" -"ئۆزگىرىشلەر يوق بولۇپ كېتىدۇ. داۋاملاشتۇرۇۋەرسۇنمۇ؟" - -#: ../src/empathy-accounts-dialog.ui.h:1 -#| msgid "_Add…" -msgid "Add…" -msgstr "قوشۇش…" - -#: ../src/empathy-accounts-dialog.ui.h:3 -msgid "_Import…" -msgstr "ئىمپورت قىلىش(_I)…" - -#: ../src/empathy-accounts-dialog.ui.h:4 -msgid "Loading account information" -msgstr "ھېسابات ئۇچۇرىنى ئوقۇۋاتىدۇ" - -#: ../src/empathy-accounts-dialog.ui.h:5 -msgid "" -"To add a new account, you first have to install a backend for each protocol " -"you want to use." -msgstr "يېڭى ھېسابات قوشۇش ئۈچۈن، ئالدى بىلەن ئىشلەتمەكچى بولغان كېلىشىمنىڭ نېگىزلىك(backend) پروگراممىسىنى ئورنىتىشىڭىز كېرەك." - -#: ../src/empathy-accounts-dialog.ui.h:6 -#| msgid "No protocol installed" -msgid "No protocol backends installed" -msgstr "" - -#: ../src/empathy-auth-client.c:286 -msgid " - Empathy authentication client" -msgstr " - Empathy سالاھىيەت دەلىللەش خېرىدارى" - -#: ../src/empathy-auth-client.c:302 -msgid "Empathy authentication client" -msgstr "Empathy سالاھىيەت دەلىللەش خېرىدارى" +#: ../src/empathy-call.c:193 +msgid "- Empathy Audio/Video Client" +msgstr "- Empathy ئۈن/سىن خېرىدار پروگراممىسى" + +#: ../src/empathy-call.c:217 +msgid "Empathy Audio/Video Client" +msgstr "Empathy ئۈن/سىن خېرىدار پروگراممىسى" + +#: ../src/empathy-call-observer.c:119 +#, c-format +msgid "%s just tried to call you, but you were in another call." +msgstr "%s سىزنى چاقىرغان ئىدى، بىراق سىز باشقىلار بىلەن سۆزلىشىۋاتقان." + +#. Translators: this is an "Info" label. It should be as short +#. * as possible. +#: ../src/empathy-call-window.c:1124 ../src/empathy-call-window.c:1140 +msgid "i" +msgstr "i" + +#: ../src/empathy-call-window.c:1484 ../src/empathy-event-manager.c:508 +msgid "Incoming call" +msgstr "بىرى چاقىرىۋاتىدۇ" + +#: ../src/empathy-call-window.c:1490 ../src/empathy-event-manager.c:913 +#, c-format +msgid "Incoming video call from %s" +msgstr "%s دىن كەلگەن سىنلىق چاقىرىش" + +#: ../src/empathy-call-window.c:1490 ../src/empathy-event-manager.c:516 +#: ../src/empathy-event-manager.c:913 +#, c-format +msgid "Incoming call from %s" +msgstr "%s دىن كەلگەن تېلېفون" + +#: ../src/empathy-call-window.c:1494 +#: ../src/empathy-notifications-approver.c:197 +msgid "Reject" +msgstr "رەت قىل" + +#: ../src/empathy-call-window.c:1495 +#: ../src/empathy-notifications-approver.c:202 +#: ../src/empathy-notifications-approver.c:207 +msgid "Answer" +msgstr "جاۋاب" + +#. translators: Call is a noun and %s is the contact name. This string +#. * is used in the window title +#: ../src/empathy-call-window.c:1861 +#, c-format +msgid "Call with %s" +msgstr "%s بىلەن سۆزلىشىش" + +#: ../src/empathy-call-window.c:2113 +msgid "The IP address as seen by the machine" +msgstr "كومپيۇتېردا ئۇچرىغان IP ئادرېسى" + +#: ../src/empathy-call-window.c:2115 +msgid "The IP address as seen by a server on the Internet" +msgstr "ئىنتېرنېتتىكى مۇلازىمېتىردا ئۇچرىغان IP ئادرېسى" + +#: ../src/empathy-call-window.c:2117 +msgid "The IP address of the peer as seen by the other side" +msgstr "قارشى تەرەپتە ئۇچرىغان تەڭتۇش(peer) IP ئادرېسى" + +#: ../src/empathy-call-window.c:2119 +msgid "The IP address of a relay server" +msgstr "ئۇلاپ تارقىتىش مۇلازىمېتىرىنىڭ IP ئادرېسى" + +#: ../src/empathy-call-window.c:2121 +msgid "The IP address of the multicast group" +msgstr "كۆپ ئادرېسلىق خەۋەرلىشىش گۇرۇپپىسىنىڭ IP ئادرېسى" + +#: ../src/empathy-call-window.c:2522 ../src/empathy-call-window.c:2523 +#: ../src/empathy-call-window.c:2524 ../src/empathy-call-window.c:2525 +#: ../src/empathy-call-window.ui.h:26 +msgid "Unknown" +msgstr "نامەلۇم" + +#: ../src/empathy-call-window.c:2874 +msgid "On hold" +msgstr "كۈتۈپ تۇر" + +#: ../src/empathy-call-window.c:2878 +msgid "Mute" +msgstr "ئۈنسىز" + +#: ../src/empathy-call-window.c:2880 +msgid "Duration" +msgstr "ۋاقتى" + +#. Translators: 'status - minutes:seconds' the caller has been connected +#: ../src/empathy-call-window.c:2883 +#, c-format +msgid "%s — %d:%02dm" +msgstr "%s — %d:%02dm" + +#: ../src/empathy-call-window.c:2979 +msgid "Technical Details" +msgstr "تېخنىكىلىق تەپسىلات" + +#: ../src/empathy-call-window.c:3018 +#, c-format +msgid "" +"%s's software does not understand any of the audio formats supported by your " +"computer" +msgstr "%s's يۇمشاق دېتالى كومپيۇتېرىڭىزدا بار بولغان ھېچقانداق ئۈن فورماتىنى تونۇمىدى." + +#: ../src/empathy-call-window.c:3023 +#, c-format +msgid "" +"%s's software does not understand any of the video formats supported by your " +"computer" +msgstr "%s's يۇمشاق دېتالى كومپيۇتېرىڭىزدا بار بولغان ھېچقانداق سىن فورماتىنى تونۇمىدى." + +#: ../src/empathy-call-window.c:3029 +#, c-format +msgid "" +"Can't establish a connection to %s. One of you might be on a network that " +"does not allow direct connections." +msgstr "%s نىڭ بىلەن باغلىنىش قۇرالمىدى. سىزنىڭ ياكى قارىشى تەرەپنىڭ بىۋاسىتە باغلىنىشقا رۇخسەت قىلىنمىغان بولۇشى مۇمكىن." + +#: ../src/empathy-call-window.c:3035 +msgid "There was a failure on the network" +msgstr "توردا خاتالىق يۈز بەردى" + +#: ../src/empathy-call-window.c:3039 +msgid "" +"The audio formats necessary for this call are not installed on your computer" +msgstr "بۇ سۆزلىشىشكە زۆرۈر بولغان ئۈن فورماتلىرى كومپيۇتېرغا ئورنىتىلماپتۇ" + +#: ../src/empathy-call-window.c:3042 +msgid "" +"The video formats necessary for this call are not installed on your computer" +msgstr "بۇ سۆزلىشىشكە زۆرۈر بولغان سىن فورماتلىرى كومپيۇتېرغا ئورنىتىلماپتۇ" + +#: ../src/empathy-call-window.c:3054 +#, c-format +msgid "" +"Something unexpected happened in a Telepathy component. Please report this bug and attach logs gathered from the 'Debug' window in " +"the Help menu." +msgstr "Telepathy بۆلىكىدە غەلىتىلىك يۈز بەردى. «ياردەم» تىزىملىكىدىكى «سازلاش» كۆزنىكىدە خاتىرىلىگەن ئۇچۇرلار بىلەن قوشۇپ بۇ كەمتۈكنى مەلۇم قىلىڭ." + +#: ../src/empathy-call-window.c:3063 +msgid "There was a failure in the call engine" +msgstr "چاقىرىش ماتورىدا خاتالىق يۈز بەردى" + +#: ../src/empathy-call-window.c:3066 +msgid "The end of the stream was reached" +msgstr "ئېقىم ئاخىرلاشتى" + +#: ../src/empathy-call-window.c:3106 +msgid "Can't establish audio stream" +msgstr "ئۈن ئېقىمىنى قۇرغىلى بولمىدى" + +#: ../src/empathy-call-window.c:3116 +msgid "Can't establish video stream" +msgstr "سىن ئېقىمىنى قۇرغىلى بولمىدى" + +#: ../src/empathy-call-window.c:3153 +#, c-format +msgid "Your current balance is %s." +msgstr "ھازىر بار پۇل %s." + +#: ../src/empathy-call-window.c:3157 +msgid "Sorry, you don’t have enough credit for that call." +msgstr "كەچۈرۈڭ، تېلېفون قىلىش ئۈچۈن يېتەرلىك پۇلىڭىز يوق." + +#: ../src/empathy-call-window.c:3159 +msgid "Top Up" +msgstr "قىممەت تولۇقلاڭ" #: ../src/empathy-call-window.ui.h:1 msgid "_Call" @@ -3114,7 +3329,6 @@ msgstr "مىكروفون(_C)" #: ../src/empathy-call-window.ui.h:4 -#| msgid "Camera On" msgid "_Camera" msgstr "كامېرا(_C)" @@ -3123,22 +3337,18 @@ msgstr "تەڭشەك(_S)" #: ../src/empathy-call-window.ui.h:6 -#: ../src/empathy-roster-window-menubar.ui.h:17 msgid "_View" msgstr "كۆرۈنۈش(_V)" #: ../src/empathy-call-window.ui.h:7 ../src/empathy-chat-window.ui.h:17 -#: ../src/empathy-roster-window-menubar.ui.h:27 msgid "_Help" msgstr "ياردەم(_H)" #: ../src/empathy-call-window.ui.h:8 ../src/empathy-chat-window.ui.h:18 -#: ../src/empathy-roster-window-menubar.ui.h:28 msgid "_Contents" msgstr "مەزمۇنلار(_C)" #: ../src/empathy-call-window.ui.h:9 -#: ../src/empathy-roster-window-menubar.ui.h:29 msgid "_Debug" msgstr "سازلا(_D)" @@ -3155,7 +3365,6 @@ msgstr "مېنى ئەڭ چوڭ قىل" #: ../src/empathy-call-window.ui.h:13 -#| msgid "_Disable" msgid "Disable camera" msgstr "كامېرانى ئىناۋەتسىز قىلىش" @@ -3168,8 +3377,6 @@ msgstr "ھازىرقى سۆزلىشىشنى توختىتىپ قويۇش" #: ../src/empathy-call-window.ui.h:16 -#| msgctxt "menu item" -#| msgid "_Video Call" msgid "Video call" msgstr "سىنلىق سۆزلىشىش" @@ -3182,7 +3389,6 @@ msgstr "ئاۋازلىق سۆزلىشىشنى باشلايدۇ" #: ../src/empathy-call-window.ui.h:20 -#| msgid "Dialpad" msgid "Show dialpad" msgstr "نومۇر تاختا كۆرسەت" @@ -3191,51 +3397,54 @@ msgstr "نومۇر تاختىسىنى كۆرسىتىش" #: ../src/empathy-call-window.ui.h:22 -#| msgid "Send _Video" -msgid "Send Video" -msgstr "سىن ئەۋەتىش" - -#: ../src/empathy-call-window.ui.h:23 -#| msgid "Toggle audio transmission" msgid "Toggle video transmission" msgstr "سىن تارقىتىشىنى ئالماشتۇرۇش(ئېچىش ياكى ئېتىش)" -#: ../src/empathy-call-window.ui.h:24 -msgid "Send Audio" -msgstr "ئۈن ئەۋەتىش" - -#: ../src/empathy-call-window.ui.h:25 +#: ../src/empathy-call-window.ui.h:23 msgid "Toggle audio transmission" msgstr "ئۈن تارقىتىشىنى ئالماشتۇرۇش(ئېچىش ياكى ئېتىش)" -#: ../src/empathy-call-window.ui.h:27 +#: ../src/empathy-call-window.ui.h:25 msgid "Encoding Codec:" msgstr "كودلىغۇچلار:" -#: ../src/empathy-call-window.ui.h:28 ../src/empathy-call-window.c:2540 -#: ../src/empathy-call-window.c:2541 ../src/empathy-call-window.c:2542 -#: ../src/empathy-call-window.c:2543 -msgid "Unknown" -msgstr "نامەلۇم" - -#: ../src/empathy-call-window.ui.h:29 +#: ../src/empathy-call-window.ui.h:27 msgid "Decoding Codec:" msgstr "كودسىزلىغۇچ:" -#: ../src/empathy-call-window.ui.h:30 +#: ../src/empathy-call-window.ui.h:28 msgid "Remote Candidate:" msgstr "يىراقتىكى كاندىدات:" -#: ../src/empathy-call-window.ui.h:31 +#: ../src/empathy-call-window.ui.h:29 msgid "Local Candidate:" msgstr "يەرلىك نامزات:" -#: ../src/empathy-call-window.ui.h:32 ../src/empathy-preferences.ui.h:24 +#: ../src/empathy-call-window.ui.h:30 ../src/empathy-preferences.ui.h:28 msgid "Audio" msgstr "ئۈن" -#: ../src/empathy-chat-window.c:289 -#| msgid "Hide the main window." +#: ../src/empathy-chat.c:102 +msgid "- Empathy Chat Client" +msgstr "- Empathy سۆھبەت خېرىدارى" + +#: ../src/empathy-chatrooms-window.c:251 +msgid "Name" +msgstr "ئاتى" + +#: ../src/empathy-chatrooms-window.c:269 +msgid "Room" +msgstr "ئۆي" + +#: ../src/empathy-chatrooms-window.c:277 +msgid "Auto-Connect" +msgstr "ئاپتوماتىك باغلىنىش" + +#: ../src/empathy-chatrooms-window.ui.h:1 +msgid "Manage Favorite Rooms" +msgstr "ئامراق ئۆيلەرنى باشقۇرۇش" + +#: ../src/empathy-chat-window.c:288 msgid "Close this window?" msgstr "بۇ كۆزنەكنى ياپ؟" @@ -3244,9 +3453,9 @@ msgid "" "Closing this window will leave %s. You will not receive any further messages " "until you rejoin it." -msgstr "" - -#: ../src/empathy-chat-window.c:305 +msgstr "كۆزنەك يېپىلسا %s دىن ئايرىلىسىز. قايتا قوشۇلمىغۇچە ھېچقانداق ئۇچۇر تاپشۇرۇپ ئالالمايسىز." + +#: ../src/empathy-chat-window.c:307 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -3254,64 +3463,62 @@ msgid_plural "" "Closing this window will leave %u chat rooms. You will not receive any " "further messages until you rejoin them." -msgstr[0] "" - -#: ../src/empathy-chat-window.c:314 -#, c-format -#| msgid "Level " +msgstr[0] "كۆزنەك يېپىلسا %u پاراڭخانىدىن ئايرىلىسىز. قايتا قوشۇلمىغۇچە، ھېچقانداق ئۇچۇر تاپشۇرۇپ ئالالمايسىز." + +#: ../src/empathy-chat-window.c:318 +#, c-format msgid "Leave %s?" -msgstr "" - -#: ../src/empathy-chat-window.c:315 +msgstr "%s دىن ئايرىلامسىز؟" + +#: ../src/empathy-chat-window.c:320 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." -msgstr "" - -#: ../src/empathy-chat-window.c:334 +msgstr "قايتا قوشۇلمىغۇچە، ھېچقانداق ئۇچۇر تاپشۇرۇپ ئالالمايسىز." + +#: ../src/empathy-chat-window.c:339 msgid "Close window" msgstr "كۆزنەك ياپ" -#: ../src/empathy-chat-window.c:334 -#| msgid "Level " +#: ../src/empathy-chat-window.c:339 msgid "Leave room" -msgstr "" - -#: ../src/empathy-chat-window.c:640 ../src/empathy-chat-window.c:660 +msgstr "ھۇجرىدىن ئايرىلىش" + +#: ../src/empathy-chat-window.c:678 ../src/empathy-chat-window.c:701 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d ئوقۇلمىدى)" -#: ../src/empathy-chat-window.c:652 +#: ../src/empathy-chat-window.c:693 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (ۋە %u باشقىلار)" -#: ../src/empathy-chat-window.c:668 +#: ../src/empathy-chat-window.c:709 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (باشقىلاردىن %d ئوقۇلمىدى)" -#: ../src/empathy-chat-window.c:677 +#: ../src/empathy-chat-window.c:718 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (ھەممىسىدىن %d ئوقۇلمىدى)" -#: ../src/empathy-chat-window.c:892 +#: ../src/empathy-chat-window.c:955 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:902 +#: ../src/empathy-chat-window.c:963 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "%d ئۇچۇرنى ئەۋەتىۋاتىدۇ" -#: ../src/empathy-chat-window.c:924 +#: ../src/empathy-chat-window.c:983 msgid "Typing a message." msgstr "ئۇچۇر كىرگۈزۈۋاتىدۇ." @@ -3375,111 +3582,160 @@ msgid "_Detach Tab" msgstr "بەتكۈچنى ئايرىۋەت(_D)" -#: ../src/empathy-chatrooms-window.c:251 -msgid "Name" -msgstr "ئاتى" - -#: ../src/empathy-chatrooms-window.c:269 -msgid "Room" -msgstr "ئۆي" - -#: ../src/empathy-chatrooms-window.c:277 -msgid "Auto-Connect" -msgstr "ئاپتوماتىك باغلىنىش" - -#: ../src/empathy-chatrooms-window.ui.h:1 -msgid "Manage Favorite Rooms" -msgstr "ئامراق ئۆيلەرنى باشقۇرۇش" - -#: ../src/empathy-event-manager.c:511 +#: ../src/empathy-debugger.c:69 +msgid "Show a particular service" +msgstr "بىرەر مۇلازىمەتنى كۆرسىتىدۇ" + +#: ../src/empathy-debugger.c:74 +msgid "- Empathy Debugger" +msgstr "- Empathy سازلىغۇچى" + +#: ../src/empathy-debugger.c:113 +msgid "Empathy Debugger" +msgstr "Empathy سازلىغۇچ" + +#: ../src/empathy-debug-window.c:1599 +msgid "Save" +msgstr "ساقلا" + +#: ../src/empathy-debug-window.c:1659 +msgid "Pastebin link" +msgstr "Pastebin ئۇلانمىسى" + +#: ../src/empathy-debug-window.c:1668 +msgid "Pastebin response" +msgstr "Pastebin ئىنكاسى" + +#: ../src/empathy-debug-window.c:1675 +msgid "Data too large for a single paste. Please save logs to file." +msgstr "چاپلاشقا بۇ سانلىق-مەلۇمات بەك چوڭ كېلىدۇ. خاتىرىنى ھۆججەتكە ساقلاڭ." + +#: ../src/empathy-debug-window.c:1856 +msgid "Debug Window" +msgstr "سازلاش كۆزنىكى" + +#: ../src/empathy-debug-window.c:1916 +msgid "Send to pastebin" +msgstr "pastebin غا ئەۋەت" + +#: ../src/empathy-debug-window.c:1960 +msgid "Pause" +msgstr "ۋاقىتلىق توختا" + +#: ../src/empathy-debug-window.c:1972 +msgid "Level " +msgstr "دەرىجە " + +#: ../src/empathy-debug-window.c:1991 +msgid "Debug" +msgstr "سازلا" + +#: ../src/empathy-debug-window.c:1996 +msgid "Info" +msgstr "ئۇچۇر" + +#: ../src/empathy-debug-window.c:2001 ../src/empathy-debug-window.c:2050 +msgid "Message" +msgstr "ئۇچۇر" + +#: ../src/empathy-debug-window.c:2006 +msgid "Warning" +msgstr "ئاگاھلاندۇرۇش" + +#: ../src/empathy-debug-window.c:2011 +msgid "Critical" +msgstr "ئاچقۇچلۇق" + +#: ../src/empathy-debug-window.c:2016 +msgid "Error" +msgstr "خاتالىق" + +#: ../src/empathy-debug-window.c:2035 +msgid "Time" +msgstr "ۋاقىت" + +#: ../src/empathy-debug-window.c:2038 +msgid "Domain" +msgstr "دائىرە" + +#: ../src/empathy-debug-window.c:2041 +msgid "Category" +msgstr "كاتېگورىيە" + +#: ../src/empathy-debug-window.c:2044 +msgid "Level" +msgstr "دەرىجە" + +#: ../src/empathy-debug-window.c:2073 +msgid "" +"The selected connection manager does not support the remote debugging " +"extension." +msgstr "تاللانغان باغلىنىش باشقۇرغۇچى يىراقتىكى سازلاش كېڭەيتىلمىسىنى قوللىمايدۇ" + +#: ../src/empathy-event-manager.c:508 msgid "Incoming video call" msgstr "كەلگەن سىنلىق چاقىرىش" -#: ../src/empathy-event-manager.c:511 ../src/empathy-call-window.c:1519 -msgid "Incoming call" -msgstr "سۆزلىشىۋاتىدۇ" - -#: ../src/empathy-event-manager.c:515 +#: ../src/empathy-event-manager.c:512 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s سىزنى چاقىرىۋاتىدۇ(سىنغا). جاۋاب بېرەمسىز؟" -#: ../src/empathy-event-manager.c:516 +#: ../src/empathy-event-manager.c:513 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s سىزنى چاقىرىۋاتىدۇ. جاۋاب بېرەمسىز؟" -#: ../src/empathy-event-manager.c:519 ../src/empathy-event-manager.c:720 -#: ../src/empathy-call-window.c:1525 -#, c-format -msgid "Incoming call from %s" -msgstr "%s دىن كەلگەن تېلېفون" - -#: ../src/empathy-event-manager.c:544 +#: ../src/empathy-event-manager.c:541 msgid "_Reject" msgstr "رەت قىل(_R)" -#: ../src/empathy-event-manager.c:552 ../src/empathy-event-manager.c:560 +#: ../src/empathy-event-manager.c:549 ../src/empathy-event-manager.c:557 msgid "_Answer" msgstr "جاۋاب بەر(_A)" -#: ../src/empathy-event-manager.c:560 +#: ../src/empathy-event-manager.c:557 msgid "_Answer with video" -msgstr "سىنلىق جاۋاب(&A)" - -#: ../src/empathy-event-manager.c:720 ../src/empathy-call-window.c:1525 -#, c-format -msgid "Incoming video call from %s" -msgstr "%s دىن كەلگەن سىنلىق چاقىرىش" - -#: ../src/empathy-event-manager.c:778 +msgstr "سىنلىق جاۋاب بەر(_A)" + +#: ../src/empathy-event-manager.c:712 msgid "Room invitation" msgstr "ئۆيگە تەكلىپ قىلىش" -#: ../src/empathy-event-manager.c:780 +#: ../src/empathy-event-manager.c:714 #, c-format msgid "Invitation to join %s" msgstr "%s نىڭغا قاتنىشىشقا تەكلىپ قىلىش" -#: ../src/empathy-event-manager.c:787 +#: ../src/empathy-event-manager.c:721 #, c-format msgid "%s is inviting you to join %s" msgstr "%s سىزنى %s غا قاتنىشىشنى تەكلىپ قىلىۋاتىدۇ" -#: ../src/empathy-event-manager.c:795 -msgid "_Decline" -msgstr "رەت قىل(_D)" - -#: ../src/empathy-event-manager.c:800 -#: ../src/empathy-new-chatroom-dialog.ui.h:2 +#: ../src/empathy-event-manager.c:734 msgid "_Join" msgstr "قاتناش(_J)" -#: ../src/empathy-event-manager.c:827 +#: ../src/empathy-event-manager.c:760 #, c-format msgid "%s invited you to join %s" msgstr "%s سىزنى %s غا تەكلىپ قىلدى" -#: ../src/empathy-event-manager.c:833 +#: ../src/empathy-event-manager.c:766 #, c-format msgid "You have been invited to join %s" msgstr "سىز %s نىڭغا تەكلىپ قىلىندىڭىز" -#: ../src/empathy-event-manager.c:884 +#: ../src/empathy-event-manager.c:945 #, c-format msgid "Incoming file transfer from %s" msgstr "%s نىڭدىن كەلگەن ھۆججەت" -#: ../src/empathy-event-manager.c:1064 ../src/empathy-roster-window.c:374 +#: ../src/empathy-event-manager.c:973 ../src/empathy-roster-window.c:225 msgid "Password required" msgstr "ئىم كىرگۈزۈڭ" -#: ../src/empathy-event-manager.c:1134 -#, c-format -msgid "%s would like permission to see when you are online" -msgstr "%s سىزنى توردا بار چېغىڭىزدا كۆرۈشكە ئىجازەت سوراۋاتىدۇ" - -#: ../src/empathy-event-manager.c:1140 +#: ../src/empathy-event-manager.c:1110 #, c-format msgid "" "\n" @@ -3518,7 +3774,7 @@ #: ../src/empathy-ft-manager.c:305 #, c-format msgid "Receiving \"%s\" from %s" -msgstr "\"%s\" نى %s دىن قوبۇل قىلدى" +msgstr "«%s» نى %s دىن قوبۇل قىلدى" #. translators: first %s is filename, second %s is the contact name #: ../src/empathy-ft-manager.c:308 @@ -3551,14 +3807,14 @@ #: ../src/empathy-ft-manager.c:488 #, c-format msgid "\"%s\" received from %s" -msgstr "\"%s\" نى %s دىن تاپشۇرۇۋالغان" +msgstr "«%s» نى %s دىن تاپشۇرۇۋالغان" #. translators: first %s is filename, second %s #. * is the contact name #: ../src/empathy-ft-manager.c:493 #, c-format msgid "\"%s\" sent to %s" -msgstr "\"%s\" نى %s غا يوللايدۇ" +msgstr "«%s» نى %s غا يوللايدۇ" #: ../src/empathy-ft-manager.c:496 msgid "File transfer completed" @@ -3599,7 +3855,6 @@ msgstr "تىزىمدىن تاماملانغان، ئەمەلدىن قالدۇرۇلغان ۋە مەغلۇپ بولغان ھۆججەت يوللاشلارنى چىقىرىۋېتىش" #: ../src/empathy-import-dialog.c:76 -#| msgid "Import" msgid "_Import" msgstr "ئىمپورت قىل(_I)" @@ -3614,191 +3869,45 @@ msgstr "ھېساباتلارنى ئىمپورت قىلىش" #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:316 +#: ../src/empathy-import-widget.c:302 msgid "Import" -msgstr "ئەكىر" - -#: ../src/empathy-import-widget.c:325 +msgstr "ئىمپورت قىل" + +#: ../src/empathy-import-widget.c:311 msgid "Protocol" msgstr "كېلىشىم" -#: ../src/empathy-import-widget.c:349 +#: ../src/empathy-import-widget.c:335 msgid "Source" msgstr "مەنبە" -#: ../src/empathy-roster-window.c:391 -msgid "Provide Password" -msgstr "ئىم تەمىنلەش" - -#: ../src/empathy-roster-window.c:397 -msgid "Disconnect" -msgstr "ئۈز" - -#: ../src/empathy-roster-window.c:657 -msgid "You need to setup an account to see contacts here." -msgstr "" - -#: ../src/empathy-roster-window.c:673 -msgid "No match found" -msgstr "تېپىلمىدى" - -#: ../src/empathy-roster-window.c:783 -#, c-format -msgid "Sorry, %s accounts can’t be used until your %s software is updated." -msgstr "" - -#: ../src/empathy-roster-window.c:849 -msgid "Update software..." -msgstr "يۇمشاق دېتالنى يېڭىلاش…" - -#: ../src/empathy-roster-window.c:855 ../src/empathy-roster-window.c:972 -msgid "Close" -msgstr "ياپ" - -#: ../src/empathy-roster-window.c:960 -msgid "Reconnect" -msgstr "قايتا باغلىنىش" - -#: ../src/empathy-roster-window.c:966 -msgid "Edit Account" -msgstr "ھېساباتنى تەھرىرلەش" - -#. Translators: this string will be something like: -#. * Top up My Account ($1.23)..." -#: ../src/empathy-roster-window.c:1110 -#, c-format -msgid "Top up %s (%s)..." -msgstr "پۇل كىرگۈزۈش%s (%s)..." - -#: ../src/empathy-roster-window.c:1156 -msgid "Top up account credit" -msgstr "ھېساباتقا پۇل كىرگۈزۈش" - -#. top up button -#: ../src/empathy-roster-window.c:1228 -msgid "Top Up..." -msgstr "پۇل كىرگۈزۈش…" - -#: ../src/empathy-roster-window.c:1952 -msgid "Contact" -msgstr "ئالاقەداش" - -#: ../src/empathy-roster-window.c:2150 -msgid "You need to enable one of your accounts to see contacts here." -msgstr "" - -#. translators: argument is an account name -#: ../src/empathy-roster-window.c:2158 -#, c-format -msgid "You need to enable %s to see contacts here." -msgstr "" - -#: ../src/empathy-roster-window.c:2460 -msgid "Contact List" -msgstr "ئالاقەداش تىزىمى" - -#: ../src/empathy-roster-window.ui.h:1 -#| msgid "_Accounts" -msgid "Account settings" -msgstr "" - -#: ../src/empathy-roster-window-menubar.ui.h:2 -#: ../src/empathy-status-icon.ui.h:2 -msgid "_New Conversation…" -msgstr "يېڭى سۆھبەت(_N)…" - -#: ../src/empathy-roster-window-menubar.ui.h:3 -#: ../src/empathy-status-icon.ui.h:3 -msgid "New _Call…" -msgstr "يېڭى چاقىرىش(_C)..." - -#: ../src/empathy-roster-window-menubar.ui.h:6 -msgid "_Search for Contacts…" -msgstr "ئالاقەداش ئىزدەش(_S)…" - -#: ../src/empathy-roster-window-menubar.ui.h:7 -msgid "_File Transfers" -msgstr "ھۆججەت ئەۋەتىش(_F)" - -#: ../src/empathy-roster-window-menubar.ui.h:8 -msgid "_Offline Contacts" -msgstr "توردا يوق ئالاقەداشلار(_O)" - -#: ../src/empathy-roster-window-menubar.ui.h:9 -msgid "Show P_rotocols" -msgstr "كېلىشىملەرنى كۆرسەت(_R)" - -#: ../src/empathy-roster-window-menubar.ui.h:10 -msgid "Credit Balance" -msgstr "كرېدىت قالدۇقى" - -#: ../src/empathy-roster-window-menubar.ui.h:11 -msgid "Contacts on a _Map" -msgstr "خەرىتىدىكى ئالاقەداشلار(_M)" - -#: ../src/empathy-roster-window-menubar.ui.h:13 -msgid "_Accounts" -msgstr "ھېساباتلار(_A)" - -#: ../src/empathy-roster-window-menubar.ui.h:14 -msgid "_Blocked Contacts" -msgstr "چەكلەنگەن ئالاقەداشلار(_B)" - -#: ../src/empathy-roster-window-menubar.ui.h:15 -msgid "P_references" -msgstr "مايىللىق(_R)" - -#: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "Find in Contact _List" -msgstr "ئالاقەداشلاردىن ئىزدە(_L)" - -#: ../src/empathy-roster-window-menubar.ui.h:18 -msgid "Sort by _Name" -msgstr "ئاتى بويىچە تەرتىپلە(_N)" - -#: ../src/empathy-roster-window-menubar.ui.h:19 -msgid "Sort by _Status" -msgstr "ھالىتى بويىچە تەرتىپلە(_S)" - -#: ../src/empathy-roster-window-menubar.ui.h:20 -msgid "Normal Size With _Avatars" -msgstr "باش سۈرەت ۋە نورمال چوڭلۇق" - -#: ../src/empathy-roster-window-menubar.ui.h:21 -msgid "N_ormal Size" -msgstr "نورمال چوڭلۇق(_O)" - -#: ../src/empathy-roster-window-menubar.ui.h:22 -msgid "_Compact Size" -msgstr "ئىخچام چوڭلۇق(_C)" - -#: ../src/empathy-roster-window-menubar.ui.h:23 -msgid "_Room" -msgstr "ئۆي(_R)" - -#: ../src/empathy-roster-window-menubar.ui.h:24 -msgid "_Join…" -msgstr "قاتنىشىش(_J)…" - -#: ../src/empathy-roster-window-menubar.ui.h:25 -msgid "Join _Favorites" -msgstr "يىغقۇچقا قوش(_F)" - -#: ../src/empathy-roster-window-menubar.ui.h:26 -msgid "Manage Favorites" -msgstr "يىغقۇچ باشقۇرۇش" - -#: ../src/empathy-new-chatroom-dialog.c:369 +#: ../src/empathy-invite-participant-dialog.c:201 +#: ../src/empathy-invite-participant-dialog.c:229 +msgid "Invite Participant" +msgstr "قاتناشقۇچىلارنى تەكلىپ قىلىش" + +#: ../src/empathy-invite-participant-dialog.c:202 +msgid "Choose a contact to invite into the conversation:" +msgstr "سۆھبەتكە تەكلىپ قىلىدىغان ئالاقەداشنى تاللاڭ:" + +#: ../src/empathy-invite-participant-dialog.c:225 +msgid "Invite" +msgstr "تەكلىپ" + +#: ../src/empathy-new-chatroom-dialog.c:194 msgid "Chat Room" msgstr "سۆھبەتخانا" -#: ../src/empathy-new-chatroom-dialog.c:385 +#: ../src/empathy-new-chatroom-dialog.c:209 msgid "Members" msgstr "ئەزالار" -#. Translators: Room/Join's roomlist tooltip. Parameters are a channel name, -#. yes/no, yes/no and a number. -#: ../src/empathy-new-chatroom-dialog.c:637 +#: ../src/empathy-new-chatroom-dialog.c:410 +#| msgid "Failed to retrieve recent logs" +msgid "Failed to list rooms" +msgstr "ھۇجرىلارنى تىزىپ كۆرسىتىش مەغلۇپ بولدى" + +#: ../src/empathy-new-chatroom-dialog.c:439 #, c-format msgid "" "%s\n" @@ -3810,217 +3919,256 @@ "ئىم زۆرۈر: %s\n" "ئەزالار: %s" -#: ../src/empathy-new-chatroom-dialog.c:639 -#: ../src/empathy-new-chatroom-dialog.c:640 +#: ../src/empathy-new-chatroom-dialog.c:441 +#: ../src/empathy-new-chatroom-dialog.c:442 msgid "Yes" msgstr "ھەئە" -#: ../src/empathy-new-chatroom-dialog.c:639 -#: ../src/empathy-new-chatroom-dialog.c:640 +#: ../src/empathy-new-chatroom-dialog.c:441 +#: ../src/empathy-new-chatroom-dialog.c:442 msgid "No" msgstr "ياق" -#: ../src/empathy-new-chatroom-dialog.c:668 -msgid "Could not start room listing" -msgstr "ئۆي تىزىمىنى قۇرۇشنى باشلىغىلى بولمىدى" - -#: ../src/empathy-new-chatroom-dialog.c:678 -msgid "Could not stop room listing" -msgstr "ئۆي تىزىمىنى قۇرۇشنى توختاتقىلى بولمىدى" - -#: ../src/empathy-new-chatroom-dialog.ui.h:1 +#: ../src/empathy-new-chatroom-dialog.c:784 msgid "Join Room" msgstr "ئۆيگە كىرىش" -#: ../src/empathy-new-chatroom-dialog.ui.h:3 +#: ../src/empathy-new-chatroom-dialog.ui.h:1 msgid "" "Enter the room name to join here or click on one or more rooms in the list." msgstr "كىرمەكچى بولغان ئۆينىڭ ئاتىنى بۇ يەرگە كىرگۈزۈڭ ياكى تىزىمدىكى بىر ياكى بىرنەچچە ئۆينى چېكىڭ." -#: ../src/empathy-new-chatroom-dialog.ui.h:4 +#: ../src/empathy-new-chatroom-dialog.ui.h:2 msgid "_Room:" msgstr "ئۆي(_R):" -#: ../src/empathy-new-chatroom-dialog.ui.h:5 +#: ../src/empathy-new-chatroom-dialog.ui.h:3 +#| msgid "" +#| "Enter the server which hosts the room, or leave it empty if the room is " +#| "on the current account's server" +msgid "" +"Enter the server which hosts the room, or leave it empty if the room is on " +"the current account's server" +msgstr "سۆھبەتخانىنى تەمىنلىگەن مۇلازىمېتىرنى كىرگۈزۈڭ، ئەگەر سۆھبەتخانا نۆۋەتتىكى مۇلازىمېتىردا بولسا قۇرۇق قويۇپ قويۇڭ." + +#: ../src/empathy-new-chatroom-dialog.ui.h:4 msgid "" "Enter the server which hosts the room, or leave it empty if the room is on " "the current account's server" -msgstr "ئۆيلەرگە ساھىبخانىلىق قىلىۋاتقان مۇلازىمېتىرنى كىرگۈزۈڭ ياكى ئۆيگە ھازىرقى مۇلازىمېتىر ساھىبخانىلىق قىلىۋاتقان بولسا بوش قويۇڭ." - -#: ../src/empathy-new-chatroom-dialog.ui.h:8 +msgstr "سۆھبەتخانىنى تەمىنلىگەن مۇلازىمېتىرنى كىرگۈزۈڭ، ئەگەر سۆھبەتخانا نۆۋەتتىكى مۇلازىمېتىردا بولسا قۇرۇق قويۇپ قويۇڭ." + +#: ../src/empathy-new-chatroom-dialog.ui.h:5 +msgid "_Server:" +msgstr "مۇلازىمېتىر(_S):" + +#: ../src/empathy-new-chatroom-dialog.ui.h:7 msgid "Couldn't load room list" msgstr "ئۆي تىزىمىنى ئوقۇغىلى بولمىدى" -#: ../src/empathy-new-chatroom-dialog.ui.h:9 +#: ../src/empathy-new-chatroom-dialog.ui.h:8 msgid "Room List" msgstr "ئۆي تىزىمى" -#: ../src/empathy-preferences.c:166 +#: ../src/empathy-notifications-approver.c:188 +msgid "Respond" +msgstr "ئىنكاس" + +#: ../src/empathy-notifications-approver.c:207 +msgid "Answer with video" +msgstr "سىنلىق جاۋاب بېرىش" + +#: ../src/empathy-notifications-approver.c:215 +#: ../src/empathy-notifications-approver.c:225 +msgid "Decline" +msgstr "قوشۇلما" + +#: ../src/empathy-notifications-approver.c:219 +#: ../src/empathy-notifications-approver.c:230 +msgid "Accept" +msgstr "قوشۇل" + +#. translators: the 'Provide' button is displayed in a notification +#. * bubble when Empathy is asking for an account password; clicking on it +#. * brings the password popup. +#: ../src/empathy-notifications-approver.c:240 +msgid "Provide" +msgstr "تەمىنلە" + +#: ../src/empathy-preferences.c:143 msgid "Message received" msgstr "ئۇچۇر كەلدى" -#: ../src/empathy-preferences.c:167 +#: ../src/empathy-preferences.c:144 msgid "Message sent" msgstr "ئۇچۇر يوللاندى" -#: ../src/empathy-preferences.c:168 +#: ../src/empathy-preferences.c:145 msgid "New conversation" msgstr "يېڭى سۆھبەت" -#: ../src/empathy-preferences.c:169 -#| msgid "Contact goes online" +#: ../src/empathy-preferences.c:146 msgid "Contact comes online" -msgstr "" - -#: ../src/empathy-preferences.c:170 +msgstr "ئالاقەداش تورغا چىقتى" + +#: ../src/empathy-preferences.c:147 msgid "Contact goes offline" -msgstr "ئالاقەداش توردا يوق" - -#: ../src/empathy-preferences.c:171 +msgstr "ئالاقەداش توردىن چىقىپ كەتتى" + +#: ../src/empathy-preferences.c:148 msgid "Account connected" msgstr "ھېسابات باغلانغان" -#: ../src/empathy-preferences.c:172 +#: ../src/empathy-preferences.c:149 msgid "Account disconnected" msgstr "ھېسابات ئۈزۈلگەن" -#: ../src/empathy-preferences.c:475 +#: ../src/empathy-preferences.c:386 msgid "Language" msgstr "تىل" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:726 +#: ../src/empathy-preferences.c:637 msgid "Juliet" msgstr "Juliet" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:733 +#: ../src/empathy-preferences.c:644 msgid "Romeo" msgstr "Romeo" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:739 +#: ../src/empathy-preferences.c:650 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "O Romeo, Romeo, wherefore art thou Romeo?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:743 +#: ../src/empathy-preferences.c:654 msgid "Deny thy father and refuse thy name;" msgstr "Deny thy father and refuse thy name;" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:746 +#: ../src/empathy-preferences.c:657 msgid "Or if thou wilt not, be but sworn my love" msgstr "Or if thou wilt not, be but sworn my love" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:749 +#: ../src/empathy-preferences.c:660 msgid "And I'll no longer be a Capulet." msgstr "And I'll no longer be a Capulet." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:752 +#: ../src/empathy-preferences.c:663 msgid "Shall I hear more, or shall I speak at this?" msgstr "Shall I hear more, or shall I speak at this?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:755 +#: ../src/empathy-preferences.c:666 msgid "Juliet has disconnected" msgstr "Juliet ئۈزۈلدى" -#: ../src/empathy-preferences.c:1159 +#: ../src/empathy-preferences.c:1032 msgid "Preferences" msgstr "مايىللىق" -#: ../src/empathy-preferences.ui.h:1 +#: ../src/empathy-preferences.ui.h:2 +#| msgid "Show contact groups" +msgid "Show groups" +msgstr "گۇرۇپپىلارنى كۆرسەت" + +#: ../src/empathy-preferences.ui.h:3 +#| msgid "Show and edit accounts" +msgid "Show account balances" +msgstr "ھېساباتتىكى پۇلنى كۆرسەت" + +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2107 +msgid "Contact List" +msgstr "ئالاقەداش تىزىمى" + +#: ../src/empathy-preferences.ui.h:5 +msgid "Start chats in:" +msgstr "مۇڭدىشىشنى باشلاش:" + +#: ../src/empathy-preferences.ui.h:6 +msgid "new ta_bs" +msgstr "يېڭى بەتكۈچلەر(_B)" + +#: ../src/empathy-preferences.ui.h:7 +msgid "new _windows" +msgstr "يېڭى كۆزنەكلەر(_W)" + +#: ../src/empathy-preferences.ui.h:8 msgid "Show _smileys as images" msgstr "چىراي ئىپادىلىرىنى سۈرەت شەكلىدە كۆرسەت(_S)" -#: ../src/empathy-preferences.ui.h:2 +#: ../src/empathy-preferences.ui.h:9 msgid "Show contact _list in rooms" msgstr "ئۆيدىكى ئالاقەداشلار تىزىمىنى كۆرسەت(_L)" -#: ../src/empathy-preferences.ui.h:3 -msgid "Appearance" -msgstr "قىياپەت" - -#: ../src/empathy-preferences.ui.h:4 -msgid "Start chats in:" -msgstr "" - -#: ../src/empathy-preferences.ui.h:5 -msgid "new ta_bs" -msgstr "" - -#: ../src/empathy-preferences.ui.h:6 -msgid "new _windows" -msgstr "" - -#: ../src/empathy-preferences.ui.h:7 +#: ../src/empathy-preferences.ui.h:10 +msgid "Log conversations" +msgstr "سۆھبەتنى خاتىرىلەش" + +#: ../src/empathy-preferences.ui.h:12 msgid "Display incoming events in the notification area" msgstr "كەلگەن ھادىسىلەرنى ئۇقتۇرۇش رايونىدا كۆرسەت" -#: ../src/empathy-preferences.ui.h:8 +#: ../src/empathy-preferences.ui.h:13 msgid "_Automatically connect on startup" msgstr "قوزغالغاندا ئاپتوماتىك باغلان(_A)" -#: ../src/empathy-preferences.ui.h:9 -msgid "Log conversations" -msgstr "سۆھبەتنى خاتىرىلەش" - -#: ../src/empathy-preferences.ui.h:10 +#: ../src/empathy-preferences.ui.h:14 msgid "Behavior" msgstr "ھەرىكەت" -#: ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-preferences.ui.h:15 msgid "General" msgstr "ئادەتتىكى" -#: ../src/empathy-preferences.ui.h:12 +#: ../src/empathy-preferences.ui.h:16 msgid "_Enable bubble notifications" msgstr "سەكرىمە ئۇقتۇرۇشنى ئىناۋەتلىك قىل(_E)" -#: ../src/empathy-preferences.ui.h:13 +#: ../src/empathy-preferences.ui.h:17 msgid "Disable notifications when _away or busy" msgstr "ئايرىلغاندا ياكى ئالدىراش ۋاقتىدا ئۇقتۇرۇش قىلمىسۇن" -#: ../src/empathy-preferences.ui.h:14 +#: ../src/empathy-preferences.ui.h:18 msgid "Enable notifications when the _chat is not focused" msgstr "سۆھبەت فوكۇسلانمىغاندىمۇ ئۇقتۇرۇش قىلسۇن(_C)" -#: ../src/empathy-preferences.ui.h:15 +#: ../src/empathy-preferences.ui.h:19 msgid "Enable notifications when a contact comes online" msgstr "ئالاقەداش كىرگەندە ئۇقتۇرۇش قىلسۇن" -#: ../src/empathy-preferences.ui.h:16 +#: ../src/empathy-preferences.ui.h:20 msgid "Enable notifications when a contact goes offline" msgstr "ئالاقەداش ئايرىلغاندا ئۇقتۇرۇش قىلسۇن" -#: ../src/empathy-preferences.ui.h:17 +#: ../src/empathy-preferences.ui.h:21 msgid "Notifications" msgstr "ئۇقتۇرۇشلار" -#: ../src/empathy-preferences.ui.h:18 +#: ../src/empathy-preferences.ui.h:22 msgid "_Enable sound notifications" msgstr "ئاۋازلىق ئۇقتۇرۇشنى ئىناۋەتلىك قىل(_E)" -#: ../src/empathy-preferences.ui.h:19 +#: ../src/empathy-preferences.ui.h:23 msgid "Disable sounds when _away or busy" msgstr "ئايرىلغاندا ياكى ئالدىراش ۋاقتىدا ئاۋاز چىقارمىسۇن(_A)" -#: ../src/empathy-preferences.ui.h:20 +#: ../src/empathy-preferences.ui.h:24 msgid "Play sound for events" msgstr "ھادىسە يۈز بەرگەندە ئاۋاز قوي" -#: ../src/empathy-preferences.ui.h:21 +#: ../src/empathy-preferences.ui.h:25 msgid "Sounds" msgstr "ئۈن" -#: ../src/empathy-preferences.ui.h:22 +#: ../src/empathy-preferences.ui.h:26 msgid "Use _echo cancellation to improve call quality" -msgstr "" - -#: ../src/empathy-preferences.ui.h:23 +msgstr "ئەكس سادانى ئاجىزلىتىشنى ئىشلىتىش ئارقىلىق ئۈن سۈپىتىنى يۇقىرىلاتسۇن(_E)" + +#: ../src/empathy-preferences.ui.h:27 msgid "" "Echo cancellation helps to make your voice sound clearer to the other " "person, but may cause problems on some computers. If you or the other person " @@ -4028,11 +4176,11 @@ "off and restarting the call." msgstr "ئەكس سادانى ئاجىزلىتىش ئىقتىدارى ئىشلىتىلسە، ئاۋازىڭىز باشقىلارغا سۈزۈك ئاڭلىنىدۇ. بىراق بىر قىسىم كومپيۇتېرلاردا بەزى مەسىلىلەرمۇ كېلىپ چىقىدۇ. ئەگەر سۆزلىشىش جەريانىدا غەلىتە ئاۋازلارنى ۋە باشقا نورمالسىزلىق بايقالسا، ئەكس سادانى ئاجىزلىتىش ئىقتىدارىنى ئىناۋەتسىز قىلىپ، سۆزلىشىشنى قايتا باشلاپ كۆرسە بولىدۇ." -#: ../src/empathy-preferences.ui.h:26 +#: ../src/empathy-preferences.ui.h:30 msgid "_Publish location to my contacts" msgstr "ئالاقەداشلىرىمغا ئورۇننى ئېلان ئاشكارا قىل(_P)" -#: ../src/empathy-preferences.ui.h:27 +#: ../src/empathy-preferences.ui.h:31 msgid "" "Reduced location accuracy means that nothing more precise than your city, " "state and country will be published. GPS coordinates will be accurate to 1 " @@ -4040,418 +4188,356 @@ msgstr "ئورۇننىڭ توغرىلىقنى تۆۋەنلىتىش دېگەنلىك، شەھەر، ئۆلكە ۋە دۆلەتنىڭ ئورۇن ئۇچۇرلىرىنىڭ توغرىلىقىنى تۆۋەنلىتىش دېگەنلىكتۇر. GPS كوئوردېناتلىرى ئونلۇق كەسىر چېكىتىنىڭ بىرلەر خانىسىگىچە توغرىدۇر." #. To translators: The longitude and latitude are rounded to closest 0,1 degrees, so for example 146,2345° is rounded to round(146,2345*10)/10 = 146,2 degrees. -#: ../src/empathy-preferences.ui.h:29 +#: ../src/empathy-preferences.ui.h:33 msgid "_Reduce location accuracy" msgstr "ئورۇننىڭ توغرىلىقىنى تۆۋەنلەت(_R)" -#: ../src/empathy-preferences.ui.h:30 +#: ../src/empathy-preferences.ui.h:34 msgid "Privacy" -msgstr "شەخسىي سىر" - -#: ../src/empathy-preferences.ui.h:31 +msgstr "شەخسىيەت" + +#: ../src/empathy-preferences.ui.h:35 msgid "_GPS" msgstr "_GPS" -#: ../src/empathy-preferences.ui.h:32 +#: ../src/empathy-preferences.ui.h:36 msgid "_Cellphone" msgstr "يانفون(_C)" -#: ../src/empathy-preferences.ui.h:33 +#: ../src/empathy-preferences.ui.h:37 msgid "_Network (IP, Wi-Fi)" msgstr "تور(IP، Wi-Fi)(_N)" -#: ../src/empathy-preferences.ui.h:34 +#: ../src/empathy-preferences.ui.h:38 msgid "Location sources:" msgstr "ئورۇن مەنبەلىرى:" -#: ../src/empathy-preferences.ui.h:36 +#: ../src/empathy-preferences.ui.h:40 msgid "" "The list of languages reflects only the languages for which you have a " "dictionary installed." msgstr "تىل تىزىمى سىز ئورناتقان لۇغەتنىڭ تىزىمىنى ئەكس ئەتتۈرۈپ بېرىدۇ." -#: ../src/empathy-preferences.ui.h:37 +#: ../src/empathy-preferences.ui.h:41 msgid "Enable spell checking for languages:" msgstr "بۇ تىلغا نىسبەتەن ئىملا تەكشۈرۈشنى قوزغات:" -#: ../src/empathy-preferences.ui.h:38 +#: ../src/empathy-preferences.ui.h:42 msgid "Spell Checking" msgstr "ئىملا تەكشۈرۈش" -#: ../src/empathy-preferences.ui.h:39 +#: ../src/empathy-preferences.ui.h:43 msgid "Chat Th_eme:" msgstr "سۆھبەت ئۇسلۇبى(_E):" -#: ../src/empathy-preferences.ui.h:40 +#: ../src/empathy-preferences.ui.h:44 msgid "Variant:" -msgstr "شالغۇت:" - -#: ../src/empathy-preferences.ui.h:41 +msgstr "ۋارىيانتى:" + +#: ../src/empathy-preferences.ui.h:45 msgid "Themes" -msgstr "باش تېما" +msgstr "ئۆرنەكلەر" + +#: ../src/empathy-roster-window.c:242 +msgid "Provide Password" +msgstr "ئىم تەمىنلەش" + +#: ../src/empathy-roster-window.c:248 +msgid "Disconnect" +msgstr "ئۈز" + +#: ../src/empathy-roster-window.c:441 +msgid "You need to setup an account to see contacts here." +msgstr "بۇ يەردىكى ئالاقەداشلارنى كۆرۈش ئۈچۈن، بىر ھېسابات قۇرۇشىڭىز كېرەك." + +#: ../src/empathy-roster-window.c:517 +#, c-format +msgid "Sorry, %s accounts can’t be used until your %s software is updated." +msgstr "كەچۈرۈڭ، %s ھېساباتلىرىنى %s يۇمشاق دېتالىنى يېڭىلىمىغۇچە ئىشلەتكىلى بولمايدۇ." + +#: ../src/empathy-roster-window.c:635 +msgid "Update software..." +msgstr "يۇمشاق دېتالنى يېڭىلاش…" + +#: ../src/empathy-roster-window.c:641 +msgid "Reconnect" +msgstr "قايتا باغلىنىش" + +#: ../src/empathy-roster-window.c:645 +msgid "Edit Account" +msgstr "ھېساباتنى تەھرىرلەش" + +#: ../src/empathy-roster-window.c:650 +msgid "Close" +msgstr "ياپ" + +#: ../src/empathy-roster-window.c:787 +#| msgid "Top up account credit" +msgid "Top up account" +msgstr "ھېساباتنى تولۇقلايمەن" + +#: ../src/empathy-roster-window.c:1469 +msgid "You need to enable one of your accounts to see contacts here." +msgstr "بۇ يەردىكى ئالاقەداشلارنى كۆرۈش ئۈچۈن، بىرەر بىر ھېساباتىڭىزنى ئىناۋەتلىك قىلىشىڭىز كېرەك." + +#. translators: argument is an account name +#: ../src/empathy-roster-window.c:1477 +#, c-format +msgid "You need to enable %s to see contacts here." +msgstr "بۇ يەردىكى ئالاقەداشلارنى كۆرۈش ئۈچۈن، %s نى ئىناۋەتلىك قىلىشىڭىز كېرەك." + +#: ../src/empathy-roster-window.c:1555 +msgid "Change your presence to see contacts here" +msgstr "قارىشى تەرەپنى كۆرسىتىش ئۈچۈن، ئۆزىڭىزنىڭ ھالىتىنى ئۆزگەرتىڭ." + +#: ../src/empathy-roster-window.c:1564 +msgid "No match found" +msgstr "تېپىلمىدى" + +#: ../src/empathy-roster-window.c:1569 +#| msgid "Show offline contacts" +msgid "No online contacts" +msgstr "توردا يوق ئالاقەداشلار" + +#: ../src/empathy-roster-window-menubar.ui.h:1 +#| msgid "New Conversation" +msgid "_New Conversation..." +msgstr "يېڭى سۆھبەت(_N)…" + +#: ../src/empathy-roster-window-menubar.ui.h:2 +#| msgid "New Call" +msgid "New _Call..." +msgstr "يېڭىدىن چاقىر(_C)…" + +#: ../src/empathy-roster-window-menubar.ui.h:3 +#| msgid "Contact" +msgid "Contacts" +msgstr "ئالاقەداشلار" + +#: ../src/empathy-roster-window-menubar.ui.h:4 +#| msgid "_Add Contact" +msgid "_Add Contacts..." +msgstr "ئالاقەداش قوش(_A)…" + +#: ../src/empathy-roster-window-menubar.ui.h:5 +#| msgid "_Search for Contacts…" +msgid "_Search for Contacts..." +msgstr "ئالاقەداش ئىزدە(_S)…" + +#: ../src/empathy-roster-window-menubar.ui.h:6 +msgid "_Blocked Contacts" +msgstr "چەكلەنگەن ئالاقەداشلار(_B)" + +#: ../src/empathy-roster-window-menubar.ui.h:7 +#| msgid "_Room" +msgid "_Rooms" +msgstr "ھۇجرىلار(_R)" + +#: ../src/empathy-roster-window-menubar.ui.h:8 +#| msgid "_Join" +msgid "_Join..." +msgstr "قوشۇل(_J)…" + +#: ../src/empathy-roster-window-menubar.ui.h:9 +msgid "Join _Favorites" +msgstr "يىغقۇچقا قوش(_F)" + +#: ../src/empathy-roster-window-menubar.ui.h:10 +#| msgid "Manage Favorites" +msgid "_Manage Favorites" +msgstr "يىغقۇچ باشقۇر(_M)" + +#: ../src/empathy-roster-window-menubar.ui.h:12 +msgid "_File Transfers" +msgstr "ھۆججەت ئەۋەتىش(_F)" + +#: ../src/empathy-roster-window-menubar.ui.h:13 +msgid "_Accounts" +msgstr "ھېساباتلار(_A)" + +#: ../src/empathy-roster-window-menubar.ui.h:14 +msgid "P_references" +msgstr "مايىللىق(_R)" + +#: ../src/empathy-roster-window-menubar.ui.h:15 +#| msgid "_Help" +msgid "Help" +msgstr "ياردەم" + +#: ../src/empathy-roster-window-menubar.ui.h:16 +#| msgid "Empathy" +msgid "About Empathy" +msgstr "Empathy ھەققىدە" + +#: ../src/empathy-roster-window-menubar.ui.h:17 +#: ../src/empathy-status-icon.ui.h:5 +msgid "_Quit" +msgstr "ئاخىرلاشتۇر(_Q)" + +#: ../src/empathy-roster-window.ui.h:1 +msgid "Account settings" +msgstr "ھېسابات تەڭشىكى" + +#: ../src/empathy-roster-window.ui.h:2 +msgid "Go _Online" +msgstr "تورغا چىق(_O)" + +#: ../src/empathy-status-icon.ui.h:2 +msgid "_New Conversation…" +msgstr "يېڭى سۆھبەت(_N)…" + +#: ../src/empathy-status-icon.ui.h:3 +msgid "New _Call…" +msgstr "يېڭى چاقىرىش(_C)..." #: ../src/empathy-status-icon.ui.h:4 msgid "Status" msgstr "ھالىتى" -#: ../src/empathy-status-icon.ui.h:5 -msgid "_Quit" -msgstr "چېكىن(_Q)" - -#: ../src/empathy-map-view.c:471 -msgid "Contact Map View" -msgstr "باغلىنىش خەرىتە كۆرۈنۈشى" - -#: ../src/empathy-debug-window.c:1598 -msgid "Save" -msgstr "ساقلا" - -#: ../src/empathy-debug-window.c:1658 -msgid "Pastebin link" -msgstr "" - -#: ../src/empathy-debug-window.c:1667 -msgid "Pastebin response" -msgstr "" - -#: ../src/empathy-debug-window.c:1671 -#, c-format -#| msgid "%s:" -msgid "%s" -msgstr "%s" - -#: ../src/empathy-debug-window.c:1674 -msgid "Data too large for a single paste. Please save logs to file." -msgstr "" - -#: ../src/empathy-debug-window.c:1903 -msgid "Debug Window" -msgstr "سازلاش كۆزنىكى" - -#: ../src/empathy-debug-window.c:1961 -msgid "Send to pastebin" -msgstr "" - -#: ../src/empathy-debug-window.c:2000 -msgid "Pause" -msgstr "ۋاقىتلىق توختا" - -#: ../src/empathy-debug-window.c:2012 -msgid "Level " -msgstr "دەرىجە " - -#: ../src/empathy-debug-window.c:2031 -msgid "Debug" -msgstr "سازلا" - -#: ../src/empathy-debug-window.c:2036 -msgid "Info" -msgstr "ئۇچۇرى" - -#: ../src/empathy-debug-window.c:2041 ../src/empathy-debug-window.c:2087 -msgid "Message" -msgstr "ئۇچۇرلار" - -#: ../src/empathy-debug-window.c:2046 -msgid "Warning" -msgstr "ئاگاھلاندۇرۇش" - -#: ../src/empathy-debug-window.c:2051 -msgid "Critical" -msgstr "ئاچقۇچلۇق" - -#: ../src/empathy-debug-window.c:2056 -msgid "Error" -msgstr "خاتالىق" - -#: ../src/empathy-debug-window.c:2075 -msgid "Time" -msgstr "ۋاقىت" - -#: ../src/empathy-debug-window.c:2078 -msgid "Domain" -msgstr "دائىرە" - -#: ../src/empathy-debug-window.c:2080 -msgid "Category" -msgstr "كاتېگورىيە" - -#: ../src/empathy-debug-window.c:2082 -msgid "Level" -msgstr "دەرىجە" - -#: ../src/empathy-debug-window.c:2105 -msgid "" -"The selected connection manager does not support the remote debugging " -"extension." -msgstr "تاللانغان باغلىنىش باشقۇرغۇچى يىراقتىكى سازلاش كېڭەيتىلمىسىنى قوللىمايدۇ" - -#: ../src/empathy-invite-participant-dialog.c:200 -#: ../src/empathy-invite-participant-dialog.c:228 -msgid "Invite Participant" -msgstr "قاتناشقۇچىلارنى تەكلىپ قىلىش" - -#: ../src/empathy-invite-participant-dialog.c:201 -msgid "Choose a contact to invite into the conversation:" -msgstr "سۆھبەتكە تەكلىپ قىلىدىغان ئالاقەداشنى تاللاڭ:" - -#: ../src/empathy-invite-participant-dialog.c:224 -msgid "Invite" -msgstr "تەكلىپ" - -#: ../src/empathy-accounts.c:180 -msgid "Don't display any dialogs; do any work (eg, importing) and exit" -msgstr "ھېچقانداق سۆزلەشكۈ كۆرسەتمەي، مەشغۇلات(ئىمپورت قىلىش ...قاتارلىق)لارنى داۋاملاشتۇرۇپ ئاخىرلاشتۇرسۇن" - -#: ../src/empathy-accounts.c:184 -msgid "" -"Don't display any dialogs unless there are only \"People Nearby\" accounts" -msgstr "«قوشنىلار» ھېساباتى بولمىغاندىلا ھېچقانداق سۆزلەشكۈ كۆرسەتمىسۇن" - -#: ../src/empathy-accounts.c:188 -msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" -msgstr "ئەڭ دەسلەپتە بېرىلگەن ھېساباتنى تاللاڭ(مەسىلەن، gabble/jabber/foo_40example_2eorg0)" - -#: ../src/empathy-accounts.c:190 -msgid "" -msgstr "<ھېسابات كىملىكى>" - -#: ../src/empathy-accounts.c:195 -msgid "- Empathy Accounts" -msgstr "- Empathy ھېساباتلىرى" - -#: ../src/empathy-accounts.c:231 -msgid "Empathy Accounts" -msgstr "Empathy ھېساباتلىرى" - -#: ../src/empathy-debugger.c:69 -msgid "Show a particular service" -msgstr "بىرەر مۇلازىمەتنى كۆرسىتىدۇ" - -#: ../src/empathy-debugger.c:74 -#| msgid "Empathy Debugger" -msgid "- Empathy Debugger" -msgstr "- Empathy سازلىغۇچى" - -#: ../src/empathy-debugger.c:113 -msgid "Empathy Debugger" -msgstr "Empathy سازلىغۇچ" - -#: ../src/empathy-chat.c:109 -msgid "- Empathy Chat Client" -msgstr "- Empathy سۆھبەت خېرىدارى" - -#: ../src/empathy-notifications-approver.c:187 -msgid "Respond" -msgstr "ئىنكاس" - -#: ../src/empathy-notifications-approver.c:196 -#: ../src/empathy-call-window.c:1529 -msgid "Reject" -msgstr "رەت قىل" - -#: ../src/empathy-notifications-approver.c:201 -#: ../src/empathy-notifications-approver.c:206 -#: ../src/empathy-call-window.c:1530 -msgid "Answer" -msgstr "جاۋاب" - -#: ../src/empathy-notifications-approver.c:206 -msgid "Answer with video" -msgstr "سىنلىق جاۋاب" - -#: ../src/empathy-notifications-approver.c:214 -#: ../src/empathy-notifications-approver.c:224 -msgid "Decline" -msgstr "قوشۇلما" - -#: ../src/empathy-notifications-approver.c:218 -#: ../src/empathy-notifications-approver.c:229 -msgid "Accept" -msgstr "قوشۇل" - -#. translators: the 'Provide' button is displayed in a notification -#. * bubble when Empathy is asking for an account password; clicking on it -#. * brings the password popup. -#: ../src/empathy-notifications-approver.c:239 -msgid "Provide" -msgstr "تەمىنلە" - -#: ../src/empathy-call-observer.c:132 -#, c-format -msgid "%s just tried to call you, but you were in another call." -msgstr "%s سىزنى چاقىرغان ئىدى، بىراق سىز باشقىلار بىلەن سۆزلىشىۋاتقان." - -#. Translators: this is an "Info" label. It should be as short -#. * as possible. -#: ../src/empathy-call-window.c:1136 ../src/empathy-call-window.c:1159 -msgid "i" -msgstr "i" - -#. translators: Call is a noun and %s is the contact name. This string -#. * is used in the window title -#: ../src/empathy-call-window.c:1889 -#, c-format -msgid "Call with %s" -msgstr "%s بىلەن سۆزلىشىش" - -#: ../src/empathy-call-window.c:2133 -msgid "The IP address as seen by the machine" -msgstr "كومپيۇتېردا ئۇچرىغان IP ئادرېسى" - -#: ../src/empathy-call-window.c:2135 -msgid "The IP address as seen by a server on the Internet" -msgstr "ئىنتېرنېتتىكى مۇلازىمېتىردا ئۇچرىغان IP ئادرېسى" - -#: ../src/empathy-call-window.c:2137 -msgid "The IP address of the peer as seen by the other side" -msgstr "قارشى تەرەپتە ئۇچرىغان تەڭتۇش(peer) IP ئادرېسى" - -#: ../src/empathy-call-window.c:2139 -msgid "The IP address of a relay server" -msgstr "ئۇلاپ تارقىتىش مۇلازىمېتىرىنىڭ IP ئادرېسى" - -#: ../src/empathy-call-window.c:2141 -msgid "The IP address of the multicast group" -msgstr "كۆپ ئادرېسلىق خەۋەرلىشىش گۇرۇپپىسىنىڭ IP ئادرېسى" - -#: ../src/empathy-call-window.c:2886 -msgid "On hold" -msgstr "كۈتۈپ تۇر" - -#: ../src/empathy-call-window.c:2889 -msgid "Mute" -msgstr "ئۈنسىز" - -#: ../src/empathy-call-window.c:2891 -#| msgid "Location" -msgid "Duration" -msgstr "ۋاقتى" - -#. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2894 -#, c-format -msgid "%s — %d:%02dm" -msgstr "%s — %d:%02dm" - -#: ../src/empathy-call-window.c:2990 -msgid "Technical Details" -msgstr "تېخنىكىلىق تەپسىلات" - -#: ../src/empathy-call-window.c:3029 -#, c-format -msgid "" -"%s's software does not understand any of the audio formats supported by your " -"computer" -msgstr "%s's يۇمشاق دېتالى كومپيۇتېرىڭىزدا بار بولغان ھېچقانداق ئۈن فورماتىنى تونۇمىدى." - -#: ../src/empathy-call-window.c:3034 -#, c-format -msgid "" -"%s's software does not understand any of the video formats supported by your " -"computer" -msgstr "%s's يۇمشاق دېتالى كومپيۇتېرىڭىزدا بار بولغان ھېچقانداق سىن فورماتىنى تونۇمىدى." - -#: ../src/empathy-call-window.c:3040 -#, c-format -msgid "" -"Can't establish a connection to %s. One of you might be on a network that " -"does not allow direct connections." -msgstr "%s نىڭ بىلەن باغلىنىش قۇرالمىدى. سىزنىڭ ياكى قارىشى تەرەپنىڭ بىۋاسىتە باغلىنىشقا رۇخسەت قىلىنمىغان بولۇشى مۇمكىن." - -#: ../src/empathy-call-window.c:3046 -msgid "There was a failure on the network" -msgstr "توردا خاتالىق يۈز بەردى" - -#: ../src/empathy-call-window.c:3050 -msgid "" -"The audio formats necessary for this call are not installed on your computer" -msgstr "بۇ سۆزلىشىشكە زۆرۈر بولغان ئۈن فورماتلىرى كومپيۇتېرغا ئورنىتىلماپتۇ" - -#: ../src/empathy-call-window.c:3053 -msgid "" -"The video formats necessary for this call are not installed on your computer" -msgstr "بۇ سۆزلىشىشكە زۆرۈر بولغان سىن فورماتلىرى كومپيۇتېرغا ئورنىتىلماپتۇ" - -#: ../src/empathy-call-window.c:3065 -#, c-format -msgid "" -"Something unexpected happened in a Telepathy component. Please report this bug and attach logs gathered from the 'Debug' window in " -"the Help menu." -msgstr "Telepathy بۆلىكىدە غەلىتىلىك يۈز بەردى. «ياردەم» تىزىملىكىدىكى «سازلاش» كۆزنىكىدە خاتىرىلىگەن ئۇچۇرلار بىلەن قوشۇپ بۇ كەمتۈكنى مەلۇم قىلىڭ." - -#: ../src/empathy-call-window.c:3074 -msgid "There was a failure in the call engine" -msgstr "چاقىرىش ماتورىدا خاتالىق يۈز بەردى" - -#: ../src/empathy-call-window.c:3077 -msgid "The end of the stream was reached" -msgstr "ئېقىم ئاخىرلاشتى" - -#: ../src/empathy-call-window.c:3117 -msgid "Can't establish audio stream" -msgstr "ئۈن ئېقىمىنى قۇرغىلى بولمىدى" - -#: ../src/empathy-call-window.c:3127 -msgid "Can't establish video stream" -msgstr "سىن ئېقىمىنى قۇرغىلى بولمىدى" - -#: ../src/empathy-call-window.c:3164 -#, c-format -msgid "Your current balance is %s." -msgstr "" - -#: ../src/empathy-call-window.c:3168 -msgid "Sorry, you don’t have enough credit for that call." -msgstr "" - -#: ../src/empathy-call-window.c:3170 -msgid "Top Up" -msgstr "" - -#: ../src/empathy-call.c:201 -msgid "- Empathy Audio/Video Client" -msgstr "- Empathy ئۈن/سىن خېرىدار پروگراممىسى" - -#: ../src/empathy-call.c:224 -msgid "Empathy Audio/Video Client" -msgstr "Empathy ئۈن/سىن خېرىدار پروگراممىسى" - -#: ../libempathy-gtk/empathy-search-bar.c:243 -msgid "_Match case" -msgstr "چوڭ كىچىك ھەرپنى پەرقلەندۈر(_M)" - -#: ../libempathy-gtk/empathy-new-account-dialog.c:144 -msgid "What kind of chat account do you have?" -msgstr "قانداق تىپتىكى ھېساباتىڭىز بار؟" - -#: ../libempathy-gtk/empathy-new-account-dialog.c:166 -#| msgid "New account" -msgid "Adding new account" -msgstr "" - -#: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:77 -msgid "People nearby" -msgstr "قوشنا" - -#: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:150 -#| msgid "" -#| "Empathy can automatically discover and chat with the people connected on " -#| "the same network as you. If you want to use this feature, please check " -#| "that the details below are correct. You can easily change these details " -#| "later or disable this feature by using the 'Accounts' dialog" -msgid "" -"Empathy can automatically discover and chat with the people connected on the " -"same network as you. If you want to use this feature, please check that the " -"details below are correct." -msgstr "" - -#: ../libempathy-gtk/empathy-local-xmpp-assistant-widget.c:183 -msgid "" -"You can change these details later or disable this feature by choosing Edit → Accounts in the Contact List." -msgstr "" +#: ../ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c:179 +#: ../ubuntu-online-accounts/cc-plugins/app-plugin/empathy-app-plugin-widget.c:126 +msgid "Done" +msgstr "تامام" + +#: ../ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c:210 +#| msgid "Enter your account details" +msgid "Please enter your account details" +msgstr "ھېساباتىڭىزغا ئائىت تەپسىلاتلارنى كىرگۈزۈڭ" + +#: ../ubuntu-online-accounts/cc-plugins/app-plugin/empathy-app-plugin-widget.c:160 +#, c-format +#| msgid "Loading account information" +msgid "Edit %s account options" +msgstr "ھېسابات %s نىڭ تاللانمىلىرىنى تەھرىرلە" + +#: ../ubuntu-online-accounts/empathy.application.in.h:1 +#| msgid "Enter your account details" +msgid "Integrate your IM accounts" +msgstr "بارلىق مۇڭداشقۇ ھېساباتلىرىڭىزنى بىر يەرگە يىغىڭ" + +#~ msgid "Manage Messaging and VoIP accounts" +#~ msgstr "مۇڭداشقۇ ۋە VoIP ھېساباتلىرىنى باشقۇرۇش" + +#~ msgid "Show avatars" +#~ msgstr "باش سۈرەتلەرنى كۆرسەت" + +#~ msgid "" +#~ "Whether to show avatars for contacts in the contact list and chat windows." +#~ msgstr "" +#~ "ئالاقەداشلار تىزىمى ۋە سۆھبەت كۆزنىكىدە ئالاقەداشلارنىڭ باش سۈرىتىنى " +#~ "كۆرسىتەمدۇ يوق." + +#~ msgid "Show protocols" +#~ msgstr "كېلىشىمنامىلەرنى كۆرسەت" + +#~ msgid "Whether to show protocols for contacts in the contact list." +#~ msgstr "ئالاقەداشلار تىزىمىدا ئالاقەداشلارنىڭ كېلىشىمىنى كۆرسىتەمدۇ يوق." + +#~ msgid "Compact contact list" +#~ msgstr "دوستلار تىزىمى(ئىخچام)" + +#~ msgid "Whether to show the contact list in compact mode." +#~ msgstr "ئالاقەداش تىزىمىنى ئىخچام كۆرۈنۈشتە كۆرسىتەمدۇ يوق." + +#~ msgid "Contact list sort criterion" +#~ msgstr "تونۇشلار تىزىمنى تەرتىپلەش ئۆلچىمى" + +#~ msgid "Network:" +#~ msgstr "تور:" + +#~ msgid "Password:" +#~ msgstr "ئىم:" + +#~ msgid "Port:" +#~ msgstr "ئېغىز:" + +#~ msgid "“%s” is not a valid contact ID" +#~ msgstr "«%s» ئىناۋەتلىك ئالاقەداش كىملىكى ئەمەس" + +#~ msgid "%A %B %d %Y" +#~ msgstr "%A %B %d %Y" + +#~ msgid "_Block User" +#~ msgstr "ئىشلەتكۈچىنى چەكلە(_B)" + +#~ msgid "Decide _Later" +#~ msgstr "كېيىن بىر گەپ بولسۇن(_L)" + +#~ msgid "Classic" +#~ msgstr "كلاسسىك" + +#~ msgid "Simple" +#~ msgstr "ئاددىي" + +#~ msgid "Clean" +#~ msgstr "پاكىز" + +#~ msgid "Blue" +#~ msgstr "كۆك" + +#~ msgid "_Enable" +#~ msgstr "قوزغات(_E)" + +#~ msgid "_Disable" +#~ msgstr "چەكلە(_D)" + +#~| msgid "Send _Video" +#~ msgid "Send Video" +#~ msgstr "سىن ئەۋەتىش" + +#~ msgid "Send Audio" +#~ msgstr "ئۈن ئەۋەتىش" + +#~ msgid "Top up %s (%s)..." +#~ msgstr "پۇل كىرگۈزۈش%s (%s)..." + +#~ msgid "Top Up..." +#~ msgstr "پۇل كىرگۈزۈش…" + +#~ msgid "_Offline Contacts" +#~ msgstr "توردا يوق ئالاقەداشلار(_O)" + +#~ msgid "Show P_rotocols" +#~ msgstr "كېلىشىملەرنى كۆرسەت(_R)" + +#~ msgid "Credit Balance" +#~ msgstr "كرېدىت قالدۇقى" + +#~ msgid "Contacts on a _Map" +#~ msgstr "خەرىتىدىكى ئالاقەداشلار(_M)" + +#~ msgid "Find in Contact _List" +#~ msgstr "ئالاقەداشلاردىن ئىزدە(_L)" + +#~ msgid "Sort by _Name" +#~ msgstr "ئاتى بويىچە تەرتىپلە(_N)" + +#~ msgid "Sort by _Status" +#~ msgstr "ھالىتى بويىچە تەرتىپلە(_S)" + +#~ msgid "Normal Size With _Avatars" +#~ msgstr "باش سۈرەت ۋە نورمال چوڭلۇق" + +#~ msgid "N_ormal Size" +#~ msgstr "نورمال چوڭلۇق(_O)" + +#~ msgid "_Compact Size" +#~ msgstr "ئىخچام چوڭلۇق(_C)" + +#~ msgid "_Join…" +#~ msgstr "قاتنىشىش(_J)…" + +#~ msgid "Could not start room listing" +#~ msgstr "ئۆي تىزىمىنى قۇرۇشنى باشلىغىلى بولمىدى" + +#~ msgid "Could not stop room listing" +#~ msgstr "ئۆي تىزىمىنى قۇرۇشنى توختاتقىلى بولمىدى" + +#~ msgid "Appearance" +#~ msgstr "قىياپەت" + +#~ msgid "Contact Map View" +#~ msgstr "باغلىنىش خەرىتە كۆرۈنۈشى" #~ msgid "Empathy has migrated butterfly logs" #~ msgstr "butterfly خاتىرىلىرىنى يۆتكىدى." @@ -4476,9 +4562,6 @@ #~ msgid "Personal Information" #~ msgstr "شەخسىي ئۇچۇرلارنى" - -#~ msgid "Ungrouped" -#~ msgstr "گۇرۇپپىلانمىغان" #~ msgid "Favorite People" #~ msgstr "ئامراق ئادەملەر" @@ -4489,9 +4572,6 @@ #~ msgid "Select a contact" #~ msgstr "ئالاقەداش تاللايدۇ" - -#~ msgid "Linked Contacts" -#~ msgstr "ئۇلانغان ئالاقەداشلار" #~ msgid "Select contacts to link" #~ msgstr "ئۇلايدىغان ئالاقەداشنى تاللاش" @@ -4597,9 +4677,6 @@ #~ msgid "Do you have any other chat accounts you want to set up?" #~ msgstr "يەنە باشقا تەڭشىمەكچى بولغان سۆھبەت ھېساباتىڭىز بارمۇ؟" - -#~ msgid "Enter your account details" -#~ msgstr "ھېساباتىڭىزنىڭ تەپسىلاتىنى كىرگۈزۈڭ" #~ msgid "What kind of chat account do you want to create?" #~ msgstr "قانداق تىپتىكى ھېسابات قۇرغۇڭىز بار؟" @@ -4760,9 +4837,6 @@ #~ msgid "_Dialpad" #~ msgstr "نومۇر تاختىسى(_D)" -#~ msgid "Show and edit accounts" -#~ msgstr "ھېساباتلارنى كۆرسىتىدۇ ۋە تەھرىرلەيدۇ" - #~ msgid "_Personal Information" #~ msgstr "شەخسىي ئۇچۇر(_P)" @@ -4775,9 +4849,6 @@ #~ msgid "All" #~ msgstr "ھەممىسى" -#~ msgid "_Enabled" -#~ msgstr "قوزغىتىلغان(_E)" - #~ msgid "Date" #~ msgstr "چېسلا" diff --git a/src/Makefile.in b/src/Makefile.in index 23b862b..56e3aef 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -54,7 +53,7 @@ build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/tools/check-coding-style.mk \ $(top_srcdir)/tools/flymake.mk bin_PROGRAMS = empathy$(EXEEXT) empathy-accounts$(EXEEXT) \ @@ -91,6 +90,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \ "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(uidir)" PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) @@ -177,6 +177,18 @@ $(top_builddir)/libempathy/libempathy.la \ $(top_builddir)/extensions/libemp-extensions.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -189,20 +201,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libempathy_accounts_common_la_SOURCES) $(empathy_SOURCES) \ $(empathy_accounts_SOURCES) $(empathy_auth_client_SOURCES) \ $(empathy_call_SOURCES) $(empathy_chat_SOURCES) \ @@ -659,12 +667,14 @@ clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libempathy-accounts-common.la: $(libempathy_accounts_common_la_OBJECTS) $(libempathy_accounts_common_la_DEPENDENCIES) $(EXTRA_libempathy_accounts_common_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libempathy_accounts_common_la_OBJECTS) $(libempathy_accounts_common_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @@ -1220,6 +1230,20 @@ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -1230,10 +1254,10 @@ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ if test -n "$$list" && \ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ - echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ + echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ - echo " typically \`make maintainer-clean' will remove them" >&2; \ + echo " typically 'make maintainer-clean' will remove them" >&2; \ exit 1; \ else :; fi; \ else :; fi @@ -1382,14 +1406,14 @@ .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \ clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \ - clean-libtool clean-noinstLTLIBRARIES ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-binPROGRAMS install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-libexecPROGRAMS install-man \ - install-man1 install-pdf install-pdf-am install-ps \ + clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libexecPROGRAMS \ + install-man install-man1 install-pdf install-pdf-am install-ps \ install-ps-am install-strip install-uiDATA installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index b042ba4..34c2c29 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -559,6 +559,7 @@ label = gtk_label_new (message_markup); gtk_label_set_use_markup (GTK_LABEL (label), TRUE); gtk_label_set_line_wrap (GTK_LABEL (label), TRUE); + gtk_label_set_ellipsize (GTK_LABEL (label), PANGO_ELLIPSIZE_END); gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5); gtk_widget_show (label); diff --git a/tests/Makefile.in b/tests/Makefile.in index 8e739b9..1fe6d76 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -54,7 +53,8 @@ noinst_PROGRAMS = $(am__EXEEXT_1) TESTS = $(am__EXEEXT_1) subdir = tests -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -90,6 +90,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = am_empathy_chatroom_test_OBJECTS = empathy-chatroom-test.$(OBJEXT) \ test-helper.$(OBJEXT) empathy_chatroom_test_OBJECTS = $(am_empathy_chatroom_test_OBJECTS) @@ -146,6 +147,18 @@ empathy_tls_test_DEPENDENCIES = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -158,20 +171,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(empathy_chatroom_manager_test_SOURCES) \ $(empathy_chatroom_test_SOURCES) \ $(empathy_irc_network_manager_test_SOURCES) \ @@ -205,8 +214,10 @@ distdir ETAGS = etags CTAGS = ctags -am__tty_colors = \ -red=; grn=; lgn=; blu=; std= +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = $(am__tty_colors_dummy) DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ @@ -613,12 +624,12 @@ -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -628,7 +639,11 @@ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -642,37 +657,6 @@ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ @@ -680,6 +664,10 @@ ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -744,6 +732,20 @@ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -757,7 +759,7 @@ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ - if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ @@ -1004,22 +1006,24 @@ uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \ - ctags-recursive install-am install-strip tags-recursive + cscopelist-recursive ctags-recursive install-am install-strip \ + tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-TESTS check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS ctags ctags-recursive \ - distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am + clean-libtool clean-noinstPROGRAMS cscopelist \ + cscopelist-recursive ctags ctags-recursive distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am test-report: test-report.xml diff --git a/tests/certificates/Makefile.in b/tests/certificates/Makefile.in index 01afcbf..7ac7bc1 100644 --- a/tests/certificates/Makefile.in +++ b/tests/certificates/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,12 +66,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -329,6 +334,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/tests/interactive/Makefile.in b/tests/interactive/Makefile.in index b17916a..ff9aa0d 100644 --- a/tests/interactive/Makefile.in +++ b/tests/interactive/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,7 +61,8 @@ test-empathy-dual-roster-view$(EXEEXT) \ test-empathy-roster-model-aggregator$(EXEEXT) subdir = tests/interactive -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -89,6 +89,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = am_test_empathy_account_chooser_OBJECTS = \ test-empathy-account-chooser.$(OBJEXT) test_empathy_account_chooser_OBJECTS = \ @@ -161,6 +162,18 @@ test_empathy_status_preset_dialog_DEPENDENCIES = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -173,20 +186,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(empathy_logs_SOURCES) \ $(test_empathy_account_chooser_SOURCES) \ $(test_empathy_calendar_button_SOURCES) \ @@ -604,6 +613,20 @@ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -745,7 +768,7 @@ .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS ctags distclean \ + clean-libtool clean-noinstPROGRAMS cscopelist ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ diff --git a/tests/xml/Makefile.in b/tests/xml/Makefile.in index 3d152be..62d2377 100644 --- a/tests/xml/Makefile.in +++ b/tests/xml/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,12 +66,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -330,6 +335,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/tools/Makefile.in b/tools/Makefile.in index 123a04b..c62a3e3 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -69,12 +68,18 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SCRIPTS = $(noinst_SCRIPTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -362,6 +367,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/ubuntu-online-accounts/Makefile.in b/ubuntu-online-accounts/Makefile.in index 46e1890..b505d1b 100644 --- a/ubuntu-online-accounts/Makefile.in +++ b/ubuntu-online-accounts/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -68,12 +67,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -417,12 +422,12 @@ dir='$(DESTDIR)$(appdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -432,7 +437,11 @@ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -446,37 +455,6 @@ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ @@ -484,6 +462,10 @@ ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -547,6 +529,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -711,22 +707,24 @@ uninstall-am: uninstall-appDATA -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ + cscopelist-recursive ctags-recursive install-am install-strip \ + tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ - ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-appDATA \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am uninstall-appDATA + cscopelist cscopelist-recursive ctags ctags-recursive \ + distclean distclean-generic distclean-libtool distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-appDATA install-data install-data-am \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am uninstall-appDATA empathy.application: empathy.application.in diff --git a/ubuntu-online-accounts/cc-plugins/Makefile.in b/ubuntu-online-accounts/cc-plugins/Makefile.in index d92dd01..502d24e 100644 --- a/ubuntu-online-accounts/cc-plugins/Makefile.in +++ b/ubuntu-online-accounts/cc-plugins/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -67,12 +66,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -362,12 +367,12 @@ -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -377,7 +382,11 @@ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -391,37 +400,6 @@ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ @@ -429,6 +407,10 @@ ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -492,6 +474,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -652,22 +648,23 @@ uninstall-am: -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ + cscopelist-recursive ctags-recursive install-am install-strip \ + tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ - ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am + cscopelist cscopelist-recursive ctags ctags-recursive \ + distclean distclean-generic distclean-libtool distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-recursive uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.in b/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.in index 8395cb4..c4a8a20 100644 --- a/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.in +++ b/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -52,7 +51,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = ubuntu-online-accounts/cc-plugins/account-plugins -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -105,6 +105,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = libaim_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libaim_la_LDFLAGS) $(LDFLAGS) -o $@ @@ -226,6 +227,18 @@ libzephyr_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libzephyr_la_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -238,20 +251,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libaim_la_SOURCES) \ $(libempathy_uoa_account_plugin_la_SOURCES) \ $(libgadugadu_la_SOURCES) $(libgroupwise_la_SOURCES) \ @@ -725,12 +734,14 @@ clean-pkglibLTLIBRARIES: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) - @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(pkglib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ @@ -757,12 +768,14 @@ clean-pluginLTLIBRARIES: -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) - @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(plugin_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libaim.la: $(libaim_la_OBJECTS) $(libaim_la_DEPENDENCIES) $(EXTRA_libaim_la_DEPENDENCIES) $(AM_V_CCLD)$(libaim_la_LINK) -rpath $(plugindir) $(libaim_la_OBJECTS) $(libaim_la_LIBADD) $(LIBS) libempathy-uoa-account-plugin.la: $(libempathy_uoa_account_plugin_la_OBJECTS) $(libempathy_uoa_account_plugin_la_DEPENDENCIES) $(EXTRA_libempathy_uoa_account_plugin_la_DEPENDENCIES) @@ -892,6 +905,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -1038,7 +1065,7 @@ .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-pkglibLTLIBRARIES clean-pluginLTLIBRARIES \ - ctags distclean distclean-compile distclean-generic \ + cscopelist ctags distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff --git a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.in b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.in index 2342ed6..74a27be 100644 --- a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.in +++ b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -52,7 +51,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = ubuntu-online-accounts/cc-plugins/app-plugin -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -107,9 +107,22 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = libempathy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libempathy_la_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -122,20 +135,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libempathy_la_SOURCES) DIST_SOURCES = $(libempathy_la_SOURCES) am__can_run_installinfo = \ @@ -432,12 +441,14 @@ clean-pluginLTLIBRARIES: -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) - @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(plugin_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } libempathy.la: $(libempathy_la_OBJECTS) $(libempathy_la_DEPENDENCIES) $(EXTRA_libempathy_la_DEPENDENCIES) $(AM_V_CCLD)$(libempathy_la_LINK) -rpath $(plugindir) $(libempathy_la_OBJECTS) $(libempathy_la_LIBADD) $(LIBS) @@ -525,6 +536,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -670,18 +695,19 @@ .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-pluginLTLIBRARIES + clean-libtool clean-pluginLTLIBRARIES cscopelist ctags \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/ubuntu-online-accounts/cc-plugins/providers/Makefile.in b/ubuntu-online-accounts/cc-plugins/providers/Makefile.in index ce11a1d..a914217 100644 --- a/ubuntu-online-accounts/cc-plugins/providers/Makefile.in +++ b/ubuntu-online-accounts/cc-plugins/providers/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -68,12 +67,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -398,6 +403,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/ubuntu-online-accounts/cc-plugins/services/Makefile.in b/ubuntu-online-accounts/cc-plugins/services/Makefile.in index c5d5476..ecf9e9c 100644 --- a/ubuntu-online-accounts/cc-plugins/services/Makefile.in +++ b/ubuntu-online-accounts/cc-plugins/services/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -68,12 +67,18 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -398,6 +403,8 @@ ctags: CTAGS CTAGS: +cscope cscopelist: + distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/ubuntu-online-accounts/mc-plugin/Makefile.in b/ubuntu-online-accounts/mc-plugin/Makefile.in index 02a7c46..dac0b48 100644 --- a/ubuntu-online-accounts/mc-plugin/Makefile.in +++ b/ubuntu-online-accounts/mc-plugin/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -52,7 +51,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = ubuntu-online-accounts/mc-plugin -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \ $(top_srcdir)/m4/ax_config_dir.m4 \ @@ -106,10 +106,23 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = mcp_account_manager_uoa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(mcp_account_manager_uoa_la_LDFLAGS) \ $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -122,20 +135,16 @@ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(mcp_account_manager_uoa_la_SOURCES) DIST_SOURCES = $(mcp_account_manager_uoa_la_SOURCES) am__can_run_installinfo = \ @@ -426,12 +435,14 @@ clean-pluginsLTLIBRARIES: -test -z "$(plugins_LTLIBRARIES)" || rm -f $(plugins_LTLIBRARIES) - @list='$(plugins_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done + @list='$(plugins_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } mcp-account-manager-uoa.la: $(mcp_account_manager_uoa_la_OBJECTS) $(mcp_account_manager_uoa_la_DEPENDENCIES) $(EXTRA_mcp_account_manager_uoa_la_DEPENDENCIES) $(AM_V_CCLD)$(mcp_account_manager_uoa_la_LINK) -rpath $(pluginsdir) $(mcp_account_manager_uoa_la_OBJECTS) $(mcp_account_manager_uoa_la_LIBADD) $(LIBS) @@ -520,6 +531,20 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -665,18 +690,19 @@ .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginsLTLIBRARIES ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginsLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-pluginsLTLIBRARIES + clean-libtool clean-pluginsLTLIBRARIES cscopelist ctags \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginsLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-pluginsLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables.