Merge lp:~noskcaj/ubuntu/trusty/telepathy-farstream/0.6.1 into lp:ubuntu/trusty/telepathy-farstream

Proposed by Jackson Doak
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/trusty/telepathy-farstream/0.6.1
Merge into: lp:ubuntu/trusty/telepathy-farstream
Diff against target: 6780 lines (+1966/-1686)
34 files modified
ChangeLog (+118/-0)
Makefile.in (+175/-153)
NEWS (+8/-0)
aclocal.m4 (+345/-289)
config.h.in (+12/-0)
configure (+317/-233)
configure.ac (+15/-14)
debian/changelog (+16/-0)
debian/control (+7/-5)
debian/rules (+1/-4)
doc/Makefile.in (+141/-125)
doc/lib/Makefile.am (+1/-1)
doc/lib/Makefile.in (+77/-68)
doc/lib/html/TfChannel.html (+78/-54)
doc/lib/html/TfContent.html (+118/-79)
doc/lib/html/ch01.html (+7/-7)
doc/lib/html/index.html (+5/-5)
doc/lib/tmpl/channel.sgml (+0/-113)
doc/lib/tmpl/content.sgml (+0/-188)
examples/Makefile.in (+146/-124)
examples/call-handler.c (+9/-4)
examples/python/Makefile.in (+70/-35)
gtk-doc.make (+4/-28)
m4/Makefile.in (+70/-35)
telepathy-farstream/Makefile.am (+2/-2)
telepathy-farstream/Makefile.in (+132/-73)
telepathy-farstream/call-channel.c (+1/-0)
telepathy-farstream/call-content.c (+1/-0)
telepathy-farstream/call-stream.c (+6/-1)
telepathy-farstream/channel.c (+5/-5)
telepathy-farstream/content.c (+1/-0)
telepathy-farstream/media-signalling-channel.c (+6/-6)
telepathy-farstream/media-signalling-content.c (+2/-0)
tools/Makefile.in (+70/-35)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/telepathy-farstream/0.6.1
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+210068@code.launchpad.net

Description of the change

New upstream bugfix release

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2012-10-08 09:13:01 +0000
3+++ ChangeLog 2014-03-09 01:48:46 +0000
4@@ -1,3 +1,121 @@
5+commit 67851545b72518743469e6e862d9f191a0697105
6+Author: Olivier Crête <olivier.crete@collabora.com>
7+Date: 2014-03-06 12:17:05 -0500
8+
9+ version 0.6.1
10+
11+commit 0ca4ba4c593df911bb491dfdce4ccccd77118167
12+Author: Olivier Crête <olivier.crete@collabora.com>
13+Date: 2014-03-06 10:33:04 -0500
14+
15+ call-stream: Ignore local candidates if there are none
16+
17+ Otherwise it will call add_candidates() with NULL which triggers
18+ a ICE restart.
19+
20+commit 240648e79c882702b497b0af9c3ec5cc563739d6
21+Author: Olivier Crête <olivier.crete@collabora.com>
22+Date: 2013-09-25 20:37:15 -0400
23+
24+ Fix typo, make it build
25+
26+commit 96dc161f99ec2058127d50b2bb28ea3e9c2d3835
27+Author: Olivier Crête <olivier.crete@collabora.com>
28+Date: 2013-09-25 20:28:41 -0400
29+
30+ Use AS_IF in configure.ac
31+
32+ https://bugs.freedesktop.org/show_bug.cgi?id=54121
33+
34+commit edf5cf40797eca0e6661fe3b08912a84a39204c3
35+Author: Olivier Crête <olivier.crete@collabora.com>
36+Date: 2013-09-25 20:23:20 -0400
37+
38+ Replace INCLUDES with equivalent AM_CPPFLAGS
39+
40+commit 91fc609e105b466fc5b2c4983baff82a6fa9ced2
41+Author: Nuno Araujo <nuno.araujo@russo79.com>
42+Date: 2013-01-19 07:53:34 +0100
43+
44+ Fix the build with automake 1.13
45+
46+ In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated
47+ since 2002) has been removed in favour of AC_CONFIG_HEADERS.
48+
49+commit e60291e9221d984bcfbb655db15749c94c1d1a0c
50+Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
51+Date: 2013-09-25 12:36:21 +0200
52+
53+ add telepathy-glib-dbus.h
54+
55+ Not yet needed but will be for 1.0
56+
57+ https://bugs.freedesktop.org/show_bug.cgi?id=69806
58+
59+commit 034eee8ea7303ee0f43ad5d9594a37e29f1e24ef
60+Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
61+Date: 2013-09-25 12:50:43 +0200
62+
63+ call-stream: fix type of state variable
64+
65+ https://bugs.freedesktop.org/show_bug.cgi?id=69806
66+
67+commit 1ddd6ae3dfb2e6f1200700215eafcf53bdd4cf35
68+Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
69+Date: 2013-09-25 12:07:42 +0200
70+
71+ build with TP_SEAL_ENABLE and TP_DISABLE_SINGLE_INCLUDE
72+
73+ https://bugs.freedesktop.org/show_bug.cgi?id=69802
74+
75+commit 8dc3a82cc6680f9f22900e595fa88bb6d6f2850e
76+Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
77+Date: 2013-09-25 12:07:34 +0200
78+
79+ stop accessing TpProxy members directly
80+
81+ https://bugs.freedesktop.org/show_bug.cgi?id=69802
82+
83+commit 1afbe1ebe9764982cd0873cbb30f7ba7b8dc9f4c
84+Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
85+Date: 2013-09-25 11:56:25 +0200
86+
87+ bump tp-glib dep and use versioning macros
88+
89+ https://bugs.freedesktop.org/show_bug.cgi?id=69802
90+
91+commit e0cdd884ebf463f1c371a4105f56af0c7ae54248
92+Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
93+Date: 2013-09-25 12:01:15 +0200
94+
95+ add missing config.h includes
96+
97+ https://bugs.freedesktop.org/show_bug.cgi?id=69802
98+
99+commit 3190e5ab4160d0d7b9946db547b22b1babe2e870
100+Author: George Kiagiadakis <george.kiagiadakis@collabora.com>
101+Date: 2013-09-24 15:31:13 +0300
102+
103+ examples/call-handler.c: s/ffmpegcolorspace/videoconvert/
104+
105+commit 482561aa00c9329aa3d82e00a3f26eff38e7eee4
106+Author: George Kiagiadakis <george.kiagiadakis@collabora.com>
107+Date: 2013-09-23 17:28:53 +0300
108+
109+ examples/call-handler.c: Actually use has_audio_src / has_video_src
110+
111+commit 0816fe31d1c0b7f90770f72dd52c75dae3d21afb
112+Author: George Kiagiadakis <george.kiagiadakis@collabora.com>
113+Date: 2013-09-23 17:28:18 +0300
114+
115+ examples/call-handler.c: Fix content property names
116+
117+commit 61682dad3886da6336ee0e88aae9f620e0a02c50
118+Author: Olivier Crête <olivier.crete@collabora.com>
119+Date: 2012-09-25 17:01:09 -0400
120+
121+ version 0.6.0.1
122+
123 commit 3a4c67d4a9c218dea8e4608f7f7050ff4f8bd83b
124 Author: Olivier Crête <olivier.crete@collabora.com>
125 Date: 2012-09-25 16:59:56 -0400
126
127=== modified file 'Makefile.in'
128--- Makefile.in 2012-10-08 09:13:01 +0000
129+++ Makefile.in 2014-03-09 01:48:46 +0000
130@@ -1,9 +1,8 @@
131-# Makefile.in generated by automake 1.11.6 from Makefile.am.
132+# Makefile.in generated by automake 1.13.4 from Makefile.am.
133 # @configure_input@
134
135-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
136-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
137-# Foundation, Inc.
138+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
139+
140 # This Makefile.in is free software; the Free Software Foundation
141 # gives unlimited permission to copy and/or distribute it,
142 # with or without modifications, as long as this notice is preserved.
143@@ -15,23 +14,51 @@
144
145 @SET_MAKE@
146 VPATH = @srcdir@
147-am__make_dryrun = \
148- { \
149- am__dry=no; \
150+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
151+am__make_running_with_option = \
152+ case $${target_option-} in \
153+ ?) ;; \
154+ *) echo "am__make_running_with_option: internal error: invalid" \
155+ "target option '$${target_option-}' specified" >&2; \
156+ exit 1;; \
157+ esac; \
158+ has_opt=no; \
159+ sane_makeflags=$$MAKEFLAGS; \
160+ if $(am__is_gnu_make); then \
161+ sane_makeflags=$$MFLAGS; \
162+ else \
163 case $$MAKEFLAGS in \
164 *\\[\ \ ]*) \
165- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
166- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
167- *) \
168- for am__flg in $$MAKEFLAGS; do \
169- case $$am__flg in \
170- *=*|--*) ;; \
171- *n*) am__dry=yes; break;; \
172- esac; \
173- done;; \
174- esac; \
175- test $$am__dry = yes; \
176- }
177+ bs=\\; \
178+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
179+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
180+ esac; \
181+ fi; \
182+ skip_next=no; \
183+ strip_trailopt () \
184+ { \
185+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
186+ }; \
187+ for flg in $$sane_makeflags; do \
188+ test $$skip_next = yes && { skip_next=no; continue; }; \
189+ case $$flg in \
190+ *=*|--*) continue;; \
191+ -*I) strip_trailopt 'I'; skip_next=yes;; \
192+ -*I?*) strip_trailopt 'I';; \
193+ -*O) strip_trailopt 'O'; skip_next=yes;; \
194+ -*O?*) strip_trailopt 'O';; \
195+ -*l) strip_trailopt 'l'; skip_next=yes;; \
196+ -*l?*) strip_trailopt 'l';; \
197+ -[dEDm]) skip_next=yes;; \
198+ -[JT]) skip_next=yes;; \
199+ esac; \
200+ case $$flg in \
201+ *$$target_option*) has_opt=yes; break;; \
202+ esac; \
203+ done; \
204+ test $$has_opt = yes
205+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
206+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
207 pkgdatadir = $(datadir)/@PACKAGE@
208 pkgincludedir = $(includedir)/@PACKAGE@
209 pkglibdir = $(libdir)/@PACKAGE@
210@@ -50,11 +77,11 @@
211 POST_UNINSTALL = :
212 build_triplet = @build@
213 host_triplet = @host@
214-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
215- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
216- $(srcdir)/tools/telepathy.am $(top_srcdir)/configure AUTHORS \
217- COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
218- install-sh ltmain.sh missing
219+DIST_COMMON = $(srcdir)/tools/telepathy.am INSTALL NEWS README AUTHORS \
220+ ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
221+ $(top_srcdir)/configure $(am__configure_deps) \
222+ $(srcdir)/config.h.in COPYING config.guess config.sub depcomp \
223+ install-sh missing ltmain.sh
224 subdir = .
225 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
226 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
227@@ -70,21 +97,28 @@
228 CONFIG_HEADER = config.h
229 CONFIG_CLEAN_FILES =
230 CONFIG_CLEAN_VPATH_FILES =
231+AM_V_P = $(am__v_P_@AM_V@)
232+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
233+am__v_P_0 = false
234+am__v_P_1 = :
235 AM_V_GEN = $(am__v_GEN_@AM_V@)
236 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
237-am__v_GEN_0 = @echo " GEN " $@;
238+am__v_GEN_0 = @echo " GEN " $@;
239+am__v_GEN_1 =
240 AM_V_at = $(am__v_at_@AM_V@)
241 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
242 am__v_at_0 = @
243+am__v_at_1 =
244 SOURCES =
245 DIST_SOURCES =
246-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
247- html-recursive info-recursive install-data-recursive \
248- install-dvi-recursive install-exec-recursive \
249- install-html-recursive install-info-recursive \
250- install-pdf-recursive install-ps-recursive install-recursive \
251- installcheck-recursive installdirs-recursive pdf-recursive \
252- ps-recursive uninstall-recursive
253+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
254+ ctags-recursive dvi-recursive html-recursive info-recursive \
255+ install-data-recursive install-dvi-recursive \
256+ install-exec-recursive install-html-recursive \
257+ install-info-recursive install-pdf-recursive \
258+ install-ps-recursive install-recursive installcheck-recursive \
259+ installdirs-recursive pdf-recursive ps-recursive \
260+ tags-recursive uninstall-recursive
261 am__can_run_installinfo = \
262 case $$AM_UPDATE_INFO_DIR in \
263 n|no|NO) false;; \
264@@ -92,11 +126,33 @@
265 esac
266 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
267 distclean-recursive maintainer-clean-recursive
268-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
269- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
270- distdir dist dist-all distcheck
271+am__recursive_targets = \
272+ $(RECURSIVE_TARGETS) \
273+ $(RECURSIVE_CLEAN_TARGETS) \
274+ $(am__extra_recursive_targets)
275+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
276+ cscope distdir dist dist-all distcheck
277+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
278+ $(LISP)config.h.in
279+# Read a list of newline-separated strings from the standard input,
280+# and print each of them once, without duplicates. Input order is
281+# *not* preserved.
282+am__uniquify_input = $(AWK) '\
283+ BEGIN { nonempty = 0; } \
284+ { items[$$0] = 1; nonempty = 1; } \
285+ END { if (nonempty) { for (i in items) print i; }; } \
286+'
287+# Make sure the list of sources is unique. This is necessary because,
288+# e.g., the same source file might be shared among _SOURCES variables
289+# for different programs/libraries.
290+am__define_uniq_tagged_files = \
291+ list='$(am__tagged_files)'; \
292+ unique=`for i in $$list; do \
293+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294+ done | $(am__uniquify_input)`
295 ETAGS = etags
296 CTAGS = ctags
297+CSCOPE = cscope
298 DIST_SUBDIRS = $(SUBDIRS)
299 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
300 distdir = $(PACKAGE)-$(VERSION)
301@@ -107,6 +163,7 @@
302 && rm -rf "$(distdir)" \
303 || { sleep 5 && rm -rf "$(distdir)"; }; \
304 else :; fi
305+am__post_remove_distdir = $(am__remove_distdir)
306 am__relativize = \
307 dir0=`pwd`; \
308 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
309@@ -134,6 +191,7 @@
310 reldir="$$dir2"
311 DIST_ARCHIVES = $(distdir).tar.gz
312 GZIP_ENV = --best
313+DIST_TARGETS = dist-gzip
314 distuninstallcheck_listfiles = find . -type f -print
315 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
316 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
317@@ -360,22 +418,25 @@
318 -rm -f libtool config.lt
319
320 # This directory's subdirectories are mostly independent; you can cd
321-# into them and run `make' without going through this Makefile.
322-# To change the values of `make' variables: instead of editing Makefiles,
323-# (1) if the variable is set in `config.status', edit `config.status'
324-# (which will cause the Makefiles to be regenerated when you run `make');
325-# (2) otherwise, pass the desired values on the `make' command line.
326-$(RECURSIVE_TARGETS):
327- @fail= failcom='exit 1'; \
328- for f in x $$MAKEFLAGS; do \
329- case $$f in \
330- *=* | --[!k]*);; \
331- *k*) failcom='fail=yes';; \
332- esac; \
333- done; \
334+# into them and run 'make' without going through this Makefile.
335+# To change the values of 'make' variables: instead of editing Makefiles,
336+# (1) if the variable is set in 'config.status', edit 'config.status'
337+# (which will cause the Makefiles to be regenerated when you run 'make');
338+# (2) otherwise, pass the desired values on the 'make' command line.
339+$(am__recursive_targets):
340+ @fail=; \
341+ if $(am__make_keepgoing); then \
342+ failcom='fail=yes'; \
343+ else \
344+ failcom='exit 1'; \
345+ fi; \
346 dot_seen=no; \
347 target=`echo $@ | sed s/-recursive//`; \
348- list='$(SUBDIRS)'; for subdir in $$list; do \
349+ case "$@" in \
350+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351+ *) list='$(SUBDIRS)' ;; \
352+ esac; \
353+ for subdir in $$list; do \
354 echo "Making $$target in $$subdir"; \
355 if test "$$subdir" = "."; then \
356 dot_seen=yes; \
357@@ -390,57 +451,12 @@
358 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
359 fi; test -z "$$fail"
360
361-$(RECURSIVE_CLEAN_TARGETS):
362- @fail= failcom='exit 1'; \
363- for f in x $$MAKEFLAGS; do \
364- case $$f in \
365- *=* | --[!k]*);; \
366- *k*) failcom='fail=yes';; \
367- esac; \
368- done; \
369- dot_seen=no; \
370- case "$@" in \
371- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
372- *) list='$(SUBDIRS)' ;; \
373- esac; \
374- rev=''; for subdir in $$list; do \
375- if test "$$subdir" = "."; then :; else \
376- rev="$$subdir $$rev"; \
377- fi; \
378- done; \
379- rev="$$rev ."; \
380- target=`echo $@ | sed s/-recursive//`; \
381- for subdir in $$rev; do \
382- echo "Making $$target in $$subdir"; \
383- if test "$$subdir" = "."; then \
384- local_target="$$target-am"; \
385- else \
386- local_target="$$target"; \
387- fi; \
388- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389- || eval $$failcom; \
390- done && test -z "$$fail"
391-tags-recursive:
392- list='$(SUBDIRS)'; for subdir in $$list; do \
393- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
394- done
395-ctags-recursive:
396- list='$(SUBDIRS)'; for subdir in $$list; do \
397- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
398- done
399-
400-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402- unique=`for i in $$list; do \
403- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404- done | \
405- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406- END { if (nonempty) { for (i in files) print i; }; }'`; \
407- mkid -fID $$unique
408-tags: TAGS
409-
410-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
411- $(TAGS_FILES) $(LISP)
412+ID: $(am__tagged_files)
413+ $(am__define_uniq_tagged_files); mkid -fID $$unique
414+tags: tags-recursive
415+TAGS: tags
416+
417+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418 set x; \
419 here=`pwd`; \
420 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
421@@ -456,12 +472,7 @@
422 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
423 fi; \
424 done; \
425- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
426- unique=`for i in $$list; do \
427- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428- done | \
429- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430- END { if (nonempty) { for (i in files) print i; }; }'`; \
431+ $(am__define_uniq_tagged_files); \
432 shift; \
433 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434 test -n "$$unique" || unique=$$empty_fix; \
435@@ -473,15 +484,11 @@
436 $$unique; \
437 fi; \
438 fi
439-ctags: CTAGS
440-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
441- $(TAGS_FILES) $(LISP)
442- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
443- unique=`for i in $$list; do \
444- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445- done | \
446- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447- END { if (nonempty) { for (i in files) print i; }; }'`; \
448+ctags: ctags-recursive
449+
450+CTAGS: ctags
451+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452+ $(am__define_uniq_tagged_files); \
453 test -z "$(CTAGS_ARGS)$$unique" \
454 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455 $$unique
456@@ -490,9 +497,31 @@
457 here=`$(am__cd) $(top_builddir) && pwd` \
458 && $(am__cd) $(top_srcdir) \
459 && gtags -i $(GTAGS_ARGS) "$$here"
460+cscope: cscope.files
461+ test ! -s cscope.files \
462+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
463+clean-cscope:
464+ -rm -f cscope.files
465+cscope.files: clean-cscope cscopelist
466+cscopelist: cscopelist-recursive
467+
468+cscopelist-am: $(am__tagged_files)
469+ list='$(am__tagged_files)'; \
470+ case "$(srcdir)" in \
471+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
472+ *) sdir=$(subdir)/$(srcdir) ;; \
473+ esac; \
474+ for i in $$list; do \
475+ if test -f "$$i"; then \
476+ echo "$(subdir)/$$i"; \
477+ else \
478+ echo "$$sdir/$$i"; \
479+ fi; \
480+ done >> $(top_builddir)/cscope.files
481
482 distclean-tags:
483 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
485
486 distdir: $(DISTFILES)
487 $(am__remove_distdir)
488@@ -563,40 +592,36 @@
489 || chmod -R a+r "$(distdir)"
490 dist-gzip: distdir
491 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
492- $(am__remove_distdir)
493+ $(am__post_remove_distdir)
494
495 dist-bzip2: distdir
496 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
497- $(am__remove_distdir)
498+ $(am__post_remove_distdir)
499
500 dist-lzip: distdir
501 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
502- $(am__remove_distdir)
503-
504-dist-lzma: distdir
505- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
506- $(am__remove_distdir)
507+ $(am__post_remove_distdir)
508
509 dist-xz: distdir
510 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
511- $(am__remove_distdir)
512+ $(am__post_remove_distdir)
513
514 dist-tarZ: distdir
515 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
516- $(am__remove_distdir)
517+ $(am__post_remove_distdir)
518
519 dist-shar: distdir
520 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
521- $(am__remove_distdir)
522+ $(am__post_remove_distdir)
523
524 dist-zip: distdir
525 -rm -f $(distdir).zip
526 zip -rq $(distdir).zip $(distdir)
527- $(am__remove_distdir)
528+ $(am__post_remove_distdir)
529
530-dist dist-all: distdir
531- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
532- $(am__remove_distdir)
533+dist dist-all:
534+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
535+ $(am__post_remove_distdir)
536
537 # This target untars the dist file and tries a VPATH configuration. Then
538 # it guarantees that the distribution is self-contained by making another
539@@ -607,8 +632,6 @@
540 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
541 *.tar.bz2*) \
542 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
543- *.tar.lzma*) \
544- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
545 *.tar.lz*) \
546 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
547 *.tar.xz*) \
548@@ -620,9 +643,9 @@
549 *.zip*) \
550 unzip $(distdir).zip ;;\
551 esac
552- chmod -R a-w $(distdir); chmod u+w $(distdir)
553- mkdir $(distdir)/_build
554- mkdir $(distdir)/_inst
555+ chmod -R a-w $(distdir)
556+ chmod u+w $(distdir)
557+ mkdir $(distdir)/_build $(distdir)/_inst
558 chmod a-w $(distdir)
559 test -d $(distdir)/_build || exit 0; \
560 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
561@@ -655,7 +678,7 @@
562 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
563 && cd "$$am__cwd" \
564 || exit 1
565- $(am__remove_distdir)
566+ $(am__post_remove_distdir)
567 @(echo "$(distdir) archives ready for distribution: "; \
568 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
569 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
570@@ -790,25 +813,24 @@
571
572 uninstall-am:
573
574-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
575- ctags-recursive install-am install-strip tags-recursive
576+.MAKE: $(am__recursive_targets) all install-am install-strip
577
578-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
579- all all-am am--refresh check check-am clean clean-generic \
580- clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
581- dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
582- dist-xz dist-zip distcheck distclean distclean-generic \
583- distclean-hdr distclean-libtool distclean-tags distcleancheck \
584- distdir distuninstallcheck dvi dvi-am html html-am info \
585- info-am install install-am install-data install-data-am \
586- install-dvi install-dvi-am install-exec install-exec-am \
587- install-html install-html-am install-info install-info-am \
588- install-man install-pdf install-pdf-am install-ps \
589- install-ps-am install-strip installcheck installcheck-am \
590- installdirs installdirs-am maintainer-clean \
591- maintainer-clean-generic mostlyclean mostlyclean-generic \
592- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
593- uninstall uninstall-am
594+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
595+ am--refresh check check-am clean clean-cscope clean-generic \
596+ clean-libtool cscope cscopelist-am ctags ctags-am dist \
597+ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
598+ dist-tarZ dist-xz dist-zip distcheck distclean \
599+ distclean-generic distclean-hdr distclean-libtool \
600+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
601+ dvi-am html html-am info info-am install install-am \
602+ install-data install-data-am install-dvi install-dvi-am \
603+ install-exec install-exec-am install-html install-html-am \
604+ install-info install-info-am install-man install-pdf \
605+ install-pdf-am install-ps install-ps-am install-strip \
606+ installcheck installcheck-am installdirs installdirs-am \
607+ maintainer-clean maintainer-clean-generic mostlyclean \
608+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
609+ tags tags-am uninstall uninstall-am
610
611
612 maintainer-upload-release: _maintainer-upload-release-local
613
614=== modified file 'NEWS'
615--- NEWS 2012-10-08 09:13:01 +0000
616+++ NEWS 2014-03-09 01:48:46 +0000
617@@ -1,3 +1,11 @@
618+telepathy-farstream 0.6.1 (6 Mar 2014)
619+=======================================
620+
621+- Fix build with newer telepathy-glib branches
622+- Fix build with automake 1.13
623+- Improve configure.ac with AS_IF
624+- Fix calls with standard ICE-UDP (against Gajim)
625+
626 telepathy-farstream 0.6.0 (25 Sep 2012)
627 =======================================
628
629
630=== modified file 'aclocal.m4'
631--- aclocal.m4 2012-10-08 09:13:01 +0000
632+++ aclocal.m4 2014-03-09 01:48:46 +0000
633@@ -1,8 +1,7 @@
634-# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
635-
636-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
637-# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
638-# Inc.
639+# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
640+
641+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
642+
643 # This file is free software; the Free Software Foundation
644 # gives unlimited permission to copy and/or distribute it,
645 # with or without modifications, as long as this notice is preserved.
646@@ -12,13 +11,14 @@
647 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
648 # PARTICULAR PURPOSE.
649
650+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
651 m4_ifndef([AC_AUTOCONF_VERSION],
652 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
653-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
654-[m4_warning([this file was generated for autoconf 2.68.
655+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
656+[m4_warning([this file was generated for autoconf 2.69.
657 You have another version of autoconf. It may work, but is not guaranteed to.
658 If you have problems, you may need to regenerate the build system entirely.
659-To do so, use the procedure documented by the package, typically `autoreconf'.])])
660+To do so, use the procedure documented by the package, typically 'autoreconf'.])])
661
662 dnl -*- mode: autoconf -*-
663 dnl Copyright 2009 Johan Dahlin
664@@ -145,7 +145,8 @@
665 # ----------------------------------
666 AC_DEFUN([PKG_PROG_PKG_CONFIG],
667 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
668-m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
669+m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
670+m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
671 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
672 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
673 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
674@@ -191,7 +192,8 @@
675 pkg_cv_[]$1="$$1"
676 elif test -n "$PKG_CONFIG"; then
677 PKG_CHECK_EXISTS([$3],
678- [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
679+ [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
680+ test "x$?" != "x0" && pkg_failed=yes ],
681 [pkg_failed=yes])
682 else
683 pkg_failed=untried
684@@ -239,9 +241,9 @@
685 AC_MSG_RESULT([no])
686 _PKG_SHORT_ERRORS_SUPPORTED
687 if test $_pkg_short_errors_supported = yes; then
688- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
689+ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
690 else
691- $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
692+ $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
693 fi
694 # Put the nasty error message in config.log where it belongs
695 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
696@@ -254,7 +256,7 @@
697 Consider adjusting the PKG_CONFIG_PATH environment variable if you
698 installed software in a non-standard prefix.
699
700-_PKG_TEXT])
701+_PKG_TEXT])[]dnl
702 ])
703 elif test $pkg_failed = untried; then
704 AC_MSG_RESULT([no])
705@@ -265,7 +267,7 @@
706
707 _PKG_TEXT
708
709-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])
710+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
711 ])
712 else
713 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
714@@ -275,25 +277,77 @@
715 fi[]dnl
716 ])# PKG_CHECK_MODULES
717
718-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
719-# Foundation, Inc.
720+
721+# PKG_INSTALLDIR(DIRECTORY)
722+# -------------------------
723+# Substitutes the variable pkgconfigdir as the location where a module
724+# should install pkg-config .pc files. By default the directory is
725+# $libdir/pkgconfig, but the default can be changed by passing
726+# DIRECTORY. The user can override through the --with-pkgconfigdir
727+# parameter.
728+AC_DEFUN([PKG_INSTALLDIR],
729+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
730+m4_pushdef([pkg_description],
731+ [pkg-config installation directory @<:@]pkg_default[@:>@])
732+AC_ARG_WITH([pkgconfigdir],
733+ [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
734+ [with_pkgconfigdir=]pkg_default)
735+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
736+m4_popdef([pkg_default])
737+m4_popdef([pkg_description])
738+]) dnl PKG_INSTALLDIR
739+
740+
741+# PKG_NOARCH_INSTALLDIR(DIRECTORY)
742+# -------------------------
743+# Substitutes the variable noarch_pkgconfigdir as the location where a
744+# module should install arch-independent pkg-config .pc files. By
745+# default the directory is $datadir/pkgconfig, but the default can be
746+# changed by passing DIRECTORY. The user can override through the
747+# --with-noarch-pkgconfigdir parameter.
748+AC_DEFUN([PKG_NOARCH_INSTALLDIR],
749+[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
750+m4_pushdef([pkg_description],
751+ [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
752+AC_ARG_WITH([noarch-pkgconfigdir],
753+ [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
754+ [with_noarch_pkgconfigdir=]pkg_default)
755+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
756+m4_popdef([pkg_default])
757+m4_popdef([pkg_description])
758+]) dnl PKG_NOARCH_INSTALLDIR
759+
760+
761+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
762+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
763+# -------------------------------------------
764+# Retrieves the value of the pkg-config variable for the given module.
765+AC_DEFUN([PKG_CHECK_VAR],
766+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
767+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
768+
769+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
770+AS_VAR_COPY([$1], [pkg_cv_][$1])
771+
772+AS_VAR_IF([$1], [""], [$5], [$4])dnl
773+])# PKG_CHECK_VAR
774+
775+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
776 #
777 # This file is free software; the Free Software Foundation
778 # gives unlimited permission to copy and/or distribute it,
779 # with or without modifications, as long as this notice is preserved.
780
781-# serial 1
782-
783 # AM_AUTOMAKE_VERSION(VERSION)
784 # ----------------------------
785 # Automake X.Y traces this macro to ensure aclocal.m4 has been
786 # generated from the m4 files accompanying Automake X.Y.
787 # (This private macro should not be called outside this file.)
788 AC_DEFUN([AM_AUTOMAKE_VERSION],
789-[am__api_version='1.11'
790+[am__api_version='1.13'
791 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
792 dnl require some minimum version. Point them to the right macro.
793-m4_if([$1], [1.11.6], [],
794+m4_if([$1], [1.13.4], [],
795 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
796 ])
797
798@@ -309,24 +363,22 @@
799 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
800 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
801 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
802-[AM_AUTOMAKE_VERSION([1.11.6])dnl
803+[AM_AUTOMAKE_VERSION([1.13.4])dnl
804 m4_ifndef([AC_AUTOCONF_VERSION],
805 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
806 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
807
808 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
809
810-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
811+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
812 #
813 # This file is free software; the Free Software Foundation
814 # gives unlimited permission to copy and/or distribute it,
815 # with or without modifications, as long as this notice is preserved.
816
817-# serial 1
818-
819 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
820-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
821-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
822+# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
823+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
824 #
825 # Of course, Automake must honor this variable whenever it calls a
826 # tool from the auxiliary directory. The problem is that $srcdir (and
827@@ -345,7 +397,7 @@
828 #
829 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
830 # are both prefixed by $srcdir. In an in-source build this is usually
831-# harmless because $srcdir is `.', but things will broke when you
832+# harmless because $srcdir is '.', but things will broke when you
833 # start a VPATH build or use an absolute $srcdir.
834 #
835 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
836@@ -371,22 +423,19 @@
837
838 # AM_CONDITIONAL -*- Autoconf -*-
839
840-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
841-# Free Software Foundation, Inc.
842+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
843 #
844 # This file is free software; the Free Software Foundation
845 # gives unlimited permission to copy and/or distribute it,
846 # with or without modifications, as long as this notice is preserved.
847
848-# serial 9
849-
850 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
851 # -------------------------------------
852 # Define a conditional.
853 AC_DEFUN([AM_CONDITIONAL],
854-[AC_PREREQ(2.52)dnl
855- ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
856- [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
857+[AC_PREREQ([2.52])dnl
858+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
859+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
860 AC_SUBST([$1_TRUE])dnl
861 AC_SUBST([$1_FALSE])dnl
862 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
863@@ -405,16 +454,14 @@
864 Usually this means the macro was only invoked conditionally.]])
865 fi])])
866
867-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
868-# 2010, 2011 Free Software Foundation, Inc.
869+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
870 #
871 # This file is free software; the Free Software Foundation
872 # gives unlimited permission to copy and/or distribute it,
873 # with or without modifications, as long as this notice is preserved.
874
875-# serial 12
876
877-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
878+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
879 # written in clear, in which case automake, when reading aclocal.m4,
880 # will think it sees a *use*, and therefore will trigger all it's
881 # C support machinery. Also note that it means that autoscan, seeing
882@@ -424,7 +471,7 @@
883 # _AM_DEPENDENCIES(NAME)
884 # ----------------------
885 # See how the compiler implements dependency checking.
886-# NAME is "CC", "CXX", "GCJ", or "OBJC".
887+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
888 # We try a few techniques and use that to set a single cache variable.
889 #
890 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
891@@ -437,12 +484,13 @@
892 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
893 AC_REQUIRE([AM_DEP_TRACK])dnl
894
895-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
896- [$1], CXX, [depcc="$CXX" am_compiler_list=],
897- [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
898- [$1], UPC, [depcc="$UPC" am_compiler_list=],
899- [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
900- [depcc="$$1" am_compiler_list=])
901+m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
902+ [$1], [CXX], [depcc="$CXX" am_compiler_list=],
903+ [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
904+ [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
905+ [$1], [UPC], [depcc="$UPC" am_compiler_list=],
906+ [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
907+ [depcc="$$1" am_compiler_list=])
908
909 AC_CACHE_CHECK([dependency style of $depcc],
910 [am_cv_$1_dependencies_compiler_type],
911@@ -450,8 +498,8 @@
912 # We make a subdir and do the tests there. Otherwise we can end up
913 # making bogus files that we don't know about and never remove. For
914 # instance it was reported that on HP-UX the gcc test will end up
915- # making a dummy file named `D' -- because `-MD' means `put the output
916- # in D'.
917+ # making a dummy file named 'D' -- because '-MD' means "put the output
918+ # in D".
919 rm -rf conftest.dir
920 mkdir conftest.dir
921 # Copy depcomp to subdir because otherwise we won't find it if we're
922@@ -491,16 +539,16 @@
923 : > sub/conftest.c
924 for i in 1 2 3 4 5 6; do
925 echo '#include "conftst'$i'.h"' >> sub/conftest.c
926- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
927- # Solaris 8's {/usr,}/bin/sh.
928- touch sub/conftst$i.h
929+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
930+ # Solaris 10 /bin/sh.
931+ echo '/* dummy */' > sub/conftst$i.h
932 done
933 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
934
935- # We check with `-c' and `-o' for the sake of the "dashmstdout"
936+ # We check with '-c' and '-o' for the sake of the "dashmstdout"
937 # mode. It turns out that the SunPro C++ compiler does not properly
938- # handle `-M -o', and we need to detect this. Also, some Intel
939- # versions had trouble with output in subdirs
940+ # handle '-M -o', and we need to detect this. Also, some Intel
941+ # versions had trouble with output in subdirs.
942 am__obj=sub/conftest.${OBJEXT-o}
943 am__minus_obj="-o $am__obj"
944 case $depmode in
945@@ -509,8 +557,8 @@
946 test "$am__universal" = false || continue
947 ;;
948 nosideeffect)
949- # after this tag, mechanisms are not by side-effect, so they'll
950- # only be used when explicitly requested
951+ # After this tag, mechanisms are not by side-effect, so they'll
952+ # only be used when explicitly requested.
953 if test "x$enable_dependency_tracking" = xyes; then
954 continue
955 else
956@@ -518,7 +566,7 @@
957 fi
958 ;;
959 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
960- # This compiler won't grok `-c -o', but also, the minuso test has
961+ # This compiler won't grok '-c -o', but also, the minuso test has
962 # not run yet. These depmodes are late enough in the game, and
963 # so weak that their functioning should not be impacted.
964 am__obj=conftest.${OBJEXT-o}
965@@ -566,7 +614,7 @@
966 # AM_SET_DEPDIR
967 # -------------
968 # Choose a directory name for dependency files.
969-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
970+# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
971 AC_DEFUN([AM_SET_DEPDIR],
972 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
973 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
974@@ -576,9 +624,13 @@
975 # AM_DEP_TRACK
976 # ------------
977 AC_DEFUN([AM_DEP_TRACK],
978-[AC_ARG_ENABLE(dependency-tracking,
979-[ --disable-dependency-tracking speeds up one-time build
980- --enable-dependency-tracking do not reject slow dependency extractors])
981+[AC_ARG_ENABLE([dependency-tracking], [dnl
982+AS_HELP_STRING(
983+ [--enable-dependency-tracking],
984+ [do not reject slow dependency extractors])
985+AS_HELP_STRING(
986+ [--disable-dependency-tracking],
987+ [speeds up one-time build])])
988 if test "x$enable_dependency_tracking" != xno; then
989 am_depcomp="$ac_aux_dir/depcomp"
990 AMDEPBACKSLASH='\'
991@@ -593,20 +645,18 @@
992
993 # Generate code to set up dependency tracking. -*- Autoconf -*-
994
995-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
996-# Free Software Foundation, Inc.
997+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
998 #
999 # This file is free software; the Free Software Foundation
1000 # gives unlimited permission to copy and/or distribute it,
1001 # with or without modifications, as long as this notice is preserved.
1002
1003-#serial 5
1004
1005 # _AM_OUTPUT_DEPENDENCY_COMMANDS
1006 # ------------------------------
1007 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
1008 [{
1009- # Autoconf 2.62 quotes --file arguments for eval, but not when files
1010+ # Older Autoconf quotes --file arguments for eval, but not when files
1011 # are listed without --file. Let's play safe and only enable the eval
1012 # if we detect the quoting.
1013 case $CONFIG_FILES in
1014@@ -619,7 +669,7 @@
1015 # Strip MF so we end up with the name of the file.
1016 mf=`echo "$mf" | sed -e 's/:.*$//'`
1017 # Check whether this is an Automake generated Makefile or not.
1018- # We used to match only the files named `Makefile.in', but
1019+ # We used to match only the files named 'Makefile.in', but
1020 # some people rename them; so instead we look at the file content.
1021 # Grep'ing the first line is not enough: some people post-process
1022 # each Makefile.in and add a new line on top of each file to say so.
1023@@ -631,21 +681,19 @@
1024 continue
1025 fi
1026 # Extract the definition of DEPDIR, am__include, and am__quote
1027- # from the Makefile without running `make'.
1028+ # from the Makefile without running 'make'.
1029 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1030 test -z "$DEPDIR" && continue
1031 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1032- test -z "am__include" && continue
1033+ test -z "$am__include" && continue
1034 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1035- # When using ansi2knr, U may be empty or an underscore; expand it
1036- U=`sed -n 's/^U = //p' < "$mf"`
1037 # Find all dependency output files, they are included files with
1038 # $(DEPDIR) in their names. We invoke sed twice because it is the
1039 # simplest approach to changing $(DEPDIR) to its actual value in the
1040 # expansion.
1041 for file in `sed -n "
1042 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1043- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1044+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1045 # Make sure the directory exists.
1046 test -f "$dirpart/$file" && continue
1047 fdir=`AS_DIRNAME(["$file"])`
1048@@ -663,7 +711,7 @@
1049 # This macro should only be invoked once -- use via AC_REQUIRE.
1050 #
1051 # This code is only required when automatic dependency tracking
1052-# is enabled. FIXME. This creates each `.P' file that we will
1053+# is enabled. FIXME. This creates each '.P' file that we will
1054 # need in order to bootstrap the dependency handling code.
1055 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
1056 [AC_CONFIG_COMMANDS([depfiles],
1057@@ -671,29 +719,14 @@
1058 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1059 ])
1060
1061-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
1062-# Free Software Foundation, Inc.
1063-#
1064-# This file is free software; the Free Software Foundation
1065-# gives unlimited permission to copy and/or distribute it,
1066-# with or without modifications, as long as this notice is preserved.
1067-
1068-# serial 8
1069-
1070-# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
1071-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
1072-
1073 # Do all the work for Automake. -*- Autoconf -*-
1074
1075-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
1076-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
1077+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1078 #
1079 # This file is free software; the Free Software Foundation
1080 # gives unlimited permission to copy and/or distribute it,
1081 # with or without modifications, as long as this notice is preserved.
1082
1083-# serial 16
1084-
1085 # This macro actually does too much. Some checks are only needed if
1086 # your package does certain things. But this isn't really a big deal.
1087
1088@@ -709,7 +742,7 @@
1089 # arguments mandatory, and then we can depend on a new Autoconf
1090 # release and drop the old call support.
1091 AC_DEFUN([AM_INIT_AUTOMAKE],
1092-[AC_PREREQ([2.62])dnl
1093+[AC_PREREQ([2.65])dnl
1094 dnl Autoconf wants to disallow AM_ names. We explicitly allow
1095 dnl the ones we care about.
1096 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1097@@ -738,31 +771,40 @@
1098 # Define the identity of the package.
1099 dnl Distinguish between old-style and new-style calls.
1100 m4_ifval([$2],
1101-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1102+[AC_DIAGNOSE([obsolete],
1103+ [$0: two- and three-arguments forms are deprecated.])
1104+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1105 AC_SUBST([PACKAGE], [$1])dnl
1106 AC_SUBST([VERSION], [$2])],
1107 [_AM_SET_OPTIONS([$1])dnl
1108 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1109-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
1110+m4_if(
1111+ m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
1112+ [ok:ok],,
1113 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1114 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1115 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1116
1117 _AM_IF_OPTION([no-define],,
1118-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1119- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
1120+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1121+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
1122
1123 # Some tools Automake needs.
1124 AC_REQUIRE([AM_SANITY_CHECK])dnl
1125 AC_REQUIRE([AC_ARG_PROGRAM])dnl
1126-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
1127-AM_MISSING_PROG(AUTOCONF, autoconf)
1128-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
1129-AM_MISSING_PROG(AUTOHEADER, autoheader)
1130-AM_MISSING_PROG(MAKEINFO, makeinfo)
1131+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1132+AM_MISSING_PROG([AUTOCONF], [autoconf])
1133+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1134+AM_MISSING_PROG([AUTOHEADER], [autoheader])
1135+AM_MISSING_PROG([MAKEINFO], [makeinfo])
1136 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1137 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1138-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
1139+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1140+# For better backward compatibility. To be removed once Automake 1.9.x
1141+# dies out for good. For more background, see:
1142+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1143+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1144+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1145 # We need awk for the "check" target. The system "awk" is bad on
1146 # some platforms.
1147 AC_REQUIRE([AC_PROG_AWK])dnl
1148@@ -773,28 +815,32 @@
1149 [_AM_PROG_TAR([v7])])])
1150 _AM_IF_OPTION([no-dependencies],,
1151 [AC_PROVIDE_IFELSE([AC_PROG_CC],
1152- [_AM_DEPENDENCIES(CC)],
1153- [define([AC_PROG_CC],
1154- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1155+ [_AM_DEPENDENCIES([CC])],
1156+ [m4_define([AC_PROG_CC],
1157+ m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1158 AC_PROVIDE_IFELSE([AC_PROG_CXX],
1159- [_AM_DEPENDENCIES(CXX)],
1160- [define([AC_PROG_CXX],
1161- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1162+ [_AM_DEPENDENCIES([CXX])],
1163+ [m4_define([AC_PROG_CXX],
1164+ m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1165 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1166- [_AM_DEPENDENCIES(OBJC)],
1167- [define([AC_PROG_OBJC],
1168- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1169+ [_AM_DEPENDENCIES([OBJC])],
1170+ [m4_define([AC_PROG_OBJC],
1171+ m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1172+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1173+ [_AM_DEPENDENCIES([OBJCXX])],
1174+ [m4_define([AC_PROG_OBJCXX],
1175+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1176 ])
1177-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
1178-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
1179-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
1180-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
1181+AC_REQUIRE([AM_SILENT_RULES])dnl
1182+dnl The testsuite driver may need to know about EXEEXT, so add the
1183+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1184+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1185 AC_CONFIG_COMMANDS_PRE(dnl
1186 [m4_provide_if([_AM_COMPILER_EXEEXT],
1187 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1188 ])
1189
1190-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1191+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1192 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
1193 dnl mangled by Autoconf and run in a shell conditional statement.
1194 m4_define([_AC_COMPILER_EXEEXT],
1195@@ -822,15 +868,12 @@
1196 done
1197 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1198
1199-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
1200-# Inc.
1201+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1202 #
1203 # This file is free software; the Free Software Foundation
1204 # gives unlimited permission to copy and/or distribute it,
1205 # with or without modifications, as long as this notice is preserved.
1206
1207-# serial 1
1208-
1209 # AM_PROG_INSTALL_SH
1210 # ------------------
1211 # Define $install_sh.
1212@@ -844,16 +887,14 @@
1213 install_sh="\${SHELL} $am_aux_dir/install-sh"
1214 esac
1215 fi
1216-AC_SUBST(install_sh)])
1217+AC_SUBST([install_sh])])
1218
1219-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
1220+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
1221 #
1222 # This file is free software; the Free Software Foundation
1223 # gives unlimited permission to copy and/or distribute it,
1224 # with or without modifications, as long as this notice is preserved.
1225
1226-# serial 2
1227-
1228 # Check whether the underlying file-system supports filenames
1229 # with a leading dot. For instance MS-DOS doesn't.
1230 AC_DEFUN([AM_SET_LEADING_DOT],
1231@@ -869,14 +910,12 @@
1232
1233 # Check to see how 'make' treats includes. -*- Autoconf -*-
1234
1235-# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
1236+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1237 #
1238 # This file is free software; the Free Software Foundation
1239 # gives unlimited permission to copy and/or distribute it,
1240 # with or without modifications, as long as this notice is preserved.
1241
1242-# serial 4
1243-
1244 # AM_MAKE_INCLUDE()
1245 # -----------------
1246 # Check to see how make treats includes.
1247@@ -894,7 +933,7 @@
1248 _am_result=none
1249 # First try GNU make style include.
1250 echo "include confinc" > confmf
1251-# Ignore all kinds of additional output from `make'.
1252+# Ignore all kinds of additional output from 'make'.
1253 case `$am_make -s -f confmf 2> /dev/null` in #(
1254 *the\ am__doit\ target*)
1255 am__include=include
1256@@ -921,15 +960,12 @@
1257
1258 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1259
1260-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
1261-# Free Software Foundation, Inc.
1262+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
1263 #
1264 # This file is free software; the Free Software Foundation
1265 # gives unlimited permission to copy and/or distribute it,
1266 # with or without modifications, as long as this notice is preserved.
1267
1268-# serial 6
1269-
1270 # AM_MISSING_PROG(NAME, PROGRAM)
1271 # ------------------------------
1272 AC_DEFUN([AM_MISSING_PROG],
1273@@ -937,11 +973,10 @@
1274 $1=${$1-"${am_missing_run}$2"}
1275 AC_SUBST($1)])
1276
1277-
1278 # AM_MISSING_HAS_RUN
1279 # ------------------
1280-# Define MISSING if not defined so far and test if it supports --run.
1281-# If it does, set am_missing_run to use it, otherwise, to nothing.
1282+# Define MISSING if not defined so far and test if it is modern enough.
1283+# If it is, set am_missing_run to use it, otherwise, to nothing.
1284 AC_DEFUN([AM_MISSING_HAS_RUN],
1285 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1286 AC_REQUIRE_AUX_FILE([missing])dnl
1287@@ -954,54 +989,22 @@
1288 esac
1289 fi
1290 # Use eval to expand $SHELL
1291-if eval "$MISSING --run true"; then
1292- am_missing_run="$MISSING --run "
1293+if eval "$MISSING --is-lightweight"; then
1294+ am_missing_run="$MISSING "
1295 else
1296 am_missing_run=
1297- AC_MSG_WARN([`missing' script is too old or missing])
1298+ AC_MSG_WARN(['missing' script is too old or missing])
1299 fi
1300 ])
1301
1302-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
1303-# Inc.
1304-#
1305-# This file is free software; the Free Software Foundation
1306-# gives unlimited permission to copy and/or distribute it,
1307-# with or without modifications, as long as this notice is preserved.
1308-
1309-# serial 1
1310-
1311-# AM_PROG_MKDIR_P
1312-# ---------------
1313-# Check for `mkdir -p'.
1314-AC_DEFUN([AM_PROG_MKDIR_P],
1315-[AC_PREREQ([2.60])dnl
1316-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1317-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
1318-dnl while keeping a definition of mkdir_p for backward compatibility.
1319-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1320-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1321-dnl Makefile.ins that do not define MKDIR_P, so we do our own
1322-dnl adjustment using top_builddir (which is defined more often than
1323-dnl MKDIR_P).
1324-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1325-case $mkdir_p in
1326- [[\\/$]]* | ?:[[\\/]]*) ;;
1327- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1328-esac
1329-])
1330-
1331 # Helper functions for option handling. -*- Autoconf -*-
1332
1333-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
1334-# Foundation, Inc.
1335+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1336 #
1337 # This file is free software; the Free Software Foundation
1338 # gives unlimited permission to copy and/or distribute it,
1339 # with or without modifications, as long as this notice is preserved.
1340
1341-# serial 5
1342-
1343 # _AM_MANGLE_OPTION(NAME)
1344 # -----------------------
1345 AC_DEFUN([_AM_MANGLE_OPTION],
1346@@ -1011,7 +1014,7 @@
1347 # --------------------
1348 # Set option NAME. Presently that only means defining a flag for this option.
1349 AC_DEFUN([_AM_SET_OPTION],
1350-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
1351+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1352
1353 # _AM_SET_OPTIONS(OPTIONS)
1354 # ------------------------
1355@@ -1027,22 +1030,16 @@
1356
1357 # Check to make sure that the build environment is sane. -*- Autoconf -*-
1358
1359-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
1360-# Free Software Foundation, Inc.
1361+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1362 #
1363 # This file is free software; the Free Software Foundation
1364 # gives unlimited permission to copy and/or distribute it,
1365 # with or without modifications, as long as this notice is preserved.
1366
1367-# serial 5
1368-
1369 # AM_SANITY_CHECK
1370 # ---------------
1371 AC_DEFUN([AM_SANITY_CHECK],
1372 [AC_MSG_CHECKING([whether build environment is sane])
1373-# Just in case
1374-sleep 1
1375-echo timestamp > conftest.file
1376 # Reject unsafe characters in $srcdir or the absolute working directory
1377 # name. Accept space and tab only in the latter.
1378 am_lf='
1379@@ -1053,32 +1050,40 @@
1380 esac
1381 case $srcdir in
1382 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1383- AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1384+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1385 esac
1386
1387-# Do `set' in a subshell so we don't clobber the current shell's
1388+# Do 'set' in a subshell so we don't clobber the current shell's
1389 # arguments. Must try -L first in case configure is actually a
1390 # symlink; some systems play weird games with the mod time of symlinks
1391 # (eg FreeBSD returns the mod time of the symlink's containing
1392 # directory).
1393 if (
1394- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1395- if test "$[*]" = "X"; then
1396- # -L didn't work.
1397- set X `ls -t "$srcdir/configure" conftest.file`
1398- fi
1399- rm -f conftest.file
1400- if test "$[*]" != "X $srcdir/configure conftest.file" \
1401- && test "$[*]" != "X conftest.file $srcdir/configure"; then
1402-
1403- # If neither matched, then we have a broken ls. This can happen
1404- # if, for instance, CONFIG_SHELL is bash and it inherits a
1405- # broken ls alias from the environment. This has actually
1406- # happened. Such a system could not be considered "sane".
1407- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1408-alias in your environment])
1409- fi
1410-
1411+ am_has_slept=no
1412+ for am_try in 1 2; do
1413+ echo "timestamp, slept: $am_has_slept" > conftest.file
1414+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1415+ if test "$[*]" = "X"; then
1416+ # -L didn't work.
1417+ set X `ls -t "$srcdir/configure" conftest.file`
1418+ fi
1419+ if test "$[*]" != "X $srcdir/configure conftest.file" \
1420+ && test "$[*]" != "X conftest.file $srcdir/configure"; then
1421+
1422+ # If neither matched, then we have a broken ls. This can happen
1423+ # if, for instance, CONFIG_SHELL is bash and it inherits a
1424+ # broken ls alias from the environment. This has actually
1425+ # happened. Such a system could not be considered "sane".
1426+ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1427+ alias in your environment])
1428+ fi
1429+ if test "$[2]" = conftest.file || test $am_try -eq 2; then
1430+ break
1431+ fi
1432+ # Just in case.
1433+ sleep 1
1434+ am_has_slept=yes
1435+ done
1436 test "$[2]" = conftest.file
1437 )
1438 then
1439@@ -1088,31 +1093,50 @@
1440 AC_MSG_ERROR([newly created file is older than distributed files!
1441 Check your system clock])
1442 fi
1443-AC_MSG_RESULT(yes)])
1444+AC_MSG_RESULT([yes])
1445+# If we didn't sleep, we still need to ensure time stamps of config.status and
1446+# generated files are strictly newer.
1447+am_sleep_pid=
1448+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1449+ ( sleep 1 ) &
1450+ am_sleep_pid=$!
1451+fi
1452+AC_CONFIG_COMMANDS_PRE(
1453+ [AC_MSG_CHECKING([that generated files are newer than configure])
1454+ if test -n "$am_sleep_pid"; then
1455+ # Hide warnings about reused PIDs.
1456+ wait $am_sleep_pid 2>/dev/null
1457+ fi
1458+ AC_MSG_RESULT([done])])
1459+rm -f conftest.file
1460+])
1461
1462-# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
1463+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
1464 #
1465 # This file is free software; the Free Software Foundation
1466 # gives unlimited permission to copy and/or distribute it,
1467 # with or without modifications, as long as this notice is preserved.
1468
1469-# serial 2
1470-
1471 # AM_SILENT_RULES([DEFAULT])
1472 # --------------------------
1473 # Enable less verbose build rules; with the default set to DEFAULT
1474-# (`yes' being less verbose, `no' or empty being verbose).
1475+# ("yes" being less verbose, "no" or empty being verbose).
1476 AC_DEFUN([AM_SILENT_RULES],
1477-[AC_ARG_ENABLE([silent-rules],
1478-[ --enable-silent-rules less verbose build output (undo: `make V=1')
1479- --disable-silent-rules verbose build output (undo: `make V=0')])
1480-case $enable_silent_rules in
1481-yes) AM_DEFAULT_VERBOSITY=0;;
1482-no) AM_DEFAULT_VERBOSITY=1;;
1483-*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1484+[AC_ARG_ENABLE([silent-rules], [dnl
1485+AS_HELP_STRING(
1486+ [--enable-silent-rules],
1487+ [less verbose build output (undo: "make V=1")])
1488+AS_HELP_STRING(
1489+ [--disable-silent-rules],
1490+ [verbose build output (undo: "make V=0")])dnl
1491+])
1492+case $enable_silent_rules in @%:@ (((
1493+ yes) AM_DEFAULT_VERBOSITY=0;;
1494+ no) AM_DEFAULT_VERBOSITY=1;;
1495+ *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1496 esac
1497 dnl
1498-dnl A few `make' implementations (e.g., NonStop OS and NextStep)
1499+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1500 dnl do not support nested variable expansions.
1501 dnl See automake bug#9928 and bug#10237.
1502 am_make=${MAKE-make}
1503@@ -1130,7 +1154,7 @@
1504 am_cv_make_support_nested_variables=no
1505 fi])
1506 if test $am_cv_make_support_nested_variables = yes; then
1507- dnl Using `$V' instead of `$(V)' breaks IRIX make.
1508+ dnl Using '$V' instead of '$(V)' breaks IRIX make.
1509 AM_V='$(V)'
1510 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1511 else
1512@@ -1147,44 +1171,40 @@
1513 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1514 ])
1515
1516-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1517+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1518 #
1519 # This file is free software; the Free Software Foundation
1520 # gives unlimited permission to copy and/or distribute it,
1521 # with or without modifications, as long as this notice is preserved.
1522
1523-# serial 1
1524-
1525 # AM_PROG_INSTALL_STRIP
1526 # ---------------------
1527-# One issue with vendor `install' (even GNU) is that you can't
1528+# One issue with vendor 'install' (even GNU) is that you can't
1529 # specify the program used to strip binaries. This is especially
1530 # annoying in cross-compiling environments, where the build's strip
1531 # is unlikely to handle the host's binaries.
1532 # Fortunately install-sh will honor a STRIPPROG variable, so we
1533-# always use install-sh in `make install-strip', and initialize
1534+# always use install-sh in "make install-strip", and initialize
1535 # STRIPPROG with the value of the STRIP variable (set by the user).
1536 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1537 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1538-# Installed binaries are usually stripped using `strip' when the user
1539-# run `make install-strip'. However `strip' might not be the right
1540+# Installed binaries are usually stripped using 'strip' when the user
1541+# run "make install-strip". However 'strip' might not be the right
1542 # tool to use in cross-compilation environments, therefore Automake
1543-# will honor the `STRIP' environment variable to overrule this program.
1544-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1545+# will honor the 'STRIP' environment variable to overrule this program.
1546+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1547 if test "$cross_compiling" != no; then
1548 AC_CHECK_TOOL([STRIP], [strip], :)
1549 fi
1550 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1551 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1552
1553-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1554+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1555 #
1556 # This file is free software; the Free Software Foundation
1557 # gives unlimited permission to copy and/or distribute it,
1558 # with or without modifications, as long as this notice is preserved.
1559
1560-# serial 3
1561-
1562 # _AM_SUBST_NOTMAKE(VARIABLE)
1563 # ---------------------------
1564 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1565@@ -1198,18 +1218,16 @@
1566
1567 # Check how to create a tarball. -*- Autoconf -*-
1568
1569-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1570+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1571 #
1572 # This file is free software; the Free Software Foundation
1573 # gives unlimited permission to copy and/or distribute it,
1574 # with or without modifications, as long as this notice is preserved.
1575
1576-# serial 2
1577-
1578 # _AM_PROG_TAR(FORMAT)
1579 # --------------------
1580 # Check how to create a tarball in format FORMAT.
1581-# FORMAT should be one of `v7', `ustar', or `pax'.
1582+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1583 #
1584 # Substitute a variable $(am__tar) that is a command
1585 # writing to stdout a FORMAT-tarball containing the directory
1586@@ -1219,76 +1237,114 @@
1587 # Substitute a variable $(am__untar) that extract such
1588 # a tarball read from stdin.
1589 # $(am__untar) < result.tar
1590+#
1591 AC_DEFUN([_AM_PROG_TAR],
1592 [# Always define AMTAR for backward compatibility. Yes, it's still used
1593 # in the wild :-( We should find a proper way to deprecate it ...
1594 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1595+
1596+# We'll loop over all known methods to create a tar archive until one works.
1597+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1598+
1599 m4_if([$1], [v7],
1600- [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1601- [m4_case([$1], [ustar],, [pax],,
1602- [m4_fatal([Unknown tar format])])
1603-AC_MSG_CHECKING([how to create a $1 tar archive])
1604-# Loop over all known methods to create a tar archive until one works.
1605-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1606-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1607-# Do not fold the above two line into one, because Tru64 sh and
1608-# Solaris sh will not grok spaces in the rhs of `-'.
1609-for _am_tool in $_am_tools
1610-do
1611- case $_am_tool in
1612- gnutar)
1613- for _am_tar in tar gnutar gtar;
1614- do
1615- AM_RUN_LOG([$_am_tar --version]) && break
1616- done
1617- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1618- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1619- am__untar="$_am_tar -xf -"
1620- ;;
1621- plaintar)
1622- # Must skip GNU tar: if it does not support --format= it doesn't create
1623- # ustar tarball either.
1624- (tar --version) >/dev/null 2>&1 && continue
1625- am__tar='tar chf - "$$tardir"'
1626- am__tar_='tar chf - "$tardir"'
1627- am__untar='tar xf -'
1628- ;;
1629- pax)
1630- am__tar='pax -L -x $1 -w "$$tardir"'
1631- am__tar_='pax -L -x $1 -w "$tardir"'
1632- am__untar='pax -r'
1633- ;;
1634- cpio)
1635- am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1636- am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1637- am__untar='cpio -i -H $1 -d'
1638- ;;
1639- none)
1640- am__tar=false
1641- am__tar_=false
1642- am__untar=false
1643- ;;
1644- esac
1645-
1646- # If the value was cached, stop now. We just wanted to have am__tar
1647- # and am__untar set.
1648- test -n "${am_cv_prog_tar_$1}" && break
1649-
1650- # tar/untar a dummy directory, and stop if the command works
1651- rm -rf conftest.dir
1652- mkdir conftest.dir
1653- echo GrepMe > conftest.dir/file
1654- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1655- rm -rf conftest.dir
1656- if test -s conftest.tar; then
1657- AM_RUN_LOG([$am__untar <conftest.tar])
1658- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1659- fi
1660-done
1661-rm -rf conftest.dir
1662-
1663-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1664-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1665+ [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1666+
1667+ [m4_case([$1],
1668+ [ustar],
1669+ [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1670+ # There is notably a 21 bits limit for the UID and the GID. In fact,
1671+ # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1672+ # and bug#13588).
1673+ am_max_uid=2097151 # 2^21 - 1
1674+ am_max_gid=$am_max_uid
1675+ # The $UID and $GID variables are not portable, so we need to resort
1676+ # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1677+ # below are definitely unexpected, so allow the users to see them
1678+ # (that is, avoid stderr redirection).
1679+ am_uid=`id -u || echo unknown`
1680+ am_gid=`id -g || echo unknown`
1681+ AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1682+ if test $am_uid -le $am_max_uid; then
1683+ AC_MSG_RESULT([yes])
1684+ else
1685+ AC_MSG_RESULT([no])
1686+ _am_tools=none
1687+ fi
1688+ AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1689+ if test $am_gid -le $am_max_gid; then
1690+ AC_MSG_RESULT([yes])
1691+ else
1692+ AC_MSG_RESULT([no])
1693+ _am_tools=none
1694+ fi],
1695+
1696+ [pax],
1697+ [],
1698+
1699+ [m4_fatal([Unknown tar format])])
1700+
1701+ AC_MSG_CHECKING([how to create a $1 tar archive])
1702+
1703+ # Go ahead even if we have the value already cached. We do so because we
1704+ # need to set the values for the 'am__tar' and 'am__untar' variables.
1705+ _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1706+
1707+ for _am_tool in $_am_tools; do
1708+ case $_am_tool in
1709+ gnutar)
1710+ for _am_tar in tar gnutar gtar; do
1711+ AM_RUN_LOG([$_am_tar --version]) && break
1712+ done
1713+ am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1714+ am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1715+ am__untar="$_am_tar -xf -"
1716+ ;;
1717+ plaintar)
1718+ # Must skip GNU tar: if it does not support --format= it doesn't create
1719+ # ustar tarball either.
1720+ (tar --version) >/dev/null 2>&1 && continue
1721+ am__tar='tar chf - "$$tardir"'
1722+ am__tar_='tar chf - "$tardir"'
1723+ am__untar='tar xf -'
1724+ ;;
1725+ pax)
1726+ am__tar='pax -L -x $1 -w "$$tardir"'
1727+ am__tar_='pax -L -x $1 -w "$tardir"'
1728+ am__untar='pax -r'
1729+ ;;
1730+ cpio)
1731+ am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1732+ am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1733+ am__untar='cpio -i -H $1 -d'
1734+ ;;
1735+ none)
1736+ am__tar=false
1737+ am__tar_=false
1738+ am__untar=false
1739+ ;;
1740+ esac
1741+
1742+ # If the value was cached, stop now. We just wanted to have am__tar
1743+ # and am__untar set.
1744+ test -n "${am_cv_prog_tar_$1}" && break
1745+
1746+ # tar/untar a dummy directory, and stop if the command works.
1747+ rm -rf conftest.dir
1748+ mkdir conftest.dir
1749+ echo GrepMe > conftest.dir/file
1750+ AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1751+ rm -rf conftest.dir
1752+ if test -s conftest.tar; then
1753+ AM_RUN_LOG([$am__untar <conftest.tar])
1754+ AM_RUN_LOG([cat conftest.dir/file])
1755+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1756+ fi
1757+ done
1758+ rm -rf conftest.dir
1759+
1760+ AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1761+ AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1762+
1763 AC_SUBST([am__tar])
1764 AC_SUBST([am__untar])
1765 ]) # _AM_PROG_TAR
1766
1767=== modified file 'config.h.in'
1768--- config.h.in 2012-10-08 09:13:01 +0000
1769+++ config.h.in 2014-03-09 01:48:46 +0000
1770@@ -64,5 +64,17 @@
1771 /* Define to 1 if you have the ANSI C header files. */
1772 #undef STDC_HEADERS
1773
1774+/* Disable single include header */
1775+#undef TP_DISABLE_SINGLE_INCLUDE
1776+
1777+/* Prevent to use sealed variables */
1778+#undef TP_SEAL_ENABLE
1779+
1780+/* Prevent post 0.22 APIs */
1781+#undef TP_VERSION_MAX_ALLOWED
1782+
1783+/* Ignore post 0.22 deprecations */
1784+#undef TP_VERSION_MIN_REQUIRED
1785+
1786 /* Version number of package */
1787 #undef VERSION
1788
1789=== modified file 'configure'
1790--- configure 2012-10-08 09:13:01 +0000
1791+++ configure 2014-03-09 01:48:46 +0000
1792@@ -1,13 +1,11 @@
1793 #! /bin/sh
1794 # Guess values for system-dependent variables and create Makefiles.
1795-# Generated by GNU Autoconf 2.68 for Telepathy-Farstream 0.6.0.
1796+# Generated by GNU Autoconf 2.69 for Telepathy-Farstream 0.6.1.
1797 #
1798 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-farstream>.
1799 #
1800 #
1801-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1802-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
1803-# Foundation, Inc.
1804+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
1805 #
1806 #
1807 # This configure script is free software; the Free Software Foundation
1808@@ -136,6 +134,31 @@
1809 # CDPATH.
1810 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1811
1812+# Use a proper internal environment variable to ensure we don't fall
1813+ # into an infinite loop, continuously re-executing ourselves.
1814+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
1815+ _as_can_reexec=no; export _as_can_reexec;
1816+ # We cannot yet assume a decent shell, so we have to provide a
1817+# neutralization value for shells without unset; and this also
1818+# works around shells that cannot unset nonexistent variables.
1819+# Preserve -v and -x to the replacement shell.
1820+BASH_ENV=/dev/null
1821+ENV=/dev/null
1822+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1823+case $- in # ((((
1824+ *v*x* | *x*v* ) as_opts=-vx ;;
1825+ *v* ) as_opts=-v ;;
1826+ *x* ) as_opts=-x ;;
1827+ * ) as_opts= ;;
1828+esac
1829+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
1830+# Admittedly, this is quite paranoid, since all the known shells bail
1831+# out after a failed `exec'.
1832+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
1833+as_fn_exit 255
1834+ fi
1835+ # We don't want this to propagate to other subprocesses.
1836+ { _as_can_reexec=; unset _as_can_reexec;}
1837 if test "x$CONFIG_SHELL" = x; then
1838 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
1839 emulate sh
1840@@ -169,7 +192,8 @@
1841 else
1842 exitcode=1; echo positional parameters were not saved.
1843 fi
1844-test x\$exitcode = x0 || exit 1"
1845+test x\$exitcode = x0 || exit 1
1846+test -x / || exit 1"
1847 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
1848 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
1849 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
1850@@ -222,21 +246,25 @@
1851
1852
1853 if test "x$CONFIG_SHELL" != x; then :
1854- # We cannot yet assume a decent shell, so we have to provide a
1855- # neutralization value for shells without unset; and this also
1856- # works around shells that cannot unset nonexistent variables.
1857- # Preserve -v and -x to the replacement shell.
1858- BASH_ENV=/dev/null
1859- ENV=/dev/null
1860- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1861- export CONFIG_SHELL
1862- case $- in # ((((
1863- *v*x* | *x*v* ) as_opts=-vx ;;
1864- *v* ) as_opts=-v ;;
1865- *x* ) as_opts=-x ;;
1866- * ) as_opts= ;;
1867- esac
1868- exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
1869+ export CONFIG_SHELL
1870+ # We cannot yet assume a decent shell, so we have to provide a
1871+# neutralization value for shells without unset; and this also
1872+# works around shells that cannot unset nonexistent variables.
1873+# Preserve -v and -x to the replacement shell.
1874+BASH_ENV=/dev/null
1875+ENV=/dev/null
1876+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1877+case $- in # ((((
1878+ *v*x* | *x*v* ) as_opts=-vx ;;
1879+ *v* ) as_opts=-v ;;
1880+ *x* ) as_opts=-x ;;
1881+ * ) as_opts= ;;
1882+esac
1883+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
1884+# Admittedly, this is quite paranoid, since all the known shells bail
1885+# out after a failed `exec'.
1886+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
1887+exit 255
1888 fi
1889
1890 if test x$as_have_required = xno; then :
1891@@ -340,6 +368,14 @@
1892
1893
1894 } # as_fn_mkdir_p
1895+
1896+# as_fn_executable_p FILE
1897+# -----------------------
1898+# Test if FILE is an executable regular file.
1899+as_fn_executable_p ()
1900+{
1901+ test -f "$1" && test -x "$1"
1902+} # as_fn_executable_p
1903 # as_fn_append VAR VALUE
1904 # ----------------------
1905 # Append the text in VALUE to the end of the definition contained in VAR. Take
1906@@ -461,6 +497,10 @@
1907 chmod +x "$as_me.lineno" ||
1908 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1909
1910+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
1911+ # already done that, so ensure we don't try to do so again and fall
1912+ # in an infinite loop. This has already happened in practice.
1913+ _as_can_reexec=no; export _as_can_reexec
1914 # Don't try to exec as it changes $[0], causing all sort of problems
1915 # (the dirname of $[0] is not the place where we might find the
1916 # original and so on. Autoconf is especially sensitive to this).
1917@@ -495,16 +535,16 @@
1918 # ... but there are two gotchas:
1919 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1920 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1921- # In both cases, we have to default to `cp -p'.
1922+ # In both cases, we have to default to `cp -pR'.
1923 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1924- as_ln_s='cp -p'
1925+ as_ln_s='cp -pR'
1926 elif ln conf$$.file conf$$ 2>/dev/null; then
1927 as_ln_s=ln
1928 else
1929- as_ln_s='cp -p'
1930+ as_ln_s='cp -pR'
1931 fi
1932 else
1933- as_ln_s='cp -p'
1934+ as_ln_s='cp -pR'
1935 fi
1936 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1937 rmdir conf$$.dir 2>/dev/null
1938@@ -516,28 +556,8 @@
1939 as_mkdir_p=false
1940 fi
1941
1942-if test -x / >/dev/null 2>&1; then
1943- as_test_x='test -x'
1944-else
1945- if ls -dL / >/dev/null 2>&1; then
1946- as_ls_L_option=L
1947- else
1948- as_ls_L_option=
1949- fi
1950- as_test_x='
1951- eval sh -c '\''
1952- if test -d "$1"; then
1953- test -d "$1/.";
1954- else
1955- case $1 in #(
1956- -*)set "./$1";;
1957- esac;
1958- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1959- ???[sx]*):;;*)false;;esac;fi
1960- '\'' sh
1961- '
1962-fi
1963-as_executable_p=$as_test_x
1964+as_test_x='test -x'
1965+as_executable_p=as_fn_executable_p
1966
1967 # Sed expression to map a string onto a valid CPP name.
1968 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1969@@ -571,8 +591,8 @@
1970 # Identity of this package.
1971 PACKAGE_NAME='Telepathy-Farstream'
1972 PACKAGE_TARNAME='telepathy-farstream'
1973-PACKAGE_VERSION='0.6.0'
1974-PACKAGE_STRING='Telepathy-Farstream 0.6.0'
1975+PACKAGE_VERSION='0.6.1'
1976+PACKAGE_STRING='Telepathy-Farstream 0.6.1'
1977 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-farstream'
1978 PACKAGE_URL=''
1979
1980@@ -1266,8 +1286,6 @@
1981 if test "x$host_alias" != x; then
1982 if test "x$build_alias" = x; then
1983 cross_compiling=maybe
1984- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1985- If a cross compiler is detected then cross compile mode will be used" >&2
1986 elif test "x$build_alias" != "x$host_alias"; then
1987 cross_compiling=yes
1988 fi
1989@@ -1353,7 +1371,7 @@
1990 # Omit some internal or obsolete options to make the list less imposing.
1991 # This message is too long to be a string in the A/UX 3.1 sh.
1992 cat <<_ACEOF
1993-\`configure' configures Telepathy-Farstream 0.6.0 to adapt to many kinds of systems.
1994+\`configure' configures Telepathy-Farstream 0.6.1 to adapt to many kinds of systems.
1995
1996 Usage: $0 [OPTION]... [VAR=VALUE]...
1997
1998@@ -1424,7 +1442,7 @@
1999
2000 if test -n "$ac_init_help"; then
2001 case $ac_init_help in
2002- short | recursive ) echo "Configuration of Telepathy-Farstream 0.6.0:";;
2003+ short | recursive ) echo "Configuration of Telepathy-Farstream 0.6.1:";;
2004 esac
2005 cat <<\_ACEOF
2006
2007@@ -1432,10 +1450,12 @@
2008 --disable-option-checking ignore unrecognized --enable/--with options
2009 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2010 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2011- --enable-silent-rules less verbose build output (undo: `make V=1')
2012- --disable-silent-rules verbose build output (undo: `make V=0')
2013- --disable-dependency-tracking speeds up one-time build
2014- --enable-dependency-tracking do not reject slow dependency extractors
2015+ --enable-silent-rules less verbose build output (undo: "make V=1")
2016+ --disable-silent-rules verbose build output (undo: "make V=0")
2017+ --enable-dependency-tracking
2018+ do not reject slow dependency extractors
2019+ --disable-dependency-tracking
2020+ speeds up one-time build
2021 --enable-shared[=PKGS] build shared libraries [default=yes]
2022 --enable-static[=PKGS] build static libraries [default=yes]
2023 --enable-fast-install[=PKGS]
2024@@ -1557,10 +1577,10 @@
2025 test -n "$ac_init_help" && exit $ac_status
2026 if $ac_init_version; then
2027 cat <<\_ACEOF
2028-Telepathy-Farstream configure 0.6.0
2029-generated by GNU Autoconf 2.68
2030+Telepathy-Farstream configure 0.6.1
2031+generated by GNU Autoconf 2.69
2032
2033-Copyright (C) 2010 Free Software Foundation, Inc.
2034+Copyright (C) 2012 Free Software Foundation, Inc.
2035 This configure script is free software; the Free Software Foundation
2036 gives unlimited permission to copy, distribute and modify it.
2037 _ACEOF
2038@@ -1636,7 +1656,7 @@
2039 test ! -s conftest.err
2040 } && test -s conftest$ac_exeext && {
2041 test "$cross_compiling" = yes ||
2042- $as_test_x conftest$ac_exeext
2043+ test -x conftest$ac_exeext
2044 }; then :
2045 ac_retval=0
2046 else
2047@@ -1835,8 +1855,8 @@
2048 This file contains any messages produced by compilers while
2049 running configure, to aid debugging if configure makes a mistake.
2050
2051-It was created by Telepathy-Farstream $as_me 0.6.0, which was
2052-generated by GNU Autoconf 2.68. Invocation command line was
2053+It was created by Telepathy-Farstream $as_me 0.6.1, which was
2054+generated by GNU Autoconf 2.69. Invocation command line was
2055
2056 $ $0 $@
2057
2058@@ -2186,7 +2206,7 @@
2059
2060
2061
2062-am__api_version='1.11'
2063+am__api_version='1.13'
2064
2065 ac_aux_dir=
2066 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2067@@ -2254,7 +2274,7 @@
2068 # by default.
2069 for ac_prog in ginstall scoinst install; do
2070 for ac_exec_ext in '' $ac_executable_extensions; do
2071- if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2072+ if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2073 if test $ac_prog = install &&
2074 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2075 # AIX install. It has an incompatible calling convention.
2076@@ -2312,9 +2332,6 @@
2077
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2079 $as_echo_n "checking whether build environment is sane... " >&6; }
2080-# Just in case
2081-sleep 1
2082-echo timestamp > conftest.file
2083 # Reject unsafe characters in $srcdir or the absolute working directory
2084 # name. Accept space and tab only in the latter.
2085 am_lf='
2086@@ -2325,32 +2342,40 @@
2087 esac
2088 case $srcdir in
2089 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2090- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2091+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2092 esac
2093
2094-# Do `set' in a subshell so we don't clobber the current shell's
2095+# Do 'set' in a subshell so we don't clobber the current shell's
2096 # arguments. Must try -L first in case configure is actually a
2097 # symlink; some systems play weird games with the mod time of symlinks
2098 # (eg FreeBSD returns the mod time of the symlink's containing
2099 # directory).
2100 if (
2101- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2102- if test "$*" = "X"; then
2103- # -L didn't work.
2104- set X `ls -t "$srcdir/configure" conftest.file`
2105- fi
2106- rm -f conftest.file
2107- if test "$*" != "X $srcdir/configure conftest.file" \
2108- && test "$*" != "X conftest.file $srcdir/configure"; then
2109-
2110- # If neither matched, then we have a broken ls. This can happen
2111- # if, for instance, CONFIG_SHELL is bash and it inherits a
2112- # broken ls alias from the environment. This has actually
2113- # happened. Such a system could not be considered "sane".
2114- as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2115-alias in your environment" "$LINENO" 5
2116- fi
2117-
2118+ am_has_slept=no
2119+ for am_try in 1 2; do
2120+ echo "timestamp, slept: $am_has_slept" > conftest.file
2121+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2122+ if test "$*" = "X"; then
2123+ # -L didn't work.
2124+ set X `ls -t "$srcdir/configure" conftest.file`
2125+ fi
2126+ if test "$*" != "X $srcdir/configure conftest.file" \
2127+ && test "$*" != "X conftest.file $srcdir/configure"; then
2128+
2129+ # If neither matched, then we have a broken ls. This can happen
2130+ # if, for instance, CONFIG_SHELL is bash and it inherits a
2131+ # broken ls alias from the environment. This has actually
2132+ # happened. Such a system could not be considered "sane".
2133+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2134+ alias in your environment" "$LINENO" 5
2135+ fi
2136+ if test "$2" = conftest.file || test $am_try -eq 2; then
2137+ break
2138+ fi
2139+ # Just in case.
2140+ sleep 1
2141+ am_has_slept=yes
2142+ done
2143 test "$2" = conftest.file
2144 )
2145 then
2146@@ -2362,6 +2387,16 @@
2147 fi
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2149 $as_echo "yes" >&6; }
2150+# If we didn't sleep, we still need to ensure time stamps of config.status and
2151+# generated files are strictly newer.
2152+am_sleep_pid=
2153+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2154+ ( sleep 1 ) &
2155+ am_sleep_pid=$!
2156+fi
2157+
2158+rm -f conftest.file
2159+
2160 test "$program_prefix" != NONE &&
2161 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2162 # Use a double $ so make ignores it.
2163@@ -2384,12 +2419,12 @@
2164 esac
2165 fi
2166 # Use eval to expand $SHELL
2167-if eval "$MISSING --run true"; then
2168- am_missing_run="$MISSING --run "
2169+if eval "$MISSING --is-lightweight"; then
2170+ am_missing_run="$MISSING "
2171 else
2172 am_missing_run=
2173- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2174-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2175+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2176+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2177 fi
2178
2179 if test x"${install_sh}" != xset; then
2180@@ -2401,10 +2436,10 @@
2181 esac
2182 fi
2183
2184-# Installed binaries are usually stripped using `strip' when the user
2185-# run `make install-strip'. However `strip' might not be the right
2186+# Installed binaries are usually stripped using 'strip' when the user
2187+# run "make install-strip". However 'strip' might not be the right
2188 # tool to use in cross-compilation environments, therefore Automake
2189-# will honor the `STRIP' environment variable to overrule this program.
2190+# will honor the 'STRIP' environment variable to overrule this program.
2191 if test "$cross_compiling" != no; then
2192 if test -n "$ac_tool_prefix"; then
2193 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2194@@ -2423,7 +2458,7 @@
2195 IFS=$as_save_IFS
2196 test -z "$as_dir" && as_dir=.
2197 for ac_exec_ext in '' $ac_executable_extensions; do
2198- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2199+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2200 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2202 break 2
2203@@ -2463,7 +2498,7 @@
2204 IFS=$as_save_IFS
2205 test -z "$as_dir" && as_dir=.
2206 for ac_exec_ext in '' $ac_executable_extensions; do
2207- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2208+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2209 ac_cv_prog_ac_ct_STRIP="strip"
2210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2211 break 2
2212@@ -2514,7 +2549,7 @@
2213 test -z "$as_dir" && as_dir=.
2214 for ac_prog in mkdir gmkdir; do
2215 for ac_exec_ext in '' $ac_executable_extensions; do
2216- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2217+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2218 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2219 'mkdir (GNU coreutils) '* | \
2220 'mkdir (coreutils) '* | \
2221@@ -2543,12 +2578,6 @@
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2223 $as_echo "$MKDIR_P" >&6; }
2224
2225-mkdir_p="$MKDIR_P"
2226-case $mkdir_p in
2227- [\\/$]* | ?:[\\/]*) ;;
2228- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2229-esac
2230-
2231 for ac_prog in gawk mawk nawk awk
2232 do
2233 # Extract the first word of "$ac_prog", so it can be a program name with args.
2234@@ -2567,7 +2596,7 @@
2235 IFS=$as_save_IFS
2236 test -z "$as_dir" && as_dir=.
2237 for ac_exec_ext in '' $ac_executable_extensions; do
2238- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2239+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2240 ac_cv_prog_AWK="$ac_prog"
2241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2242 break 2
2243@@ -2631,6 +2660,45 @@
2244 fi
2245 rmdir .tst 2>/dev/null
2246
2247+# Check whether --enable-silent-rules was given.
2248+if test "${enable_silent_rules+set}" = set; then :
2249+ enableval=$enable_silent_rules;
2250+fi
2251+
2252+case $enable_silent_rules in # (((
2253+ yes) AM_DEFAULT_VERBOSITY=0;;
2254+ no) AM_DEFAULT_VERBOSITY=1;;
2255+ *) AM_DEFAULT_VERBOSITY=1;;
2256+esac
2257+am_make=${MAKE-make}
2258+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2259+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2260+if ${am_cv_make_support_nested_variables+:} false; then :
2261+ $as_echo_n "(cached) " >&6
2262+else
2263+ if $as_echo 'TRUE=$(BAR$(V))
2264+BAR0=false
2265+BAR1=true
2266+V=1
2267+am__doit:
2268+ @$(TRUE)
2269+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2270+ am_cv_make_support_nested_variables=yes
2271+else
2272+ am_cv_make_support_nested_variables=no
2273+fi
2274+fi
2275+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2276+$as_echo "$am_cv_make_support_nested_variables" >&6; }
2277+if test $am_cv_make_support_nested_variables = yes; then
2278+ AM_V='$(V)'
2279+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2280+else
2281+ AM_V=$AM_DEFAULT_VERBOSITY
2282+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2283+fi
2284+AM_BACKSLASH='\'
2285+
2286 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2287 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2288 # is not polluted with repeated "-I."
2289@@ -2653,7 +2721,7 @@
2290
2291 # Define the identity of the package.
2292 PACKAGE='telepathy-farstream'
2293- VERSION='0.6.0'
2294+ VERSION='0.6.1'
2295
2296
2297 cat >>confdefs.h <<_ACEOF
2298@@ -2681,18 +2749,29 @@
2299
2300 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2301
2302+# For better backward compatibility. To be removed once Automake 1.9.x
2303+# dies out for good. For more background, see:
2304+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2305+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2306+mkdir_p='$(MKDIR_P)'
2307+
2308 # We need awk for the "check" target. The system "awk" is bad on
2309 # some platforms.
2310 # Always define AMTAR for backward compatibility. Yes, it's still used
2311 # in the wild :-( We should find a proper way to deprecate it ...
2312 AMTAR='$${TAR-tar}'
2313
2314+
2315+# We'll loop over all known methods to create a tar archive until one works.
2316+_am_tools='gnutar pax cpio none'
2317+
2318 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2319
2320
2321
2322
2323
2324+
2325 ac_config_headers="$ac_config_headers config.h"
2326
2327
2328@@ -2701,10 +2780,10 @@
2329 enableval=$enable_silent_rules;
2330 fi
2331
2332-case $enable_silent_rules in
2333-yes) AM_DEFAULT_VERBOSITY=0;;
2334-no) AM_DEFAULT_VERBOSITY=1;;
2335-*) AM_DEFAULT_VERBOSITY=0;;
2336+case $enable_silent_rules in # (((
2337+ yes) AM_DEFAULT_VERBOSITY=0;;
2338+ no) AM_DEFAULT_VERBOSITY=1;;
2339+ *) AM_DEFAULT_VERBOSITY=0;;
2340 esac
2341 am_make=${MAKE-make}
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2343@@ -2758,7 +2837,7 @@
2344 IFS=$as_save_IFS
2345 test -z "$as_dir" && as_dir=.
2346 for ac_exec_ext in '' $ac_executable_extensions; do
2347- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2348+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2349 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 2
2352@@ -2798,7 +2877,7 @@
2353 IFS=$as_save_IFS
2354 test -z "$as_dir" && as_dir=.
2355 for ac_exec_ext in '' $ac_executable_extensions; do
2356- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2357+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2358 ac_cv_prog_ac_ct_CC="gcc"
2359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2360 break 2
2361@@ -2851,7 +2930,7 @@
2362 IFS=$as_save_IFS
2363 test -z "$as_dir" && as_dir=.
2364 for ac_exec_ext in '' $ac_executable_extensions; do
2365- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2366+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2367 ac_cv_prog_CC="${ac_tool_prefix}cc"
2368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2369 break 2
2370@@ -2892,7 +2971,7 @@
2371 IFS=$as_save_IFS
2372 test -z "$as_dir" && as_dir=.
2373 for ac_exec_ext in '' $ac_executable_extensions; do
2374- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2375+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2376 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2377 ac_prog_rejected=yes
2378 continue
2379@@ -2950,7 +3029,7 @@
2380 IFS=$as_save_IFS
2381 test -z "$as_dir" && as_dir=.
2382 for ac_exec_ext in '' $ac_executable_extensions; do
2383- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2384+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2385 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2387 break 2
2388@@ -2994,7 +3073,7 @@
2389 IFS=$as_save_IFS
2390 test -z "$as_dir" && as_dir=.
2391 for ac_exec_ext in '' $ac_executable_extensions; do
2392- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2393+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2394 ac_cv_prog_ac_ct_CC="$ac_prog"
2395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2396 break 2
2397@@ -3440,8 +3519,7 @@
2398 /* end confdefs.h. */
2399 #include <stdarg.h>
2400 #include <stdio.h>
2401-#include <sys/types.h>
2402-#include <sys/stat.h>
2403+struct stat;
2404 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2405 struct buf { int x; };
2406 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2407@@ -3544,7 +3622,7 @@
2408 _am_result=none
2409 # First try GNU make style include.
2410 echo "include confinc" > confmf
2411-# Ignore all kinds of additional output from `make'.
2412+# Ignore all kinds of additional output from 'make'.
2413 case `$am_make -s -f confmf 2> /dev/null` in #(
2414 *the\ am__doit\ target*)
2415 am__include=include
2416@@ -3600,8 +3678,8 @@
2417 # We make a subdir and do the tests there. Otherwise we can end up
2418 # making bogus files that we don't know about and never remove. For
2419 # instance it was reported that on HP-UX the gcc test will end up
2420- # making a dummy file named `D' -- because `-MD' means `put the output
2421- # in D'.
2422+ # making a dummy file named 'D' -- because '-MD' means "put the output
2423+ # in D".
2424 rm -rf conftest.dir
2425 mkdir conftest.dir
2426 # Copy depcomp to subdir because otherwise we won't find it if we're
2427@@ -3636,16 +3714,16 @@
2428 : > sub/conftest.c
2429 for i in 1 2 3 4 5 6; do
2430 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2431- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2432- # Solaris 8's {/usr,}/bin/sh.
2433- touch sub/conftst$i.h
2434+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
2435+ # Solaris 10 /bin/sh.
2436+ echo '/* dummy */' > sub/conftst$i.h
2437 done
2438 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2439
2440- # We check with `-c' and `-o' for the sake of the "dashmstdout"
2441+ # We check with '-c' and '-o' for the sake of the "dashmstdout"
2442 # mode. It turns out that the SunPro C++ compiler does not properly
2443- # handle `-M -o', and we need to detect this. Also, some Intel
2444- # versions had trouble with output in subdirs
2445+ # handle '-M -o', and we need to detect this. Also, some Intel
2446+ # versions had trouble with output in subdirs.
2447 am__obj=sub/conftest.${OBJEXT-o}
2448 am__minus_obj="-o $am__obj"
2449 case $depmode in
2450@@ -3654,8 +3732,8 @@
2451 test "$am__universal" = false || continue
2452 ;;
2453 nosideeffect)
2454- # after this tag, mechanisms are not by side-effect, so they'll
2455- # only be used when explicitly requested
2456+ # After this tag, mechanisms are not by side-effect, so they'll
2457+ # only be used when explicitly requested.
2458 if test "x$enable_dependency_tracking" = xyes; then
2459 continue
2460 else
2461@@ -3663,7 +3741,7 @@
2462 fi
2463 ;;
2464 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
2465- # This compiler won't grok `-c -o', but also, the minuso test has
2466+ # This compiler won't grok '-c -o', but also, the minuso test has
2467 # not run yet. These depmodes are late enough in the game, and
2468 # so weak that their functioning should not be impacted.
2469 am__obj=conftest.${OBJEXT-o}
2470@@ -3867,7 +3945,7 @@
2471 return 0;
2472 }
2473 _ACEOF
2474-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
2475+for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
2476 do
2477 CC="$ac_save_CC $ac_arg"
2478 if ac_fn_c_try_compile "$LINENO"; then :
2479@@ -3907,8 +3985,7 @@
2480 /* end confdefs.h. */
2481 #include <stdarg.h>
2482 #include <stdio.h>
2483-#include <sys/types.h>
2484-#include <sys/stat.h>
2485+struct stat;
2486 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2487 struct buf { int x; };
2488 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2489@@ -4198,7 +4275,7 @@
2490 for ac_prog in sed gsed; do
2491 for ac_exec_ext in '' $ac_executable_extensions; do
2492 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2493- { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2494+ as_fn_executable_p "$ac_path_SED" || continue
2495 # Check for GNU ac_path_SED and select it if it is found.
2496 # Check for GNU $ac_path_SED
2497 case `"$ac_path_SED" --version 2>&1` in
2498@@ -4274,7 +4351,7 @@
2499 for ac_prog in grep ggrep; do
2500 for ac_exec_ext in '' $ac_executable_extensions; do
2501 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
2502- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
2503+ as_fn_executable_p "$ac_path_GREP" || continue
2504 # Check for GNU ac_path_GREP and select it if it is found.
2505 # Check for GNU $ac_path_GREP
2506 case `"$ac_path_GREP" --version 2>&1` in
2507@@ -4340,7 +4417,7 @@
2508 for ac_prog in egrep; do
2509 for ac_exec_ext in '' $ac_executable_extensions; do
2510 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
2511- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
2512+ as_fn_executable_p "$ac_path_EGREP" || continue
2513 # Check for GNU ac_path_EGREP and select it if it is found.
2514 # Check for GNU $ac_path_EGREP
2515 case `"$ac_path_EGREP" --version 2>&1` in
2516@@ -4407,7 +4484,7 @@
2517 for ac_prog in fgrep; do
2518 for ac_exec_ext in '' $ac_executable_extensions; do
2519 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
2520- { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
2521+ as_fn_executable_p "$ac_path_FGREP" || continue
2522 # Check for GNU ac_path_FGREP and select it if it is found.
2523 # Check for GNU $ac_path_FGREP
2524 case `"$ac_path_FGREP" --version 2>&1` in
2525@@ -4663,7 +4740,7 @@
2526 IFS=$as_save_IFS
2527 test -z "$as_dir" && as_dir=.
2528 for ac_exec_ext in '' $ac_executable_extensions; do
2529- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2530+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2531 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
2532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2534@@ -4707,7 +4784,7 @@
2535 IFS=$as_save_IFS
2536 test -z "$as_dir" && as_dir=.
2537 for ac_exec_ext in '' $ac_executable_extensions; do
2538- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2539+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2540 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
2541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2542 break 2
2543@@ -5126,7 +5203,7 @@
2544 IFS=$as_save_IFS
2545 test -z "$as_dir" && as_dir=.
2546 for ac_exec_ext in '' $ac_executable_extensions; do
2547- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2548+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2549 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
2550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2551 break 2
2552@@ -5166,7 +5243,7 @@
2553 IFS=$as_save_IFS
2554 test -z "$as_dir" && as_dir=.
2555 for ac_exec_ext in '' $ac_executable_extensions; do
2556- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2557+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2558 ac_cv_prog_ac_ct_OBJDUMP="objdump"
2559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2560 break 2
2561@@ -5472,7 +5549,7 @@
2562 IFS=$as_save_IFS
2563 test -z "$as_dir" && as_dir=.
2564 for ac_exec_ext in '' $ac_executable_extensions; do
2565- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2566+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2567 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
2568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2569 break 2
2570@@ -5512,7 +5589,7 @@
2571 IFS=$as_save_IFS
2572 test -z "$as_dir" && as_dir=.
2573 for ac_exec_ext in '' $ac_executable_extensions; do
2574- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2575+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2576 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
2577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2579@@ -5616,7 +5693,7 @@
2580 IFS=$as_save_IFS
2581 test -z "$as_dir" && as_dir=.
2582 for ac_exec_ext in '' $ac_executable_extensions; do
2583- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2584+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2585 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
2586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2587 break 2
2588@@ -5660,7 +5737,7 @@
2589 IFS=$as_save_IFS
2590 test -z "$as_dir" && as_dir=.
2591 for ac_exec_ext in '' $ac_executable_extensions; do
2592- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2593+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2594 ac_cv_prog_ac_ct_AR="$ac_prog"
2595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2596 break 2
2597@@ -5785,7 +5862,7 @@
2598 IFS=$as_save_IFS
2599 test -z "$as_dir" && as_dir=.
2600 for ac_exec_ext in '' $ac_executable_extensions; do
2601- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2602+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2603 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2605 break 2
2606@@ -5825,7 +5902,7 @@
2607 IFS=$as_save_IFS
2608 test -z "$as_dir" && as_dir=.
2609 for ac_exec_ext in '' $ac_executable_extensions; do
2610- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2611+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2612 ac_cv_prog_ac_ct_STRIP="strip"
2613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 break 2
2615@@ -5884,7 +5961,7 @@
2616 IFS=$as_save_IFS
2617 test -z "$as_dir" && as_dir=.
2618 for ac_exec_ext in '' $ac_executable_extensions; do
2619- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2620+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2621 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2623 break 2
2624@@ -5924,7 +6001,7 @@
2625 IFS=$as_save_IFS
2626 test -z "$as_dir" && as_dir=.
2627 for ac_exec_ext in '' $ac_executable_extensions; do
2628- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2629+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2630 ac_cv_prog_ac_ct_RANLIB="ranlib"
2631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2633@@ -6559,7 +6636,7 @@
2634 IFS=$as_save_IFS
2635 test -z "$as_dir" && as_dir=.
2636 for ac_exec_ext in '' $ac_executable_extensions; do
2637- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2638+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2639 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
2640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2641 break 2
2642@@ -6599,7 +6676,7 @@
2643 IFS=$as_save_IFS
2644 test -z "$as_dir" && as_dir=.
2645 for ac_exec_ext in '' $ac_executable_extensions; do
2646- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2647+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2648 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
2649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2650 break 2
2651@@ -6679,7 +6756,7 @@
2652 IFS=$as_save_IFS
2653 test -z "$as_dir" && as_dir=.
2654 for ac_exec_ext in '' $ac_executable_extensions; do
2655- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2656+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2657 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
2658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2659 break 2
2660@@ -6719,7 +6796,7 @@
2661 IFS=$as_save_IFS
2662 test -z "$as_dir" && as_dir=.
2663 for ac_exec_ext in '' $ac_executable_extensions; do
2664- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2665+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2666 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
2667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2669@@ -6771,7 +6848,7 @@
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2675 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
2676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2677 break 2
2678@@ -6811,7 +6888,7 @@
2679 IFS=$as_save_IFS
2680 test -z "$as_dir" && as_dir=.
2681 for ac_exec_ext in '' $ac_executable_extensions; do
2682- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2683+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2684 ac_cv_prog_ac_ct_NMEDIT="nmedit"
2685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2686 break 2
2687@@ -6863,7 +6940,7 @@
2688 IFS=$as_save_IFS
2689 test -z "$as_dir" && as_dir=.
2690 for ac_exec_ext in '' $ac_executable_extensions; do
2691- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2692+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2693 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
2694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2695 break 2
2696@@ -6903,7 +6980,7 @@
2697 IFS=$as_save_IFS
2698 test -z "$as_dir" && as_dir=.
2699 for ac_exec_ext in '' $ac_executable_extensions; do
2700- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2701+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2702 ac_cv_prog_ac_ct_LIPO="lipo"
2703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2704 break 2
2705@@ -6955,7 +7032,7 @@
2706 IFS=$as_save_IFS
2707 test -z "$as_dir" && as_dir=.
2708 for ac_exec_ext in '' $ac_executable_extensions; do
2709- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2710+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2711 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
2712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2713 break 2
2714@@ -6995,7 +7072,7 @@
2715 IFS=$as_save_IFS
2716 test -z "$as_dir" && as_dir=.
2717 for ac_exec_ext in '' $ac_executable_extensions; do
2718- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2719+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2720 ac_cv_prog_ac_ct_OTOOL="otool"
2721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2722 break 2
2723@@ -7047,7 +7124,7 @@
2724 IFS=$as_save_IFS
2725 test -z "$as_dir" && as_dir=.
2726 for ac_exec_ext in '' $ac_executable_extensions; do
2727- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2728+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2729 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
2730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2731 break 2
2732@@ -7087,7 +7164,7 @@
2733 IFS=$as_save_IFS
2734 test -z "$as_dir" && as_dir=.
2735 for ac_exec_ext in '' $ac_executable_extensions; do
2736- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2737+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2738 ac_cv_prog_ac_ct_OTOOL64="otool64"
2739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2740 break 2
2741@@ -11745,8 +11822,8 @@
2742 enable_coverage=no
2743 fi
2744
2745-if test "x$enable_coverage" = "xyes"; then
2746- CFLAGS="$CFLAGS -g -fprofile-arcs -ftest-coverage"
2747+if test "x$enable_coverage" = "xyes"; then :
2748+ CFLAGS="$CFLAGS -g -fprofile-arcs -ftest-coverage"
2749 fi
2750
2751 CFLAGS="$CFLAGS"
2752@@ -11757,6 +11834,7 @@
2753
2754
2755
2756+
2757 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2758 if test -n "$ac_tool_prefix"; then
2759 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2760@@ -11777,7 +11855,7 @@
2761 IFS=$as_save_IFS
2762 test -z "$as_dir" && as_dir=.
2763 for ac_exec_ext in '' $ac_executable_extensions; do
2764- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2765+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2766 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2768 break 2
2769@@ -11820,7 +11898,7 @@
2770 IFS=$as_save_IFS
2771 test -z "$as_dir" && as_dir=.
2772 for ac_exec_ext in '' $ac_executable_extensions; do
2773- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2774+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2775 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2777 break 2
2778@@ -11885,6 +11963,7 @@
2779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2780 test $ac_status = 0; }; then
2781 pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0" 2>/dev/null`
2782+ test "x$?" != "x0" && pkg_failed=yes
2783 else
2784 pkg_failed=yes
2785 fi
2786@@ -11901,6 +11980,7 @@
2787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2788 test $ac_status = 0; }; then
2789 pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0" 2>/dev/null`
2790+ test "x$?" != "x0" && pkg_failed=yes
2791 else
2792 pkg_failed=yes
2793 fi
2794@@ -11920,9 +12000,9 @@
2795 _pkg_short_errors_supported=no
2796 fi
2797 if test $_pkg_short_errors_supported = yes; then
2798- GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0" 2>&1`
2799+ GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0" 2>&1`
2800 else
2801- GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0" 2>&1`
2802+ GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0" 2>&1`
2803 fi
2804 # Put the nasty error message in config.log where it belongs
2805 echo "$GLIB_PKG_ERRORS" >&5
2806@@ -11937,7 +12017,6 @@
2807 Alternatively, you may set the environment variables GLIB_CFLAGS
2808 and GLIB_LIBS to avoid the need to call pkg-config.
2809 See the pkg-config man page for more details." "$LINENO" 5
2810-
2811 elif test $pkg_failed = untried; then
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2813 $as_echo "no" >&6; }
2814@@ -11953,7 +12032,6 @@
2815
2816 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
2817 See \`config.log' for more details" "$LINENO" 5; }
2818-
2819 else
2820 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
2821 GLIB_LIBS=$pkg_cv_GLIB_LIBS
2822@@ -11986,6 +12064,7 @@
2823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2824 test $ac_status = 0; }; then
2825 pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 0.60, dbus-glib-1 >= 0.60" 2>/dev/null`
2826+ test "x$?" != "x0" && pkg_failed=yes
2827 else
2828 pkg_failed=yes
2829 fi
2830@@ -12002,6 +12081,7 @@
2831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2832 test $ac_status = 0; }; then
2833 pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 0.60, dbus-glib-1 >= 0.60" 2>/dev/null`
2834+ test "x$?" != "x0" && pkg_failed=yes
2835 else
2836 pkg_failed=yes
2837 fi
2838@@ -12021,9 +12101,9 @@
2839 _pkg_short_errors_supported=no
2840 fi
2841 if test $_pkg_short_errors_supported = yes; then
2842- DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-1 >= 0.60, dbus-glib-1 >= 0.60" 2>&1`
2843+ DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= 0.60, dbus-glib-1 >= 0.60" 2>&1`
2844 else
2845- DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-1 >= 0.60, dbus-glib-1 >= 0.60" 2>&1`
2846+ DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= 0.60, dbus-glib-1 >= 0.60" 2>&1`
2847 fi
2848 # Put the nasty error message in config.log where it belongs
2849 echo "$DBUS_PKG_ERRORS" >&5
2850@@ -12038,7 +12118,6 @@
2851 Alternatively, you may set the environment variables DBUS_CFLAGS
2852 and DBUS_LIBS to avoid the need to call pkg-config.
2853 See the pkg-config man page for more details." "$LINENO" 5
2854-
2855 elif test $pkg_failed = untried; then
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2857 $as_echo "no" >&6; }
2858@@ -12054,7 +12133,6 @@
2859
2860 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
2861 See \`config.log' for more details" "$LINENO" 5; }
2862-
2863 else
2864 DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
2865 DBUS_LIBS=$pkg_cv_DBUS_LIBS
2866@@ -12075,12 +12153,13 @@
2867 pkg_cv_TELEPATHY_CFLAGS="$TELEPATHY_CFLAGS"
2868 elif test -n "$PKG_CONFIG"; then
2869 if test -n "$PKG_CONFIG" && \
2870- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"telepathy-glib >= 0.19.0\""; } >&5
2871- ($PKG_CONFIG --exists --print-errors "telepathy-glib >= 0.19.0") 2>&5
2872+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"telepathy-glib >= 0.21\""; } >&5
2873+ ($PKG_CONFIG --exists --print-errors "telepathy-glib >= 0.21") 2>&5
2874 ac_status=$?
2875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2876 test $ac_status = 0; }; then
2877- pkg_cv_TELEPATHY_CFLAGS=`$PKG_CONFIG --cflags "telepathy-glib >= 0.19.0" 2>/dev/null`
2878+ pkg_cv_TELEPATHY_CFLAGS=`$PKG_CONFIG --cflags "telepathy-glib >= 0.21" 2>/dev/null`
2879+ test "x$?" != "x0" && pkg_failed=yes
2880 else
2881 pkg_failed=yes
2882 fi
2883@@ -12091,12 +12170,13 @@
2884 pkg_cv_TELEPATHY_LIBS="$TELEPATHY_LIBS"
2885 elif test -n "$PKG_CONFIG"; then
2886 if test -n "$PKG_CONFIG" && \
2887- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"telepathy-glib >= 0.19.0\""; } >&5
2888- ($PKG_CONFIG --exists --print-errors "telepathy-glib >= 0.19.0") 2>&5
2889+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"telepathy-glib >= 0.21\""; } >&5
2890+ ($PKG_CONFIG --exists --print-errors "telepathy-glib >= 0.21") 2>&5
2891 ac_status=$?
2892 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2893 test $ac_status = 0; }; then
2894- pkg_cv_TELEPATHY_LIBS=`$PKG_CONFIG --libs "telepathy-glib >= 0.19.0" 2>/dev/null`
2895+ pkg_cv_TELEPATHY_LIBS=`$PKG_CONFIG --libs "telepathy-glib >= 0.21" 2>/dev/null`
2896+ test "x$?" != "x0" && pkg_failed=yes
2897 else
2898 pkg_failed=yes
2899 fi
2900@@ -12116,14 +12196,14 @@
2901 _pkg_short_errors_supported=no
2902 fi
2903 if test $_pkg_short_errors_supported = yes; then
2904- TELEPATHY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "telepathy-glib >= 0.19.0" 2>&1`
2905+ TELEPATHY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "telepathy-glib >= 0.21" 2>&1`
2906 else
2907- TELEPATHY_PKG_ERRORS=`$PKG_CONFIG --print-errors "telepathy-glib >= 0.19.0" 2>&1`
2908+ TELEPATHY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "telepathy-glib >= 0.21" 2>&1`
2909 fi
2910 # Put the nasty error message in config.log where it belongs
2911 echo "$TELEPATHY_PKG_ERRORS" >&5
2912
2913- as_fn_error $? "Package requirements (telepathy-glib >= 0.19.0) were not met:
2914+ as_fn_error $? "Package requirements (telepathy-glib >= 0.21) were not met:
2915
2916 $TELEPATHY_PKG_ERRORS
2917
2918@@ -12133,7 +12213,6 @@
2919 Alternatively, you may set the environment variables TELEPATHY_CFLAGS
2920 and TELEPATHY_LIBS to avoid the need to call pkg-config.
2921 See the pkg-config man page for more details." "$LINENO" 5
2922-
2923 elif test $pkg_failed = untried; then
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925 $as_echo "no" >&6; }
2926@@ -12149,7 +12228,6 @@
2927
2928 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
2929 See \`config.log' for more details" "$LINENO" 5; }
2930-
2931 else
2932 TELEPATHY_CFLAGS=$pkg_cv_TELEPATHY_CFLAGS
2933 TELEPATHY_LIBS=$pkg_cv_TELEPATHY_LIBS
2934@@ -12158,6 +12236,18 @@
2935
2936 fi
2937
2938+$as_echo "#define TP_VERSION_MIN_REQUIRED TP_VERSION_0_22" >>confdefs.h
2939+
2940+
2941+$as_echo "#define TP_VERSION_MAX_ALLOWED TP_VERSION_0_22" >>confdefs.h
2942+
2943+
2944+$as_echo "#define TP_SEAL_ENABLE 1" >>confdefs.h
2945+
2946+
2947+$as_echo "#define TP_DISABLE_SINGLE_INCLUDE 1" >>confdefs.h
2948+
2949+
2950
2951
2952
2953@@ -12176,6 +12266,7 @@
2954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2955 test $ac_status = 0; }; then
2956 pkg_cv_FARSTREAM_CFLAGS=`$PKG_CONFIG --cflags "farstream-0.2" 2>/dev/null`
2957+ test "x$?" != "x0" && pkg_failed=yes
2958 else
2959 pkg_failed=yes
2960 fi
2961@@ -12192,6 +12283,7 @@
2962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2963 test $ac_status = 0; }; then
2964 pkg_cv_FARSTREAM_LIBS=`$PKG_CONFIG --libs "farstream-0.2" 2>/dev/null`
2965+ test "x$?" != "x0" && pkg_failed=yes
2966 else
2967 pkg_failed=yes
2968 fi
2969@@ -12211,9 +12303,9 @@
2970 _pkg_short_errors_supported=no
2971 fi
2972 if test $_pkg_short_errors_supported = yes; then
2973- FARSTREAM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "farstream-0.2" 2>&1`
2974+ FARSTREAM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "farstream-0.2" 2>&1`
2975 else
2976- FARSTREAM_PKG_ERRORS=`$PKG_CONFIG --print-errors "farstream-0.2" 2>&1`
2977+ FARSTREAM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "farstream-0.2" 2>&1`
2978 fi
2979 # Put the nasty error message in config.log where it belongs
2980 echo "$FARSTREAM_PKG_ERRORS" >&5
2981@@ -12228,7 +12320,6 @@
2982 Alternatively, you may set the environment variables FARSTREAM_CFLAGS
2983 and FARSTREAM_LIBS to avoid the need to call pkg-config.
2984 See the pkg-config man page for more details." "$LINENO" 5
2985-
2986 elif test $pkg_failed = untried; then
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988 $as_echo "no" >&6; }
2989@@ -12244,7 +12335,6 @@
2990
2991 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
2992 See \`config.log' for more details" "$LINENO" 5; }
2993-
2994 else
2995 FARSTREAM_CFLAGS=$pkg_cv_FARSTREAM_CFLAGS
2996 FARSTREAM_LIBS=$pkg_cv_FARSTREAM_LIBS
2997@@ -12372,7 +12462,7 @@
2998 IFS=$as_save_IFS
2999 test -z "$as_dir" && as_dir=.
3000 for ac_exec_ext in '' $ac_executable_extensions; do
3001- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3002+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3003 ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
3004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3005 break 2
3006@@ -12414,7 +12504,7 @@
3007 IFS=$as_save_IFS
3008 test -z "$as_dir" && as_dir=.
3009 for ac_exec_ext in '' $ac_executable_extensions; do
3010- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3011+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3012 ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
3013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3014 break 2
3015@@ -12458,7 +12548,7 @@
3016 IFS=$as_save_IFS
3017 test -z "$as_dir" && as_dir=.
3018 for ac_exec_ext in '' $ac_executable_extensions; do
3019- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3020+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3021 ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
3022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3023 break 2
3024@@ -12527,6 +12617,7 @@
3025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3026 test $ac_status = 0; }; then
3027 pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
3028+ test "x$?" != "x0" && pkg_failed=yes
3029 else
3030 pkg_failed=yes
3031 fi
3032@@ -12543,6 +12634,7 @@
3033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3034 test $ac_status = 0; }; then
3035 pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
3036+ test "x$?" != "x0" && pkg_failed=yes
3037 else
3038 pkg_failed=yes
3039 fi
3040@@ -12562,9 +12654,9 @@
3041 _pkg_short_errors_supported=no
3042 fi
3043 if test $_pkg_short_errors_supported = yes; then
3044- GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
3045+ GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
3046 else
3047- GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
3048+ GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
3049 fi
3050 # Put the nasty error message in config.log where it belongs
3051 echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
3052@@ -12579,7 +12671,6 @@
3053 Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
3054 and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
3055 See the pkg-config man page for more details." "$LINENO" 5
3056-
3057 elif test $pkg_failed = untried; then
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3059 $as_echo "no" >&6; }
3060@@ -12595,7 +12686,6 @@
3061
3062 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3063 See \`config.log' for more details" "$LINENO" 5; }
3064-
3065 else
3066 GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
3067 GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
3068@@ -12674,7 +12764,7 @@
3069
3070
3071 LT_CURRENT=3
3072-LT_REVISION=0
3073+LT_REVISION=1
3074 LT_AGE=0
3075
3076
3077@@ -12792,6 +12882,14 @@
3078 LTLIBOBJS=$ac_ltlibobjs
3079
3080
3081+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3082+$as_echo_n "checking that generated files are newer than configure... " >&6; }
3083+ if test -n "$am_sleep_pid"; then
3084+ # Hide warnings about reused PIDs.
3085+ wait $am_sleep_pid 2>/dev/null
3086+ fi
3087+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
3088+$as_echo "done" >&6; }
3089 if test -n "$EXEEXT"; then
3090 am__EXEEXT_TRUE=
3091 am__EXEEXT_FALSE='#'
3092@@ -13130,16 +13228,16 @@
3093 # ... but there are two gotchas:
3094 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3095 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3096- # In both cases, we have to default to `cp -p'.
3097+ # In both cases, we have to default to `cp -pR'.
3098 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3099- as_ln_s='cp -p'
3100+ as_ln_s='cp -pR'
3101 elif ln conf$$.file conf$$ 2>/dev/null; then
3102 as_ln_s=ln
3103 else
3104- as_ln_s='cp -p'
3105+ as_ln_s='cp -pR'
3106 fi
3107 else
3108- as_ln_s='cp -p'
3109+ as_ln_s='cp -pR'
3110 fi
3111 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3112 rmdir conf$$.dir 2>/dev/null
3113@@ -13199,28 +13297,16 @@
3114 as_mkdir_p=false
3115 fi
3116
3117-if test -x / >/dev/null 2>&1; then
3118- as_test_x='test -x'
3119-else
3120- if ls -dL / >/dev/null 2>&1; then
3121- as_ls_L_option=L
3122- else
3123- as_ls_L_option=
3124- fi
3125- as_test_x='
3126- eval sh -c '\''
3127- if test -d "$1"; then
3128- test -d "$1/.";
3129- else
3130- case $1 in #(
3131- -*)set "./$1";;
3132- esac;
3133- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
3134- ???[sx]*):;;*)false;;esac;fi
3135- '\'' sh
3136- '
3137-fi
3138-as_executable_p=$as_test_x
3139+
3140+# as_fn_executable_p FILE
3141+# -----------------------
3142+# Test if FILE is an executable regular file.
3143+as_fn_executable_p ()
3144+{
3145+ test -f "$1" && test -x "$1"
3146+} # as_fn_executable_p
3147+as_test_x='test -x'
3148+as_executable_p=as_fn_executable_p
3149
3150 # Sed expression to map a string onto a valid CPP name.
3151 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3152@@ -13241,8 +13327,8 @@
3153 # report actual input values of CONFIG_FILES etc. instead of their
3154 # values after options handling.
3155 ac_log="
3156-This file was extended by Telepathy-Farstream $as_me 0.6.0, which was
3157-generated by GNU Autoconf 2.68. Invocation command line was
3158+This file was extended by Telepathy-Farstream $as_me 0.6.1, which was
3159+generated by GNU Autoconf 2.69. Invocation command line was
3160
3161 CONFIG_FILES = $CONFIG_FILES
3162 CONFIG_HEADERS = $CONFIG_HEADERS
3163@@ -13307,11 +13393,11 @@
3164 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3165 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3166 ac_cs_version="\\
3167-Telepathy-Farstream config.status 0.6.0
3168-configured by $0, generated by GNU Autoconf 2.68,
3169+Telepathy-Farstream config.status 0.6.1
3170+configured by $0, generated by GNU Autoconf 2.69,
3171 with options \\"\$ac_cs_config\\"
3172
3173-Copyright (C) 2010 Free Software Foundation, Inc.
3174+Copyright (C) 2012 Free Software Foundation, Inc.
3175 This config.status script is free software; the Free Software Foundation
3176 gives unlimited permission to copy, distribute and modify it."
3177
3178@@ -13402,7 +13488,7 @@
3179 _ACEOF
3180 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3181 if \$ac_cs_recheck; then
3182- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3183+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3184 shift
3185 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3186 CONFIG_SHELL='$SHELL'
3187@@ -14322,7 +14408,7 @@
3188
3189 case $ac_file$ac_mode in
3190 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
3191- # Autoconf 2.62 quotes --file arguments for eval, but not when files
3192+ # Older Autoconf quotes --file arguments for eval, but not when files
3193 # are listed without --file. Let's play safe and only enable the eval
3194 # if we detect the quoting.
3195 case $CONFIG_FILES in
3196@@ -14335,7 +14421,7 @@
3197 # Strip MF so we end up with the name of the file.
3198 mf=`echo "$mf" | sed -e 's/:.*$//'`
3199 # Check whether this is an Automake generated Makefile or not.
3200- # We used to match only the files named `Makefile.in', but
3201+ # We used to match only the files named 'Makefile.in', but
3202 # some people rename them; so instead we look at the file content.
3203 # Grep'ing the first line is not enough: some people post-process
3204 # each Makefile.in and add a new line on top of each file to say so.
3205@@ -14369,21 +14455,19 @@
3206 continue
3207 fi
3208 # Extract the definition of DEPDIR, am__include, and am__quote
3209- # from the Makefile without running `make'.
3210+ # from the Makefile without running 'make'.
3211 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3212 test -z "$DEPDIR" && continue
3213 am__include=`sed -n 's/^am__include = //p' < "$mf"`
3214- test -z "am__include" && continue
3215+ test -z "$am__include" && continue
3216 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3217- # When using ansi2knr, U may be empty or an underscore; expand it
3218- U=`sed -n 's/^U = //p' < "$mf"`
3219 # Find all dependency output files, they are included files with
3220 # $(DEPDIR) in their names. We invoke sed twice because it is the
3221 # simplest approach to changing $(DEPDIR) to its actual value in the
3222 # expansion.
3223 for file in `sed -n "
3224 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
3225- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
3226+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
3227 # Make sure the directory exists.
3228 test -f "$dirpart/$file" && continue
3229 fdir=`$as_dirname -- "$file" ||
3230
3231=== modified file 'configure.ac'
3232--- configure.ac 2012-10-08 09:13:01 +0000
3233+++ configure.ac 2014-03-09 01:48:46 +0000
3234@@ -9,7 +9,7 @@
3235
3236 m4_define([tp_farstream_major_version], [0])
3237 m4_define([tp_farstream_minor_version], [6])
3238-m4_define([tp_farstream_micro_version], [0])
3239+m4_define([tp_farstream_micro_version], [1])
3240 m4_define([tp_farstream_nano_version], [0])
3241
3242 dnl CURRENT, REVISION, AGE
3243@@ -18,7 +18,7 @@
3244 dnl - interfaces added -> increment AGE
3245 dnl - interfaces removed -> AGE = 0
3246 m4_define([tp_farstream_lt_current], [3])
3247-m4_define([tp_farstream_lt_revision], [0])
3248+m4_define([tp_farstream_lt_revision], [1])
3249 m4_define([tp_farstream_lt_age], [0])
3250
3251
3252@@ -35,7 +35,7 @@
3253 AC_CONFIG_MACRO_DIR([m4])
3254
3255 AM_INIT_AUTOMAKE([1.11 -Wno-portability])
3256-AM_CONFIG_HEADER(config.h)
3257+AC_CONFIG_HEADERS(config.h)
3258
3259 dnl use pretty build output with automake >= 1.11
3260 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
3261@@ -66,22 +66,19 @@
3262
3263 ifelse(tp_farstream_nano_version, 0, [],
3264 [
3265- if test x$werror = xyes; then
3266- ERROR_CFLAGS="$ERROR_CFLAGS -Werror -Wno-error=deprecated-declarations"
3267- fi
3268- if test x$wextra = xyes -a \
3269+ AS_IF([test x$werror = xyes],
3270+ [ERROR_CFLAGS="$ERROR_CFLAGS -Werror -Wno-error=deprecated-declarations"])
3271+ AS_IF([test x$wextra = xyes -a \
3272 x$wno_missing_field_initializers = xyes -a \
3273- x$wno_unused_parameter = xyes; then
3274- ERROR_CFLAGS="$ERROR_CFLAGS -Wextra -Wno-missing-field-initializers -Wno-unused-parameter"
3275- fi
3276+ x$wno_unused_parameter = xyes].
3277+ [ERROR_CFLAGS="$ERROR_CFLAGS -Wextra -Wno-missing-field-initializers -Wno-unused-parameter"])
3278 ])
3279
3280 AC_SUBST(ERROR_CFLAGS)
3281
3282 AC_ARG_ENABLE(coverage, [ --enable-coverage compile with coverage info],[enable_coverage=${enableval}],enable_coverage=no)
3283-if test "x$enable_coverage" = "xyes"; then
3284- CFLAGS="$CFLAGS -g -fprofile-arcs -ftest-coverage"
3285-fi
3286+AS_IF([test "x$enable_coverage" = "xyes"],
3287+ [CFLAGS="$CFLAGS -g -fprofile-arcs -ftest-coverage"])
3288
3289 CFLAGS="$CFLAGS"
3290
3291@@ -100,7 +97,11 @@
3292 AC_SUBST(DBUS_LIBS)
3293
3294 dnl Check for Telepathy libraries
3295-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.19.0])
3296+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.21])
3297+AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_22, [Ignore post 0.22 deprecations])
3298+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_22, [Prevent post 0.22 APIs])
3299+AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
3300+AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header])
3301
3302 AC_SUBST(TELEPATHY_CFLAGS)
3303 AC_SUBST(TELEPATHY_LIBS)
3304
3305=== modified file 'debian/changelog'
3306--- debian/changelog 2014-01-15 08:29:26 +0000
3307+++ debian/changelog 2014-03-09 01:48:46 +0000
3308@@ -1,3 +1,19 @@
3309+telepathy-farstream (0.6.1-0ubuntu1) trusty; urgency=medium
3310+
3311+ * New upstream release.
3312+
3313+ -- Jackson Doak <noskcaj@ubuntu.com> Sun, 09 Mar 2014 09:35:58 +1100
3314+
3315+telepathy-farstream (0.6.0-3) unstable; urgency=medium
3316+
3317+ * Team upload.
3318+ * Use dh-autoreconf for better portability to new architectures
3319+ (Closes: #733881)
3320+ - build-depend on gobject-introspection for introspection.m4
3321+ * Standards-Version: 3.9.5 (no changes needed)
3322+
3323+ -- Simon McVittie <smcv@debian.org> Wed, 29 Jan 2014 09:56:50 +0000
3324+
3325 telepathy-farstream (0.6.0-2ubuntu2) trusty; urgency=medium
3326
3327 * Build-depend on gobject-introspection.
3328
3329=== modified file 'debian/control'
3330--- debian/control 2014-01-15 08:29:26 +0000
3331+++ debian/control 2014-03-09 01:48:46 +0000
3332@@ -1,19 +1,21 @@
3333 Source: telepathy-farstream
3334 Section: libs
3335 Priority: optional
3336-Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
3337+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
3338+XSBC-Original-Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
3339 Uploaders: Sjoerd Simons <sjoerd@debian.org>, Laurent Bigonville <bigon@debian.org>
3340-Build-Depends: autotools-dev, debhelper (>= 9),
3341- dh-autoreconf, automake1.11, gobject-introspection,
3342- cdbs (>= 0.4.93~),
3343+Build-Depends: cdbs (>= 0.4.93~),
3344+ debhelper (>= 9),
3345+ dh-autoreconf,
3346 libglib2.0-dev (>= 2.30),
3347 libdbus-1-dev (>= 0.60),
3348 libdbus-glib-1-dev (>= 0.60),
3349 libgstreamer1.0-dev,
3350 libfarstream-0.2-dev (>= 0.2.0),
3351 libtelepathy-glib-dev (>= 0.19.0),
3352+ gobject-introspection,
3353 gtk-doc-tools
3354-Standards-Version: 3.9.3
3355+Standards-Version: 3.9.5
3356 Homepage: http://telepathy.freedesktop.org/
3357 Vcs-Git: git://anonscm.debian.org/pkg-telepathy/telepathy-farstream.git
3358 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-telepathy/telepathy-farstream.git
3359
3360=== modified file 'debian/rules'
3361--- debian/rules 2014-01-15 07:47:23 +0000
3362+++ debian/rules 2014-03-09 01:48:46 +0000
3363@@ -1,11 +1,8 @@
3364 #!/usr/bin/make -f
3365
3366-export AUTOMAKE=automake-1.11
3367-export ACLOCAL=aclocal-1.11
3368-include /usr/share/cdbs/1/rules/autoreconf.mk
3369-
3370 include /usr/share/cdbs/1/rules/debhelper.mk
3371 include /usr/share/cdbs/1/class/autotools.mk
3372+include /usr/share/cdbs/1/rules/autoreconf.mk
3373 include /usr/share/cdbs/1/rules/utils.mk
3374
3375 common-binary-post-install-arch:: list-missing
3376
3377=== modified file 'doc/Makefile.in'
3378--- doc/Makefile.in 2012-10-08 09:13:01 +0000
3379+++ doc/Makefile.in 2014-03-09 01:48:46 +0000
3380@@ -1,9 +1,8 @@
3381-# Makefile.in generated by automake 1.11.6 from Makefile.am.
3382+# Makefile.in generated by automake 1.13.4 from Makefile.am.
3383 # @configure_input@
3384
3385-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3386-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
3387-# Foundation, Inc.
3388+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
3389+
3390 # This Makefile.in is free software; the Free Software Foundation
3391 # gives unlimited permission to copy and/or distribute it,
3392 # with or without modifications, as long as this notice is preserved.
3393@@ -15,23 +14,51 @@
3394
3395 @SET_MAKE@
3396 VPATH = @srcdir@
3397-am__make_dryrun = \
3398- { \
3399- am__dry=no; \
3400+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
3401+am__make_running_with_option = \
3402+ case $${target_option-} in \
3403+ ?) ;; \
3404+ *) echo "am__make_running_with_option: internal error: invalid" \
3405+ "target option '$${target_option-}' specified" >&2; \
3406+ exit 1;; \
3407+ esac; \
3408+ has_opt=no; \
3409+ sane_makeflags=$$MAKEFLAGS; \
3410+ if $(am__is_gnu_make); then \
3411+ sane_makeflags=$$MFLAGS; \
3412+ else \
3413 case $$MAKEFLAGS in \
3414 *\\[\ \ ]*) \
3415- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
3416- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
3417- *) \
3418- for am__flg in $$MAKEFLAGS; do \
3419- case $$am__flg in \
3420- *=*|--*) ;; \
3421- *n*) am__dry=yes; break;; \
3422- esac; \
3423- done;; \
3424- esac; \
3425- test $$am__dry = yes; \
3426- }
3427+ bs=\\; \
3428+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
3429+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3430+ esac; \
3431+ fi; \
3432+ skip_next=no; \
3433+ strip_trailopt () \
3434+ { \
3435+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
3436+ }; \
3437+ for flg in $$sane_makeflags; do \
3438+ test $$skip_next = yes && { skip_next=no; continue; }; \
3439+ case $$flg in \
3440+ *=*|--*) continue;; \
3441+ -*I) strip_trailopt 'I'; skip_next=yes;; \
3442+ -*I?*) strip_trailopt 'I';; \
3443+ -*O) strip_trailopt 'O'; skip_next=yes;; \
3444+ -*O?*) strip_trailopt 'O';; \
3445+ -*l) strip_trailopt 'l'; skip_next=yes;; \
3446+ -*l?*) strip_trailopt 'l';; \
3447+ -[dEDm]) skip_next=yes;; \
3448+ -[JT]) skip_next=yes;; \
3449+ esac; \
3450+ case $$flg in \
3451+ *$$target_option*) has_opt=yes; break;; \
3452+ esac; \
3453+ done; \
3454+ test $$has_opt = yes
3455+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
3456+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3457 pkgdatadir = $(datadir)/@PACKAGE@
3458 pkgincludedir = $(includedir)/@PACKAGE@
3459 pkglibdir = $(libdir)/@PACKAGE@
3460@@ -51,7 +78,7 @@
3461 build_triplet = @build@
3462 host_triplet = @host@
3463 subdir = doc
3464-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
3465+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
3466 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3467 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
3468 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
3469@@ -64,21 +91,28 @@
3470 CONFIG_HEADER = $(top_builddir)/config.h
3471 CONFIG_CLEAN_FILES =
3472 CONFIG_CLEAN_VPATH_FILES =
3473+AM_V_P = $(am__v_P_@AM_V@)
3474+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
3475+am__v_P_0 = false
3476+am__v_P_1 = :
3477 AM_V_GEN = $(am__v_GEN_@AM_V@)
3478 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
3479-am__v_GEN_0 = @echo " GEN " $@;
3480+am__v_GEN_0 = @echo " GEN " $@;
3481+am__v_GEN_1 =
3482 AM_V_at = $(am__v_at_@AM_V@)
3483 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
3484 am__v_at_0 = @
3485+am__v_at_1 =
3486 SOURCES =
3487 DIST_SOURCES =
3488-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
3489- html-recursive info-recursive install-data-recursive \
3490- install-dvi-recursive install-exec-recursive \
3491- install-html-recursive install-info-recursive \
3492- install-pdf-recursive install-ps-recursive install-recursive \
3493- installcheck-recursive installdirs-recursive pdf-recursive \
3494- ps-recursive uninstall-recursive
3495+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
3496+ ctags-recursive dvi-recursive html-recursive info-recursive \
3497+ install-data-recursive install-dvi-recursive \
3498+ install-exec-recursive install-html-recursive \
3499+ install-info-recursive install-pdf-recursive \
3500+ install-ps-recursive install-recursive installcheck-recursive \
3501+ installdirs-recursive pdf-recursive ps-recursive \
3502+ tags-recursive uninstall-recursive
3503 am__can_run_installinfo = \
3504 case $$AM_UPDATE_INFO_DIR in \
3505 n|no|NO) false;; \
3506@@ -86,9 +120,29 @@
3507 esac
3508 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
3509 distclean-recursive maintainer-clean-recursive
3510-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
3511- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
3512+am__recursive_targets = \
3513+ $(RECURSIVE_TARGETS) \
3514+ $(RECURSIVE_CLEAN_TARGETS) \
3515+ $(am__extra_recursive_targets)
3516+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
3517 distdir
3518+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
3519+# Read a list of newline-separated strings from the standard input,
3520+# and print each of them once, without duplicates. Input order is
3521+# *not* preserved.
3522+am__uniquify_input = $(AWK) '\
3523+ BEGIN { nonempty = 0; } \
3524+ { items[$$0] = 1; nonempty = 1; } \
3525+ END { if (nonempty) { for (i in items) print i; }; } \
3526+'
3527+# Make sure the list of sources is unique. This is necessary because,
3528+# e.g., the same source file might be shared among _SOURCES variables
3529+# for different programs/libraries.
3530+am__define_uniq_tagged_files = \
3531+ list='$(am__tagged_files)'; \
3532+ unique=`for i in $$list; do \
3533+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3534+ done | $(am__uniquify_input)`
3535 ETAGS = etags
3536 CTAGS = ctags
3537 DIST_SUBDIRS = $(SUBDIRS)
3538@@ -303,22 +357,25 @@
3539 -rm -rf .libs _libs
3540
3541 # This directory's subdirectories are mostly independent; you can cd
3542-# into them and run `make' without going through this Makefile.
3543-# To change the values of `make' variables: instead of editing Makefiles,
3544-# (1) if the variable is set in `config.status', edit `config.status'
3545-# (which will cause the Makefiles to be regenerated when you run `make');
3546-# (2) otherwise, pass the desired values on the `make' command line.
3547-$(RECURSIVE_TARGETS):
3548- @fail= failcom='exit 1'; \
3549- for f in x $$MAKEFLAGS; do \
3550- case $$f in \
3551- *=* | --[!k]*);; \
3552- *k*) failcom='fail=yes';; \
3553- esac; \
3554- done; \
3555+# into them and run 'make' without going through this Makefile.
3556+# To change the values of 'make' variables: instead of editing Makefiles,
3557+# (1) if the variable is set in 'config.status', edit 'config.status'
3558+# (which will cause the Makefiles to be regenerated when you run 'make');
3559+# (2) otherwise, pass the desired values on the 'make' command line.
3560+$(am__recursive_targets):
3561+ @fail=; \
3562+ if $(am__make_keepgoing); then \
3563+ failcom='fail=yes'; \
3564+ else \
3565+ failcom='exit 1'; \
3566+ fi; \
3567 dot_seen=no; \
3568 target=`echo $@ | sed s/-recursive//`; \
3569- list='$(SUBDIRS)'; for subdir in $$list; do \
3570+ case "$@" in \
3571+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3572+ *) list='$(SUBDIRS)' ;; \
3573+ esac; \
3574+ for subdir in $$list; do \
3575 echo "Making $$target in $$subdir"; \
3576 if test "$$subdir" = "."; then \
3577 dot_seen=yes; \
3578@@ -333,57 +390,12 @@
3579 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3580 fi; test -z "$$fail"
3581
3582-$(RECURSIVE_CLEAN_TARGETS):
3583- @fail= failcom='exit 1'; \
3584- for f in x $$MAKEFLAGS; do \
3585- case $$f in \
3586- *=* | --[!k]*);; \
3587- *k*) failcom='fail=yes';; \
3588- esac; \
3589- done; \
3590- dot_seen=no; \
3591- case "$@" in \
3592- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3593- *) list='$(SUBDIRS)' ;; \
3594- esac; \
3595- rev=''; for subdir in $$list; do \
3596- if test "$$subdir" = "."; then :; else \
3597- rev="$$subdir $$rev"; \
3598- fi; \
3599- done; \
3600- rev="$$rev ."; \
3601- target=`echo $@ | sed s/-recursive//`; \
3602- for subdir in $$rev; do \
3603- echo "Making $$target in $$subdir"; \
3604- if test "$$subdir" = "."; then \
3605- local_target="$$target-am"; \
3606- else \
3607- local_target="$$target"; \
3608- fi; \
3609- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3610- || eval $$failcom; \
3611- done && test -z "$$fail"
3612-tags-recursive:
3613- list='$(SUBDIRS)'; for subdir in $$list; do \
3614- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3615- done
3616-ctags-recursive:
3617- list='$(SUBDIRS)'; for subdir in $$list; do \
3618- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3619- done
3620-
3621-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3622- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3623- unique=`for i in $$list; do \
3624- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3625- done | \
3626- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3627- END { if (nonempty) { for (i in files) print i; }; }'`; \
3628- mkid -fID $$unique
3629-tags: TAGS
3630-
3631-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
3632- $(TAGS_FILES) $(LISP)
3633+ID: $(am__tagged_files)
3634+ $(am__define_uniq_tagged_files); mkid -fID $$unique
3635+tags: tags-recursive
3636+TAGS: tags
3637+
3638+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3639 set x; \
3640 here=`pwd`; \
3641 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3642@@ -399,12 +411,7 @@
3643 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3644 fi; \
3645 done; \
3646- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3647- unique=`for i in $$list; do \
3648- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3649- done | \
3650- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3651- END { if (nonempty) { for (i in files) print i; }; }'`; \
3652+ $(am__define_uniq_tagged_files); \
3653 shift; \
3654 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3655 test -n "$$unique" || unique=$$empty_fix; \
3656@@ -416,15 +423,11 @@
3657 $$unique; \
3658 fi; \
3659 fi
3660-ctags: CTAGS
3661-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
3662- $(TAGS_FILES) $(LISP)
3663- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3664- unique=`for i in $$list; do \
3665- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3666- done | \
3667- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3668- END { if (nonempty) { for (i in files) print i; }; }'`; \
3669+ctags: ctags-recursive
3670+
3671+CTAGS: ctags
3672+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3673+ $(am__define_uniq_tagged_files); \
3674 test -z "$(CTAGS_ARGS)$$unique" \
3675 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3676 $$unique
3677@@ -433,6 +436,21 @@
3678 here=`$(am__cd) $(top_builddir) && pwd` \
3679 && $(am__cd) $(top_srcdir) \
3680 && gtags -i $(GTAGS_ARGS) "$$here"
3681+cscopelist: cscopelist-recursive
3682+
3683+cscopelist-am: $(am__tagged_files)
3684+ list='$(am__tagged_files)'; \
3685+ case "$(srcdir)" in \
3686+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3687+ *) sdir=$(subdir)/$(srcdir) ;; \
3688+ esac; \
3689+ for i in $$list; do \
3690+ if test -f "$$i"; then \
3691+ echo "$(subdir)/$$i"; \
3692+ else \
3693+ echo "$$sdir/$$i"; \
3694+ fi; \
3695+ done >> $(top_builddir)/cscope.files
3696
3697 distclean-tags:
3698 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3699@@ -593,22 +611,20 @@
3700
3701 uninstall-am:
3702
3703-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
3704- install-am install-strip tags-recursive
3705+.MAKE: $(am__recursive_targets) install-am install-strip
3706
3707-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3708- all all-am check check-am clean clean-generic clean-libtool \
3709- ctags ctags-recursive distclean distclean-generic \
3710- distclean-libtool distclean-tags distdir dvi dvi-am html \
3711- html-am info info-am install install-am install-data \
3712- install-data-am install-dvi install-dvi-am install-exec \
3713- install-exec-am install-html install-html-am install-info \
3714- install-info-am install-man install-pdf install-pdf-am \
3715- install-ps install-ps-am install-strip installcheck \
3716- installcheck-am installdirs installdirs-am maintainer-clean \
3717- maintainer-clean-generic mostlyclean mostlyclean-generic \
3718- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
3719- uninstall uninstall-am
3720+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3721+ check-am clean clean-generic clean-libtool cscopelist-am ctags \
3722+ ctags-am distclean distclean-generic distclean-libtool \
3723+ distclean-tags distdir dvi dvi-am html html-am info info-am \
3724+ install install-am install-data install-data-am install-dvi \
3725+ install-dvi-am install-exec install-exec-am install-html \
3726+ install-html-am install-info install-info-am install-man \
3727+ install-pdf install-pdf-am install-ps install-ps-am \
3728+ install-strip installcheck installcheck-am installdirs \
3729+ installdirs-am maintainer-clean maintainer-clean-generic \
3730+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
3731+ ps ps-am tags tags-am uninstall uninstall-am
3732
3733
3734 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3735
3736=== modified file 'doc/lib/Makefile.am'
3737--- doc/lib/Makefile.am 2012-03-22 21:46:47 +0000
3738+++ doc/lib/Makefile.am 2014-03-09 01:48:46 +0000
3739@@ -66,7 +66,7 @@
3740 # signals and properties.
3741 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
3742 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
3743-INCLUDES= \
3744+AM_CPPFLAGS = \
3745 $(GLIB_CFLAGS) \
3746 $(DBUS_CFLAGS) \
3747 $(X11_CFLAGS) \
3748
3749=== modified file 'doc/lib/Makefile.in'
3750--- doc/lib/Makefile.in 2012-10-08 09:13:01 +0000
3751+++ doc/lib/Makefile.in 2014-03-09 01:48:46 +0000
3752@@ -1,9 +1,8 @@
3753-# Makefile.in generated by automake 1.11.6 from Makefile.am.
3754+# Makefile.in generated by automake 1.13.4 from Makefile.am.
3755 # @configure_input@
3756
3757-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3758-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
3759-# Foundation, Inc.
3760+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
3761+
3762 # This Makefile.in is free software; the Free Software Foundation
3763 # gives unlimited permission to copy and/or distribute it,
3764 # with or without modifications, as long as this notice is preserved.
3765@@ -21,23 +20,51 @@
3766 # Everything below here is generic #
3767 ####################################
3768 VPATH = @srcdir@
3769-am__make_dryrun = \
3770- { \
3771- am__dry=no; \
3772+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
3773+am__make_running_with_option = \
3774+ case $${target_option-} in \
3775+ ?) ;; \
3776+ *) echo "am__make_running_with_option: internal error: invalid" \
3777+ "target option '$${target_option-}' specified" >&2; \
3778+ exit 1;; \
3779+ esac; \
3780+ has_opt=no; \
3781+ sane_makeflags=$$MAKEFLAGS; \
3782+ if $(am__is_gnu_make); then \
3783+ sane_makeflags=$$MFLAGS; \
3784+ else \
3785 case $$MAKEFLAGS in \
3786 *\\[\ \ ]*) \
3787- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
3788- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
3789- *) \
3790- for am__flg in $$MAKEFLAGS; do \
3791- case $$am__flg in \
3792- *=*|--*) ;; \
3793- *n*) am__dry=yes; break;; \
3794- esac; \
3795- done;; \
3796- esac; \
3797- test $$am__dry = yes; \
3798- }
3799+ bs=\\; \
3800+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
3801+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3802+ esac; \
3803+ fi; \
3804+ skip_next=no; \
3805+ strip_trailopt () \
3806+ { \
3807+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
3808+ }; \
3809+ for flg in $$sane_makeflags; do \
3810+ test $$skip_next = yes && { skip_next=no; continue; }; \
3811+ case $$flg in \
3812+ *=*|--*) continue;; \
3813+ -*I) strip_trailopt 'I'; skip_next=yes;; \
3814+ -*I?*) strip_trailopt 'I';; \
3815+ -*O) strip_trailopt 'O'; skip_next=yes;; \
3816+ -*O?*) strip_trailopt 'O';; \
3817+ -*l) strip_trailopt 'l'; skip_next=yes;; \
3818+ -*l?*) strip_trailopt 'l';; \
3819+ -[dEDm]) skip_next=yes;; \
3820+ -[JT]) skip_next=yes;; \
3821+ esac; \
3822+ case $$flg in \
3823+ *$$target_option*) has_opt=yes; break;; \
3824+ esac; \
3825+ done; \
3826+ test $$has_opt = yes
3827+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
3828+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3829 pkgdatadir = $(datadir)/@PACKAGE@
3830 pkgincludedir = $(includedir)/@PACKAGE@
3831 pkglibdir = $(libdir)/@PACKAGE@
3832@@ -56,8 +83,8 @@
3833 POST_UNINSTALL = :
3834 build_triplet = @build@
3835 host_triplet = @host@
3836-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
3837- $(top_srcdir)/gtk-doc.make
3838+DIST_COMMON = $(top_srcdir)/gtk-doc.make $(srcdir)/Makefile.in \
3839+ $(srcdir)/Makefile.am
3840 subdir = doc/lib
3841 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3842 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
3843@@ -71,12 +98,18 @@
3844 CONFIG_HEADER = $(top_builddir)/config.h
3845 CONFIG_CLEAN_FILES =
3846 CONFIG_CLEAN_VPATH_FILES =
3847+AM_V_P = $(am__v_P_@AM_V@)
3848+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
3849+am__v_P_0 = false
3850+am__v_P_1 = :
3851 AM_V_GEN = $(am__v_GEN_@AM_V@)
3852 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
3853-am__v_GEN_0 = @echo " GEN " $@;
3854+am__v_GEN_0 = @echo " GEN " $@;
3855+am__v_GEN_1 =
3856 AM_V_at = $(am__v_at_@AM_V@)
3857 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
3858 am__v_at_0 = @
3859+am__v_at_1 =
3860 SOURCES =
3861 DIST_SOURCES =
3862 am__can_run_installinfo = \
3863@@ -84,6 +117,7 @@
3864 n|no|NO) false;; \
3865 *) (install-info --version) >/dev/null 2>&1;; \
3866 esac
3867+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
3868 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
3869 ACLOCAL = @ACLOCAL@
3870 AMTAR = @AMTAR@
3871@@ -294,7 +328,7 @@
3872 # signals and properties.
3873 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
3874 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
3875-INCLUDES = \
3876+AM_CPPFLAGS = \
3877 $(GLIB_CFLAGS) \
3878 $(DBUS_CFLAGS) \
3879 $(X11_CFLAGS) \
3880@@ -338,9 +372,9 @@
3881 $(HTML_IMAGES) \
3882 $(SETUP_FILES)
3883
3884-DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
3885+DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
3886 html-build.stamp pdf-build.stamp \
3887- tmpl.stamp sgml.stamp html.stamp pdf.stamp
3888+ sgml.stamp html.stamp pdf.stamp
3889
3890 SCANOBJ_FILES = \
3891 $(DOC_MODULE).args \
3892@@ -399,11 +433,11 @@
3893
3894 clean-libtool:
3895 -rm -rf .libs _libs
3896-tags: TAGS
3897-TAGS:
3898-
3899-ctags: CTAGS
3900-CTAGS:
3901+tags TAGS:
3902+
3903+ctags CTAGS:
3904+
3905+cscope cscopelist:
3906
3907
3908 distdir: $(DISTFILES)
3909@@ -546,18 +580,18 @@
3910 .MAKE: check-am install-am install-strip
3911
3912 .PHONY: all all-am all-local check check-am check-local clean \
3913- clean-generic clean-libtool clean-local dist-hook distclean \
3914- distclean-generic distclean-libtool distclean-local distdir \
3915- dvi dvi-am html html-am info info-am install install-am \
3916- install-data install-data-am install-data-local install-dvi \
3917- install-dvi-am install-exec install-exec-am install-html \
3918- install-html-am install-info install-info-am install-man \
3919- install-pdf install-pdf-am install-ps install-ps-am \
3920- install-strip installcheck installcheck-am installdirs \
3921- maintainer-clean maintainer-clean-generic \
3922- maintainer-clean-local mostlyclean mostlyclean-generic \
3923- mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
3924- uninstall-local
3925+ clean-generic clean-libtool clean-local cscopelist-am ctags-am \
3926+ dist-hook distclean distclean-generic distclean-libtool \
3927+ distclean-local distdir dvi dvi-am html html-am info info-am \
3928+ install install-am install-data install-data-am \
3929+ install-data-local install-dvi install-dvi-am install-exec \
3930+ install-exec-am install-html install-html-am install-info \
3931+ install-info-am install-man install-pdf install-pdf-am \
3932+ install-ps install-ps-am install-strip installcheck \
3933+ installcheck-am installdirs maintainer-clean \
3934+ maintainer-clean-generic maintainer-clean-local mostlyclean \
3935+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3936+ tags-am uninstall uninstall-am uninstall-local
3937
3938
3939 @ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
3940@@ -579,9 +613,6 @@
3941 cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
3942 done; \
3943 fi; \
3944- test -d $(abs_srcdir)/tmpl && \
3945- { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \
3946- chmod -R u+w $(abs_builddir)/tmpl; } \
3947 fi
3948 @touch setup-build.stamp
3949
3950@@ -615,29 +646,10 @@
3951 $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
3952 @true
3953
3954-#### templates ####
3955-
3956-tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
3957- @echo ' DOC Rebuilding template files'
3958- @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
3959- @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
3960- if test -w $(abs_srcdir) ; then \
3961- cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \
3962- fi \
3963- fi
3964- @touch tmpl-build.stamp
3965-
3966-tmpl.stamp: tmpl-build.stamp
3967- @true
3968-
3969-$(srcdir)/tmpl/*.sgml:
3970- @true
3971-
3972 #### xml ####
3973
3974-sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
3975+sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files)
3976 @echo ' DOC Building XML'
3977- @-chmod -R u+w $(srcdir)
3978 @_source_dir='' ; \
3979 for i in $(DOC_SOURCE_DIR) ; do \
3980 _source_dir="$${_source_dir} --source-dir=$$i" ; \
3981@@ -714,7 +726,6 @@
3982 $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
3983 @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
3984 rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
3985- rm -rf tmpl; \
3986 fi
3987
3988 maintainer-clean-local: clean
3989@@ -759,9 +770,7 @@
3990 @ENABLE_GTK_DOC_FALSE@ @false
3991
3992 dist-hook: dist-check-gtkdoc dist-hook-local
3993- @mkdir $(distdir)/tmpl
3994 @mkdir $(distdir)/html
3995- @-cp ./tmpl/*.sgml $(distdir)/tmpl
3996 @cp ./html/* $(distdir)/html
3997 @-cp ./$(DOC_MODULE).pdf $(distdir)/
3998 @-cp ./$(DOC_MODULE).types $(distdir)/
3999
4000=== modified file 'doc/lib/html/TfChannel.html'
4001--- doc/lib/html/TfChannel.html 2012-10-08 09:13:01 +0000
4002+++ doc/lib/html/TfChannel.html 2014-03-09 01:48:46 +0000
4003@@ -3,12 +3,12 @@
4004 <head>
4005 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4006 <title>TfChannel</title>
4007-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
4008+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
4009 <link rel="home" href="index.html" title="telepathy-farstream Reference Manual">
4010 <link rel="up" href="ch01.html" title="Telepathy Farstream Helper Classes">
4011 <link rel="prev" href="ch01.html" title="Telepathy Farstream Helper Classes">
4012 <link rel="next" href="TfContent.html" title="TfContent">
4013-<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
4014+<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
4015 <link rel="stylesheet" href="style.css" type="text/css">
4016 </head>
4017 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4018@@ -47,20 +47,20 @@
4019 <div class="refsynopsisdiv">
4020 <a name="TfChannel.synopsis"></a><h2>Synopsis</h2>
4021 <pre class="synopsis"> <a class="link" href="TfChannel.html#TfChannel-struct" title="TfChannel">TfChannel</a>;
4022-<span class="returnvalue">void</span> <a class="link" href="TfChannel.html#tf-channel-new-async" title="tf_channel_new_async ()">tf_channel_new_async</a> (<em class="parameter"><code><span class="type">TpChannel</span> *channel_proxy</code></em>,
4023- <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
4024- <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
4025-<a class="link" href="TfChannel.html" title="TfChannel"><span class="returnvalue">TfChannel</span></a> * <a class="link" href="TfChannel.html#tf-channel-new-finish" title="tf_channel_new_finish ()">tf_channel_new_finish</a> (<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
4026- <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
4027- <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
4028-<span class="returnvalue">gboolean</span> <a class="link" href="TfChannel.html#tf-channel-bus-message" title="tf_channel_bus_message ()">tf_channel_bus_message</a> (<em class="parameter"><code><a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *channel</code></em>,
4029+<span class="returnvalue">void</span> <a class="link" href="TfChannel.html#tf-channel-new-async" title="tf_channel_new_async ()">tf_channel_new_async</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a> *channel_proxy</code></em>,
4030+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
4031+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
4032+<a class="link" href="TfChannel.html" title="TfChannel"><span class="returnvalue">TfChannel</span></a> * <a class="link" href="TfChannel.html#tf-channel-new-finish" title="tf_channel_new_finish ()">tf_channel_new_finish</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
4033+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
4034+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
4035+<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TfChannel.html#tf-channel-bus-message" title="tf_channel_bus_message ()">tf_channel_bus_message</a> (<em class="parameter"><code><a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *channel</code></em>,
4036 <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstMessage.html#GstMessage"><span class="type">GstMessage</span></a> *message</code></em>);
4037 </pre>
4038 </div>
4039 <div class="refsect1">
4040 <a name="TfChannel.object-hierarchy"></a><h2>Object Hierarchy</h2>
4041 <pre class="synopsis">
4042- GObject
4043+ <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4044 +----TfChannel
4045 </pre>
4046 </div>
4047@@ -68,24 +68,24 @@
4048 <a name="TfChannel.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
4049 <p>
4050 TfChannel implements
4051- GAsyncInitable.</p>
4052+ <a href="/usr/share/gtk-doc/html/gio/GAsyncInitable.html">GAsyncInitable</a>.</p>
4053 </div>
4054 <div class="refsect1">
4055 <a name="TfChannel.properties"></a><h2>Properties</h2>
4056 <pre class="synopsis">
4057- "<a class="link" href="TfChannel.html#TfChannel--channel" title='The "channel" property'>channel</a>" <span class="type">TpChannel</span>* : Read / Write / Construct Only
4058- "<a class="link" href="TfChannel.html#TfChannel--fs-conferences" title='The "fs-conferences" property'>fs-conferences</a>" <span class="type">GPtrArray</span>* : Read
4059- "<a class="link" href="TfChannel.html#TfChannel--object-path" title='The "object-path" property'>object-path</a>" <span class="type">gchar</span>* : Read
4060+ "<a class="link" href="TfChannel.html#TfChannel--channel" title='The "channel" property'>channel</a>" <a href="/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a>* : Read / Write / Construct Only
4061+ "<a class="link" href="TfChannel.html#TfChannel--fs-conferences" title='The "fs-conferences" property'>fs-conferences</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a>* : Read
4062+ "<a class="link" href="TfChannel.html#TfChannel--object-path" title='The "object-path" property'>object-path</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read
4063 </pre>
4064 </div>
4065 <div class="refsect1">
4066 <a name="TfChannel.signals"></a><h2>Signals</h2>
4067 <pre class="synopsis">
4068- "<a class="link" href="TfChannel.html#TfChannel-closed" title='The "closed" signal'>closed</a>" : <code class="literal">Run Last</code>
4069- "<a class="link" href="TfChannel.html#TfChannel-content-added" title='The "content-added" signal'>content-added</a>" : <code class="literal">Run Last</code>
4070- "<a class="link" href="TfChannel.html#TfChannel-content-removed" title='The "content-removed" signal'>content-removed</a>" : <code class="literal">Run Last</code>
4071- "<a class="link" href="TfChannel.html#TfChannel-fs-conference-added" title='The "fs-conference-added" signal'>fs-conference-added</a>" : <code class="literal">Run Last</code>
4072- "<a class="link" href="TfChannel.html#TfChannel-fs-conference-removed" title='The "fs-conference-removed" signal'>fs-conference-removed</a>" : <code class="literal">Run Last</code>
4073+ "<a class="link" href="TfChannel.html#TfChannel-closed" title='The "closed" signal'>closed</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4074+ "<a class="link" href="TfChannel.html#TfChannel-content-added" title='The "content-added" signal'>content-added</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4075+ "<a class="link" href="TfChannel.html#TfChannel-content-removed" title='The "content-removed" signal'>content-removed</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4076+ "<a class="link" href="TfChannel.html#TfChannel-fs-conference-added" title='The "fs-conference-added" signal'>fs-conference-added</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4077+ "<a class="link" href="TfChannel.html#TfChannel-fs-conference-removed" title='The "fs-conference-removed" signal'>fs-conference-removed</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4078 </pre>
4079 </div>
4080 <div class="refsect1">
4081@@ -109,9 +109,9 @@
4082 <hr>
4083 <div class="refsect2">
4084 <a name="tf-channel-new-async"></a><h3>tf_channel_new_async ()</h3>
4085-<pre class="programlisting"><span class="returnvalue">void</span> tf_channel_new_async (<em class="parameter"><code><span class="type">TpChannel</span> *channel_proxy</code></em>,
4086- <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
4087- <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
4088+<pre class="programlisting"><span class="returnvalue">void</span> tf_channel_new_async (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a> *channel_proxy</code></em>,
4089+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
4090+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
4091 <p>
4092 Creates a new <a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> from an existing channel proxy, the new
4093 TfChannel object will be return in the async callback.
4094@@ -120,16 +120,19 @@
4095 The user must call <a class="link" href="TfChannel.html#tf-channel-new-finish" title="tf_channel_new_finish ()"><code class="function">tf_channel_new_finish()</code></a> in the callback
4096 to get the finished object.
4097 </p>
4098-<div class="variablelist"><table border="0">
4099+<div class="variablelist"><table border="0" class="variablelist">
4100+<colgroup>
4101 <col align="left" valign="top">
4102+<col>
4103+</colgroup>
4104 <tbody>
4105 <tr>
4106 <td><p><span class="term"><em class="parameter"><code>channel_proxy</code></em> :</span></p></td>
4107-<td>a <span class="type">TpChannel</span> proxy</td>
4108+<td>a <a href="/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a> proxy</td>
4109 </tr>
4110 <tr>
4111 <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
4112-<td>a <span class="type">GAsyncReadyCallback</span> to call when the channel is ready</td>
4113+<td>a <a href="/usr/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the channel is ready</td>
4114 </tr>
4115 <tr>
4116 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
4117@@ -141,32 +144,35 @@
4118 <hr>
4119 <div class="refsect2">
4120 <a name="tf-channel-new-finish"></a><h3>tf_channel_new_finish ()</h3>
4121-<pre class="programlisting"><a class="link" href="TfChannel.html" title="TfChannel"><span class="returnvalue">TfChannel</span></a> * tf_channel_new_finish (<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
4122- <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
4123- <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
4124+<pre class="programlisting"><a class="link" href="TfChannel.html" title="TfChannel"><span class="returnvalue">TfChannel</span></a> * tf_channel_new_finish (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
4125+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
4126+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
4127 <p>
4128 Completes the construction of a TfChannel.
4129 </p>
4130-<div class="variablelist"><table border="0">
4131+<div class="variablelist"><table border="0" class="variablelist">
4132+<colgroup>
4133 <col align="left" valign="top">
4134+<col>
4135+</colgroup>
4136 <tbody>
4137 <tr>
4138 <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
4139-<td>The <span class="type">GObject</span>
4140+<td>The <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
4141 </td>
4142 </tr>
4143 <tr>
4144 <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
4145-<td>a <span class="type">GAsyncResult</span>
4146+<td>a <a href="/usr/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
4147 </td>
4148 </tr>
4149 <tr>
4150 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
4151-<td>the location of a <span class="type">GError</span> or <code class="literal">NULL</code> to ignore it</td>
4152+<td>the location of a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore it</td>
4153 </tr>
4154 <tr>
4155 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4156-<td>a <a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> or <code class="literal">NULL</code> if there was an error</td>
4157+<td>a <a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if there was an error</td>
4158 </tr>
4159 </tbody>
4160 </table></div>
4161@@ -175,14 +181,17 @@
4162 <hr>
4163 <div class="refsect2">
4164 <a name="tf-channel-bus-message"></a><h3>tf_channel_bus_message ()</h3>
4165-<pre class="programlisting"><span class="returnvalue">gboolean</span> tf_channel_bus_message (<em class="parameter"><code><a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *channel</code></em>,
4166+<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tf_channel_bus_message (<em class="parameter"><code><a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *channel</code></em>,
4167 <em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstMessage.html#GstMessage"><span class="type">GstMessage</span></a> *message</code></em>);</pre>
4168 <p>
4169 You must call this function on call messages received on the async bus.
4170 <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstMessage.html#GstMessage"><span class="type">GstMessages</span></a> are not modified.
4171 </p>
4172-<div class="variablelist"><table border="0">
4173+<div class="variablelist"><table border="0" class="variablelist">
4174+<colgroup>
4175 <col align="left" valign="top">
4176+<col>
4177+</colgroup>
4178 <tbody>
4179 <tr>
4180 <td><p><span class="term"><em class="parameter"><code>channel</code></em> :</span></p></td>
4181@@ -196,7 +205,7 @@
4182 <tr>
4183 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4184 <td>
4185-<code class="literal">TRUE</code> if the message has been handled, <code class="literal">FALSE</code> otherwise</td>
4186+<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the message has been handled, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
4187 </tr>
4188 </tbody>
4189 </table></div>
4190@@ -206,19 +215,19 @@
4191 <a name="TfChannel.property-details"></a><h2>Property Details</h2>
4192 <div class="refsect2">
4193 <a name="TfChannel--channel"></a><h3>The <code class="literal">"channel"</code> property</h3>
4194-<pre class="programlisting"> "channel" <span class="type">TpChannel</span>* : Read / Write / Construct Only</pre>
4195+<pre class="programlisting"> "channel" <a href="/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a>* : Read / Write / Construct Only</pre>
4196 <p>Telepathy channel object which this media channel should operate on.</p>
4197 </div>
4198 <hr>
4199 <div class="refsect2">
4200 <a name="TfChannel--fs-conferences"></a><h3>The <code class="literal">"fs-conferences"</code> property</h3>
4201-<pre class="programlisting"> "fs-conferences" <span class="type">GPtrArray</span>* : Read</pre>
4202+<pre class="programlisting"> "fs-conferences" <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a>* : Read</pre>
4203 <p>GPtrArray of Farstream FsConferences for this channel.</p>
4204 </div>
4205 <hr>
4206 <div class="refsect2">
4207 <a name="TfChannel--object-path"></a><h3>The <code class="literal">"object-path"</code> property</h3>
4208-<pre class="programlisting"> "object-path" <span class="type">gchar</span>* : Read</pre>
4209+<pre class="programlisting"> "object-path" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre>
4210 <p>D-Bus object path of the Telepathy channel which this channel operates on.</p>
4211 <p>Default value: NULL</p>
4212 </div>
4213@@ -228,14 +237,17 @@
4214 <div class="refsect2">
4215 <a name="TfChannel-closed"></a><h3>The <code class="literal">"closed"</code> signal</h3>
4216 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *arg0,
4217- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4218+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4219 <p>
4220 This function is called after a channel is closed, either because
4221 it has been closed by the connection manager or because we had a locally
4222 generated error.
4223 </p>
4224-<div class="variablelist"><table border="0">
4225+<div class="variablelist"><table border="0" class="variablelist">
4226+<colgroup>
4227 <col align="left" valign="top">
4228+<col>
4229+</colgroup>
4230 <tbody><tr>
4231 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
4232 <td>user data set when the signal handler was connected.</td>
4233@@ -247,7 +259,7 @@
4234 <a name="TfChannel-content-added"></a><h3>The <code class="literal">"content-added"</code> signal</h3>
4235 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *tfchannel,
4236 <a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4237- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4238+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4239 <p>
4240 Tells the application that a content has been added. In the callback for
4241 this signal, the application should set its preferred codecs, and hook
4242@@ -255,8 +267,11 @@
4243 made to connect <a class="link" href="TfContent.html#TfContent-src-pad-added" title='The "src-pad-added" signal'><span class="type">"src-pad-added"</span></a> as well
4244 as the <a class="link" href="TfContent.html#TfContent-start-sending" title='The "start-sending" signal'><span class="type">"start-sending"</span></a> and <a class="link" href="TfContent.html#TfContent-stop-sending" title='The "stop-sending" signal'><span class="type">"stop-sending"</span></a> signals.
4245 </p>
4246-<div class="variablelist"><table border="0">
4247+<div class="variablelist"><table border="0" class="variablelist">
4248+<colgroup>
4249 <col align="left" valign="top">
4250+<col>
4251+</colgroup>
4252 <tbody>
4253 <tr>
4254 <td><p><span class="term"><em class="parameter"><code>tfchannel</code></em> :</span></p></td>
4255@@ -280,12 +295,15 @@
4256 <a name="TfChannel-content-removed"></a><h3>The <code class="literal">"content-removed"</code> signal</h3>
4257 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *tfchannel,
4258 <a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4259- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4260+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4261 <p>
4262 Tells the application that a content is being removed.
4263 </p>
4264-<div class="variablelist"><table border="0">
4265+<div class="variablelist"><table border="0" class="variablelist">
4266+<colgroup>
4267 <col align="left" valign="top">
4268+<col>
4269+</colgroup>
4270 <tbody>
4271 <tr>
4272 <td><p><span class="term"><em class="parameter"><code>tfchannel</code></em> :</span></p></td>
4273@@ -308,14 +326,17 @@
4274 <div class="refsect2">
4275 <a name="TfChannel-fs-conference-added"></a><h3>The <code class="literal">"fs-conference-added"</code> signal</h3>
4276 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *tfchannel,
4277- <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsConference.html"><span class="type">FsConference</span></a> *conf,
4278- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4279+ <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsConference.html"><span class="type">FsConference</span></a> *conf,
4280+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4281 <p>
4282 When this signal is emitted, the conference should be added to the
4283 application's pipeline.
4284 </p>
4285-<div class="variablelist"><table border="0">
4286+<div class="variablelist"><table border="0" class="variablelist">
4287+<colgroup>
4288 <col align="left" valign="top">
4289+<col>
4290+</colgroup>
4291 <tbody>
4292 <tr>
4293 <td><p><span class="term"><em class="parameter"><code>tfchannel</code></em> :</span></p></td>
4294@@ -324,7 +345,7 @@
4295 </tr>
4296 <tr>
4297 <td><p><span class="term"><em class="parameter"><code>conf</code></em> :</span></p></td>
4298-<td>a <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsConference.html"><span class="type">FsConference</span></a>
4299+<td>a <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsConference.html"><span class="type">FsConference</span></a>
4300 </td>
4301 </tr>
4302 <tr>
4303@@ -338,14 +359,17 @@
4304 <div class="refsect2">
4305 <a name="TfChannel-fs-conference-removed"></a><h3>The <code class="literal">"fs-conference-removed"</code> signal</h3>
4306 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a> *tfchannel,
4307- <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsConference.html"><span class="type">FsConference</span></a> *conf,
4308- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4309+ <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsConference.html"><span class="type">FsConference</span></a> *conf,
4310+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4311 <p>
4312 When this signal is emitted, the conference should be remove from the
4313 application's pipeline.
4314 </p>
4315-<div class="variablelist"><table border="0">
4316+<div class="variablelist"><table border="0" class="variablelist">
4317+<colgroup>
4318 <col align="left" valign="top">
4319+<col>
4320+</colgroup>
4321 <tbody>
4322 <tr>
4323 <td><p><span class="term"><em class="parameter"><code>tfchannel</code></em> :</span></p></td>
4324@@ -354,7 +378,7 @@
4325 </tr>
4326 <tr>
4327 <td><p><span class="term"><em class="parameter"><code>conf</code></em> :</span></p></td>
4328-<td>a <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsConference.html"><span class="type">FsConference</span></a>
4329+<td>a <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsConference.html"><span class="type">FsConference</span></a>
4330 </td>
4331 </tr>
4332 <tr>
4333@@ -368,6 +392,6 @@
4334 </div>
4335 <div class="footer">
4336 <hr>
4337- Generated by GTK-Doc V1.18</div>
4338+ Generated by GTK-Doc V1.19</div>
4339 </body>
4340 </html>
4341\ No newline at end of file
4342
4343=== modified file 'doc/lib/html/TfContent.html'
4344--- doc/lib/html/TfContent.html 2012-10-08 09:13:01 +0000
4345+++ doc/lib/html/TfContent.html 2014-03-09 01:48:46 +0000
4346@@ -3,11 +3,11 @@
4347 <head>
4348 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4349 <title>TfContent</title>
4350-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
4351+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
4352 <link rel="home" href="index.html" title="telepathy-farstream Reference Manual">
4353 <link rel="up" href="ch01.html" title="Telepathy Farstream Helper Classes">
4354 <link rel="prev" href="TfChannel.html" title="TfChannel">
4355-<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
4356+<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
4357 <link rel="stylesheet" href="style.css" type="text/css">
4358 </head>
4359 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4360@@ -45,43 +45,43 @@
4361 <pre class="synopsis"> <a class="link" href="TfContent.html#TfContent-struct" title="TfContent">TfContent</a>;
4362 <a class="link" href="TfContent.html#TfContentClass" title="TfContentClass">TfContentClass</a>;
4363 <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstIterator.html#GstIterator"><span class="returnvalue">GstIterator</span></a> * <a class="link" href="TfContent.html#tf-content-iterate-src-pads" title="tf_content_iterate_src_pads ()">tf_content_iterate_src_pads</a> (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4364- <em class="parameter"><code><span class="type">guint</span> *handles</code></em>,
4365- <em class="parameter"><code><span class="type">guint</span> handle_count</code></em>);
4366+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *handles</code></em>,
4367+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count</code></em>);
4368 <span class="returnvalue">void</span> <a class="link" href="TfContent.html#tf-content-error" title="tf_content_error ()">tf_content_error</a> (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4369- <em class="parameter"><code>const <span class="type">gchar</span> *message_format</code></em>,
4370+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message_format</code></em>,
4371 <em class="parameter"><code>...</code></em>);
4372 <span class="returnvalue">void</span> <a class="link" href="TfContent.html#tf-content-error-literal" title="tf_content_error_literal ()">tf_content_error_literal</a> (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4373- <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);
4374+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);
4375 <span class="returnvalue">void</span> <a class="link" href="TfContent.html#tf-content-receiving-failed" title="tf_content_receiving_failed ()">tf_content_receiving_failed</a> (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4376- <em class="parameter"><code><span class="type">guint</span> *handles</code></em>,
4377- <em class="parameter"><code><span class="type">guint</span> handle_count</code></em>,
4378- <em class="parameter"><code>const <span class="type">gchar</span> *message_format</code></em>,
4379+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *handles</code></em>,
4380+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count</code></em>,
4381+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message_format</code></em>,
4382 <em class="parameter"><code>...</code></em>);
4383 <span class="returnvalue">void</span> <a class="link" href="TfContent.html#tf-content-receiving-failed-literal" title="tf_content_receiving_failed_literal ()">tf_content_receiving_failed_literal</a> (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4384- <em class="parameter"><code><span class="type">guint</span> *handles</code></em>,
4385- <em class="parameter"><code><span class="type">guint</span> handle_count</code></em>,
4386- <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);
4387+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *handles</code></em>,
4388+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count</code></em>,
4389+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);
4390 <span class="returnvalue">void</span> <a class="link" href="TfContent.html#tf-content-sending-failed" title="tf_content_sending_failed ()">tf_content_sending_failed</a> (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4391- <em class="parameter"><code>const <span class="type">gchar</span> *message_format</code></em>,
4392+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message_format</code></em>,
4393 <em class="parameter"><code>...</code></em>);
4394 <span class="returnvalue">void</span> <a class="link" href="TfContent.html#tf-content-sending-failed-literal" title="tf_content_sending_failed_literal ()">tf_content_sending_failed_literal</a> (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4395- <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);
4396+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);
4397 </pre>
4398 </div>
4399 <div class="refsect1">
4400 <a name="TfContent.object-hierarchy"></a><h2>Object Hierarchy</h2>
4401 <pre class="synopsis">
4402- GObject
4403+ <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4404 +----TfContent
4405 </pre>
4406 </div>
4407 <div class="refsect1">
4408 <a name="TfContent.properties"></a><h2>Properties</h2>
4409 <pre class="synopsis">
4410- "<a class="link" href="TfContent.html#TfContent--fs-conference" title='The "fs-conference" property'>fs-conference</a>" <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsConference.html"><span class="type">FsConference</span></a>* : Read
4411- "<a class="link" href="TfContent.html#TfContent--fs-session" title='The "fs-session" property'>fs-session</a>" <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsSession.html"><span class="type">FsSession</span></a>* : Read
4412- "<a class="link" href="TfContent.html#TfContent--media-type" title='The "media-type" property'>media-type</a>" <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/farstream-libs-FsCodec.html#FsMediaType"><span class="type">FsMediaType</span></a> : Read
4413- "<a class="link" href="TfContent.html#TfContent--object-path" title='The "object-path" property'>object-path</a>" <span class="type">gchar</span>* : Read
4414+ "<a class="link" href="TfContent.html#TfContent--fs-conference" title='The "fs-conference" property'>fs-conference</a>" <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsConference.html"><span class="type">FsConference</span></a>* : Read
4415+ "<a class="link" href="TfContent.html#TfContent--fs-session" title='The "fs-session" property'>fs-session</a>" <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsSession.html"><span class="type">FsSession</span></a>* : Read
4416+ "<a class="link" href="TfContent.html#TfContent--media-type" title='The "media-type" property'>media-type</a>" <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/farstream-libs-FsCodec.html#FsMediaType"><span class="type">FsMediaType</span></a> : Read
4417+ "<a class="link" href="TfContent.html#TfContent--object-path" title='The "object-path" property'>object-path</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read
4418 "<a class="link" href="TfContent.html#TfContent--sink-pad" title='The "sink-pad" property'>sink-pad</a>" <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html"><span class="type">GstPad</span></a>* : Read
4419 "<a class="link" href="TfContent.html#TfContent--tf-channel" title='The "tf-channel" property'>tf-channel</a>" <a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a>* : Read
4420 </pre>
4421@@ -89,12 +89,12 @@
4422 <div class="refsect1">
4423 <a name="TfContent.signals"></a><h2>Signals</h2>
4424 <pre class="synopsis">
4425- "<a class="link" href="TfContent.html#TfContent-restart-source" title='The "restart-source" signal'>restart-source</a>" : <code class="literal">Run Last</code>
4426- "<a class="link" href="TfContent.html#TfContent-src-pad-added" title='The "src-pad-added" signal'>src-pad-added</a>" : <code class="literal">Run Last</code>
4427- "<a class="link" href="TfContent.html#TfContent-start-receiving" title='The "start-receiving" signal'>start-receiving</a>" : <code class="literal">Run Last</code>
4428- "<a class="link" href="TfContent.html#TfContent-start-sending" title='The "start-sending" signal'>start-sending</a>" : <code class="literal">Run Last</code>
4429- "<a class="link" href="TfContent.html#TfContent-stop-receiving" title='The "stop-receiving" signal'>stop-receiving</a>" : <code class="literal">Run Last</code>
4430- "<a class="link" href="TfContent.html#TfContent-stop-sending" title='The "stop-sending" signal'>stop-sending</a>" : <code class="literal">Run Last</code>
4431+ "<a class="link" href="TfContent.html#TfContent-restart-source" title='The "restart-source" signal'>restart-source</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4432+ "<a class="link" href="TfContent.html#TfContent-src-pad-added" title='The "src-pad-added" signal'>src-pad-added</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4433+ "<a class="link" href="TfContent.html#TfContent-start-receiving" title='The "start-receiving" signal'>start-receiving</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4434+ "<a class="link" href="TfContent.html#TfContent-start-sending" title='The "start-sending" signal'>start-sending</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4435+ "<a class="link" href="TfContent.html#TfContent-stop-receiving" title='The "stop-receiving" signal'>stop-receiving</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4436+ "<a class="link" href="TfContent.html#TfContent-stop-sending" title='The "stop-sending" signal'>stop-sending</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
4437 </pre>
4438 </div>
4439 <div class="refsect1">
4440@@ -131,14 +131,17 @@
4441 <div class="refsect2">
4442 <a name="tf-content-iterate-src-pads"></a><h3>tf_content_iterate_src_pads ()</h3>
4443 <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstIterator.html#GstIterator"><span class="returnvalue">GstIterator</span></a> * tf_content_iterate_src_pads (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4444- <em class="parameter"><code><span class="type">guint</span> *handles</code></em>,
4445- <em class="parameter"><code><span class="type">guint</span> handle_count</code></em>);</pre>
4446+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *handles</code></em>,
4447+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count</code></em>);</pre>
4448 <p>
4449 Provides a iterator that can be used to iterate through all of the src
4450 pads that are are used to receive from a group of Telepathy handles.
4451 </p>
4452-<div class="variablelist"><table border="0">
4453+<div class="variablelist"><table border="0" class="variablelist">
4454+<colgroup>
4455 <col align="left" valign="top">
4456+<col>
4457+</colgroup>
4458 <tbody>
4459 <tr>
4460 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4461@@ -147,7 +150,7 @@
4462 </tr>
4463 <tr>
4464 <td><p><span class="term"><em class="parameter"><code>handles</code></em> :</span></p></td>
4465-<td>a 0 terminated array of <span class="type">guint</span> representing Telepathy handles</td>
4466+<td>a 0 terminated array of <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> representing Telepathy handles</td>
4467 </tr>
4468 <tr>
4469 <td><p><span class="term"><em class="parameter"><code>handle_count</code></em> :</span></p></td>
4470@@ -166,14 +169,17 @@
4471 <div class="refsect2">
4472 <a name="tf-content-error"></a><h3>tf_content_error ()</h3>
4473 <pre class="programlisting"><span class="returnvalue">void</span> tf_content_error (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4474- <em class="parameter"><code>const <span class="type">gchar</span> *message_format</code></em>,
4475+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message_format</code></em>,
4476 <em class="parameter"><code>...</code></em>);</pre>
4477 <p>
4478 Send a fatal streaming error to the Content to the CM, the effect is most
4479 likely that the content will be removed.
4480 </p>
4481-<div class="variablelist"><table border="0">
4482+<div class="variablelist"><table border="0" class="variablelist">
4483+<colgroup>
4484 <col align="left" valign="top">
4485+<col>
4486+</colgroup>
4487 <tbody>
4488 <tr>
4489 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4490@@ -195,7 +201,7 @@
4491 <div class="refsect2">
4492 <a name="tf-content-error-literal"></a><h3>tf_content_error_literal ()</h3>
4493 <pre class="programlisting"><span class="returnvalue">void</span> tf_content_error_literal (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4494- <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);</pre>
4495+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);</pre>
4496 <p>
4497 Send a fatal streaming error to the Content to the CM, the effect is most
4498 likely that the content will be removed.
4499@@ -203,8 +209,11 @@
4500 <p>
4501 Rename to: tf_content_error
4502 </p>
4503-<div class="variablelist"><table border="0">
4504+<div class="variablelist"><table border="0" class="variablelist">
4505+<colgroup>
4506 <col align="left" valign="top">
4507+<col>
4508+</colgroup>
4509 <tbody>
4510 <tr>
4511 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4512@@ -222,9 +231,9 @@
4513 <div class="refsect2">
4514 <a name="tf-content-receiving-failed"></a><h3>tf_content_receiving_failed ()</h3>
4515 <pre class="programlisting"><span class="returnvalue">void</span> tf_content_receiving_failed (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4516- <em class="parameter"><code><span class="type">guint</span> *handles</code></em>,
4517- <em class="parameter"><code><span class="type">guint</span> handle_count</code></em>,
4518- <em class="parameter"><code>const <span class="type">gchar</span> *message_format</code></em>,
4519+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *handles</code></em>,
4520+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count</code></em>,
4521+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message_format</code></em>,
4522 <em class="parameter"><code>...</code></em>);</pre>
4523 <p>
4524 Informs the Connection Manager that receiving has failed for this
4525@@ -234,8 +243,11 @@
4526 <p>
4527 If handles are not specific, it assumes that it is valid for all handles.
4528 </p>
4529-<div class="variablelist"><table border="0">
4530+<div class="variablelist"><table border="0" class="variablelist">
4531+<colgroup>
4532 <col align="left" valign="top">
4533+<col>
4534+</colgroup>
4535 <tbody>
4536 <tr>
4537 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4538@@ -244,7 +256,7 @@
4539 </tr>
4540 <tr>
4541 <td><p><span class="term"><em class="parameter"><code>handles</code></em> :</span></p></td>
4542-<td>an array of <span class="type">guint</span> representing Telepathy handles, may be <code class="literal">NULL</code>
4543+<td>an array of <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> representing Telepathy handles, may be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
4544 </td>
4545 </tr>
4546 <tr>
4547@@ -267,9 +279,9 @@
4548 <div class="refsect2">
4549 <a name="tf-content-receiving-failed-literal"></a><h3>tf_content_receiving_failed_literal ()</h3>
4550 <pre class="programlisting"><span class="returnvalue">void</span> tf_content_receiving_failed_literal (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4551- <em class="parameter"><code><span class="type">guint</span> *handles</code></em>,
4552- <em class="parameter"><code><span class="type">guint</span> handle_count</code></em>,
4553- <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);</pre>
4554+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *handles</code></em>,
4555+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count</code></em>,
4556+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);</pre>
4557 <p>
4558 Informs the Connection Manager that receiving has failed for this
4559 content. This is a transient error and it may or not not end the Content
4560@@ -281,8 +293,11 @@
4561 <p>
4562 Rename to: tf_content_receiving_failed
4563 </p>
4564-<div class="variablelist"><table border="0">
4565+<div class="variablelist"><table border="0" class="variablelist">
4566+<colgroup>
4567 <col align="left" valign="top">
4568+<col>
4569+</colgroup>
4570 <tbody>
4571 <tr>
4572 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4573@@ -291,7 +306,7 @@
4574 </tr>
4575 <tr>
4576 <td><p><span class="term"><em class="parameter"><code>handles</code></em> :</span></p></td>
4577-<td>an array of <span class="type">guint</span> representing Telepathy handles, may be <code class="literal">NULL</code>
4578+<td>an array of <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> representing Telepathy handles, may be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
4579 </td>
4580 </tr>
4581 <tr>
4582@@ -310,15 +325,18 @@
4583 <div class="refsect2">
4584 <a name="tf-content-sending-failed"></a><h3>tf_content_sending_failed ()</h3>
4585 <pre class="programlisting"><span class="returnvalue">void</span> tf_content_sending_failed (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4586- <em class="parameter"><code>const <span class="type">gchar</span> *message_format</code></em>,
4587+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message_format</code></em>,
4588 <em class="parameter"><code>...</code></em>);</pre>
4589 <p>
4590 Informs the Connection Manager that sending has failed for this
4591 content. This is a transient error and it may or not not end the Content
4592 and the call.
4593 </p>
4594-<div class="variablelist"><table border="0">
4595+<div class="variablelist"><table border="0" class="variablelist">
4596+<colgroup>
4597 <col align="left" valign="top">
4598+<col>
4599+</colgroup>
4600 <tbody>
4601 <tr>
4602 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4603@@ -340,7 +358,7 @@
4604 <div class="refsect2">
4605 <a name="tf-content-sending-failed-literal"></a><h3>tf_content_sending_failed_literal ()</h3>
4606 <pre class="programlisting"><span class="returnvalue">void</span> tf_content_sending_failed_literal (<em class="parameter"><code><a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content</code></em>,
4607- <em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>);</pre>
4608+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);</pre>
4609 <p>
4610 Informs the Connection Manager that sending has failed for this
4611 content. This is a transient error and it may or not not end the Content
4612@@ -349,8 +367,11 @@
4613 <p>
4614 Rename to: tf_content_sending_failed
4615 </p>
4616-<div class="variablelist"><table border="0">
4617+<div class="variablelist"><table border="0" class="variablelist">
4618+<colgroup>
4619 <col align="left" valign="top">
4620+<col>
4621+</colgroup>
4622 <tbody>
4623 <tr>
4624 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4625@@ -369,26 +390,26 @@
4626 <a name="TfContent.property-details"></a><h2>Property Details</h2>
4627 <div class="refsect2">
4628 <a name="TfContent--fs-conference"></a><h3>The <code class="literal">"fs-conference"</code> property</h3>
4629-<pre class="programlisting"> "fs-conference" <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsConference.html"><span class="type">FsConference</span></a>* : Read</pre>
4630+<pre class="programlisting"> "fs-conference" <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsConference.html"><span class="type">FsConference</span></a>* : Read</pre>
4631 <p>The Farstream conference for this content (could be the same as other contents).</p>
4632 </div>
4633 <hr>
4634 <div class="refsect2">
4635 <a name="TfContent--fs-session"></a><h3>The <code class="literal">"fs-session"</code> property</h3>
4636-<pre class="programlisting"> "fs-session" <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsSession.html"><span class="type">FsSession</span></a>* : Read</pre>
4637+<pre class="programlisting"> "fs-session" <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsSession.html"><span class="type">FsSession</span></a>* : Read</pre>
4638 <p>The Farstream session for this content.</p>
4639 </div>
4640 <hr>
4641 <div class="refsect2">
4642 <a name="TfContent--media-type"></a><h3>The <code class="literal">"media-type"</code> property</h3>
4643-<pre class="programlisting"> "media-type" <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/farstream-libs-FsCodec.html#FsMediaType"><span class="type">FsMediaType</span></a> : Read</pre>
4644+<pre class="programlisting"> "media-type" <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/farstream-libs-FsCodec.html#FsMediaType"><span class="type">FsMediaType</span></a> : Read</pre>
4645 <p>The FsMediaType for this content.</p>
4646 <p>Default value: FS_MEDIA_TYPE_AUDIO</p>
4647 </div>
4648 <hr>
4649 <div class="refsect2">
4650 <a name="TfContent--object-path"></a><h3>The <code class="literal">"object-path"</code> property</h3>
4651-<pre class="programlisting"> "object-path" <span class="type">gchar</span>* : Read</pre>
4652+<pre class="programlisting"> "object-path" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre>
4653 <p>D-Bus object path of the Telepathy content which this content operates on.</p>
4654 <p>Default value: NULL</p>
4655 </div>
4656@@ -410,13 +431,16 @@
4657 <div class="refsect2">
4658 <a name="TfContent-restart-source"></a><h3>The <code class="literal">"restart-source"</code> signal</h3>
4659 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4660- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4661+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4662 <p>
4663 This signal requests that the source be restarted so that the caps can
4664 be renegotiated with a new resolutions and framerate.
4665 </p>
4666-<div class="variablelist"><table border="0">
4667+<div class="variablelist"><table border="0" class="variablelist">
4668+<colgroup>
4669 <col align="left" valign="top">
4670+<col>
4671+</colgroup>
4672 <tbody>
4673 <tr>
4674 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4675@@ -434,19 +458,22 @@
4676 <div class="refsect2">
4677 <a name="TfContent-src-pad-added"></a><h3>The <code class="literal">"src-pad-added"</code> signal</h3>
4678 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4679- <span class="type">guint</span> handle,
4680- <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsStream.html"><span class="type">FsStream</span></a> *stream,
4681+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle,
4682+ <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsStream.html"><span class="type">FsStream</span></a> *stream,
4683 <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html"><span class="type">GstPad</span></a> *pad,
4684- <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/farstream-libs-FsCodec.html#FsCodec"><span class="type">FsCodec</span></a> *codec,
4685- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4686+ <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/farstream-libs-FsCodec.html#FsCodec"><span class="type">FsCodec</span></a> *codec,
4687+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4688 <p>
4689 This signal is emitted when a data is coming on a new pad. This signal
4690 is not emitted on the main thread, so special care must be made to lock
4691 the relevant data. When the callback returns from this signal, data will
4692 start flowing through the pad, so the application MUST connect a sink.
4693 </p>
4694-<div class="variablelist"><table border="0">
4695+<div class="variablelist"><table border="0" class="variablelist">
4696+<colgroup>
4697 <col align="left" valign="top">
4698+<col>
4699+</colgroup>
4700 <tbody>
4701 <tr>
4702 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4703@@ -460,7 +487,7 @@
4704 </tr>
4705 <tr>
4706 <td><p><span class="term"><em class="parameter"><code>stream</code></em> :</span></p></td>
4707-<td>the <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/FsStream.html"><span class="type">FsStream</span></a> for this pad</td>
4708+<td>the <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/FsStream.html"><span class="type">FsStream</span></a> for this pad</td>
4709 </tr>
4710 <tr>
4711 <td><p><span class="term"><em class="parameter"><code>pad</code></em> :</span></p></td>
4712@@ -469,7 +496,7 @@
4713 </tr>
4714 <tr>
4715 <td><p><span class="term"><em class="parameter"><code>codec</code></em> :</span></p></td>
4716-<td>the <a href="http://www.freedesktop.org/software/farstream/apidoc/farstream/farstream-libs-FsCodec.html#FsCodec"><span class="type">FsCodec</span></a> for this pad</td>
4717+<td>the <a href="/usr/share/gtk-doc/html/farstream-libs-1.0/farstream-libs-FsCodec.html#FsCodec"><span class="type">FsCodec</span></a> for this pad</td>
4718 </tr>
4719 <tr>
4720 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
4721@@ -481,10 +508,10 @@
4722 <hr>
4723 <div class="refsect2">
4724 <a name="TfContent-start-receiving"></a><h3>The <code class="literal">"start-receiving"</code> signal</h3>
4725-<pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4726- <span class="type">gpointer</span> handles,
4727- <span class="type">guint</span> handle_count,
4728- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4729+<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4730+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> handles,
4731+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count,
4732+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4733 <p>
4734 This signal is emitted when the connection managers requests that the
4735 application prepares itself to start receiving data again from certain
4736@@ -495,8 +522,11 @@
4737 signal has succeeded. It will not be emitted right after
4738 <a class="link" href="TfContent.html#TfContent-src-pad-added" title='The "src-pad-added" signal'><span class="type">"src-pad-added"</span></a>.
4739 </p>
4740-<div class="variablelist"><table border="0">
4741+<div class="variablelist"><table border="0" class="variablelist">
4742+<colgroup>
4743 <col align="left" valign="top">
4744+<col>
4745+</colgroup>
4746 <tbody>
4747 <tr>
4748 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4749@@ -505,7 +535,7 @@
4750 </tr>
4751 <tr>
4752 <td><p><span class="term"><em class="parameter"><code>handles</code></em> :</span></p></td>
4753-<td>a 0-terminated array of <span class="type">guint</span> containing the handles</td>
4754+<td>a 0-terminated array of <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> containing the handles</td>
4755 </tr>
4756 <tr>
4757 <td><p><span class="term"><em class="parameter"><code>handle_count</code></em> :</span></p></td>
4758@@ -518,7 +548,7 @@
4759 <tr>
4760 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4761 <td>
4762-<code class="literal">TRUE</code> if the application can start receiving data or <code class="literal">FALSE</code>
4763+<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the application can start receiving data or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
4764 otherwise</td>
4765 </tr>
4766 </tbody>
4767@@ -527,16 +557,19 @@
4768 <hr>
4769 <div class="refsect2">
4770 <a name="TfContent-start-sending"></a><h3>The <code class="literal">"start-sending"</code> signal</h3>
4771-<pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4772- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4773+<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4774+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4775 <p>
4776 This signal is emitted when the connection manager ask to send media.
4777 For example, this can be used to open a camera, start recording from a
4778 microphone or play back a file. The application should start
4779 sending data on the <a class="link" href="TfContent.html#TfContent--sink-pad" title='The "sink-pad" property'><span class="type">"sink-pad"</span></a>
4780 </p>
4781-<div class="variablelist"><table border="0">
4782+<div class="variablelist"><table border="0" class="variablelist">
4783+<colgroup>
4784 <col align="left" valign="top">
4785+<col>
4786+</colgroup>
4787 <tbody>
4788 <tr>
4789 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4790@@ -550,7 +583,7 @@
4791 <tr>
4792 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4793 <td>
4794-<code class="literal">TRUE</code> if the application can start providing data or <code class="literal">FALSE</code>
4795+<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the application can start providing data or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
4796 otherwise</td>
4797 </tr>
4798 </tbody>
4799@@ -560,15 +593,18 @@
4800 <div class="refsect2">
4801 <a name="TfContent-stop-receiving"></a><h3>The <code class="literal">"stop-receiving"</code> signal</h3>
4802 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4803- <span class="type">gpointer</span> handles,
4804- <span class="type">guint</span> handle_count,
4805- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4806+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> handles,
4807+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> handle_count,
4808+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4809 <p>
4810 This signal is emitted when the connection manager wants to tell the
4811 application that it is now allowed to stop receiving.
4812 </p>
4813-<div class="variablelist"><table border="0">
4814+<div class="variablelist"><table border="0" class="variablelist">
4815+<colgroup>
4816 <col align="left" valign="top">
4817+<col>
4818+</colgroup>
4819 <tbody>
4820 <tr>
4821 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4822@@ -577,7 +613,7 @@
4823 </tr>
4824 <tr>
4825 <td><p><span class="term"><em class="parameter"><code>handles</code></em> :</span></p></td>
4826-<td>a 0-terminated array of <span class="type">guint</span> containing the handles</td>
4827+<td>a 0-terminated array of <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> containing the handles</td>
4828 </tr>
4829 <tr>
4830 <td><p><span class="term"><em class="parameter"><code>handle_count</code></em> :</span></p></td>
4831@@ -594,13 +630,16 @@
4832 <div class="refsect2">
4833 <a name="TfContent-stop-sending"></a><h3>The <code class="literal">"stop-sending"</code> signal</h3>
4834 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="TfContent.html" title="TfContent"><span class="type">TfContent</span></a> *content,
4835- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
4836+ <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4837 <p>
4838 This signal is emitted when the connection manager ask to stop
4839 sending media
4840 </p>
4841-<div class="variablelist"><table border="0">
4842+<div class="variablelist"><table border="0" class="variablelist">
4843+<colgroup>
4844 <col align="left" valign="top">
4845+<col>
4846+</colgroup>
4847 <tbody>
4848 <tr>
4849 <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
4850@@ -618,6 +657,6 @@
4851 </div>
4852 <div class="footer">
4853 <hr>
4854- Generated by GTK-Doc V1.18</div>
4855+ Generated by GTK-Doc V1.19</div>
4856 </body>
4857 </html>
4858\ No newline at end of file
4859
4860=== modified file 'doc/lib/html/ch01.html'
4861--- doc/lib/html/ch01.html 2012-10-08 09:13:01 +0000
4862+++ doc/lib/html/ch01.html 2014-03-09 01:48:46 +0000
4863@@ -3,12 +3,12 @@
4864 <head>
4865 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4866 <title>Telepathy Farstream Helper Classes</title>
4867-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
4868+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
4869 <link rel="home" href="index.html" title="telepathy-farstream Reference Manual">
4870 <link rel="up" href="index.html" title="telepathy-farstream Reference Manual">
4871 <link rel="prev" href="index.html" title="telepathy-farstream Reference Manual">
4872 <link rel="next" href="TfChannel.html" title="TfChannel">
4873-<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
4874+<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
4875 <link rel="stylesheet" href="style.css" type="text/css">
4876 </head>
4877 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4878@@ -20,20 +20,20 @@
4879 <td><a accesskey="n" href="TfChannel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
4880 </tr></table>
4881 <div class="chapter">
4882-<div class="titlepage"><div><div><h2 class="title">
4883-<a name="id505256"></a>Telepathy Farstream Helper Classes</h2></div></div></div>
4884-<div class="toc"><dl>
4885+<div class="titlepage"><div><div><h1 class="title">
4886+<a name="id-1.2"></a>Telepathy Farstream Helper Classes</h1></div></div></div>
4887+<div class="toc"><dl class="toc">
4888 <dt>
4889 <span class="refentrytitle"><a href="TfChannel.html">TfChannel</a></span><span class="refpurpose"> — Handle the MediaSignalling or Call media interfaces on a
4890 Channel</span>
4891 </dt>
4892 <dt>
4893-<span class="refentrytitle"><a href="TfContent.html">TfContent</a></span><span class="refpurpose"> — Represent the Content of a channel handled by <a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a></span>
4894+<span class="refentrytitle"><a href="TfContent.html">TfContent</a></span><span class="refpurpose">Represent the Content of a channel handled by <span class="type">TfChannel</span></span>
4895 </dt>
4896 </dl></div>
4897 </div>
4898 <div class="footer">
4899 <hr>
4900- Generated by GTK-Doc V1.18</div>
4901+ Generated by GTK-Doc V1.19</div>
4902 </body>
4903 </html>
4904\ No newline at end of file
4905
4906=== modified file 'doc/lib/html/index.html'
4907--- doc/lib/html/index.html 2012-04-05 15:29:12 +0000
4908+++ doc/lib/html/index.html 2014-03-09 01:48:46 +0000
4909@@ -3,10 +3,10 @@
4910 <head>
4911 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4912 <title>telepathy-farstream Reference Manual</title>
4913-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
4914+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
4915 <link rel="home" href="index.html" title="telepathy-farstream Reference Manual">
4916 <link rel="next" href="ch01.html" title="Telepathy Farstream Helper Classes">
4917-<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
4918+<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
4919 <link rel="stylesheet" href="style.css" type="text/css">
4920 </head>
4921 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4922@@ -21,7 +21,7 @@
4923 </div>
4924 <hr>
4925 </div>
4926-<div class="toc"><dl>
4927+<div class="toc"><dl class="toc">
4928 <dt><span class="chapter"><a href="ch01.html">Telepathy Farstream Helper Classes</a></span></dt>
4929 <dd><dl>
4930 <dt>
4931@@ -29,13 +29,13 @@
4932 Channel</span>
4933 </dt>
4934 <dt>
4935-<span class="refentrytitle"><a href="TfContent.html">TfContent</a></span><span class="refpurpose"> — Represent the Content of a channel handled by <a class="link" href="TfChannel.html" title="TfChannel"><span class="type">TfChannel</span></a></span>
4936+<span class="refentrytitle"><a href="TfContent.html">TfContent</a></span><span class="refpurpose">Represent the Content of a channel handled by <span class="type">TfChannel</span></span>
4937 </dt>
4938 </dl></dd>
4939 </dl></div>
4940 </div>
4941 <div class="footer">
4942 <hr>
4943- Generated by GTK-Doc V1.18</div>
4944+ Generated by GTK-Doc V1.19</div>
4945 </body>
4946 </html>
4947\ No newline at end of file
4948
4949=== removed directory 'doc/lib/tmpl'
4950=== removed file 'doc/lib/tmpl/channel.sgml'
4951--- doc/lib/tmpl/channel.sgml 2012-10-08 09:13:01 +0000
4952+++ doc/lib/tmpl/channel.sgml 1970-01-01 00:00:00 +0000
4953@@ -1,113 +0,0 @@
4954-<!-- ##### SECTION Title ##### -->
4955-TfChannel
4956-
4957-<!-- ##### SECTION Short_Description ##### -->
4958-
4959-
4960-<!-- ##### SECTION Long_Description ##### -->
4961-<para>
4962-
4963-</para>
4964-
4965-<!-- ##### SECTION See_Also ##### -->
4966-<para>
4967-
4968-</para>
4969-
4970-<!-- ##### SECTION Stability_Level ##### -->
4971-
4972-
4973-<!-- ##### SECTION Image ##### -->
4974-
4975-
4976-<!-- ##### STRUCT TfChannel ##### -->
4977-<para>
4978-
4979-</para>
4980-
4981-
4982-<!-- ##### SIGNAL TfChannel::closed ##### -->
4983-<para>
4984-
4985-</para>
4986-
4987-@tfchannel: the object which received the signal.
4988-
4989-<!-- ##### SIGNAL TfChannel::content-added ##### -->
4990-<para>
4991-
4992-</para>
4993-
4994-@tfchannel: the object which received the signal.
4995-@arg1:
4996-
4997-<!-- ##### SIGNAL TfChannel::content-removed ##### -->
4998-<para>
4999-
5000-</para>
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: