Merge lp:~noskcaj/ubuntu/trusty/xfce4-clipman-plugin/1.2.4 into lp:ubuntu/trusty/xfce4-clipman-plugin

Proposed by Jackson Doak
Status: Work in progress
Proposed branch: lp:~noskcaj/ubuntu/trusty/xfce4-clipman-plugin/1.2.4
Merge into: lp:ubuntu/trusty/xfce4-clipman-plugin
Diff against target: 44230 lines (+7043/-28981)
118 files modified
ChangeLog (+20/-0)
Makefile.am (+0/-5)
Makefile.in (+32/-20)
NEWS (+8/-0)
README (+1/-0)
aclocal.m4 (+46/-230)
compile (+62/-29)
config.guess (+12/-4)
config.h.in (+3/-0)
config.sub (+22/-6)
configure (+316/-371)
configure.ac (+14/-39)
debian/changelog (+24/-0)
debian/control (+5/-4)
debian/rules (+1/-1)
debian/xfce4-clipman.install (+0/-1)
depcomp (+72/-52)
doc/Makefile.am (+0/-116)
doc/Makefile.in (+0/-775)
doc/html/C/index.html (+0/-400)
doc/html/ca/index.html (+0/-391)
doc/html/da/index.html (+0/-391)
doc/html/el/index.html (+0/-391)
doc/html/fr/index.html (+0/-305)
doc/html/gl/index.html (+0/-391)
doc/html/index.css (+0/-347)
doc/html/it/index.html (+0/-391)
doc/html/ja/index.html (+0/-391)
doc/html/pt/index.html (+0/-391)
doc/html/ru/index.html (+0/-391)
doc/html/tr/index.html (+0/-400)
doc/html/ug/index.html (+0/-391)
doc/html/uk/index.html (+0/-391)
doc/html/zh_CN/index.html (+0/-391)
doc/index.css (+0/-347)
doc/index.page (+0/-416)
doc/index.xsl (+0/-130)
doc/media/Makefile.am (+0/-35)
doc/media/Makefile.in (+0/-589)
doc/po/Makefile.am (+0/-2)
doc/po/Makefile.in (+0/-464)
doc/po/ca.po (+0/-996)
doc/po/da.po (+0/-1009)
doc/po/el.po (+0/-1004)
doc/po/fr.po (+0/-740)
doc/po/gl.po (+0/-1015)
doc/po/it.po (+0/-999)
doc/po/ja.po (+0/-995)
doc/po/pt.po (+0/-987)
doc/po/ru.po (+0/-981)
doc/po/tr.po (+0/-747)
doc/po/ug.po (+0/-994)
doc/po/uk.po (+0/-988)
doc/po/xfce4-clipman-plugin.pot (+0/-470)
doc/po/zh_CN.po (+0/-957)
icons/16x16/Makefile.in (+31/-8)
icons/22x22/Makefile.in (+31/-8)
icons/24x24/Makefile.in (+31/-8)
icons/32x32/Makefile.in (+31/-8)
icons/Makefile.in (+31/-14)
icons/scalable/Makefile.in (+31/-8)
ltmain.sh (+19/-13)
panel-plugin/Makefile.am (+2/-0)
panel-plugin/Makefile.in (+54/-17)
panel-plugin/actions.c (+8/-2)
panel-plugin/common.h (+1/-0)
panel-plugin/history.c (+0/-4)
panel-plugin/main-panel-plugin.c (+9/-2)
panel-plugin/main-status-icon.c (+4/-0)
panel-plugin/menu.c (+123/-25)
panel-plugin/plugin.c (+5/-2)
panel-plugin/settings-dialog.ui (+35/-3)
panel-plugin/settings-dialog_ui.h (+201/-181)
panel-plugin/xfce4-clipman-settings.c (+21/-5)
po/ChangeLog (+0/-252)
po/ar.po (+25/-20)
po/ast.po (+129/-224)
po/bg.po (+300/-0)
po/ca.po (+131/-258)
po/cs.po (+130/-207)
po/da.po (+127/-226)
po/de.po (+131/-300)
po/el.po (+129/-164)
po/en_AU.po (+299/-0)
po/en_GB.po (+140/-199)
po/es.po (+139/-240)
po/eu.po (+128/-171)
po/fi.po (+39/-36)
po/gl.po (+128/-208)
po/hr.po (+143/-124)
po/hu.po (+133/-150)
po/id.po (+129/-212)
po/is.po (+127/-127)
po/it.po (+130/-180)
po/ja.po (+109/-166)
po/kk.po (+131/-144)
po/ko.po (+11/-11)
po/lv.po (+132/-193)
po/nl.po (+133/-196)
po/oc.po (+299/-0)
po/pl.po (+145/-200)
po/pt.po (+8/-8)
po/pt_BR.po (+132/-280)
po/ru.po (+125/-158)
po/sk.po (+131/-155)
po/sl.po (+299/-0)
po/sr.po (+321/-0)
po/sv.po (+121/-144)
po/tr.po (+144/-240)
po/ug.po (+51/-87)
po/uk.po (+126/-170)
po/ur.po (+125/-222)
po/ur_PK.po (+125/-222)
po/vi.po (+126/-148)
po/zh_CN.po (+128/-139)
po/zh_TW.po (+124/-207)
tests/Makefile.in (+27/-7)
x11-clipboard-manager/Makefile.in (+27/-7)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/xfce4-clipman-plugin/1.2.4
Reviewer Review Type Date Requested Status
Logan Rosen (community) Disapprove
Ubuntu branches Pending
Review via email: mp+205077@code.launchpad.net

Description of the change

Merge from debian

To post a comment you must log in.
Revision history for this message
Logan Rosen (logan) wrote :

I synced. Make sure to check the delta in the future to make sure it's still necessary (and check the diff in Debian). There were config.{sub,guess} updates upstream.

review: Disapprove

Unmerged revisions

22. By Jackson Doak

update maintainer

21. By Jackson Doak

* Merge from debian. Remaining changes:
  - Use dh_autotools-dev to update config.{sub,guess} for AArch64.
* Correct Vcs-* URLs to point to anonscm.debian.org
* New upstream release.
* debian/xfce4-clipman.install:
  - drop /usr/share/doc, documentation has been removed from upstream
    package.
* debian/control:
  - update standards version to 3.9.5.
* debian/rules:
  - disable silent rules.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2012-04-09 21:26:50 +0000
3+++ ChangeLog 2014-02-06 05:26:15 +0000
4@@ -1,3 +1,23 @@
5+2014-02-02 Mike Massonnet
6+=== Release 1.2.4 ===
7+
8+2014-02-02 Mike Massonnet
9+Remove doc submodule
10+
11+2014-02-02 Mike Massonnet
12+Bug #10667: define different menmonic
13+
14+2014-02-02 Christian Hesse
15+Bug #9528: QR-code encoder
16+
17+ Optional build, requires libqrencode >= 3.3.
18+
19+2014-02-01 Mike Massonnet
20+Bug #9896: move Disable item inside context/right-click menu
21+
22+2014-02-01 Mike Massonnet
23+Bug #10506: allow skipping actions by pressing or not CTRL
24+
25 2012-04-09 Mike Massonnet
26 === Release 1.2.3 ===
27
28
29=== modified file 'Makefile.am'
30--- Makefile.am 2012-04-09 21:26:50 +0000
31+++ Makefile.am 2014-02-06 05:26:15 +0000
32@@ -6,16 +6,11 @@
33 panel-plugin \
34 tests \
35 po \
36- doc \
37 $(NULL)
38
39 distclean-local:
40 rm -rf *.cache *~
41
42-DISTCHECK_CONFIGURE_FLAGS = \
43- --enable-gen-doc \
44- $(NULL)
45-
46 EXTRA_DIST = \
47 AUTHORS \
48 ChangeLog \
49
50=== modified file 'Makefile.in'
51--- Makefile.in 2012-04-09 21:26:50 +0000
52+++ Makefile.in 2014-02-06 05:26:15 +0000
53@@ -1,4 +1,4 @@
54-# Makefile.in generated by automake 1.11.3 from Makefile.am.
55+# Makefile.in generated by automake 1.11.6 from Makefile.am.
56 # @configure_input@
57
58 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
59@@ -15,6 +15,23 @@
60
61 @SET_MAKE@
62 VPATH = @srcdir@
63+am__make_dryrun = \
64+ { \
65+ am__dry=no; \
66+ case $$MAKEFLAGS in \
67+ *\\[\ \ ]*) \
68+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
69+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
70+ *) \
71+ for am__flg in $$MAKEFLAGS; do \
72+ case $$am__flg in \
73+ *=*|--*) ;; \
74+ *n*) am__dry=yes; break;; \
75+ esac; \
76+ done;; \
77+ esac; \
78+ test $$am__dry = yes; \
79+ }
80 pkgdatadir = $(datadir)/@PACKAGE@
81 pkgincludedir = $(includedir)/@PACKAGE@
82 pkglibdir = $(libdir)/@PACKAGE@
83@@ -65,6 +82,11 @@
84 install-pdf-recursive install-ps-recursive install-recursive \
85 installcheck-recursive installdirs-recursive pdf-recursive \
86 ps-recursive uninstall-recursive
87+am__can_run_installinfo = \
88+ case $$AM_UPDATE_INFO_DIR in \
89+ n|no|NO) false;; \
90+ *) (install-info --version) >/dev/null 2>&1;; \
91+ esac
92 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
93 distclean-recursive maintainer-clean-recursive
94 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
95@@ -161,11 +183,6 @@
96 GLIB_VERSION = @GLIB_VERSION@
97 GMOFILES = @GMOFILES@
98 GMSGFMT = @GMSGFMT@
99-GNOME_DOC_TOOL = @GNOME_DOC_TOOL@
100-GNOME_DOC_UTILS_CFLAGS = @GNOME_DOC_UTILS_CFLAGS@
101-GNOME_DOC_UTILS_LIBS = @GNOME_DOC_UTILS_LIBS@
102-GNOME_DOC_UTILS_REQUIRED_VERSION = @GNOME_DOC_UTILS_REQUIRED_VERSION@
103-GNOME_DOC_UTILS_VERSION = @GNOME_DOC_UTILS_VERSION@
104 GREP = @GREP@
105 GTK_CFLAGS = @GTK_CFLAGS@
106 GTK_LIBS = @GTK_LIBS@
107@@ -186,7 +203,6 @@
108 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
109 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
110 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
111-ITSTOOL = @ITSTOOL@
112 LD = @LD@
113 LDFLAGS = @LDFLAGS@
114 LIBOBJS = @LIBOBJS@
115@@ -247,6 +263,10 @@
116 POSUB = @POSUB@
117 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
118 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
119+QRENCODE_CFLAGS = @QRENCODE_CFLAGS@
120+QRENCODE_LIBS = @QRENCODE_LIBS@
121+QRENCODE_REQUIRED_VERSION = @QRENCODE_REQUIRED_VERSION@
122+QRENCODE_VERSION = @QRENCODE_VERSION@
123 RANLIB = @RANLIB@
124 SED = @SED@
125 SET_MAKE = @SET_MAKE@
126@@ -334,11 +354,6 @@
127 panel-plugin \
128 tests \
129 po \
130- doc \
131- $(NULL)
132-
133-DISTCHECK_CONFIGURE_FLAGS = \
134- --enable-gen-doc \
135 $(NULL)
136
137 EXTRA_DIST = \
138@@ -606,13 +621,10 @@
139 done
140 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
141 if test "$$subdir" = .; then :; else \
142- test -d "$(distdir)/$$subdir" \
143- || $(MKDIR_P) "$(distdir)/$$subdir" \
144- || exit 1; \
145- fi; \
146- done
147- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
148- if test "$$subdir" = .; then :; else \
149+ $(am__make_dryrun) \
150+ || test -d "$(distdir)/$$subdir" \
151+ || $(MKDIR_P) "$(distdir)/$$subdir" \
152+ || exit 1; \
153 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
154 $(am__relativize); \
155 new_distdir=$$reldir; \
156@@ -697,7 +709,7 @@
157 *.zip*) \
158 unzip $(distdir).zip ;;\
159 esac
160- chmod -R a-w $(distdir); chmod a+w $(distdir)
161+ chmod -R a-w $(distdir); chmod u+w $(distdir)
162 mkdir $(distdir)/_build
163 mkdir $(distdir)/_inst
164 chmod a-w $(distdir)
165
166=== modified file 'NEWS'
167--- NEWS 2012-04-09 21:26:50 +0000
168+++ NEWS 2014-02-06 05:26:15 +0000
169@@ -1,3 +1,11 @@
170+Version 1.2.4 - 2014-02-02
171+
172+- Removed doc submodule
173+- Bug 10667: Define different menmonic
174+- Bug 9528: QR-code encoder
175+- Bug 9896: Move Disable item inside context/right-click menu
176+- Bug 10506: Allow skipping actions by pressing or not CTRL
177+
178 Version 1.2.3 - 2012-04-09
179
180 - Use new online documentation location http://docs.xfce.org/
181
182=== modified file 'README'
183--- README 2011-11-01 18:47:59 +0000
184+++ README 2014-02-06 05:26:15 +0000
185@@ -29,6 +29,7 @@
186 Optional
187
188 * unique-1.0 1.0
189+* libqrencode3 3.3
190
191 Install
192 ---------
193
194=== modified file 'aclocal.m4'
195--- aclocal.m4 2012-04-09 21:26:50 +0000
196+++ aclocal.m4 2014-02-06 05:26:15 +0000
197@@ -1,4 +1,4 @@
198-# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
199+# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
200
201 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
202 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
203@@ -14,8 +14,8 @@
204
205 m4_ifndef([AC_AUTOCONF_VERSION],
206 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
207-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
208-[m4_warning([this file was generated for autoconf 2.68.
209+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
210+[m4_warning([this file was generated for autoconf 2.69.
211 You have another version of autoconf. It may work, but is not guaranteed to.
212 If you have problems, you may need to regenerate the build system entirely.
213 To do so, use the procedure documented by the package, typically `autoreconf'.])])
214@@ -459,7 +459,7 @@
215
216
217 dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
218-# serial 41 IT_PROG_INTLTOOL
219+# serial 42 IT_PROG_INTLTOOL
220 AC_DEFUN([IT_PROG_INTLTOOL], [
221 AC_PREREQ([2.50])dnl
222 AC_REQUIRE([AM_NLS])dnl
223@@ -472,13 +472,11 @@
224 ;;
225 esac
226
227+INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
228+INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
229+INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
230 if test -n "$1"; then
231 AC_MSG_CHECKING([for intltool >= $1])
232-
233- INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
234- INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
235- [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
236- ]
237 AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
238 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
239 AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.])
240@@ -521,7 +519,11 @@
241 INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
242 INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
243 INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
244+if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
245 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@'
246+else
247+ INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir'
248+fi
249 INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
250 INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
251 INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
252@@ -3176,17 +3178,6 @@
253 esac
254 ;;
255
256-gnu*)
257- version_type=linux # correct to gnu/linux during the next big refactor
258- need_lib_prefix=no
259- need_version=no
260- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
261- soname_spec='${libname}${release}${shared_ext}$major'
262- shlibpath_var=LD_LIBRARY_PATH
263- shlibpath_overrides_runpath=no
264- hardcode_into_libs=yes
265- ;;
266-
267 haiku*)
268 version_type=linux # correct to gnu/linux during the next big refactor
269 need_lib_prefix=no
270@@ -3303,7 +3294,7 @@
271 ;;
272
273 # This must be glibc/ELF.
274-linux* | k*bsd*-gnu | kopensolaris*-gnu)
275+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
276 version_type=linux # correct to gnu/linux during the next big refactor
277 need_lib_prefix=no
278 need_version=no
279@@ -3348,6 +3339,18 @@
280 dynamic_linker='GNU/Linux ld.so'
281 ;;
282
283+netbsdelf*-gnu)
284+ version_type=linux
285+ need_lib_prefix=no
286+ need_version=no
287+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
288+ soname_spec='${libname}${release}${shared_ext}$major'
289+ shlibpath_var=LD_LIBRARY_PATH
290+ shlibpath_overrides_runpath=no
291+ hardcode_into_libs=yes
292+ dynamic_linker='NetBSD ld.elf_so'
293+ ;;
294+
295 netbsd*)
296 version_type=sunos
297 need_lib_prefix=no
298@@ -3907,10 +3910,6 @@
299 fi
300 ;;
301
302-gnu*)
303- lt_cv_deplibs_check_method=pass_all
304- ;;
305-
306 haiku*)
307 lt_cv_deplibs_check_method=pass_all
308 ;;
309@@ -3949,11 +3948,11 @@
310 ;;
311
312 # This must be glibc/ELF.
313-linux* | k*bsd*-gnu | kopensolaris*-gnu)
314+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
315 lt_cv_deplibs_check_method=pass_all
316 ;;
317
318-netbsd*)
319+netbsd* | netbsdelf*-gnu)
320 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
321 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
322 else
323@@ -4701,7 +4700,7 @@
324 ;;
325 esac
326 ;;
327- linux* | k*bsd*-gnu | kopensolaris*-gnu)
328+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
329 case $cc_basename in
330 KCC*)
331 # KAI C++ Compiler
332@@ -4765,7 +4764,7 @@
333 ;;
334 esac
335 ;;
336- netbsd*)
337+ netbsd* | netbsdelf*-gnu)
338 ;;
339 *qnx* | *nto*)
340 # QNX uses GNU C++, but need to define -shared option too, otherwise
341@@ -5000,7 +4999,7 @@
342 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
343 ;;
344
345- linux* | k*bsd*-gnu | kopensolaris*-gnu)
346+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
347 case $cc_basename in
348 # old Intel for x86_64 which still supported -KPIC.
349 ecc*)
350@@ -5242,6 +5241,9 @@
351 ;;
352 esac
353 ;;
354+ linux* | k*bsd*-gnu | gnu*)
355+ _LT_TAGVAR(link_all_deplibs, $1)=no
356+ ;;
357 *)
358 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
359 ;;
360@@ -5304,6 +5306,9 @@
361 openbsd*)
362 with_gnu_ld=no
363 ;;
364+ linux* | k*bsd*-gnu | gnu*)
365+ _LT_TAGVAR(link_all_deplibs, $1)=no
366+ ;;
367 esac
368
369 _LT_TAGVAR(ld_shlibs, $1)=yes
370@@ -5525,7 +5530,7 @@
371 fi
372 ;;
373
374- netbsd*)
375+ netbsd* | netbsdelf*-gnu)
376 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
377 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
378 wlarc=
379@@ -5702,6 +5707,7 @@
380 if test "$aix_use_runtimelinking" = yes; then
381 shared_flag="$shared_flag "'${wl}-G'
382 fi
383+ _LT_TAGVAR(link_all_deplibs, $1)=no
384 else
385 # not using gcc
386 if test "$host_cpu" = ia64; then
387@@ -6006,7 +6012,7 @@
388 _LT_TAGVAR(link_all_deplibs, $1)=yes
389 ;;
390
391- netbsd*)
392+ netbsd* | netbsdelf*-gnu)
393 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
394 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
395 else
396@@ -6882,9 +6888,6 @@
397 _LT_TAGVAR(ld_shlibs, $1)=yes
398 ;;
399
400- gnu*)
401- ;;
402-
403 haiku*)
404 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
405 _LT_TAGVAR(link_all_deplibs, $1)=yes
406@@ -7046,7 +7049,7 @@
407 _LT_TAGVAR(inherit_rpath, $1)=yes
408 ;;
409
410- linux* | k*bsd*-gnu | kopensolaris*-gnu)
411+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
412 case $cc_basename in
413 KCC*)
414 # Kuck and Associates, Inc. (KAI) C++ Compiler
415@@ -9468,7 +9471,7 @@
416 [am__api_version='1.11'
417 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
418 dnl require some minimum version. Point them to the right macro.
419-m4_if([$1], [1.11.3], [],
420+m4_if([$1], [1.11.6], [],
421 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
422 ])
423
424@@ -9484,7 +9487,7 @@
425 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
426 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
427 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
428-[AM_AUTOMAKE_VERSION([1.11.3])dnl
429+[AM_AUTOMAKE_VERSION([1.11.6])dnl
430 m4_ifndef([AC_AUTOCONF_VERSION],
431 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
432 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
433@@ -9846,18 +9849,6 @@
434 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
435 ])
436
437-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
438-# Free Software Foundation, Inc.
439-#
440-# This file is free software; the Free Software Foundation
441-# gives unlimited permission to copy and/or distribute it,
442-# with or without modifications, as long as this notice is preserved.
443-
444-# serial 8
445-
446-# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
447-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
448-
449 # Do all the work for Automake. -*- Autoconf -*-
450
451 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
452@@ -10747,30 +10738,6 @@
453
454
455
456-dnl BM_DEPEND(varname, package, version)
457-dnl
458-dnl Simple wrapper for XDT_CHECK_PACKAGE("varname", "package", "version"). Kept
459-dnl for backward compatibility. Will be removed in the future.
460-dnl
461-AC_DEFUN([BM_DEPEND],
462-[
463- XDT_CHECK_PACKAGE([$1], [$2], [$3])
464-])
465-
466-
467-
468-dnl BM_DEPEND_CHECK(var, pkg, version, name, helpstring, default)
469-dnl
470-dnl Simple wrapper for XDT_CHECK_OPTIONAL_PACKAGE(). Kept for backward
471-dnl compatibility. Will be removed in the future.
472-dnl
473-AC_DEFUN([BM_DEPEND_CHECK],
474-[
475- XDT_CHECK_OPTIONAL_PACKAGE([$1], [$2], [$3], [$4], [$5], [$6])
476-])
477-
478-
479-
480 dnl XDT_CHECK_LIBX11()
481 dnl
482 dnl Executes various checks for X11. Sets LIBX11_CFLAGS, LIBX11_LDFLAGS
483@@ -10907,66 +10874,6 @@
484 ])
485
486
487-
488-dnl BM_LIBX11()
489-dnl
490-dnl Simple wrapper for XDT_CHECK_LIBX11. Kept for backward
491-dnl compatibility. Will be removed in the future.
492-dnl
493-AC_DEFUN([BM_LIBX11],
494-[
495- AC_REQUIRE([XDT_CHECK_LIBX11])
496-])
497-
498-
499-
500-dnl BM_LIBX11_REQUIRE()
501-dnl
502-dnl Simple wrapper for XDT_CHECK_LIBX11_REQUIRE. Kept for backward
503-dnl compatibility. Will be removed in the future.
504-dnl
505-AC_DEFUN([BM_LIBX11_REQUIRE],
506-[
507- AC_REQUIRE([XDT_CHECK_LIBX11_REQUIRE])
508-])
509-
510-
511-
512-dnl BM_LIBSM()
513-dnl
514-dnl Simple wrapper for XDT_CHECK_LIBSM. Kept for backward
515-dnl compatibility. Will be removed in the future.
516-dnl
517-AC_DEFUN([BM_LIBSM],
518-[
519- AC_REQUIRE([XDT_CHECK_LIBSM])
520-])
521-
522-
523-
524-dnl BM_LIBXPM
525-dnl
526-dnl Simple wrapper for XDT_CHECK_LIBXPM. Kept for backward
527-dnl compatibility. Will be removed in the future.
528-dnl
529-AC_DEFUN([BM_LIBXPM],
530-[
531- AC_REQUIRE([XDT_CHECK_LIBXPM])
532-])
533-
534-
535-
536-dnl BM_LIBXPM_REQUIRE
537-dnl
538-dnl Simple wrapper for XDT_CHECK_LIBXPM_REQUIRE. Kept for
539-dnl backward compatibility. Will be removed in the future.
540-dnl
541-AC_DEFUN([BM_LIBXPM_REQUIRE],
542-[
543- AC_REQUIRE([XDT_CHECK_LIBXPM_REQUIRE])
544-])
545-
546-
547 dnl $Id$
548 dnl
549 dnl Copyright (c) 2002-2006
550@@ -11011,7 +10918,7 @@
551 AC_MSG_CHECKING([if $CC supports $flag])
552 saved_CFLAGS="$CFLAGS"
553 CFLAGS="$CFLAGS $flag"
554- AC_COMPILE_IFELSE([ ], [flag_supported=yes], [flag_supported=no])
555+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([ ])], [flag_supported=yes], [flag_supported=no])
556 CFLAGS="$saved_CFLAGS"
557 AC_MSG_RESULT([$flag_supported])
558
559@@ -11048,7 +10955,7 @@
560 -Wcast-align -Wformat-security \
561 -Winit-self -Wmissing-include-dirs -Wundef \
562 -Wmissing-format-attribute -Wnested-externs"
563- CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
564+ CPPFLAGS="$CPPFLAGS"
565
566 if test x`uname` = x"Linux"; then
567 xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"
568@@ -11088,7 +10995,7 @@
569 CPPFLAGS="$CPPFLAGS -DNDEBUG"
570
571 if test x"$enable_debug" = x"no"; then
572- CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS"
573+ CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
574 AC_MSG_RESULT([no])
575 else
576 AC_MSG_RESULT([minimum])
577@@ -11115,7 +11022,7 @@
578 saved_CFLAGS="$CFLAGS"
579 CFLAGS="$CFLAGS $xdt_vis_test_cflags"
580 AC_MSG_CHECKING([whether $CC supports the GNUC visibility attribute])
581- AC_COMPILE_IFELSE(AC_LANG_SOURCE(
582+ AC_COMPILE_IFELSE([AC_LANG_SOURCE(
583 [
584 void test_default (void);
585 void test_hidden (void);
586@@ -11128,7 +11035,7 @@
587 test_hidden ();
588 return 0;
589 }
590- ]),
591+ ])],
592 [
593 have_gnuc_visibility=yes
594 AC_MSG_RESULT([yes])
595@@ -11189,84 +11096,6 @@
596 fi
597 ])
598
599-dnl BM_DEBUG_SUPPORT()
600-dnl
601-AC_DEFUN([BM_DEBUG_SUPPORT],
602-[
603-dnl # --enable-debug
604- AC_REQUIRE([XDT_FEATURE_DEBUG])
605-
606-dnl # --enable-profiling
607- AC_ARG_ENABLE([profiling],
608-AC_HELP_STRING([--enable-profiling],
609- [Generate extra code to write profile information])
610-AC_HELP_STRING([--disable-profiling],
611- [No extra code for profiling (default)]),
612- [], [enable_profiling=no])
613-
614- AC_MSG_CHECKING([whether to build with profiling support])
615- if test x"$enable_profiling" != x"no"; then
616- CFLAGS="$CFLAGS -pg"
617- LDFLAGS="$LDFLAGS -pg"
618- AC_MSG_RESULT([yes])
619- else
620- AC_MSG_RESULT([no])
621- fi
622-
623-dnl # --enable-gcov
624- AC_ARG_ENABLE([gcov],
625-AC_HELP_STRING([--enable-gcov],
626- [compile with coverage profiling instrumentation (gcc only)])
627-AC_HELP_STRING([--disable-gcov],
628- [do not generate coverage profiling instrumentation (default)]),
629- [], [enable_gcov=no])
630-
631- AC_MSG_CHECKING([whether to compile with coverage profiling instrumentation])
632- if test x"$enable_gcov" != x"no"; then
633- CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
634- AC_MSG_RESULT([yes])
635- else
636- AC_MSG_RESULT([no])
637- fi
638-
639-dnl # --disable-asserts
640- AC_ARG_ENABLE([asserts],
641-AC_HELP_STRING([--disable-asserts], [Disable assertions [DANGEROUS]]),
642- [], [enable_asserts=yes])
643-
644- AC_MSG_CHECKING([whether to disable assertions])
645- if test x"$enable_asserts" = x"no"; then
646- AC_MSG_RESULT([yes])
647- CPPFLAGS="$CPPFLAGS -DG_DISABLE_CHECKS -DG_DISABLE_ASSERT"
648- CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
649- else
650- AC_MSG_RESULT([no])
651- fi
652-
653-dnl # --enable-final
654- AC_REQUIRE([AC_PROG_LD])
655- AC_ARG_ENABLE([final],
656-AC_HELP_STRING([--enable-final], [Build final version]),
657- [], [enable_final=yes])
658-
659- AC_MSG_CHECKING([whether to build final version])
660- if test x"$enable_final" = x"yes"; then
661- AC_MSG_RESULT([yes])
662- AC_MSG_CHECKING([whether $LD accepts -O1])
663- case `$LD -O1 -v 2>&1 </dev/null` in
664- *GNU* | *'with BFD'*)
665- LDFLAGS="$LDFLAGS -Wl,-O1"
666- AC_MSG_RESULT([yes])
667- ;;
668- *)
669- AC_MSG_RESULT([no])
670- ;;
671- esac
672- else
673- AC_MSG_RESULT([no])
674- fi
675-])
676-
677 dnl $Id$
678 dnl
679 dnl Copyright (c) 2002-2006
680@@ -11345,16 +11174,3 @@
681 ])
682
683
684-
685-dnl BM_I18N(PACKAGE, LINGUAS)
686-dnl
687-dnl Simple wrapper for XDT_I18N(LINGUAS, PACKAGE). Kept for
688-dnl backward compatibility. Will be removed in the
689-dnl future.
690-dnl
691-AC_DEFUN([BM_I18N],
692-[
693- XDT_I18N([$2], [$1])
694-])
695-
696-
697
698=== modified file 'compile'
699--- compile 2012-04-09 21:26:50 +0000
700+++ compile 2014-02-06 05:26:15 +0000
701@@ -1,7 +1,7 @@
702 #! /bin/sh
703 # Wrapper for compilers which do not understand '-c -o'.
704
705-scriptversion=2012-01-04.17; # UTC
706+scriptversion=2012-03-05.13; # UTC
707
708 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
709 # Software Foundation, Inc.
710@@ -79,6 +79,48 @@
711 esac
712 }
713
714+# func_cl_dashL linkdir
715+# Make cl look for libraries in LINKDIR
716+func_cl_dashL ()
717+{
718+ func_file_conv "$1"
719+ if test -z "$lib_path"; then
720+ lib_path=$file
721+ else
722+ lib_path="$lib_path;$file"
723+ fi
724+ linker_opts="$linker_opts -LIBPATH:$file"
725+}
726+
727+# func_cl_dashl library
728+# Do a library search-path lookup for cl
729+func_cl_dashl ()
730+{
731+ lib=$1
732+ found=no
733+ save_IFS=$IFS
734+ IFS=';'
735+ for dir in $lib_path $LIB
736+ do
737+ IFS=$save_IFS
738+ if $shared && test -f "$dir/$lib.dll.lib"; then
739+ found=yes
740+ lib=$dir/$lib.dll.lib
741+ break
742+ fi
743+ if test -f "$dir/$lib.lib"; then
744+ found=yes
745+ lib=$dir/$lib.lib
746+ break
747+ fi
748+ done
749+ IFS=$save_IFS
750+
751+ if test "$found" != yes; then
752+ lib=$lib.lib
753+ fi
754+}
755+
756 # func_cl_wrapper cl arg...
757 # Adjust compile command to suit cl
758 func_cl_wrapper ()
759@@ -109,43 +151,34 @@
760 ;;
761 esac
762 ;;
763+ -I)
764+ eat=1
765+ func_file_conv "$2" mingw
766+ set x "$@" -I"$file"
767+ shift
768+ ;;
769 -I*)
770 func_file_conv "${1#-I}" mingw
771 set x "$@" -I"$file"
772 shift
773 ;;
774+ -l)
775+ eat=1
776+ func_cl_dashl "$2"
777+ set x "$@" "$lib"
778+ shift
779+ ;;
780 -l*)
781- lib=${1#-l}
782- found=no
783- save_IFS=$IFS
784- IFS=';'
785- for dir in $lib_path $LIB
786- do
787- IFS=$save_IFS
788- if $shared && test -f "$dir/$lib.dll.lib"; then
789- found=yes
790- set x "$@" "$dir/$lib.dll.lib"
791- break
792- fi
793- if test -f "$dir/$lib.lib"; then
794- found=yes
795- set x "$@" "$dir/$lib.lib"
796- break
797- fi
798- done
799- IFS=$save_IFS
800-
801- test "$found" != yes && set x "$@" "$lib.lib"
802+ func_cl_dashl "${1#-l}"
803+ set x "$@" "$lib"
804 shift
805 ;;
806+ -L)
807+ eat=1
808+ func_cl_dashL "$2"
809+ ;;
810 -L*)
811- func_file_conv "${1#-L}"
812- if test -z "$lib_path"; then
813- lib_path=$file
814- else
815- lib_path="$lib_path;$file"
816- fi
817- linker_opts="$linker_opts -LIBPATH:$file"
818+ func_cl_dashL "${1#-L}"
819 ;;
820 -static)
821 shared=false
822
823=== modified file 'config.guess'
824--- config.guess 2012-04-09 21:26:50 +0000
825+++ config.guess 2014-02-06 05:26:15 +0000
826@@ -4,7 +4,7 @@
827 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
828 # 2011, 2012 Free Software Foundation, Inc.
829
830-timestamp='2012-01-01'
831+timestamp='2012-02-10'
832
833 # This file is free software; you can redistribute it and/or modify it
834 # under the terms of the GNU General Public License as published by
835@@ -17,9 +17,7 @@
836 # General Public License for more details.
837 #
838 # You should have received a copy of the GNU General Public License
839-# along with this program; if not, write to the Free Software
840-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
841-# 02110-1301, USA.
842+# along with this program; if not, see <http://www.gnu.org/licenses/>.
843 #
844 # As a special exception to the GNU General Public License, if you
845 # distribute this file as part of a program that contains a
846@@ -863,6 +861,13 @@
847 i*86:Minix:*:*)
848 echo ${UNAME_MACHINE}-pc-minix
849 exit ;;
850+ aarch64:Linux:*:*)
851+ echo ${UNAME_MACHINE}-unknown-linux-gnu
852+ exit ;;
853+ aarch64_be:Linux:*:*)
854+ UNAME_MACHINE=aarch64_be
855+ echo ${UNAME_MACHINE}-unknown-linux-gnu
856+ exit ;;
857 alpha:Linux:*:*)
858 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
859 EV5) UNAME_MACHINE=alphaev5 ;;
860@@ -1320,6 +1325,9 @@
861 i*86:AROS:*:*)
862 echo ${UNAME_MACHINE}-pc-aros
863 exit ;;
864+ x86_64:VMkernel:*:*)
865+ echo ${UNAME_MACHINE}-unknown-esx
866+ exit ;;
867 esac
868
869 #echo '(No uname command or uname output not recognized.)' 1>&2
870
871=== modified file 'config.h.in'
872--- config.h.in 2011-11-01 18:47:59 +0000
873+++ config.h.in 2014-02-06 05:26:15 +0000
874@@ -39,6 +39,9 @@
875 /* Define to 1 if you have the <memory.h> header file. */
876 #undef HAVE_MEMORY_H
877
878+/* Define if libqrencode >= 3.3.0 present */
879+#undef HAVE_QRENCODE
880+
881 /* Define to 1 if you have the <stdint.h> header file. */
882 #undef HAVE_STDINT_H
883
884
885=== modified file 'config.sub'
886--- config.sub 2012-04-09 21:26:50 +0000
887+++ config.sub 2014-02-06 05:26:15 +0000
888@@ -4,7 +4,7 @@
889 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
890 # 2011, 2012 Free Software Foundation, Inc.
891
892-timestamp='2012-01-01'
893+timestamp='2012-04-18'
894
895 # This file is (in principle) common to ALL GNU software.
896 # The presence of a machine in this file suggests that SOME GNU software
897@@ -21,9 +21,7 @@
898 # GNU General Public License for more details.
899 #
900 # You should have received a copy of the GNU General Public License
901-# along with this program; if not, write to the Free Software
902-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
903-# 02110-1301, USA.
904+# along with this program; if not, see <http://www.gnu.org/licenses/>.
905 #
906 # As a special exception to the GNU General Public License, if you
907 # distribute this file as part of a program that contains a
908@@ -132,6 +130,10 @@
909 os=-$maybe_os
910 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
911 ;;
912+ android-linux)
913+ os=-linux-android
914+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
915+ ;;
916 *)
917 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
918 if [ $basic_machine != $1 ]
919@@ -223,6 +225,12 @@
920 -isc*)
921 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
922 ;;
923+ -lynx*178)
924+ os=-lynxos178
925+ ;;
926+ -lynx*5)
927+ os=-lynxos5
928+ ;;
929 -lynx*)
930 os=-lynxos
931 ;;
932@@ -247,6 +255,7 @@
933 # Some are omitted here because they have special meanings below.
934 1750a | 580 \
935 | a29k \
936+ | aarch64 | aarch64_be \
937 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
938 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
939 | am33_2.0 \
940@@ -319,7 +328,7 @@
941 c6x)
942 basic_machine=tic6x-unknown
943 ;;
944- m6811 | m68hc11 | m6812 | m68hc12 | picochip)
945+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
946 basic_machine=$basic_machine-unknown
947 os=-none
948 ;;
949@@ -332,7 +341,10 @@
950 strongarm | thumb | xscale)
951 basic_machine=arm-unknown
952 ;;
953-
954+ xgate)
955+ basic_machine=$basic_machine-unknown
956+ os=-none
957+ ;;
958 xscaleeb)
959 basic_machine=armeb-unknown
960 ;;
961@@ -355,6 +367,7 @@
962 # Recognize the basic CPU types with company name.
963 580-* \
964 | a29k-* \
965+ | aarch64-* | aarch64_be-* \
966 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
967 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
968 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
969@@ -1530,6 +1543,9 @@
970 c4x-* | tic4x-*)
971 os=-coff
972 ;;
973+ hexagon-*)
974+ os=-elf
975+ ;;
976 tic54x-*)
977 os=-coff
978 ;;
979
980=== modified file 'configure'
981--- configure 2012-04-09 21:26:50 +0000
982+++ configure 2014-02-06 05:26:15 +0000
983@@ -1,7 +1,7 @@
984 #! /bin/sh
985-# From configure.ac b04de51.
986+# From configure.ac 130aa64.
987 # Guess values for system-dependent variables and create Makefiles.
988-# Generated by GNU Autoconf 2.68 for Clipman 1.2.3.
989+# Generated by GNU Autoconf 2.69 for Clipman 1.2.4.
990 #
991 # Report bugs to <http://bugzilla.xfce.org/>.
992 #
993@@ -9,9 +9,7 @@
994 # The Xfce development team. All rights reserved.
995 #
996 #
997-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
998-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
999-# Foundation, Inc.
1000+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
1001 #
1002 #
1003 # This configure script is free software; the Free Software Foundation
1004@@ -140,6 +138,31 @@
1005 # CDPATH.
1006 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1007
1008+# Use a proper internal environment variable to ensure we don't fall
1009+ # into an infinite loop, continuously re-executing ourselves.
1010+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
1011+ _as_can_reexec=no; export _as_can_reexec;
1012+ # We cannot yet assume a decent shell, so we have to provide a
1013+# neutralization value for shells without unset; and this also
1014+# works around shells that cannot unset nonexistent variables.
1015+# Preserve -v and -x to the replacement shell.
1016+BASH_ENV=/dev/null
1017+ENV=/dev/null
1018+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1019+case $- in # ((((
1020+ *v*x* | *x*v* ) as_opts=-vx ;;
1021+ *v* ) as_opts=-v ;;
1022+ *x* ) as_opts=-x ;;
1023+ * ) as_opts= ;;
1024+esac
1025+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
1026+# Admittedly, this is quite paranoid, since all the known shells bail
1027+# out after a failed `exec'.
1028+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
1029+as_fn_exit 255
1030+ fi
1031+ # We don't want this to propagate to other subprocesses.
1032+ { _as_can_reexec=; unset _as_can_reexec;}
1033 if test "x$CONFIG_SHELL" = x; then
1034 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
1035 emulate sh
1036@@ -173,7 +196,8 @@
1037 else
1038 exitcode=1; echo positional parameters were not saved.
1039 fi
1040-test x\$exitcode = x0 || exit 1"
1041+test x\$exitcode = x0 || exit 1
1042+test -x / || exit 1"
1043 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
1044 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
1045 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
1046@@ -226,21 +250,25 @@
1047
1048
1049 if test "x$CONFIG_SHELL" != x; then :
1050- # We cannot yet assume a decent shell, so we have to provide a
1051- # neutralization value for shells without unset; and this also
1052- # works around shells that cannot unset nonexistent variables.
1053- # Preserve -v and -x to the replacement shell.
1054- BASH_ENV=/dev/null
1055- ENV=/dev/null
1056- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1057- export CONFIG_SHELL
1058- case $- in # ((((
1059- *v*x* | *x*v* ) as_opts=-vx ;;
1060- *v* ) as_opts=-v ;;
1061- *x* ) as_opts=-x ;;
1062- * ) as_opts= ;;
1063- esac
1064- exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
1065+ export CONFIG_SHELL
1066+ # We cannot yet assume a decent shell, so we have to provide a
1067+# neutralization value for shells without unset; and this also
1068+# works around shells that cannot unset nonexistent variables.
1069+# Preserve -v and -x to the replacement shell.
1070+BASH_ENV=/dev/null
1071+ENV=/dev/null
1072+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1073+case $- in # ((((
1074+ *v*x* | *x*v* ) as_opts=-vx ;;
1075+ *v* ) as_opts=-v ;;
1076+ *x* ) as_opts=-x ;;
1077+ * ) as_opts= ;;
1078+esac
1079+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
1080+# Admittedly, this is quite paranoid, since all the known shells bail
1081+# out after a failed `exec'.
1082+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
1083+exit 255
1084 fi
1085
1086 if test x$as_have_required = xno; then :
1087@@ -343,6 +371,14 @@
1088
1089
1090 } # as_fn_mkdir_p
1091+
1092+# as_fn_executable_p FILE
1093+# -----------------------
1094+# Test if FILE is an executable regular file.
1095+as_fn_executable_p ()
1096+{
1097+ test -f "$1" && test -x "$1"
1098+} # as_fn_executable_p
1099 # as_fn_append VAR VALUE
1100 # ----------------------
1101 # Append the text in VALUE to the end of the definition contained in VAR. Take
1102@@ -464,6 +500,10 @@
1103 chmod +x "$as_me.lineno" ||
1104 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1105
1106+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
1107+ # already done that, so ensure we don't try to do so again and fall
1108+ # in an infinite loop. This has already happened in practice.
1109+ _as_can_reexec=no; export _as_can_reexec
1110 # Don't try to exec as it changes $[0], causing all sort of problems
1111 # (the dirname of $[0] is not the place where we might find the
1112 # original and so on. Autoconf is especially sensitive to this).
1113@@ -498,16 +538,16 @@
1114 # ... but there are two gotchas:
1115 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1116 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1117- # In both cases, we have to default to `cp -p'.
1118+ # In both cases, we have to default to `cp -pR'.
1119 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1120- as_ln_s='cp -p'
1121+ as_ln_s='cp -pR'
1122 elif ln conf$$.file conf$$ 2>/dev/null; then
1123 as_ln_s=ln
1124 else
1125- as_ln_s='cp -p'
1126+ as_ln_s='cp -pR'
1127 fi
1128 else
1129- as_ln_s='cp -p'
1130+ as_ln_s='cp -pR'
1131 fi
1132 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1133 rmdir conf$$.dir 2>/dev/null
1134@@ -519,28 +559,8 @@
1135 as_mkdir_p=false
1136 fi
1137
1138-if test -x / >/dev/null 2>&1; then
1139- as_test_x='test -x'
1140-else
1141- if ls -dL / >/dev/null 2>&1; then
1142- as_ls_L_option=L
1143- else
1144- as_ls_L_option=
1145- fi
1146- as_test_x='
1147- eval sh -c '\''
1148- if test -d "$1"; then
1149- test -d "$1/.";
1150- else
1151- case $1 in #(
1152- -*)set "./$1";;
1153- esac;
1154- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1155- ???[sx]*):;;*)false;;esac;fi
1156- '\'' sh
1157- '
1158-fi
1159-as_executable_p=$as_test_x
1160+as_test_x='test -x'
1161+as_executable_p=as_fn_executable_p
1162
1163 # Sed expression to map a string onto a valid CPP name.
1164 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1165@@ -574,8 +594,8 @@
1166 # Identity of this package.
1167 PACKAGE_NAME='Clipman'
1168 PACKAGE_TARNAME='xfce4-clipman-plugin'
1169-PACKAGE_VERSION='1.2.3'
1170-PACKAGE_STRING='Clipman 1.2.3'
1171+PACKAGE_VERSION='1.2.4'
1172+PACKAGE_STRING='Clipman 1.2.4'
1173 PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
1174 PACKAGE_URL='http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin'
1175
1176@@ -632,14 +652,12 @@
1177 CATALOGS
1178 MSGFMT_OPTS
1179 GETTEXT_PACKAGE
1180-GENERATE_DOCUMENTATION_FALSE
1181-GENERATE_DOCUMENTATION_TRUE
1182-GNOME_DOC_TOOL
1183-ITSTOOL
1184-GNOME_DOC_UTILS_REQUIRED_VERSION
1185-GNOME_DOC_UTILS_LIBS
1186-GNOME_DOC_UTILS_CFLAGS
1187-GNOME_DOC_UTILS_VERSION
1188+HAVE_QRENCODE_FALSE
1189+HAVE_QRENCODE_TRUE
1190+QRENCODE_REQUIRED_VERSION
1191+QRENCODE_LIBS
1192+QRENCODE_CFLAGS
1193+QRENCODE_VERSION
1194 HAVE_UNIQUE_FALSE
1195 HAVE_UNIQUE_TRUE
1196 UNIQUE_REQUIRED_VERSION
1197@@ -872,7 +890,7 @@
1198 enable_nls
1199 with_x
1200 enable_unique
1201-enable_gen_doc
1202+enable_libqrencode
1203 with_locales_dir
1204 enable_debug
1205 '
1206@@ -1344,8 +1362,6 @@
1207 if test "x$host_alias" != x; then
1208 if test "x$build_alias" = x; then
1209 cross_compiling=maybe
1210- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1211- If a cross compiler is detected then cross compile mode will be used" >&2
1212 elif test "x$build_alias" != "x$host_alias"; then
1213 cross_compiling=yes
1214 fi
1215@@ -1431,7 +1447,7 @@
1216 # Omit some internal or obsolete options to make the list less imposing.
1217 # This message is too long to be a string in the A/UX 3.1 sh.
1218 cat <<_ACEOF
1219-\`configure' configures Clipman 1.2.3 to adapt to many kinds of systems.
1220+\`configure' configures Clipman 1.2.4 to adapt to many kinds of systems.
1221
1222 Usage: $0 [OPTION]... [VAR=VALUE]...
1223
1224@@ -1507,7 +1523,7 @@
1225
1226 if test -n "$ac_init_help"; then
1227 case $ac_init_help in
1228- short | recursive ) echo "Configuration of Clipman 1.2.3:";;
1229+ short | recursive ) echo "Configuration of Clipman 1.2.4:";;
1230 esac
1231 cat <<\_ACEOF
1232
1233@@ -1530,8 +1546,9 @@
1234 --enable-unique Enable checking for Unique support
1235 (default=[])
1236 --disable-unique Disable checking for Unique support
1237- --enable-gen-doc Generate HTML documentation (requires
1238- gnome-doc-utils) [default=no]
1239+ --enable-libqrencode Enable checking for QR Code support
1240+ (default=[])
1241+ --disable-libqrencode Disable checking for QR Code support
1242 --enable-debug[=no|minimum|yes|full]
1243 Build with debugging support [default=[]]
1244 --disable-debug Include no debugging support
1245@@ -1632,10 +1649,10 @@
1246 test -n "$ac_init_help" && exit $ac_status
1247 if $ac_init_version; then
1248 cat <<\_ACEOF
1249-Clipman configure 1.2.3
1250-generated by GNU Autoconf 2.68
1251+Clipman configure 1.2.4
1252+generated by GNU Autoconf 2.69
1253
1254-Copyright (C) 2010 Free Software Foundation, Inc.
1255+Copyright (C) 2012 Free Software Foundation, Inc.
1256 This configure script is free software; the Free Software Foundation
1257 gives unlimited permission to copy, distribute and modify it.
1258
1259@@ -1714,7 +1731,7 @@
1260 test ! -s conftest.err
1261 } && test -s conftest$ac_exeext && {
1262 test "$cross_compiling" = yes ||
1263- $as_test_x conftest$ac_exeext
1264+ test -x conftest$ac_exeext
1265 }; then :
1266 ac_retval=0
1267 else
1268@@ -2004,8 +2021,8 @@
1269 This file contains any messages produced by compilers while
1270 running configure, to aid debugging if configure makes a mistake.
1271
1272-It was created by Clipman $as_me 1.2.3, which was
1273-generated by GNU Autoconf 2.68. Invocation command line was
1274+It was created by Clipman $as_me 1.2.4, which was
1275+generated by GNU Autoconf 2.69. Invocation command line was
1276
1277 $ $0 $@
1278
1279@@ -2352,6 +2369,8 @@
1280 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1281
1282
1283+ac_config_headers="$ac_config_headers config.h"
1284+
1285
1286 ac_aux_dir=
1287 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1288@@ -2533,7 +2552,7 @@
1289 # by default.
1290 for ac_prog in ginstall scoinst install; do
1291 for ac_exec_ext in '' $ac_executable_extensions; do
1292- if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1293+ if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install &&
1295 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention.
1297@@ -2702,7 +2721,7 @@
1298 IFS=$as_save_IFS
1299 test -z "$as_dir" && as_dir=.
1300 for ac_exec_ext in '' $ac_executable_extensions; do
1301- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1302+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1303 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1305 break 2
1306@@ -2742,7 +2761,7 @@
1307 IFS=$as_save_IFS
1308 test -z "$as_dir" && as_dir=.
1309 for ac_exec_ext in '' $ac_executable_extensions; do
1310- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1311+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1312 ac_cv_prog_ac_ct_STRIP="strip"
1313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1314 break 2
1315@@ -2793,7 +2812,7 @@
1316 test -z "$as_dir" && as_dir=.
1317 for ac_prog in mkdir gmkdir; do
1318 for ac_exec_ext in '' $ac_executable_extensions; do
1319- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1320+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
1321 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1322 'mkdir (GNU coreutils) '* | \
1323 'mkdir (coreutils) '* | \
1324@@ -2846,7 +2865,7 @@
1325 IFS=$as_save_IFS
1326 test -z "$as_dir" && as_dir=.
1327 for ac_exec_ext in '' $ac_executable_extensions; do
1328- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1329+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1330 ac_cv_prog_AWK="$ac_prog"
1331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1332 break 2
1333@@ -2932,7 +2951,7 @@
1334
1335 # Define the identity of the package.
1336 PACKAGE='xfce4-clipman-plugin'
1337- VERSION='1.2.3'
1338+ VERSION='1.2.4'
1339
1340
1341 cat >>confdefs.h <<_ACEOF
1342@@ -2972,8 +2991,6 @@
1343
1344
1345
1346-ac_config_headers="$ac_config_headers config.h"
1347-
1348
1349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1350 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1351@@ -3217,7 +3234,7 @@
1352 IFS=$as_save_IFS
1353 test -z "$as_dir" && as_dir=.
1354 for ac_exec_ext in '' $ac_executable_extensions; do
1355- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1356+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1357 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1359 break 2
1360@@ -3257,7 +3274,7 @@
1361 IFS=$as_save_IFS
1362 test -z "$as_dir" && as_dir=.
1363 for ac_exec_ext in '' $ac_executable_extensions; do
1364- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1365+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1366 ac_cv_prog_ac_ct_CC="gcc"
1367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1368 break 2
1369@@ -3310,7 +3327,7 @@
1370 IFS=$as_save_IFS
1371 test -z "$as_dir" && as_dir=.
1372 for ac_exec_ext in '' $ac_executable_extensions; do
1373- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1374+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1375 ac_cv_prog_CC="${ac_tool_prefix}cc"
1376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1377 break 2
1378@@ -3351,7 +3368,7 @@
1379 IFS=$as_save_IFS
1380 test -z "$as_dir" && as_dir=.
1381 for ac_exec_ext in '' $ac_executable_extensions; do
1382- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1383+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1384 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1385 ac_prog_rejected=yes
1386 continue
1387@@ -3409,7 +3426,7 @@
1388 IFS=$as_save_IFS
1389 test -z "$as_dir" && as_dir=.
1390 for ac_exec_ext in '' $ac_executable_extensions; do
1391- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1392+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1393 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1395 break 2
1396@@ -3453,7 +3470,7 @@
1397 IFS=$as_save_IFS
1398 test -z "$as_dir" && as_dir=.
1399 for ac_exec_ext in '' $ac_executable_extensions; do
1400- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1401+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1402 ac_cv_prog_ac_ct_CC="$ac_prog"
1403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1404 break 2
1405@@ -3899,8 +3916,7 @@
1406 /* end confdefs.h. */
1407 #include <stdarg.h>
1408 #include <stdio.h>
1409-#include <sys/types.h>
1410-#include <sys/stat.h>
1411+struct stat;
1412 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
1413 struct buf { int x; };
1414 FILE * (*rcsopen) (struct buf *, struct stat *, int);
1415@@ -4135,7 +4151,7 @@
1416 for ac_prog in sed gsed; do
1417 for ac_exec_ext in '' $ac_executable_extensions; do
1418 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
1419- { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
1420+ as_fn_executable_p "$ac_path_SED" || continue
1421 # Check for GNU ac_path_SED and select it if it is found.
1422 # Check for GNU $ac_path_SED
1423 case `"$ac_path_SED" --version 2>&1` in
1424@@ -4211,7 +4227,7 @@
1425 for ac_prog in grep ggrep; do
1426 for ac_exec_ext in '' $ac_executable_extensions; do
1427 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
1428- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
1429+ as_fn_executable_p "$ac_path_GREP" || continue
1430 # Check for GNU ac_path_GREP and select it if it is found.
1431 # Check for GNU $ac_path_GREP
1432 case `"$ac_path_GREP" --version 2>&1` in
1433@@ -4277,7 +4293,7 @@
1434 for ac_prog in egrep; do
1435 for ac_exec_ext in '' $ac_executable_extensions; do
1436 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
1437- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
1438+ as_fn_executable_p "$ac_path_EGREP" || continue
1439 # Check for GNU ac_path_EGREP and select it if it is found.
1440 # Check for GNU $ac_path_EGREP
1441 case `"$ac_path_EGREP" --version 2>&1` in
1442@@ -4344,7 +4360,7 @@
1443 for ac_prog in fgrep; do
1444 for ac_exec_ext in '' $ac_executable_extensions; do
1445 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
1446- { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
1447+ as_fn_executable_p "$ac_path_FGREP" || continue
1448 # Check for GNU ac_path_FGREP and select it if it is found.
1449 # Check for GNU $ac_path_FGREP
1450 case `"$ac_path_FGREP" --version 2>&1` in
1451@@ -4600,7 +4616,7 @@
1452 IFS=$as_save_IFS
1453 test -z "$as_dir" && as_dir=.
1454 for ac_exec_ext in '' $ac_executable_extensions; do
1455- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1456+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1457 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
1458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1459 break 2
1460@@ -4644,7 +4660,7 @@
1461 IFS=$as_save_IFS
1462 test -z "$as_dir" && as_dir=.
1463 for ac_exec_ext in '' $ac_executable_extensions; do
1464- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1465+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1466 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
1467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1468 break 2
1469@@ -5068,7 +5084,7 @@
1470 IFS=$as_save_IFS
1471 test -z "$as_dir" && as_dir=.
1472 for ac_exec_ext in '' $ac_executable_extensions; do
1473- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1474+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1475 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
1476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1477 break 2
1478@@ -5108,7 +5124,7 @@
1479 IFS=$as_save_IFS
1480 test -z "$as_dir" && as_dir=.
1481 for ac_exec_ext in '' $ac_executable_extensions; do
1482- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1483+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1484 ac_cv_prog_ac_ct_OBJDUMP="objdump"
1485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1486 break 2
1487@@ -5234,10 +5250,6 @@
1488 fi
1489 ;;
1490
1491-gnu*)
1492- lt_cv_deplibs_check_method=pass_all
1493- ;;
1494-
1495 haiku*)
1496 lt_cv_deplibs_check_method=pass_all
1497 ;;
1498@@ -5276,11 +5288,11 @@
1499 ;;
1500
1501 # This must be glibc/ELF.
1502-linux* | k*bsd*-gnu | kopensolaris*-gnu)
1503+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
1504 lt_cv_deplibs_check_method=pass_all
1505 ;;
1506
1507-netbsd*)
1508+netbsd* | netbsdelf*-gnu)
1509 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
1510 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
1511 else
1512@@ -5414,7 +5426,7 @@
1513 IFS=$as_save_IFS
1514 test -z "$as_dir" && as_dir=.
1515 for ac_exec_ext in '' $ac_executable_extensions; do
1516- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1517+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1518 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
1519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1520 break 2
1521@@ -5454,7 +5466,7 @@
1522 IFS=$as_save_IFS
1523 test -z "$as_dir" && as_dir=.
1524 for ac_exec_ext in '' $ac_executable_extensions; do
1525- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1526+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1527 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
1528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1529 break 2
1530@@ -5558,7 +5570,7 @@
1531 IFS=$as_save_IFS
1532 test -z "$as_dir" && as_dir=.
1533 for ac_exec_ext in '' $ac_executable_extensions; do
1534- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1535+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1536 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
1537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1538 break 2
1539@@ -5602,7 +5614,7 @@
1540 IFS=$as_save_IFS
1541 test -z "$as_dir" && as_dir=.
1542 for ac_exec_ext in '' $ac_executable_extensions; do
1543- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1544+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1545 ac_cv_prog_ac_ct_AR="$ac_prog"
1546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1547 break 2
1548@@ -5727,7 +5739,7 @@
1549 IFS=$as_save_IFS
1550 test -z "$as_dir" && as_dir=.
1551 for ac_exec_ext in '' $ac_executable_extensions; do
1552- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1553+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1554 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1556 break 2
1557@@ -5767,7 +5779,7 @@
1558 IFS=$as_save_IFS
1559 test -z "$as_dir" && as_dir=.
1560 for ac_exec_ext in '' $ac_executable_extensions; do
1561- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1562+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1563 ac_cv_prog_ac_ct_STRIP="strip"
1564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1565 break 2
1566@@ -5826,7 +5838,7 @@
1567 IFS=$as_save_IFS
1568 test -z "$as_dir" && as_dir=.
1569 for ac_exec_ext in '' $ac_executable_extensions; do
1570- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1571+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1572 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1574 break 2
1575@@ -5866,7 +5878,7 @@
1576 IFS=$as_save_IFS
1577 test -z "$as_dir" && as_dir=.
1578 for ac_exec_ext in '' $ac_executable_extensions; do
1579- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1580+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1581 ac_cv_prog_ac_ct_RANLIB="ranlib"
1582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1583 break 2
1584@@ -6515,7 +6527,7 @@
1585 IFS=$as_save_IFS
1586 test -z "$as_dir" && as_dir=.
1587 for ac_exec_ext in '' $ac_executable_extensions; do
1588- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1589+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1590 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
1591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1592 break 2
1593@@ -6555,7 +6567,7 @@
1594 IFS=$as_save_IFS
1595 test -z "$as_dir" && as_dir=.
1596 for ac_exec_ext in '' $ac_executable_extensions; do
1597- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1598+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1599 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
1600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1601 break 2
1602@@ -6635,7 +6647,7 @@
1603 IFS=$as_save_IFS
1604 test -z "$as_dir" && as_dir=.
1605 for ac_exec_ext in '' $ac_executable_extensions; do
1606- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1607+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1608 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
1609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1610 break 2
1611@@ -6675,7 +6687,7 @@
1612 IFS=$as_save_IFS
1613 test -z "$as_dir" && as_dir=.
1614 for ac_exec_ext in '' $ac_executable_extensions; do
1615- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1616+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1617 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
1618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1619 break 2
1620@@ -6727,7 +6739,7 @@
1621 IFS=$as_save_IFS
1622 test -z "$as_dir" && as_dir=.
1623 for ac_exec_ext in '' $ac_executable_extensions; do
1624- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1625+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1626 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
1627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1628 break 2
1629@@ -6767,7 +6779,7 @@
1630 IFS=$as_save_IFS
1631 test -z "$as_dir" && as_dir=.
1632 for ac_exec_ext in '' $ac_executable_extensions; do
1633- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1634+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1635 ac_cv_prog_ac_ct_NMEDIT="nmedit"
1636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1637 break 2
1638@@ -6819,7 +6831,7 @@
1639 IFS=$as_save_IFS
1640 test -z "$as_dir" && as_dir=.
1641 for ac_exec_ext in '' $ac_executable_extensions; do
1642- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1643+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1644 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
1645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1646 break 2
1647@@ -6859,7 +6871,7 @@
1648 IFS=$as_save_IFS
1649 test -z "$as_dir" && as_dir=.
1650 for ac_exec_ext in '' $ac_executable_extensions; do
1651- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1652+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1653 ac_cv_prog_ac_ct_LIPO="lipo"
1654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1655 break 2
1656@@ -6911,7 +6923,7 @@
1657 IFS=$as_save_IFS
1658 test -z "$as_dir" && as_dir=.
1659 for ac_exec_ext in '' $ac_executable_extensions; do
1660- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1661+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1662 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
1663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1664 break 2
1665@@ -6951,7 +6963,7 @@
1666 IFS=$as_save_IFS
1667 test -z "$as_dir" && as_dir=.
1668 for ac_exec_ext in '' $ac_executable_extensions; do
1669- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1670+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1671 ac_cv_prog_ac_ct_OTOOL="otool"
1672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1673 break 2
1674@@ -7003,7 +7015,7 @@
1675 IFS=$as_save_IFS
1676 test -z "$as_dir" && as_dir=.
1677 for ac_exec_ext in '' $ac_executable_extensions; do
1678- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1679+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1680 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
1681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1682 break 2
1683@@ -7043,7 +7055,7 @@
1684 IFS=$as_save_IFS
1685 test -z "$as_dir" && as_dir=.
1686 for ac_exec_ext in '' $ac_executable_extensions; do
1687- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1688+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1689 ac_cv_prog_ac_ct_OTOOL64="otool64"
1690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1691 break 2
1692@@ -8198,7 +8210,7 @@
1693 lt_prog_compiler_static='-non_shared'
1694 ;;
1695
1696- linux* | k*bsd*-gnu | kopensolaris*-gnu)
1697+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
1698 case $cc_basename in
1699 # old Intel for x86_64 which still supported -KPIC.
1700 ecc*)
1701@@ -8676,6 +8688,9 @@
1702 openbsd*)
1703 with_gnu_ld=no
1704 ;;
1705+ linux* | k*bsd*-gnu | gnu*)
1706+ link_all_deplibs=no
1707+ ;;
1708 esac
1709
1710 ld_shlibs=yes
1711@@ -8897,7 +8912,7 @@
1712 fi
1713 ;;
1714
1715- netbsd*)
1716+ netbsd* | netbsdelf*-gnu)
1717 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
1718 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
1719 wlarc=
1720@@ -9074,6 +9089,7 @@
1721 if test "$aix_use_runtimelinking" = yes; then
1722 shared_flag="$shared_flag "'${wl}-G'
1723 fi
1724+ link_all_deplibs=no
1725 else
1726 # not using gcc
1727 if test "$host_cpu" = ia64; then
1728@@ -9527,7 +9543,7 @@
1729 link_all_deplibs=yes
1730 ;;
1731
1732- netbsd*)
1733+ netbsd* | netbsdelf*-gnu)
1734 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
1735 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
1736 else
1737@@ -10364,17 +10380,6 @@
1738 esac
1739 ;;
1740
1741-gnu*)
1742- version_type=linux # correct to gnu/linux during the next big refactor
1743- need_lib_prefix=no
1744- need_version=no
1745- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1746- soname_spec='${libname}${release}${shared_ext}$major'
1747- shlibpath_var=LD_LIBRARY_PATH
1748- shlibpath_overrides_runpath=no
1749- hardcode_into_libs=yes
1750- ;;
1751-
1752 haiku*)
1753 version_type=linux # correct to gnu/linux during the next big refactor
1754 need_lib_prefix=no
1755@@ -10491,7 +10496,7 @@
1756 ;;
1757
1758 # This must be glibc/ELF.
1759-linux* | k*bsd*-gnu | kopensolaris*-gnu)
1760+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
1761 version_type=linux # correct to gnu/linux during the next big refactor
1762 need_lib_prefix=no
1763 need_version=no
1764@@ -10555,6 +10560,18 @@
1765 dynamic_linker='GNU/Linux ld.so'
1766 ;;
1767
1768+netbsdelf*-gnu)
1769+ version_type=linux
1770+ need_lib_prefix=no
1771+ need_version=no
1772+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1773+ soname_spec='${libname}${release}${shared_ext}$major'
1774+ shlibpath_var=LD_LIBRARY_PATH
1775+ shlibpath_overrides_runpath=no
1776+ hardcode_into_libs=yes
1777+ dynamic_linker='NetBSD ld.elf_so'
1778+ ;;
1779+
1780 netbsd*)
1781 version_type=sunos
1782 need_lib_prefix=no
1783@@ -11548,7 +11565,7 @@
1784 IFS=$as_save_IFS
1785 test -z "$as_dir" && as_dir=.
1786 for ac_exec_ext in '' $ac_executable_extensions; do
1787- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1788+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1789 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1791 break 2
1792@@ -11588,7 +11605,7 @@
1793 IFS=$as_save_IFS
1794 test -z "$as_dir" && as_dir=.
1795 for ac_exec_ext in '' $ac_executable_extensions; do
1796- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1797+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1798 ac_cv_prog_ac_ct_CC="gcc"
1799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1800 break 2
1801@@ -11641,7 +11658,7 @@
1802 IFS=$as_save_IFS
1803 test -z "$as_dir" && as_dir=.
1804 for ac_exec_ext in '' $ac_executable_extensions; do
1805- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1806+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1807 ac_cv_prog_CC="${ac_tool_prefix}cc"
1808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1809 break 2
1810@@ -11682,7 +11699,7 @@
1811 IFS=$as_save_IFS
1812 test -z "$as_dir" && as_dir=.
1813 for ac_exec_ext in '' $ac_executable_extensions; do
1814- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1815+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1816 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1817 ac_prog_rejected=yes
1818 continue
1819@@ -11740,7 +11757,7 @@
1820 IFS=$as_save_IFS
1821 test -z "$as_dir" && as_dir=.
1822 for ac_exec_ext in '' $ac_executable_extensions; do
1823- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1824+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1825 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1827 break 2
1828@@ -11784,7 +11801,7 @@
1829 IFS=$as_save_IFS
1830 test -z "$as_dir" && as_dir=.
1831 for ac_exec_ext in '' $ac_executable_extensions; do
1832- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1833+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1834 ac_cv_prog_ac_ct_CC="$ac_prog"
1835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1836 break 2
1837@@ -11980,8 +11997,7 @@
1838 /* end confdefs.h. */
1839 #include <stdarg.h>
1840 #include <stdio.h>
1841-#include <sys/types.h>
1842-#include <sys/stat.h>
1843+struct stat;
1844 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
1845 struct buf { int x; };
1846 FILE * (*rcsopen) (struct buf *, struct stat *, int);
1847@@ -12455,14 +12471,12 @@
1848 ;;
1849 esac
1850
1851+INTLTOOL_REQUIRED_VERSION_AS_INT=`echo | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
1852+INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
1853+INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
1854 if test -n ""; then
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= " >&5
1856 $as_echo_n "checking for intltool >= ... " >&6; }
1857-
1858- INTLTOOL_REQUIRED_VERSION_AS_INT=`echo | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
1859- INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
1860- INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
1861-
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
1863 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
1864 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
1865@@ -12487,7 +12501,7 @@
1866 IFS=$as_save_IFS
1867 test -z "$as_dir" && as_dir=.
1868 for ac_exec_ext in '' $ac_executable_extensions; do
1869- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1870+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1871 ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
1872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1873 break 2
1874@@ -12527,7 +12541,7 @@
1875 IFS=$as_save_IFS
1876 test -z "$as_dir" && as_dir=.
1877 for ac_exec_ext in '' $ac_executable_extensions; do
1878- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1879+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1880 ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
1881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1882 break 2
1883@@ -12567,7 +12581,7 @@
1884 IFS=$as_save_IFS
1885 test -z "$as_dir" && as_dir=.
1886 for ac_exec_ext in '' $ac_executable_extensions; do
1887- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1888+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1889 ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
1890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1891 break 2
1892@@ -12623,7 +12637,11 @@
1893 INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
1894 INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
1895 INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
1896+if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
1897 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
1898+else
1899+ INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir'
1900+fi
1901 INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
1902 INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
1903 INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
1904@@ -12747,7 +12765,7 @@
1905 IFS=$as_save_IFS
1906 test -z "$as_dir" && as_dir=.
1907 for ac_exec_ext in '' $ac_executable_extensions; do
1908- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1909+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1910 ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
1911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1912 break 2
1913@@ -12787,7 +12805,7 @@
1914 IFS=$as_save_IFS
1915 test -z "$as_dir" && as_dir=.
1916 for ac_exec_ext in '' $ac_executable_extensions; do
1917- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1918+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1919 ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
1920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1921 break 2
1922@@ -12827,7 +12845,7 @@
1923 IFS=$as_save_IFS
1924 test -z "$as_dir" && as_dir=.
1925 for ac_exec_ext in '' $ac_executable_extensions; do
1926- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1928 ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
1929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1930 break 2
1931@@ -12867,7 +12885,7 @@
1932 IFS=$as_save_IFS
1933 test -z "$as_dir" && as_dir=.
1934 for ac_exec_ext in '' $ac_executable_extensions; do
1935- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1936+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1937 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1939 break 2
1940@@ -12918,7 +12936,7 @@
1941 IFS=$as_save_IFS
1942 test -z "$as_dir" && as_dir=.
1943 for ac_exec_ext in '' $ac_executable_extensions; do
1944- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1945+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1946 ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
1947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1948 break 2
1949@@ -13910,7 +13928,7 @@
1950 IFS=$as_save_IFS
1951 test -z "$as_dir" && as_dir=.
1952 for ac_exec_ext in '' $ac_executable_extensions; do
1953- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1954+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1955 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1957 break 2
1958@@ -13953,7 +13971,7 @@
1959 IFS=$as_save_IFS
1960 test -z "$as_dir" && as_dir=.
1961 for ac_exec_ext in '' $ac_executable_extensions; do
1962- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1963+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1964 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1966 break 2
1967@@ -14105,7 +14123,7 @@
1968 IFS=$as_save_IFS
1969 test -z "$as_dir" && as_dir=.
1970 for ac_exec_ext in '' $ac_executable_extensions; do
1971- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1972+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1973 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1975 break 2
1976@@ -14148,7 +14166,7 @@
1977 IFS=$as_save_IFS
1978 test -z "$as_dir" && as_dir=.
1979 for ac_exec_ext in '' $ac_executable_extensions; do
1980- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1981+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1982 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1984 break 2
1985@@ -14300,7 +14318,7 @@
1986 IFS=$as_save_IFS
1987 test -z "$as_dir" && as_dir=.
1988 for ac_exec_ext in '' $ac_executable_extensions; do
1989- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1990+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1991 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1993 break 2
1994@@ -14343,7 +14361,7 @@
1995 IFS=$as_save_IFS
1996 test -z "$as_dir" && as_dir=.
1997 for ac_exec_ext in '' $ac_executable_extensions; do
1998- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1999+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2000 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2002 break 2
2003@@ -14495,7 +14513,7 @@
2004 IFS=$as_save_IFS
2005 test -z "$as_dir" && as_dir=.
2006 for ac_exec_ext in '' $ac_executable_extensions; do
2007- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2008+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2009 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2011 break 2
2012@@ -14538,7 +14556,7 @@
2013 IFS=$as_save_IFS
2014 test -z "$as_dir" && as_dir=.
2015 for ac_exec_ext in '' $ac_executable_extensions; do
2016- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2017+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2018 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2020 break 2
2021@@ -14690,7 +14708,7 @@
2022 IFS=$as_save_IFS
2023 test -z "$as_dir" && as_dir=.
2024 for ac_exec_ext in '' $ac_executable_extensions; do
2025- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2026+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2027 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2029 break 2
2030@@ -14733,7 +14751,7 @@
2031 IFS=$as_save_IFS
2032 test -z "$as_dir" && as_dir=.
2033 for ac_exec_ext in '' $ac_executable_extensions; do
2034- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2035+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2036 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2038 break 2
2039@@ -14885,7 +14903,7 @@
2040 IFS=$as_save_IFS
2041 test -z "$as_dir" && as_dir=.
2042 for ac_exec_ext in '' $ac_executable_extensions; do
2043- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2044+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2045 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2047 break 2
2048@@ -14928,7 +14946,7 @@
2049 IFS=$as_save_IFS
2050 test -z "$as_dir" && as_dir=.
2051 for ac_exec_ext in '' $ac_executable_extensions; do
2052- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2053+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2054 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2056 break 2
2057@@ -15080,7 +15098,7 @@
2058 IFS=$as_save_IFS
2059 test -z "$as_dir" && as_dir=.
2060 for ac_exec_ext in '' $ac_executable_extensions; do
2061- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2062+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2063 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2065 break 2
2066@@ -15123,7 +15141,7 @@
2067 IFS=$as_save_IFS
2068 test -z "$as_dir" && as_dir=.
2069 for ac_exec_ext in '' $ac_executable_extensions; do
2070- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2071+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2072 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2074 break 2
2075@@ -15275,7 +15293,7 @@
2076 IFS=$as_save_IFS
2077 test -z "$as_dir" && as_dir=.
2078 for ac_exec_ext in '' $ac_executable_extensions; do
2079- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2080+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2081 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2083 break 2
2084@@ -15318,7 +15336,7 @@
2085 IFS=$as_save_IFS
2086 test -z "$as_dir" && as_dir=.
2087 for ac_exec_ext in '' $ac_executable_extensions; do
2088- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2089+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2090 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2092 break 2
2093@@ -15470,7 +15488,7 @@
2094 IFS=$as_save_IFS
2095 test -z "$as_dir" && as_dir=.
2096 for ac_exec_ext in '' $ac_executable_extensions; do
2097- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2098+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2099 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2101 break 2
2102@@ -15513,7 +15531,7 @@
2103 IFS=$as_save_IFS
2104 test -z "$as_dir" && as_dir=.
2105 for ac_exec_ext in '' $ac_executable_extensions; do
2106- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2107+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2108 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2110 break 2
2111@@ -15665,7 +15683,7 @@
2112 IFS=$as_save_IFS
2113 test -z "$as_dir" && as_dir=.
2114 for ac_exec_ext in '' $ac_executable_extensions; do
2115- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2116+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2117 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2119 break 2
2120@@ -15708,7 +15726,7 @@
2121 IFS=$as_save_IFS
2122 test -z "$as_dir" && as_dir=.
2123 for ac_exec_ext in '' $ac_executable_extensions; do
2124- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2125+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2126 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2128 break 2
2129@@ -15860,7 +15878,7 @@
2130 IFS=$as_save_IFS
2131 test -z "$as_dir" && as_dir=.
2132 for ac_exec_ext in '' $ac_executable_extensions; do
2133- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2134+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2135 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2137 break 2
2138@@ -15903,7 +15921,7 @@
2139 IFS=$as_save_IFS
2140 test -z "$as_dir" && as_dir=.
2141 for ac_exec_ext in '' $ac_executable_extensions; do
2142- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2143+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2144 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2146 break 2
2147@@ -16069,7 +16087,7 @@
2148 IFS=$as_save_IFS
2149 test -z "$as_dir" && as_dir=.
2150 for ac_exec_ext in '' $ac_executable_extensions; do
2151- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2152+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2153 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2155 break 2
2156@@ -16112,7 +16130,7 @@
2157 IFS=$as_save_IFS
2158 test -z "$as_dir" && as_dir=.
2159 for ac_exec_ext in '' $ac_executable_extensions; do
2160- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2161+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2162 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2164 break 2
2165@@ -16264,14 +16282,19 @@
2166 enable_unique=no
2167 fi
2168
2169-# Check whether --enable-gen-doc was given.
2170-if test "${enable_gen_doc+set}" = set; then :
2171- enableval=$enable_gen_doc;
2172+
2173+
2174+
2175+ # Check whether --enable-libqrencode was given.
2176+if test "${enable_libqrencode+set}" = set; then :
2177+ enableval=$enable_libqrencode; xdt_cv_QRENCODE_check=$enableval
2178 else
2179- enable_gen_doc=no
2180+ xdt_cv_QRENCODE_check=yes
2181 fi
2182
2183-if test x"$enable_gen_doc" = x"yes"; then
2184+
2185+ if test x"$xdt_cv_QRENCODE_check" = x"yes"; then
2186+ if $PKG_CONFIG --exists "libqrencode >= 3.3.0" >/dev/null 2>&1; then
2187
2188
2189 # minimum supported version of pkg-config
2190@@ -16305,7 +16328,7 @@
2191 IFS=$as_save_IFS
2192 test -z "$as_dir" && as_dir=.
2193 for ac_exec_ext in '' $ac_executable_extensions; do
2194- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2195+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2196 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2198 break 2
2199@@ -16348,7 +16371,7 @@
2200 IFS=$as_save_IFS
2201 test -z "$as_dir" && as_dir=.
2202 for ac_exec_ext in '' $ac_executable_extensions; do
2203- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2204+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2205 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2207 break 2
2208@@ -16412,153 +16435,93 @@
2209
2210
2211
2212- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnome-doc-utils >= 0.19.2" >&5
2213-$as_echo_n "checking for gnome-doc-utils >= 0.19.2... " >&6; }
2214- if $PKG_CONFIG "--atleast-version=0.19.2" "gnome-doc-utils" >/dev/null 2>&1; then
2215- GNOME_DOC_UTILS_VERSION=`$PKG_CONFIG --modversion "gnome-doc-utils"`
2216- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNOME_DOC_UTILS_VERSION" >&5
2217-$as_echo "$GNOME_DOC_UTILS_VERSION" >&6; }
2218-
2219- { $as_echo "$as_me:${as_lineno-$LINENO}: checking GNOME_DOC_UTILS_CFLAGS" >&5
2220-$as_echo_n "checking GNOME_DOC_UTILS_CFLAGS... " >&6; }
2221- GNOME_DOC_UTILS_CFLAGS=`$PKG_CONFIG --cflags "gnome-doc-utils"`
2222- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNOME_DOC_UTILS_CFLAGS" >&5
2223-$as_echo "$GNOME_DOC_UTILS_CFLAGS" >&6; }
2224-
2225- { $as_echo "$as_me:${as_lineno-$LINENO}: checking GNOME_DOC_UTILS_LIBS" >&5
2226-$as_echo_n "checking GNOME_DOC_UTILS_LIBS... " >&6; }
2227- GNOME_DOC_UTILS_LIBS=`$PKG_CONFIG --libs "gnome-doc-utils"`
2228- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNOME_DOC_UTILS_LIBS" >&5
2229-$as_echo "$GNOME_DOC_UTILS_LIBS" >&6; }
2230-
2231- GNOME_DOC_UTILS_REQUIRED_VERSION=0.19.2
2232-
2233-
2234-
2235-
2236-
2237-
2238-
2239- # Extract the first word of "itstool", so it can be a program name with args.
2240-set dummy itstool; ac_word=$2
2241-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2242-$as_echo_n "checking for $ac_word... " >&6; }
2243-if ${ac_cv_path_ITSTOOL+:} false; then :
2244- $as_echo_n "(cached) " >&6
2245-else
2246- case $ITSTOOL in
2247- [\\/]* | ?:[\\/]*)
2248- ac_cv_path_ITSTOOL="$ITSTOOL" # Let the user override the test with a path.
2249- ;;
2250- *)
2251- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2252-for as_dir in $PATH
2253-do
2254- IFS=$as_save_IFS
2255- test -z "$as_dir" && as_dir=.
2256- for ac_exec_ext in '' $ac_executable_extensions; do
2257- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2258- ac_cv_path_ITSTOOL="$as_dir/$ac_word$ac_exec_ext"
2259- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2260- break 2
2261- fi
2262-done
2263- done
2264-IFS=$as_save_IFS
2265-
2266- test -z "$ac_cv_path_ITSTOOL" && ac_cv_path_ITSTOOL="no"
2267- ;;
2268-esac
2269-fi
2270-ITSTOOL=$ac_cv_path_ITSTOOL
2271-if test -n "$ITSTOOL"; then
2272- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ITSTOOL" >&5
2273-$as_echo "$ITSTOOL" >&6; }
2274-else
2275- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2276-$as_echo "no" >&6; }
2277-fi
2278-
2279-
2280- if test x"$ITSTOOL" = x"no"; then
2281- enable_gen_doc=no
2282- fi
2283-
2284- # Extract the first word of "gnome-doc-tool", so it can be a program name with args.
2285-set dummy gnome-doc-tool; ac_word=$2
2286-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2287-$as_echo_n "checking for $ac_word... " >&6; }
2288-if ${ac_cv_path_GNOME_DOC_TOOL+:} false; then :
2289- $as_echo_n "(cached) " >&6
2290-else
2291- case $GNOME_DOC_TOOL in
2292- [\\/]* | ?:[\\/]*)
2293- ac_cv_path_GNOME_DOC_TOOL="$GNOME_DOC_TOOL" # Let the user override the test with a path.
2294- ;;
2295- *)
2296- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2297-for as_dir in $PATH
2298-do
2299- IFS=$as_save_IFS
2300- test -z "$as_dir" && as_dir=.
2301- for ac_exec_ext in '' $ac_executable_extensions; do
2302- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2303- ac_cv_path_GNOME_DOC_TOOL="$as_dir/$ac_word$ac_exec_ext"
2304- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2305- break 2
2306- fi
2307-done
2308- done
2309-IFS=$as_save_IFS
2310-
2311- test -z "$ac_cv_path_GNOME_DOC_TOOL" && ac_cv_path_GNOME_DOC_TOOL="no"
2312- ;;
2313-esac
2314-fi
2315-GNOME_DOC_TOOL=$ac_cv_path_GNOME_DOC_TOOL
2316-if test -n "$GNOME_DOC_TOOL"; then
2317- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNOME_DOC_TOOL" >&5
2318-$as_echo "$GNOME_DOC_TOOL" >&6; }
2319-else
2320- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2321-$as_echo "no" >&6; }
2322-fi
2323-
2324-
2325- if test x"$GNOME_DOC_TOOL" = x"no"; then
2326- enable_gen_doc=no
2327- fi
2328-
2329- elif $PKG_CONFIG --exists "gnome-doc-utils" >/dev/null 2>&1; then
2330- xdt_cv_version=`$PKG_CONFIG --modversion "gnome-doc-utils"`
2331+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libqrencode >= 3.3.0" >&5
2332+$as_echo_n "checking for libqrencode >= 3.3.0... " >&6; }
2333+ if $PKG_CONFIG "--atleast-version=3.3.0" "libqrencode" >/dev/null 2>&1; then
2334+ QRENCODE_VERSION=`$PKG_CONFIG --modversion "libqrencode"`
2335+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QRENCODE_VERSION" >&5
2336+$as_echo "$QRENCODE_VERSION" >&6; }
2337+
2338+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking QRENCODE_CFLAGS" >&5
2339+$as_echo_n "checking QRENCODE_CFLAGS... " >&6; }
2340+ QRENCODE_CFLAGS=`$PKG_CONFIG --cflags "libqrencode"`
2341+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QRENCODE_CFLAGS" >&5
2342+$as_echo "$QRENCODE_CFLAGS" >&6; }
2343+
2344+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking QRENCODE_LIBS" >&5
2345+$as_echo_n "checking QRENCODE_LIBS... " >&6; }
2346+ QRENCODE_LIBS=`$PKG_CONFIG --libs "libqrencode"`
2347+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QRENCODE_LIBS" >&5
2348+$as_echo "$QRENCODE_LIBS" >&6; }
2349+
2350+ QRENCODE_REQUIRED_VERSION=3.3.0
2351+
2352+
2353+
2354+
2355+
2356+
2357+
2358+
2359+$as_echo "#define HAVE_QRENCODE 1" >>confdefs.h
2360+
2361+ QRENCODE_FOUND="yes"
2362+
2363+ elif $PKG_CONFIG --exists "libqrencode" >/dev/null 2>&1; then
2364+ xdt_cv_version=`$PKG_CONFIG --modversion "libqrencode"`
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
2366 $as_echo "found, but $xdt_cv_version" >&6; }
2367
2368
2369- enable_gen_doc=no
2370+ echo "*** The required package libqrencode was found on your system,"
2371+ echo "*** but the installed version ($xdt_cv_version) is too old."
2372+ echo "*** Please upgrade libqrencode to atleast version 3.3.0, or adjust"
2373+ echo "*** the PKG_CONFIG_PATH environment variable if you installed"
2374+ echo "*** the new version of the package in a nonstandard prefix so"
2375+ echo "*** pkg-config is able to find it."
2376+ exit 1
2377
2378 else
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
2380 $as_echo "not found" >&6; }
2381
2382
2383- enable_gen_doc=no
2384-
2385- fi
2386-
2387-
2388- if test x"$enable_gen_doc" = x"no"; then
2389- as_fn_error $? "Compiling with --enable-gen-doc but no suitable gnome-doc-utils and/or itstool found." "$LINENO" 5
2390- fi
2391-fi
2392- if test x"$enable_gen_doc" = x"yes"; then
2393- GENERATE_DOCUMENTATION_TRUE=
2394- GENERATE_DOCUMENTATION_FALSE='#'
2395-else
2396- GENERATE_DOCUMENTATION_TRUE='#'
2397- GENERATE_DOCUMENTATION_FALSE=
2398-fi
2399-
2400+ echo "*** The required package libqrencode was not found on your system."
2401+ echo "*** Please install libqrencode (atleast version 3.3.0) or adjust"
2402+ echo "*** the PKG_CONFIG_PATH environment variable if you"
2403+ echo "*** installed the package in a nonstandard prefix so that"
2404+ echo "*** pkg-config is able to find it."
2405+ exit 1
2406+
2407+ fi
2408+
2409+ else
2410+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for optional package libqrencode >= 3.3.0" >&5
2411+$as_echo_n "checking for optional package libqrencode >= 3.3.0... " >&6; }
2412+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
2413+$as_echo "not found" >&6; }
2414+ fi
2415+ else
2416+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for optional package libqrencode" >&5
2417+$as_echo_n "checking for optional package libqrencode... " >&6; }
2418+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
2419+$as_echo "disabled" >&6; }
2420+ fi
2421+
2422+ if test x"$QRENCODE_FOUND" = x"yes"; then
2423+ HAVE_QRENCODE_TRUE=
2424+ HAVE_QRENCODE_FALSE='#'
2425+else
2426+ HAVE_QRENCODE_TRUE='#'
2427+ HAVE_QRENCODE_FALSE=
2428+fi
2429+
2430+
2431+if test x"$QRENCODE_FOUND" = x"yes"; then
2432+ enable_qrencode=yes
2433+else
2434+ enable_qrencode=no
2435+fi
2436
2437
2438 GETTEXT_PACKAGE=xfce4-clipman-plugin
2439@@ -16569,7 +16532,7 @@
2440
2441
2442
2443- ALL_LINGUAS="ar ast be ca cs da de el en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv nb nl pl pt pt_BR ru sk sq sv tr ug uk ur ur_PK vi zh_CN zh_TW "
2444+ ALL_LINGUAS="ar ast be bg ca cs da de el en_AU en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv nb nl oc pl pt_BR pt ru sk sl sq sr sv tr ug uk ur_PK ur vi zh_CN zh_TW "
2445
2446 for ac_header in locale.h
2447 do :
2448@@ -17068,7 +17031,7 @@
2449 IFS=$as_save_IFS
2450 test -z "$as_dir" && as_dir=.
2451 for ac_exec_ext in '' $ac_executable_extensions; do
2452- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2453+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2454 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
2455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2456 break 2
2457@@ -17343,7 +17306,7 @@
2458 -Wcast-align -Wformat-security \
2459 -Winit-self -Wmissing-include-dirs -Wundef \
2460 -Wmissing-format-attribute -Wnested-externs"
2461- CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
2462+ CPPFLAGS="$CPPFLAGS"
2463
2464 if test x`uname` = x"Linux"; then
2465 xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"
2466@@ -17403,7 +17366,7 @@
2467 CPPFLAGS="$CPPFLAGS -DNDEBUG"
2468
2469 if test x"$enable_debug" = x"no"; then
2470- CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS"
2471+ CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2473 $as_echo "no" >&6; }
2474 else
2475@@ -17413,7 +17376,7 @@
2476 fi
2477
2478
2479-ac_config_files="$ac_config_files Makefile icons/Makefile icons/16x16/Makefile icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/scalable/Makefile x11-clipboard-manager/Makefile panel-plugin/Makefile tests/Makefile po/Makefile.in doc/Makefile doc/media/Makefile doc/po/Makefile"
2480+ac_config_files="$ac_config_files Makefile icons/Makefile icons/16x16/Makefile icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/scalable/Makefile x11-clipboard-manager/Makefile panel-plugin/Makefile tests/Makefile po/Makefile.in"
2481
2482 cat >confcache <<\_ACEOF
2483 # This file is a shell script that caches the results of configure
2484@@ -17556,8 +17519,8 @@
2485 as_fn_error $? "conditional \"HAVE_UNIQUE\" was never defined.
2486 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2487 fi
2488-if test -z "${GENERATE_DOCUMENTATION_TRUE}" && test -z "${GENERATE_DOCUMENTATION_FALSE}"; then
2489- as_fn_error $? "conditional \"GENERATE_DOCUMENTATION\" was never defined.
2490+if test -z "${HAVE_QRENCODE_TRUE}" && test -z "${HAVE_QRENCODE_FALSE}"; then
2491+ as_fn_error $? "conditional \"HAVE_QRENCODE\" was never defined.
2492 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2493 fi
2494
2495@@ -17858,16 +17821,16 @@
2496 # ... but there are two gotchas:
2497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2499- # In both cases, we have to default to `cp -p'.
2500+ # In both cases, we have to default to `cp -pR'.
2501 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2502- as_ln_s='cp -p'
2503+ as_ln_s='cp -pR'
2504 elif ln conf$$.file conf$$ 2>/dev/null; then
2505 as_ln_s=ln
2506 else
2507- as_ln_s='cp -p'
2508+ as_ln_s='cp -pR'
2509 fi
2510 else
2511- as_ln_s='cp -p'
2512+ as_ln_s='cp -pR'
2513 fi
2514 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2515 rmdir conf$$.dir 2>/dev/null
2516@@ -17927,28 +17890,16 @@
2517 as_mkdir_p=false
2518 fi
2519
2520-if test -x / >/dev/null 2>&1; then
2521- as_test_x='test -x'
2522-else
2523- if ls -dL / >/dev/null 2>&1; then
2524- as_ls_L_option=L
2525- else
2526- as_ls_L_option=
2527- fi
2528- as_test_x='
2529- eval sh -c '\''
2530- if test -d "$1"; then
2531- test -d "$1/.";
2532- else
2533- case $1 in #(
2534- -*)set "./$1";;
2535- esac;
2536- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
2537- ???[sx]*):;;*)false;;esac;fi
2538- '\'' sh
2539- '
2540-fi
2541-as_executable_p=$as_test_x
2542+
2543+# as_fn_executable_p FILE
2544+# -----------------------
2545+# Test if FILE is an executable regular file.
2546+as_fn_executable_p ()
2547+{
2548+ test -f "$1" && test -x "$1"
2549+} # as_fn_executable_p
2550+as_test_x='test -x'
2551+as_executable_p=as_fn_executable_p
2552
2553 # Sed expression to map a string onto a valid CPP name.
2554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2555@@ -17969,8 +17920,8 @@
2556 # report actual input values of CONFIG_FILES etc. instead of their
2557 # values after options handling.
2558 ac_log="
2559-This file was extended by Clipman $as_me 1.2.3, which was
2560-generated by GNU Autoconf 2.68. Invocation command line was
2561+This file was extended by Clipman $as_me 1.2.4, which was
2562+generated by GNU Autoconf 2.69. Invocation command line was
2563
2564 CONFIG_FILES = $CONFIG_FILES
2565 CONFIG_HEADERS = $CONFIG_HEADERS
2566@@ -18036,11 +17987,11 @@
2567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2568 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2569 ac_cs_version="\\
2570-Clipman config.status 1.2.3
2571-configured by $0, generated by GNU Autoconf 2.68,
2572+Clipman config.status 1.2.4
2573+configured by $0, generated by GNU Autoconf 2.69,
2574 with options \\"\$ac_cs_config\\"
2575
2576-Copyright (C) 2010 Free Software Foundation, Inc.
2577+Copyright (C) 2012 Free Software Foundation, Inc.
2578 This config.status script is free software; the Free Software Foundation
2579 gives unlimited permission to copy, distribute and modify it."
2580
2581@@ -18131,7 +18082,7 @@
2582 _ACEOF
2583 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2584 if \$ac_cs_recheck; then
2585- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2586+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2587 shift
2588 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2589 CONFIG_SHELL='$SHELL'
2590@@ -18458,9 +18409,6 @@
2591 "panel-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES panel-plugin/Makefile" ;;
2592 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
2593 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
2594- "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
2595- "doc/media/Makefile") CONFIG_FILES="$CONFIG_FILES doc/media/Makefile" ;;
2596- "doc/po/Makefile") CONFIG_FILES="$CONFIG_FILES doc/po/Makefile" ;;
2597 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
2598
2599 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2600@@ -19849,8 +19797,5 @@
2601 echo
2602 echo " * Debug Support: $enable_debug"
2603 echo " * Unique: $enable_unique"
2604-echo
2605-if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
2606-echo "Enable Documentation: $enable_gen_doc"
2607-echo
2608-fi
2609+echo " * QR Code: $enable_qrencode"
2610+echo
2611
2612=== modified file 'configure.ac'
2613--- configure.ac 2012-04-09 21:26:50 +0000
2614+++ configure.ac 2014-02-06 05:26:15 +0000
2615@@ -16,8 +16,8 @@
2616 dnl ***************************
2617 m4_define([project_version_major], [1])
2618 m4_define([project_version_minor], [2])
2619-m4_define([project_version_micro], [3])
2620-m4_define([project_version_build], [b04de51])
2621+m4_define([project_version_micro], [4])
2622+m4_define([project_version_build], [130aa64])
2623 m4_define([project_version_tag], []) # leave empty for release
2624 m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [git], [project_version_tag()-project_version_build()], [project_version_tag()])])
2625
2626@@ -28,6 +28,7 @@
2627 The Xfce development team. All rights reserved.])
2628 AC_INIT([Clipman], [project_version], [http://bugzilla.xfce.org/], [xfce4-clipman-plugin],
2629 [http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin])
2630+AC_CONFIG_HEADERS([config.h])
2631 AC_PREREQ([2.50])
2632 AC_CANONICAL_TARGET()
2633 AC_REVISION([project_version_build])
2634@@ -36,7 +37,6 @@
2635 dnl *** Initialize automake ***
2636 dnl ***************************
2637 AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2])
2638-AM_CONFIG_HEADER([config.h])
2639 AM_MAINTAINER_MODE()
2640 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
2641
2642@@ -86,39 +86,20 @@
2643 enable_unique=no
2644 fi
2645
2646-dnl *******************************
2647-dnl *** Check for documentation ***
2648-dnl *******************************
2649-AC_ARG_ENABLE([gen-doc], [AC_HELP_STRING([--enable-gen-doc],
2650- [Generate HTML documentation (requires gnome-doc-utils) [default=no]])],,
2651- [enable_gen_doc=no])
2652-if test x"$enable_gen_doc" = x"yes"; then
2653- XDT_CHECK_PACKAGE([GNOME_DOC_UTILS], [gnome-doc-utils], [0.19.2],
2654- [
2655- AC_PATH_PROG([ITSTOOL], [itstool], [no])
2656- if test x"$ITSTOOL" = x"no"; then
2657- enable_gen_doc=no
2658- fi
2659-
2660- AC_PATH_PROG([GNOME_DOC_TOOL], [gnome-doc-tool], [no])
2661- if test x"$GNOME_DOC_TOOL" = x"no"; then
2662- enable_gen_doc=no
2663- fi
2664- ],
2665- [
2666- enable_gen_doc=no
2667- ])
2668-
2669- if test x"$enable_gen_doc" = x"no"; then
2670- AC_MSG_ERROR([Compiling with --enable-gen-doc but no suitable gnome-doc-utils and/or itstool found.])
2671- fi
2672+dnl *****************************
2673+dnl *** Check for libqrencode ***
2674+dnl *****************************
2675+XDT_CHECK_OPTIONAL_PACKAGE([QRENCODE], [libqrencode], [3.3.0], libqrencode, [QR Code support])
2676+if test x"$QRENCODE_FOUND" = x"yes"; then
2677+ enable_qrencode=yes
2678+else
2679+ enable_qrencode=no
2680 fi
2681-AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x"$enable_gen_doc" = x"yes"])
2682
2683 dnl ******************************
2684 dnl *** Check for i18n support ***
2685 dnl ******************************
2686-XDT_I18N([ar ast be ca cs da de el en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv nb nl pl pt pt_BR ru sk sq sv tr ug uk ur ur_PK vi zh_CN zh_TW ])
2687+XDT_I18N([ar ast be bg ca cs da de el en_AU en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv nb nl oc pl pt_BR pt ru sk sl sq sr sv tr ug uk ur_PK ur vi zh_CN zh_TW ])
2688
2689 dnl ***********************************
2690 dnl *** Check for debugging support ***
2691@@ -140,9 +121,6 @@
2692 panel-plugin/Makefile
2693 tests/Makefile
2694 po/Makefile.in
2695-doc/Makefile
2696-doc/media/Makefile
2697-doc/po/Makefile
2698 ])
2699
2700 dnl ***************************
2701@@ -153,8 +131,5 @@
2702 echo
2703 echo " * Debug Support: $enable_debug"
2704 echo " * Unique: $enable_unique"
2705-echo
2706-if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
2707-echo "Enable Documentation: $enable_gen_doc"
2708-echo
2709-fi
2710+echo " * QR Code: $enable_qrencode"
2711+echo
2712
2713=== modified file 'debian/changelog'
2714--- debian/changelog 2013-10-15 22:23:37 +0000
2715+++ debian/changelog 2014-02-06 05:26:15 +0000
2716@@ -1,3 +1,27 @@
2717+xfce4-clipman-plugin (2:1.2.4-1ubuntu1) trusty; urgency=medium
2718+
2719+ * Merge from debian. Remaining changes:
2720+ - Use dh_autotools-dev to update config.{sub,guess} for AArch64.
2721+
2722+ -- Jackson Doak <noskcaj@ubuntu.com> Thu, 06 Feb 2014 16:16:37 +1100
2723+
2724+xfce4-clipman-plugin (2:1.2.4-1) unstable; urgency=low
2725+
2726+ [ Evgeni Golov ]
2727+ * Correct Vcs-* URLs to point to anonscm.debian.org
2728+
2729+ [ Yves-Alexis Perez ]
2730+ * New upstream release.
2731+ * debian/xfce4-clipman.install:
2732+ - drop /usr/share/doc, documentation has been removed from upstream
2733+ package.
2734+ * debian/control:
2735+ - update standards version to 3.9.5.
2736+ * debian/rules:
2737+ - disable silent rules.
2738+
2739+ -- Yves-Alexis Perez <corsac@debian.org> Mon, 03 Feb 2014 08:07:45 +0100
2740+
2741 xfce4-clipman-plugin (2:1.2.3-2ubuntu1) saucy; urgency=low
2742
2743 * Use dh_autotools-dev to update config.{sub,guess} for AArch64.
2744
2745=== modified file 'debian/control'
2746--- debian/control 2013-05-23 08:10:17 +0000
2747+++ debian/control 2014-02-06 05:26:15 +0000
2748@@ -1,7 +1,8 @@
2749 Source: xfce4-clipman-plugin
2750 Section: xfce
2751 Priority: optional
2752-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
2753+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
2754+XSBC-Original-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
2755 Uploaders: Yves-Alexis Perez <corsac@debian.org>,
2756 Lionel Le Folgoc <mrpouit@gmail.com>,
2757 Mike Massonnet <mmassonnet@gmail.com>
2758@@ -10,10 +11,10 @@
2759 libx11-dev, pkg-config, libgtk2.0-dev, libexo-1-dev,
2760 libxfconf-0-dev, libglade2-dev, libunique-dev, libxfce4ui-1-dev,
2761 libxtst-dev
2762-Standards-Version: 3.9.3
2763+Standards-Version: 3.9.5
2764 Homepage: http://goodies.xfce.org/
2765-Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-clipman-plugin/
2766-Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-clipman-plugin/
2767+Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-clipman-plugin/
2768+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-clipman-plugin/
2769
2770 Package: xfce4-clipman
2771 Section: xfce
2772
2773=== modified file 'debian/rules'
2774--- debian/rules 2013-10-15 22:23:37 +0000
2775+++ debian/rules 2014-02-06 05:26:15 +0000
2776@@ -7,7 +7,7 @@
2777 dh $@ --parallel --with autotools_dev
2778
2779 override_dh_auto_configure:
2780- dh_auto_configure -- --disable-static
2781+ dh_auto_configure -- --disable-static --disable-silent-rules
2782
2783 override_dh_auto_install:
2784 dh_auto_install
2785
2786=== modified file 'debian/xfce4-clipman.install'
2787--- debian/xfce4-clipman.install 2011-10-24 17:48:46 +0000
2788+++ debian/xfce4-clipman.install 2014-02-06 05:26:15 +0000
2789@@ -3,4 +3,3 @@
2790 usr/share/applications
2791 usr/share/icons
2792 usr/share/locale
2793-usr/share/doc
2794
2795=== modified file 'depcomp'
2796--- depcomp 2012-04-09 21:26:50 +0000
2797+++ depcomp 2014-02-06 05:26:15 +0000
2798@@ -1,10 +1,10 @@
2799 #! /bin/sh
2800 # depcomp - compile a program generating dependencies as side-effects
2801
2802-scriptversion=2011-12-04.11; # UTC
2803+scriptversion=2012-03-27.16; # UTC
2804
2805 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
2806-# 2011 Free Software Foundation, Inc.
2807+# 2011, 2012 Free Software Foundation, Inc.
2808
2809 # This program is free software; you can redistribute it and/or modify
2810 # it under the terms of the GNU General Public License as published by
2811@@ -28,7 +28,7 @@
2812
2813 case $1 in
2814 '')
2815- echo "$0: No command. Try \`$0 --help' for more information." 1>&2
2816+ echo "$0: No command. Try '$0 --help' for more information." 1>&2
2817 exit 1;
2818 ;;
2819 -h | --h*)
2820@@ -40,8 +40,8 @@
2821
2822 Environment variables:
2823 depmode Dependency tracking mode.
2824- source Source file read by `PROGRAMS ARGS'.
2825- object Object file output by `PROGRAMS ARGS'.
2826+ source Source file read by 'PROGRAMS ARGS'.
2827+ object Object file output by 'PROGRAMS ARGS'.
2828 DEPDIR directory where to store dependencies.
2829 depfile Dependency file to output.
2830 tmpdepfile Temporary file to use when outputting dependencies.
2831@@ -57,6 +57,12 @@
2832 ;;
2833 esac
2834
2835+# A tabulation character.
2836+tab=' '
2837+# A newline character.
2838+nl='
2839+'
2840+
2841 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
2842 echo "depcomp: Variables source, object and depmode must be set" 1>&2
2843 exit 1
2844@@ -102,6 +108,12 @@
2845 depmode=msvc7
2846 fi
2847
2848+if test "$depmode" = xlc; then
2849+ # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
2850+ gccflag=-qmakedep=gcc,-MF
2851+ depmode=gcc
2852+fi
2853+
2854 case "$depmode" in
2855 gcc3)
2856 ## gcc 3 implements dependency tracking that does exactly what
2857@@ -156,15 +168,14 @@
2858 ## The second -e expression handles DOS-style file names with drive letters.
2859 sed -e 's/^[^:]*: / /' \
2860 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
2861-## This next piece of magic avoids the `deleted header file' problem.
2862+## This next piece of magic avoids the "deleted header file" problem.
2863 ## The problem is that when a header file which appears in a .P file
2864 ## is deleted, the dependency causes make to die (because there is
2865 ## typically no way to rebuild the header). We avoid this by adding
2866 ## dummy dependencies for each header file. Too bad gcc doesn't do
2867 ## this for us directly.
2868- tr ' ' '
2869-' < "$tmpdepfile" |
2870-## Some versions of gcc put a space before the `:'. On the theory
2871+ tr ' ' "$nl" < "$tmpdepfile" |
2872+## Some versions of gcc put a space before the ':'. On the theory
2873 ## that the space means something, we add a space to the output as
2874 ## well. hp depmode also adds that space, but also prefixes the VPATH
2875 ## to the object. Take care to not repeat it in the output.
2876@@ -203,18 +214,15 @@
2877 # clever and replace this with sed code, as IRIX sed won't handle
2878 # lines with more than a fixed number of characters (4096 in
2879 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
2880- # the IRIX cc adds comments like `#:fec' to the end of the
2881+ # the IRIX cc adds comments like '#:fec' to the end of the
2882 # dependency line.
2883- tr ' ' '
2884-' < "$tmpdepfile" \
2885+ tr ' ' "$nl" < "$tmpdepfile" \
2886 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
2887- tr '
2888-' ' ' >> "$depfile"
2889+ tr "$nl" ' ' >> "$depfile"
2890 echo >> "$depfile"
2891
2892 # The second pass generates a dummy entry for each header file.
2893- tr ' ' '
2894-' < "$tmpdepfile" \
2895+ tr ' ' "$nl" < "$tmpdepfile" \
2896 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
2897 >> "$depfile"
2898 else
2899@@ -226,10 +234,17 @@
2900 rm -f "$tmpdepfile"
2901 ;;
2902
2903+xlc)
2904+ # This case exists only to let depend.m4 do its work. It works by
2905+ # looking at the text of this script. This case will never be run,
2906+ # since it is checked for above.
2907+ exit 1
2908+ ;;
2909+
2910 aix)
2911 # The C for AIX Compiler uses -M and outputs the dependencies
2912 # in a .u file. In older versions, this file always lives in the
2913- # current directory. Also, the AIX compiler puts `$object:' at the
2914+ # current directory. Also, the AIX compiler puts '$object:' at the
2915 # start of each line; $object doesn't have directory information.
2916 # Version 6 uses the directory in both cases.
2917 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
2918@@ -259,12 +274,11 @@
2919 test -f "$tmpdepfile" && break
2920 done
2921 if test -f "$tmpdepfile"; then
2922- # Each line is of the form `foo.o: dependent.h'.
2923+ # Each line is of the form 'foo.o: dependent.h'.
2924 # Do two passes, one to just change these to
2925- # `$object: dependent.h' and one to simply `dependent.h:'.
2926+ # '$object: dependent.h' and one to simply 'dependent.h:'.
2927 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
2928- # That's a tab and a space in the [].
2929- sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
2930+ sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
2931 else
2932 # The sourcefile does not contain any dependencies, so just
2933 # store a dummy comment line, to avoid errors with the Makefile
2934@@ -275,23 +289,26 @@
2935 ;;
2936
2937 icc)
2938- # Intel's C compiler understands `-MD -MF file'. However on
2939- # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
2940+ # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'.
2941+ # However on
2942+ # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c
2943 # ICC 7.0 will fill foo.d with something like
2944 # foo.o: sub/foo.c
2945 # foo.o: sub/foo.h
2946- # which is wrong. We want:
2947+ # which is wrong. We want
2948 # sub/foo.o: sub/foo.c
2949 # sub/foo.o: sub/foo.h
2950 # sub/foo.c:
2951 # sub/foo.h:
2952 # ICC 7.1 will output
2953 # foo.o: sub/foo.c sub/foo.h
2954- # and will wrap long lines using \ :
2955+ # and will wrap long lines using '\':
2956 # foo.o: sub/foo.c ... \
2957 # sub/foo.h ... \
2958 # ...
2959-
2960+ # tcc 0.9.26 (FIXME still under development at the moment of writing)
2961+ # will emit a similar output, but also prepend the continuation lines
2962+ # with horizontal tabulation characters.
2963 "$@" -MD -MF "$tmpdepfile"
2964 stat=$?
2965 if test $stat -eq 0; then :
2966@@ -300,15 +317,21 @@
2967 exit $stat
2968 fi
2969 rm -f "$depfile"
2970- # Each line is of the form `foo.o: dependent.h',
2971- # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
2972+ # Each line is of the form 'foo.o: dependent.h',
2973+ # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'.
2974 # Do two passes, one to just change these to
2975- # `$object: dependent.h' and one to simply `dependent.h:'.
2976- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
2977- # Some versions of the HPUX 10.20 sed can't process this invocation
2978- # correctly. Breaking it into two sed invocations is a workaround.
2979- sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
2980- sed -e 's/$/ :/' >> "$depfile"
2981+ # '$object: dependent.h' and one to simply 'dependent.h:'.
2982+ sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
2983+ < "$tmpdepfile" > "$depfile"
2984+ sed '
2985+ s/[ '"$tab"'][ '"$tab"']*/ /g
2986+ s/^ *//
2987+ s/ *\\*$//
2988+ s/^[^:]*: *//
2989+ /^$/d
2990+ /:$/d
2991+ s/$/ :/
2992+ ' < "$tmpdepfile" >> "$depfile"
2993 rm -f "$tmpdepfile"
2994 ;;
2995
2996@@ -344,7 +367,7 @@
2997 done
2998 if test -f "$tmpdepfile"; then
2999 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
3000- # Add `dependent.h:' lines.
3001+ # Add 'dependent.h:' lines.
3002 sed -ne '2,${
3003 s/^ *//
3004 s/ \\*$//
3005@@ -359,9 +382,9 @@
3006
3007 tru64)
3008 # The Tru64 compiler uses -MD to generate dependencies as a side
3009- # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
3010+ # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
3011 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
3012- # dependencies in `foo.d' instead, so we check for that too.
3013+ # dependencies in 'foo.d' instead, so we check for that too.
3014 # Subdirectories are respected.
3015 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
3016 test "x$dir" = "x$object" && dir=
3017@@ -407,8 +430,7 @@
3018 done
3019 if test -f "$tmpdepfile"; then
3020 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
3021- # That's a tab and a space in the [].
3022- sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
3023+ sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
3024 else
3025 echo "#dummy" > "$depfile"
3026 fi
3027@@ -443,11 +465,11 @@
3028 p
3029 }' | $cygpath_u | sort -u | sed -n '
3030 s/ /\\ /g
3031-s/\(.*\)/ \1 \\/p
3032+s/\(.*\)/'"$tab"'\1 \\/p
3033 s/.\(.*\) \\/\1:/
3034 H
3035 $ {
3036- s/.*/ /
3037+ s/.*/'"$tab"'/
3038 G
3039 p
3040 }' >> "$depfile"
3041@@ -478,7 +500,7 @@
3042 shift
3043 fi
3044
3045- # Remove `-o $object'.
3046+ # Remove '-o $object'.
3047 IFS=" "
3048 for arg
3049 do
3050@@ -498,15 +520,14 @@
3051 done
3052
3053 test -z "$dashmflag" && dashmflag=-M
3054- # Require at least two characters before searching for `:'
3055+ # Require at least two characters before searching for ':'
3056 # in the target name. This is to cope with DOS-style filenames:
3057- # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
3058+ # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
3059 "$@" $dashmflag |
3060- sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
3061+ sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
3062 rm -f "$depfile"
3063 cat < "$tmpdepfile" > "$depfile"
3064- tr ' ' '
3065-' < "$tmpdepfile" | \
3066+ tr ' ' "$nl" < "$tmpdepfile" | \
3067 ## Some versions of the HPUX 10.20 sed can't process this invocation
3068 ## correctly. Breaking it into two sed invocations is a workaround.
3069 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
3070@@ -562,8 +583,7 @@
3071 # makedepend may prepend the VPATH from the source file name to the object.
3072 # No need to regex-escape $object, excess matching of '.' is harmless.
3073 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
3074- sed '1,2d' "$tmpdepfile" | tr ' ' '
3075-' | \
3076+ sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
3077 ## Some versions of the HPUX 10.20 sed can't process this invocation
3078 ## correctly. Breaking it into two sed invocations is a workaround.
3079 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
3080@@ -583,7 +603,7 @@
3081 shift
3082 fi
3083
3084- # Remove `-o $object'.
3085+ # Remove '-o $object'.
3086 IFS=" "
3087 for arg
3088 do
3089@@ -652,8 +672,8 @@
3090 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
3091 rm -f "$depfile"
3092 echo "$object : \\" > "$depfile"
3093- sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
3094- echo " " >> "$depfile"
3095+ sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
3096+ echo "$tab" >> "$depfile"
3097 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
3098 rm -f "$tmpdepfile"
3099 ;;
3100
3101=== removed directory 'doc'
3102=== removed file 'doc/Makefile.am'
3103--- doc/Makefile.am 2011-11-01 18:47:59 +0000
3104+++ doc/Makefile.am 1970-01-01 00:00:00 +0000
3105@@ -1,116 +0,0 @@
3106-SUBDIRS = media po
3107-
3108-MALLARD_PAGE = index.page
3109-MALLARD_CSS = index.css
3110-MALLARD_XSL = index.xsl
3111-
3112-TARGET_DIR = $(DESTDIR)$(docdir)/html
3113-LINGUAS = $(shell cd $(srcdir)/po && echo `/bin/ls *.po 2> /dev/null | sed 's,[.]po,,g'`)
3114-
3115-EXTRA_DIST = $(MALLARD_PAGE) $(MALLARD_CSS) $(MALLARD_XSL)
3116-CLEANFILES = doc-build.stamp
3117-
3118-install-data-local:
3119- echo "*** Installing HTML documentation"; \
3120- if test -d "$(srcdir)/html"; then \
3121- echo "--- $(TARGET_DIR)/$(MALLARD_CSS)"; \
3122- $(mkinstalldirs) $(TARGET_DIR); \
3123- $(INSTALL_DATA) $(srcdir)/html/$(MALLARD_CSS) $(TARGET_DIR); \
3124- for lang in C $(LINGUAS); do \
3125- echo "--- $(TARGET_DIR)/$$lang/"; \
3126- if test -d "$(srcdir)/html/$$lang"; then \
3127- $(mkinstalldirs) $(TARGET_DIR)/$$lang; \
3128- $(INSTALL_DATA) $(srcdir)/html/$$lang/index.html $(TARGET_DIR)/$$lang; \
3129- fi; \
3130- if test ! -d "$(TARGET_DIR)/$$lang/media" -o -L "$(TARGET_DIR)/$$lang/media"; then \
3131- if test -L "$(TARGET_DIR)/$$lang/media"; then \
3132- rm -f $(TARGET_DIR)/$$lang/media; \
3133- fi; \
3134- $(LN_S) ../C/media $(TARGET_DIR)/$$lang/media; \
3135- fi; \
3136- done; \
3137- else \
3138- echo "--- Nothing to install into $(TARGET_DIR)"; \
3139- fi
3140-
3141-uninstall-local:
3142- echo "*** Uninstalling HTML documentation"; \
3143- echo "--- $(TARGET_DIR)/$(MALLARD_CSS)"; \
3144- rm -f $(TARGET_DIR)/$(MALLARD_CSS); \
3145- for lang in C $(LINGUAS); do \
3146- echo "--- $(TARGET_DIR)/$$lang/"; \
3147- rm -f $(TARGET_DIR)/$$lang/index.html; \
3148- if test -L $(TARGET_DIR)/$$lang/media; then \
3149- rm -f $(TARGET_DIR)/$$lang/media; \
3150- fi; \
3151- done
3152-
3153-clean-local:
3154- rm -rf "$(srcdir)/html"
3155-
3156-if GENERATE_DOCUMENTATION
3157-
3158-update-po:
3159- rm -f "$(srcdir)/po/$(GETTEXT_PACKAGE).pot"
3160- $(ITSTOOL) -o "$(srcdir)/po/$(GETTEXT_PACKAGE).pot" $(MALLARD_PAGE)
3161- for lang in $(LINGUAS); do \
3162- echo -n "$$lang.po... "; \
3163- $(MSGMERGE) --backup=none -U "$(srcdir)/po/$$lang.po" "$(srcdir)/po/$(GETTEXT_PACKAGE).pot"; \
3164- done
3165-
3166-doc-build.stamp: $(MALLARD_PAGE) $(MALLARD_CSS) $(MALLARD_XSL)
3167- @-chmod -R u+w "$(srcdir)"
3168- rm -rf "$(srcdir)/html"
3169- @echo "*** Building HTML documentation"
3170- @echo "--- Generating C documentation"
3171- $(GNOME_DOC_TOOL) html -o "$(srcdir)/html/C/" -x "$(srcdir)/$(MALLARD_XSL)" -c "../$(MALLARD_CSS)" "$(srcdir)/$(MALLARD_PAGE)"
3172- cp "$(srcdir)/$(MALLARD_CSS)" "$(srcdir)/html"
3173- @rm "$(srcdir)/html/C/index.cache"
3174- for lang in $(LINGUAS); do \
3175- echo "--- Generating $$lang documentation"; \
3176- mkdir -p "$(srcdir)/tmp"; \
3177- $(MSGFMT) -o "$(srcdir)/tmp/$$lang.mo" "$(srcdir)/po/$$lang.po"; \
3178- $(ITSTOOL) -l "$$lang" -m "$(srcdir)/tmp/$$lang.mo" -o "$(srcdir)/tmp/index.page" "$(srcdir)/$(MALLARD_PAGE)"; \
3179- $(GNOME_DOC_TOOL) html -n -o "$(srcdir)/html/$$lang/" -x "$(srcdir)/$(MALLARD_XSL)" -c "../$(MALLARD_CSS)" "$(srcdir)/tmp/index.page"; \
3180- chmod -R u+w "$(srcdir)/html/$$lang"; \
3181- rm -rf "$(srcdir)/tmp" "$(srcdir)/html/$$lang/index.cache"; \
3182- done
3183- touch doc-build.stamp
3184-
3185-dist-check-doc: all
3186-
3187-else
3188-
3189-update-po:
3190- @echo "*** You need to compile with --enable-gen-doc in order to run make update-po"
3191- @false
3192-
3193-doc-build.stamp:
3194- @if test ! -d "$(srcdir)/html"; then \
3195- echo; \
3196- echo "*** No generated documenation found. If you want to "; \
3197- echo "*** generate the (translated) documentation, run configure"; \
3198- echo "*** with --enable-gen-doc."; \
3199- echo; \
3200- fi
3201-
3202-dist-check-doc:
3203- @echo "*** You need to compile with --enable-gen-doc in order to run make dist"
3204- @false
3205-
3206-endif
3207-
3208-all: doc-build.stamp
3209-
3210-dist-hook: dist-check-doc doc-build.stamp
3211- mkdir -p "$(distdir)/html"; \
3212- if test -f "$(srcdir)/html/$(MALLARD_CSS)"; then \
3213- cp "$(srcdir)/html/$(MALLARD_CSS)" "$(distdir)/html"; \
3214- fi; \
3215- for lang in C $(LINGUAS); do \
3216- if test -f "$(srcdir)/html/$$lang/index.html"; then \
3217- mkdir -p "$(distdir)/html/$$lang"; \
3218- cp -t "$(distdir)/html/$$lang/" $(srcdir)/html/$$lang/*; \
3219- fi; \
3220- done
3221-
3222
3223=== removed file 'doc/Makefile.in'
3224--- doc/Makefile.in 2012-04-09 21:26:50 +0000
3225+++ doc/Makefile.in 1970-01-01 00:00:00 +0000
3226@@ -1,775 +0,0 @@
3227-# Makefile.in generated by automake 1.11.3 from Makefile.am.
3228-# @configure_input@
3229-
3230-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3231-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
3232-# Foundation, Inc.
3233-# This Makefile.in is free software; the Free Software Foundation
3234-# gives unlimited permission to copy and/or distribute it,
3235-# with or without modifications, as long as this notice is preserved.
3236-
3237-# This program is distributed in the hope that it will be useful,
3238-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
3239-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
3240-# PARTICULAR PURPOSE.
3241-
3242-@SET_MAKE@
3243-VPATH = @srcdir@
3244-pkgdatadir = $(datadir)/@PACKAGE@
3245-pkgincludedir = $(includedir)/@PACKAGE@
3246-pkglibdir = $(libdir)/@PACKAGE@
3247-pkglibexecdir = $(libexecdir)/@PACKAGE@
3248-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
3249-install_sh_DATA = $(install_sh) -c -m 644
3250-install_sh_PROGRAM = $(install_sh) -c
3251-install_sh_SCRIPT = $(install_sh) -c
3252-INSTALL_HEADER = $(INSTALL_DATA)
3253-transform = $(program_transform_name)
3254-NORMAL_INSTALL = :
3255-PRE_INSTALL = :
3256-POST_INSTALL = :
3257-NORMAL_UNINSTALL = :
3258-PRE_UNINSTALL = :
3259-POST_UNINSTALL = :
3260-build_triplet = @build@
3261-host_triplet = @host@
3262-target_triplet = @target@
3263-subdir = doc
3264-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
3265-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3266-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
3267-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3268- $(ACLOCAL_M4)
3269-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
3270-CONFIG_HEADER = $(top_builddir)/config.h
3271-CONFIG_CLEAN_FILES =
3272-CONFIG_CLEAN_VPATH_FILES =
3273-AM_V_GEN = $(am__v_GEN_@AM_V@)
3274-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
3275-am__v_GEN_0 = @echo " GEN " $@;
3276-AM_V_at = $(am__v_at_@AM_V@)
3277-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
3278-am__v_at_0 = @
3279-SOURCES =
3280-DIST_SOURCES =
3281-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
3282- html-recursive info-recursive install-data-recursive \
3283- install-dvi-recursive install-exec-recursive \
3284- install-html-recursive install-info-recursive \
3285- install-pdf-recursive install-ps-recursive install-recursive \
3286- installcheck-recursive installdirs-recursive pdf-recursive \
3287- ps-recursive uninstall-recursive
3288-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
3289- distclean-recursive maintainer-clean-recursive
3290-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
3291- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
3292- distdir
3293-ETAGS = etags
3294-CTAGS = ctags
3295-DIST_SUBDIRS = $(SUBDIRS)
3296-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
3297-am__relativize = \
3298- dir0=`pwd`; \
3299- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
3300- sed_rest='s,^[^/]*/*,,'; \
3301- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
3302- sed_butlast='s,/*[^/]*$$,,'; \
3303- while test -n "$$dir1"; do \
3304- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
3305- if test "$$first" != "."; then \
3306- if test "$$first" = ".."; then \
3307- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
3308- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
3309- else \
3310- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
3311- if test "$$first2" = "$$first"; then \
3312- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
3313- else \
3314- dir2="../$$dir2"; \
3315- fi; \
3316- dir0="$$dir0"/"$$first"; \
3317- fi; \
3318- fi; \
3319- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
3320- done; \
3321- reldir="$$dir2"
3322-ACLOCAL = @ACLOCAL@
3323-ALL_LINGUAS = @ALL_LINGUAS@
3324-AMTAR = @AMTAR@
3325-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
3326-AR = @AR@
3327-AUTOCONF = @AUTOCONF@
3328-AUTOHEADER = @AUTOHEADER@
3329-AUTOMAKE = @AUTOMAKE@
3330-AWK = @AWK@
3331-CATALOGS = @CATALOGS@
3332-CATOBJEXT = @CATOBJEXT@
3333-CC = @CC@
3334-CCDEPMODE = @CCDEPMODE@
3335-CFLAGS = @CFLAGS@
3336-CPP = @CPP@
3337-CPPFLAGS = @CPPFLAGS@
3338-CYGPATH_W = @CYGPATH_W@
3339-DATADIRNAME = @DATADIRNAME@
3340-DEFS = @DEFS@
3341-DEPDIR = @DEPDIR@
3342-DLLTOOL = @DLLTOOL@
3343-DSYMUTIL = @DSYMUTIL@
3344-DUMPBIN = @DUMPBIN@
3345-ECHO_C = @ECHO_C@
3346-ECHO_N = @ECHO_N@
3347-ECHO_T = @ECHO_T@
3348-EGREP = @EGREP@
3349-EXEEXT = @EXEEXT@
3350-EXO_CFLAGS = @EXO_CFLAGS@
3351-EXO_LIBS = @EXO_LIBS@
3352-EXO_REQUIRED_VERSION = @EXO_REQUIRED_VERSION@
3353-EXO_VERSION = @EXO_VERSION@
3354-FGREP = @FGREP@
3355-GDKX_CFLAGS = @GDKX_CFLAGS@
3356-GDKX_LIBS = @GDKX_LIBS@
3357-GDKX_REQUIRED_VERSION = @GDKX_REQUIRED_VERSION@
3358-GDKX_VERSION = @GDKX_VERSION@
3359-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
3360-GIO_CFLAGS = @GIO_CFLAGS@
3361-GIO_LIBS = @GIO_LIBS@
3362-GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
3363-GIO_VERSION = @GIO_VERSION@
3364-GLIB_CFLAGS = @GLIB_CFLAGS@
3365-GLIB_LIBS = @GLIB_LIBS@
3366-GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
3367-GLIB_VERSION = @GLIB_VERSION@
3368-GMOFILES = @GMOFILES@
3369-GMSGFMT = @GMSGFMT@
3370-GNOME_DOC_TOOL = @GNOME_DOC_TOOL@
3371-GNOME_DOC_UTILS_CFLAGS = @GNOME_DOC_UTILS_CFLAGS@
3372-GNOME_DOC_UTILS_LIBS = @GNOME_DOC_UTILS_LIBS@
3373-GNOME_DOC_UTILS_REQUIRED_VERSION = @GNOME_DOC_UTILS_REQUIRED_VERSION@
3374-GNOME_DOC_UTILS_VERSION = @GNOME_DOC_UTILS_VERSION@
3375-GREP = @GREP@
3376-GTK_CFLAGS = @GTK_CFLAGS@
3377-GTK_LIBS = @GTK_LIBS@
3378-GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
3379-GTK_VERSION = @GTK_VERSION@
3380-INSTALL = @INSTALL@
3381-INSTALL_DATA = @INSTALL_DATA@
3382-INSTALL_PROGRAM = @INSTALL_PROGRAM@
3383-INSTALL_SCRIPT = @INSTALL_SCRIPT@
3384-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3385-INSTOBJEXT = @INSTOBJEXT@
3386-INTLLIBS = @INTLLIBS@
3387-INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
3388-INTLTOOL_MERGE = @INTLTOOL_MERGE@
3389-INTLTOOL_PERL = @INTLTOOL_PERL@
3390-INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
3391-INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
3392-INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
3393-INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
3394-INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
3395-ITSTOOL = @ITSTOOL@
3396-LD = @LD@
3397-LDFLAGS = @LDFLAGS@
3398-LIBOBJS = @LIBOBJS@
3399-LIBS = @LIBS@
3400-LIBTOOL = @LIBTOOL@
3401-LIBX11_CFLAGS = @LIBX11_CFLAGS@
3402-LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
3403-LIBX11_LIBS = @LIBX11_LIBS@
3404-LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@
3405-LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
3406-LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@
3407-LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
3408-LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
3409-LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
3410-LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
3411-LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
3412-LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
3413-LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
3414-LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
3415-LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
3416-LIBXPROTO_CFLAGS = @LIBXPROTO_CFLAGS@
3417-LIBXPROTO_LIBS = @LIBXPROTO_LIBS@
3418-LIBXPROTO_REQUIRED_VERSION = @LIBXPROTO_REQUIRED_VERSION@
3419-LIBXPROTO_VERSION = @LIBXPROTO_VERSION@
3420-LIBXTST_CFLAGS = @LIBXTST_CFLAGS@
3421-LIBXTST_LIBS = @LIBXTST_LIBS@
3422-LIBXTST_REQUIRED_VERSION = @LIBXTST_REQUIRED_VERSION@
3423-LIBXTST_VERSION = @LIBXTST_VERSION@
3424-LIPO = @LIPO@
3425-LN_S = @LN_S@
3426-LTLIBOBJS = @LTLIBOBJS@
3427-MAINT = @MAINT@
3428-MAKEINFO = @MAKEINFO@
3429-MANIFEST_TOOL = @MANIFEST_TOOL@
3430-MKDIR_P = @MKDIR_P@
3431-MKINSTALLDIRS = @MKINSTALLDIRS@
3432-MSGFMT = @MSGFMT@
3433-MSGFMT_OPTS = @MSGFMT_OPTS@
3434-MSGMERGE = @MSGMERGE@
3435-NM = @NM@
3436-NMEDIT = @NMEDIT@
3437-OBJDUMP = @OBJDUMP@
3438-OBJEXT = @OBJEXT@
3439-OTOOL = @OTOOL@
3440-OTOOL64 = @OTOOL64@
3441-PACKAGE = @PACKAGE@
3442-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3443-PACKAGE_NAME = @PACKAGE_NAME@
3444-PACKAGE_STRING = @PACKAGE_STRING@
3445-PACKAGE_TARNAME = @PACKAGE_TARNAME@
3446-PACKAGE_URL = @PACKAGE_URL@
3447-PACKAGE_VERSION = @PACKAGE_VERSION@
3448-PATH_SEPARATOR = @PATH_SEPARATOR@
3449-PKG_CONFIG = @PKG_CONFIG@
3450-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3451-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3452-POFILES = @POFILES@
3453-POSUB = @POSUB@
3454-PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
3455-PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
3456-RANLIB = @RANLIB@
3457-SED = @SED@
3458-SET_MAKE = @SET_MAKE@
3459-SHELL = @SHELL@
3460-STRIP = @STRIP@
3461-UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
3462-UNIQUE_LIBS = @UNIQUE_LIBS@
3463-UNIQUE_REQUIRED_VERSION = @UNIQUE_REQUIRED_VERSION@
3464-UNIQUE_VERSION = @UNIQUE_VERSION@
3465-USE_NLS = @USE_NLS@
3466-VERSION = @VERSION@
3467-XFCONF_CFLAGS = @XFCONF_CFLAGS@
3468-XFCONF_LIBS = @XFCONF_LIBS@
3469-XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
3470-XFCONF_VERSION = @XFCONF_VERSION@
3471-XGETTEXT = @XGETTEXT@
3472-XGETTEXT_ARGS = @XGETTEXT_ARGS@
3473-XMKMF = @XMKMF@
3474-X_CFLAGS = @X_CFLAGS@
3475-X_EXTRA_LIBS = @X_EXTRA_LIBS@
3476-X_LIBS = @X_LIBS@
3477-X_PRE_LIBS = @X_PRE_LIBS@
3478-abs_builddir = @abs_builddir@
3479-abs_srcdir = @abs_srcdir@
3480-abs_top_builddir = @abs_top_builddir@
3481-abs_top_srcdir = @abs_top_srcdir@
3482-ac_ct_AR = @ac_ct_AR@
3483-ac_ct_CC = @ac_ct_CC@
3484-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
3485-am__include = @am__include@
3486-am__leading_dot = @am__leading_dot@
3487-am__quote = @am__quote@
3488-am__tar = @am__tar@
3489-am__untar = @am__untar@
3490-bindir = @bindir@
3491-build = @build@
3492-build_alias = @build_alias@
3493-build_cpu = @build_cpu@
3494-build_os = @build_os@
3495-build_vendor = @build_vendor@
3496-builddir = @builddir@
3497-datadir = @datadir@
3498-datarootdir = @datarootdir@
3499-docdir = @docdir@
3500-dvidir = @dvidir@
3501-exec_prefix = @exec_prefix@
3502-host = @host@
3503-host_alias = @host_alias@
3504-host_cpu = @host_cpu@
3505-host_os = @host_os@
3506-host_vendor = @host_vendor@
3507-htmldir = @htmldir@
3508-includedir = @includedir@
3509-infodir = @infodir@
3510-install_sh = @install_sh@
3511-intltool__v_merge_options_ = @intltool__v_merge_options_@
3512-intltool__v_merge_options_0 = @intltool__v_merge_options_0@
3513-libdir = @libdir@
3514-libexecdir = @libexecdir@
3515-localedir = @localedir@
3516-localstatedir = @localstatedir@
3517-mandir = @mandir@
3518-mkdir_p = @mkdir_p@
3519-oldincludedir = @oldincludedir@
3520-pdfdir = @pdfdir@
3521-prefix = @prefix@
3522-program_transform_name = @program_transform_name@
3523-psdir = @psdir@
3524-sbindir = @sbindir@
3525-sharedstatedir = @sharedstatedir@
3526-srcdir = @srcdir@
3527-sysconfdir = @sysconfdir@
3528-target = @target@
3529-target_alias = @target_alias@
3530-target_cpu = @target_cpu@
3531-target_os = @target_os@
3532-target_vendor = @target_vendor@
3533-top_build_prefix = @top_build_prefix@
3534-top_builddir = @top_builddir@
3535-top_srcdir = @top_srcdir@
3536-SUBDIRS = media po
3537-MALLARD_PAGE = index.page
3538-MALLARD_CSS = index.css
3539-MALLARD_XSL = index.xsl
3540-TARGET_DIR = $(DESTDIR)$(docdir)/html
3541-LINGUAS = $(shell cd $(srcdir)/po && echo `/bin/ls *.po 2> /dev/null | sed 's,[.]po,,g'`)
3542-EXTRA_DIST = $(MALLARD_PAGE) $(MALLARD_CSS) $(MALLARD_XSL)
3543-CLEANFILES = doc-build.stamp
3544-all: all-recursive
3545-
3546-.SUFFIXES:
3547-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
3548- @for dep in $?; do \
3549- case '$(am__configure_deps)' in \
3550- *$$dep*) \
3551- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
3552- && { if test -f $@; then exit 0; else break; fi; }; \
3553- exit 1;; \
3554- esac; \
3555- done; \
3556- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
3557- $(am__cd) $(top_srcdir) && \
3558- $(AUTOMAKE) --gnu doc/Makefile
3559-.PRECIOUS: Makefile
3560-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3561- @case '$?' in \
3562- *config.status*) \
3563- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
3564- *) \
3565- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
3566- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
3567- esac;
3568-
3569-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
3570- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3571-
3572-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
3573- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3574-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
3575- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3576-$(am__aclocal_m4_deps):
3577-
3578-mostlyclean-libtool:
3579- -rm -f *.lo
3580-
3581-clean-libtool:
3582- -rm -rf .libs _libs
3583-
3584-# This directory's subdirectories are mostly independent; you can cd
3585-# into them and run `make' without going through this Makefile.
3586-# To change the values of `make' variables: instead of editing Makefiles,
3587-# (1) if the variable is set in `config.status', edit `config.status'
3588-# (which will cause the Makefiles to be regenerated when you run `make');
3589-# (2) otherwise, pass the desired values on the `make' command line.
3590-$(RECURSIVE_TARGETS):
3591- @fail= failcom='exit 1'; \
3592- for f in x $$MAKEFLAGS; do \
3593- case $$f in \
3594- *=* | --[!k]*);; \
3595- *k*) failcom='fail=yes';; \
3596- esac; \
3597- done; \
3598- dot_seen=no; \
3599- target=`echo $@ | sed s/-recursive//`; \
3600- list='$(SUBDIRS)'; for subdir in $$list; do \
3601- echo "Making $$target in $$subdir"; \
3602- if test "$$subdir" = "."; then \
3603- dot_seen=yes; \
3604- local_target="$$target-am"; \
3605- else \
3606- local_target="$$target"; \
3607- fi; \
3608- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3609- || eval $$failcom; \
3610- done; \
3611- if test "$$dot_seen" = "no"; then \
3612- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3613- fi; test -z "$$fail"
3614-
3615-$(RECURSIVE_CLEAN_TARGETS):
3616- @fail= failcom='exit 1'; \
3617- for f in x $$MAKEFLAGS; do \
3618- case $$f in \
3619- *=* | --[!k]*);; \
3620- *k*) failcom='fail=yes';; \
3621- esac; \
3622- done; \
3623- dot_seen=no; \
3624- case "$@" in \
3625- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3626- *) list='$(SUBDIRS)' ;; \
3627- esac; \
3628- rev=''; for subdir in $$list; do \
3629- if test "$$subdir" = "."; then :; else \
3630- rev="$$subdir $$rev"; \
3631- fi; \
3632- done; \
3633- rev="$$rev ."; \
3634- target=`echo $@ | sed s/-recursive//`; \
3635- for subdir in $$rev; do \
3636- echo "Making $$target in $$subdir"; \
3637- if test "$$subdir" = "."; then \
3638- local_target="$$target-am"; \
3639- else \
3640- local_target="$$target"; \
3641- fi; \
3642- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3643- || eval $$failcom; \
3644- done && test -z "$$fail"
3645-tags-recursive:
3646- list='$(SUBDIRS)'; for subdir in $$list; do \
3647- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3648- done
3649-ctags-recursive:
3650- list='$(SUBDIRS)'; for subdir in $$list; do \
3651- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3652- done
3653-
3654-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3655- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3656- unique=`for i in $$list; do \
3657- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3658- done | \
3659- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3660- END { if (nonempty) { for (i in files) print i; }; }'`; \
3661- mkid -fID $$unique
3662-tags: TAGS
3663-
3664-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
3665- $(TAGS_FILES) $(LISP)
3666- set x; \
3667- here=`pwd`; \
3668- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3669- include_option=--etags-include; \
3670- empty_fix=.; \
3671- else \
3672- include_option=--include; \
3673- empty_fix=; \
3674- fi; \
3675- list='$(SUBDIRS)'; for subdir in $$list; do \
3676- if test "$$subdir" = .; then :; else \
3677- test ! -f $$subdir/TAGS || \
3678- set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3679- fi; \
3680- done; \
3681- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3682- unique=`for i in $$list; do \
3683- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3684- done | \
3685- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3686- END { if (nonempty) { for (i in files) print i; }; }'`; \
3687- shift; \
3688- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3689- test -n "$$unique" || unique=$$empty_fix; \
3690- if test $$# -gt 0; then \
3691- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3692- "$$@" $$unique; \
3693- else \
3694- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3695- $$unique; \
3696- fi; \
3697- fi
3698-ctags: CTAGS
3699-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
3700- $(TAGS_FILES) $(LISP)
3701- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3702- unique=`for i in $$list; do \
3703- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3704- done | \
3705- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3706- END { if (nonempty) { for (i in files) print i; }; }'`; \
3707- test -z "$(CTAGS_ARGS)$$unique" \
3708- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3709- $$unique
3710-
3711-GTAGS:
3712- here=`$(am__cd) $(top_builddir) && pwd` \
3713- && $(am__cd) $(top_srcdir) \
3714- && gtags -i $(GTAGS_ARGS) "$$here"
3715-
3716-distclean-tags:
3717- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3718-
3719-distdir: $(DISTFILES)
3720- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3721- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3722- list='$(DISTFILES)'; \
3723- dist_files=`for file in $$list; do echo $$file; done | \
3724- sed -e "s|^$$srcdirstrip/||;t" \
3725- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3726- case $$dist_files in \
3727- */*) $(MKDIR_P) `echo "$$dist_files" | \
3728- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3729- sort -u` ;; \
3730- esac; \
3731- for file in $$dist_files; do \
3732- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3733- if test -d $$d/$$file; then \
3734- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3735- if test -d "$(distdir)/$$file"; then \
3736- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3737- fi; \
3738- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3739- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3740- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3741- fi; \
3742- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3743- else \
3744- test -f "$(distdir)/$$file" \
3745- || cp -p $$d/$$file "$(distdir)/$$file" \
3746- || exit 1; \
3747- fi; \
3748- done
3749- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3750- if test "$$subdir" = .; then :; else \
3751- test -d "$(distdir)/$$subdir" \
3752- || $(MKDIR_P) "$(distdir)/$$subdir" \
3753- || exit 1; \
3754- fi; \
3755- done
3756- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3757- if test "$$subdir" = .; then :; else \
3758- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3759- $(am__relativize); \
3760- new_distdir=$$reldir; \
3761- dir1=$$subdir; dir2="$(top_distdir)"; \
3762- $(am__relativize); \
3763- new_top_distdir=$$reldir; \
3764- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
3765- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
3766- ($(am__cd) $$subdir && \
3767- $(MAKE) $(AM_MAKEFLAGS) \
3768- top_distdir="$$new_top_distdir" \
3769- distdir="$$new_distdir" \
3770- am__remove_distdir=: \
3771- am__skip_length_check=: \
3772- am__skip_mode_fix=: \
3773- distdir) \
3774- || exit 1; \
3775- fi; \
3776- done
3777- $(MAKE) $(AM_MAKEFLAGS) \
3778- top_distdir="$(top_distdir)" distdir="$(distdir)" \
3779- dist-hook
3780-check-am: all-am
3781-check: check-recursive
3782-all-am: Makefile
3783-installdirs: installdirs-recursive
3784-installdirs-am:
3785-install: install-recursive
3786-install-exec: install-exec-recursive
3787-install-data: install-data-recursive
3788-uninstall: uninstall-recursive
3789-
3790-install-am: all-am
3791- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3792-
3793-installcheck: installcheck-recursive
3794-install-strip:
3795- if test -z '$(STRIP)'; then \
3796- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3797- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3798- install; \
3799- else \
3800- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3801- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3802- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3803- fi
3804-mostlyclean-generic:
3805-
3806-clean-generic:
3807- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3808-
3809-distclean-generic:
3810- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3811- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3812-
3813-maintainer-clean-generic:
3814- @echo "This command is intended for maintainers to use"
3815- @echo "it deletes files that may require special tools to rebuild."
3816-clean: clean-recursive
3817-
3818-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
3819-
3820-distclean: distclean-recursive
3821- -rm -f Makefile
3822-distclean-am: clean-am distclean-generic distclean-tags
3823-
3824-dvi: dvi-recursive
3825-
3826-dvi-am:
3827-
3828-html: html-recursive
3829-
3830-html-am:
3831-
3832-info: info-recursive
3833-
3834-info-am:
3835-
3836-install-data-am: install-data-local
3837-
3838-install-dvi: install-dvi-recursive
3839-
3840-install-dvi-am:
3841-
3842-install-exec-am:
3843-
3844-install-html: install-html-recursive
3845-
3846-install-html-am:
3847-
3848-install-info: install-info-recursive
3849-
3850-install-info-am:
3851-
3852-install-man:
3853-
3854-install-pdf: install-pdf-recursive
3855-
3856-install-pdf-am:
3857-
3858-install-ps: install-ps-recursive
3859-
3860-install-ps-am:
3861-
3862-installcheck-am:
3863-
3864-maintainer-clean: maintainer-clean-recursive
3865- -rm -f Makefile
3866-maintainer-clean-am: distclean-am maintainer-clean-generic
3867-
3868-mostlyclean: mostlyclean-recursive
3869-
3870-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
3871-
3872-pdf: pdf-recursive
3873-
3874-pdf-am:
3875-
3876-ps: ps-recursive
3877-
3878-ps-am:
3879-
3880-uninstall-am: uninstall-local
3881-
3882-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
3883- install-am install-strip tags-recursive
3884-
3885-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3886- all all-am check check-am clean clean-generic clean-libtool \
3887- clean-local ctags ctags-recursive dist-hook distclean \
3888- distclean-generic distclean-libtool distclean-tags distdir dvi \
3889- dvi-am html html-am info info-am install install-am \
3890- install-data install-data-am install-data-local install-dvi \
3891- install-dvi-am install-exec install-exec-am install-html \
3892- install-html-am install-info install-info-am install-man \
3893- install-pdf install-pdf-am install-ps install-ps-am \
3894- install-strip installcheck installcheck-am installdirs \
3895- installdirs-am maintainer-clean maintainer-clean-generic \
3896- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
3897- ps ps-am tags tags-recursive uninstall uninstall-am \
3898- uninstall-local
3899-
3900-
3901-install-data-local:
3902- echo "*** Installing HTML documentation"; \
3903- if test -d "$(srcdir)/html"; then \
3904- echo "--- $(TARGET_DIR)/$(MALLARD_CSS)"; \
3905- $(mkinstalldirs) $(TARGET_DIR); \
3906- $(INSTALL_DATA) $(srcdir)/html/$(MALLARD_CSS) $(TARGET_DIR); \
3907- for lang in C $(LINGUAS); do \
3908- echo "--- $(TARGET_DIR)/$$lang/"; \
3909- if test -d "$(srcdir)/html/$$lang"; then \
3910- $(mkinstalldirs) $(TARGET_DIR)/$$lang; \
3911- $(INSTALL_DATA) $(srcdir)/html/$$lang/index.html $(TARGET_DIR)/$$lang; \
3912- fi; \
3913- if test ! -d "$(TARGET_DIR)/$$lang/media" -o -L "$(TARGET_DIR)/$$lang/media"; then \
3914- if test -L "$(TARGET_DIR)/$$lang/media"; then \
3915- rm -f $(TARGET_DIR)/$$lang/media; \
3916- fi; \
3917- $(LN_S) ../C/media $(TARGET_DIR)/$$lang/media; \
3918- fi; \
3919- done; \
3920- else \
3921- echo "--- Nothing to install into $(TARGET_DIR)"; \
3922- fi
3923-
3924-uninstall-local:
3925- echo "*** Uninstalling HTML documentation"; \
3926- echo "--- $(TARGET_DIR)/$(MALLARD_CSS)"; \
3927- rm -f $(TARGET_DIR)/$(MALLARD_CSS); \
3928- for lang in C $(LINGUAS); do \
3929- echo "--- $(TARGET_DIR)/$$lang/"; \
3930- rm -f $(TARGET_DIR)/$$lang/index.html; \
3931- if test -L $(TARGET_DIR)/$$lang/media; then \
3932- rm -f $(TARGET_DIR)/$$lang/media; \
3933- fi; \
3934- done
3935-
3936-clean-local:
3937- rm -rf "$(srcdir)/html"
3938-
3939-@GENERATE_DOCUMENTATION_TRUE@update-po:
3940-@GENERATE_DOCUMENTATION_TRUE@ rm -f "$(srcdir)/po/$(GETTEXT_PACKAGE).pot"
3941-@GENERATE_DOCUMENTATION_TRUE@ $(ITSTOOL) -o "$(srcdir)/po/$(GETTEXT_PACKAGE).pot" $(MALLARD_PAGE)
3942-@GENERATE_DOCUMENTATION_TRUE@ for lang in $(LINGUAS); do \
3943-@GENERATE_DOCUMENTATION_TRUE@ echo -n "$$lang.po... "; \
3944-@GENERATE_DOCUMENTATION_TRUE@ $(MSGMERGE) --backup=none -U "$(srcdir)/po/$$lang.po" "$(srcdir)/po/$(GETTEXT_PACKAGE).pot"; \
3945-@GENERATE_DOCUMENTATION_TRUE@ done
3946-
3947-@GENERATE_DOCUMENTATION_TRUE@doc-build.stamp: $(MALLARD_PAGE) $(MALLARD_CSS) $(MALLARD_XSL)
3948-@GENERATE_DOCUMENTATION_TRUE@ @-chmod -R u+w "$(srcdir)"
3949-@GENERATE_DOCUMENTATION_TRUE@ rm -rf "$(srcdir)/html"
3950-@GENERATE_DOCUMENTATION_TRUE@ @echo "*** Building HTML documentation"
3951-@GENERATE_DOCUMENTATION_TRUE@ @echo "--- Generating C documentation"
3952-@GENERATE_DOCUMENTATION_TRUE@ $(GNOME_DOC_TOOL) html -o "$(srcdir)/html/C/" -x "$(srcdir)/$(MALLARD_XSL)" -c "../$(MALLARD_CSS)" "$(srcdir)/$(MALLARD_PAGE)"
3953-@GENERATE_DOCUMENTATION_TRUE@ cp "$(srcdir)/$(MALLARD_CSS)" "$(srcdir)/html"
3954-@GENERATE_DOCUMENTATION_TRUE@ @rm "$(srcdir)/html/C/index.cache"
3955-@GENERATE_DOCUMENTATION_TRUE@ for lang in $(LINGUAS); do \
3956-@GENERATE_DOCUMENTATION_TRUE@ echo "--- Generating $$lang documentation"; \
3957-@GENERATE_DOCUMENTATION_TRUE@ mkdir -p "$(srcdir)/tmp"; \
3958-@GENERATE_DOCUMENTATION_TRUE@ $(MSGFMT) -o "$(srcdir)/tmp/$$lang.mo" "$(srcdir)/po/$$lang.po"; \
3959-@GENERATE_DOCUMENTATION_TRUE@ $(ITSTOOL) -l "$$lang" -m "$(srcdir)/tmp/$$lang.mo" -o "$(srcdir)/tmp/index.page" "$(srcdir)/$(MALLARD_PAGE)"; \
3960-@GENERATE_DOCUMENTATION_TRUE@ $(GNOME_DOC_TOOL) html -n -o "$(srcdir)/html/$$lang/" -x "$(srcdir)/$(MALLARD_XSL)" -c "../$(MALLARD_CSS)" "$(srcdir)/tmp/index.page"; \
3961-@GENERATE_DOCUMENTATION_TRUE@ chmod -R u+w "$(srcdir)/html/$$lang"; \
3962-@GENERATE_DOCUMENTATION_TRUE@ rm -rf "$(srcdir)/tmp" "$(srcdir)/html/$$lang/index.cache"; \
3963-@GENERATE_DOCUMENTATION_TRUE@ done
3964-@GENERATE_DOCUMENTATION_TRUE@ touch doc-build.stamp
3965-
3966-@GENERATE_DOCUMENTATION_TRUE@dist-check-doc: all
3967-
3968-@GENERATE_DOCUMENTATION_FALSE@update-po:
3969-@GENERATE_DOCUMENTATION_FALSE@ @echo "*** You need to compile with --enable-gen-doc in order to run make update-po"
3970-@GENERATE_DOCUMENTATION_FALSE@ @false
3971-
3972-@GENERATE_DOCUMENTATION_FALSE@doc-build.stamp:
3973-@GENERATE_DOCUMENTATION_FALSE@ @if test ! -d "$(srcdir)/html"; then \
3974-@GENERATE_DOCUMENTATION_FALSE@ echo; \
3975-@GENERATE_DOCUMENTATION_FALSE@ echo "*** No generated documenation found. If you want to "; \
3976-@GENERATE_DOCUMENTATION_FALSE@ echo "*** generate the (translated) documentation, run configure"; \
3977-@GENERATE_DOCUMENTATION_FALSE@ echo "*** with --enable-gen-doc."; \
3978-@GENERATE_DOCUMENTATION_FALSE@ echo; \
3979-@GENERATE_DOCUMENTATION_FALSE@ fi
3980-
3981-@GENERATE_DOCUMENTATION_FALSE@dist-check-doc:
3982-@GENERATE_DOCUMENTATION_FALSE@ @echo "*** You need to compile with --enable-gen-doc in order to run make dist"
3983-@GENERATE_DOCUMENTATION_FALSE@ @false
3984-
3985-all: doc-build.stamp
3986-
3987-dist-hook: dist-check-doc doc-build.stamp
3988- mkdir -p "$(distdir)/html"; \
3989- if test -f "$(srcdir)/html/$(MALLARD_CSS)"; then \
3990- cp "$(srcdir)/html/$(MALLARD_CSS)" "$(distdir)/html"; \
3991- fi; \
3992- for lang in C $(LINGUAS); do \
3993- if test -f "$(srcdir)/html/$$lang/index.html"; then \
3994- mkdir -p "$(distdir)/html/$$lang"; \
3995- cp -t "$(distdir)/html/$$lang/" $(srcdir)/html/$$lang/*; \
3996- fi; \
3997- done
3998-
3999-# Tell versions [3.59,3.63) of GNU make to not export all variables.
4000-# Otherwise a system limit (for SysV at least) may be exceeded.
4001-.NOEXPORT:
4002
4003=== removed directory 'doc/html'
4004=== removed directory 'doc/html/C'
4005=== removed file 'doc/html/C/index.html'
4006--- doc/html/C/index.html 2012-04-09 21:26:50 +0000
4007+++ doc/html/C/index.html 1970-01-01 00:00:00 +0000
4008@@ -1,400 +0,0 @@
4009-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4010-<html xmlns:str="http://exslt.org/strings">
4011-<head>
4012-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4013-<title>Clipman</title>
4014-<link rel="stylesheet" type="text/css" href="../index.css">
4015-</head>
4016-<body class="">
4017-<div class="headbar"></div>
4018-<div class="body">
4019-<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="header">
4020-<h1 class="title">Clipman</h1>
4021-<p class="p">This manual describes <span class="app">Clipman</span> version 1.2.2.
4022- </p>
4023-<p>Last edited: 2011-11-01.
4024- </p>
4025-<p class="p">
4026- Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free
4027- Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with
4028- no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text
4029- is available from the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://www.fsf.org/" title="http://www.fsf.org/">Free Software Foundation</a></span>.
4030- </p>
4031-</div>
4032-<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="section toc">
4033-<h2 class="title">Table of Contents</h2>
4034-<ol>
4035-<li>
4036-<p><a href="#introduction">Introduction</a></p>
4037-<ul><li><p><a href="#anatomy-of-a-clipboard">Anatomy of a Clipboard</a></p></li></ul>
4038-</li>
4039-<li>
4040-<p><a href="#starting-clipman">Starting Clipman</a></p>
4041-<ul><li><p><a href="#popup-command">Popup Command</a></p></li></ul>
4042-</li>
4043-<li>
4044-<p><a href="#settings-dialog">Settings Dialog</a></p>
4045-<ul><li><p><a href="#settings-general">General Settings</a></p></li></ul>
4046-<ul><li><p><a href="#settings-actions">Actions Settings</a></p></li></ul>
4047-<ul><li><p><a href="#tweaks">Tweaks</a></p></li></ul>
4048-<ul><li><p><a href="#settings-xfconf">Xfconf</a></p></li></ul>
4049-</li>
4050-<li><p><a href="#support">Support</a></p></li>
4051-<li><p><a href="#about">About Clipman</a></p></li>
4052-</ol>
4053-</div>
4054-<div class="section" id="introduction">
4055-<div class="header"><h2 class="title">Introduction</h2></div>
4056-<div class="contents"><p class="p first-child">
4057- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is a clipboard manager for <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Xfce</span>. It keeps the clipboard contents
4058- around while it is usually lost when you close an application. It is able
4059- to handle text and images, and has a feature to execute actions on specific
4060- text by matching them against regular expressions.
4061- </p></div>
4062-<div class="section" id="anatomy-of-a-clipboard">
4063-<div class="header"><h3 class="title">Anatomy of a Clipboard</h3></div>
4064-<div class="contents">
4065-<p class="p first-child">
4066- In X11 (all Unix platforms) there are by default two clipboards to exchange
4067- any data between the windows. A default clipboard which is modified by
4068- manual copies (for instance when you select a file and press the copy
4069- button), and there is a primary clipboard which is modified by selections
4070- (for instance when you select text in a field).
4071- </p>
4072-<p class="p">
4073- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> handles only the default clipboard, but optionnaly it can also notice
4074- the selections. When it is handling the selections, the default clipboard will
4075- always be synced with it and contain the same data. By this meaning you can
4076- paste with the keyboard what you select on screen.
4077- </p>
4078-</div>
4079-</div>
4080-</div>
4081-<div class="section" id="starting-clipman">
4082-<div class="header"><h2 class="title">Starting Clipman</h2></div>
4083-<div class="contents">
4084-<p class="p first-child">
4085- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is used to keep in history a list of clipboard contents and to restore
4086- them. The history is displayed in a menu by clicking on the main icon. Within
4087- the menu it is possible to restore a text and to clear the history.
4088- </p>
4089-<div class="figure">
4090-<div class="title title-figure">Clipman menu with the history</div>
4091-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-menu.png" alt=""></div></div>
4092-<div class="desc desc-figure">Shows the menu that popups when clicking the Clipman icon in the Xfce Panel or the notification area</div>
4093-</div>
4094-<p class="p">
4095- There are two ways to run <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span>. You can select <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> in the applications menu under the category
4096- Utility or type <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-clipman</span> on the command-line, or you can add it into your panel.
4097- To add a new item in the panel right click the panel and select <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add new item...</span>.
4098- </p>
4099-</div>
4100-<div class="section" id="popup-command">
4101-<div class="header"><h3 class="title">Popup Command</h3></div>
4102-<div class="contents"><p class="p first-child">
4103- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> provides the command-line tool <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-popup-clipman</span>. When called it
4104- popups the main menu. The command is practical for the <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Application Shortcuts</span>
4105- available at <span xmlns:e="http://projectmallard.org/experimental/" class=" guiseq"><span class=" gui">Xfce Menu</span> ▸ <span class=" gui">Settings</span> ▸ <span class=" gui">Keyboard</span></span>.
4106- </p></div>
4107-</div>
4108-</div>
4109-<div class="section" id="settings-dialog">
4110-<div class="header"><h2 class="title">Settings Dialog</h2></div>
4111-<div class="contents"><p class="p first-child">
4112- The settings dialog is available under the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Properties</span> item in the right click context menu on
4113- the main icon. It allows to tweak the history and to edit actions.
4114- </p></div>
4115-<div class="section" id="settings-general">
4116-<div class="header"><h3 class="title">General Settings</h3></div>
4117-<div class="contents">
4118-<p class="p first-child">
4119- The following list describes the available options in the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">General</span> tab of the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Settings</span> dialog.
4120- </p>
4121-<div class="terms">
4122-<div class="title title-terms">List of available General settings</div>
4123-<div class="terms-contents"><dl class="terms">
4124-<dt class="item-terms first-child">Sync selections</dt>
4125-<dd class="item-terms"><p class="p first-child">Sync the primary clipboard with the default clipboard in a way that it is possible to paste
4126- what gets selected.</p></dd>
4127-<dt class="item-terms">Save on quit</dt>
4128-<dd class="item-terms"><p class="p first-child">Keeps the history at every new session.</p></dd>
4129-<dt class="item-terms">Store last copied image</dt>
4130-<dd class="item-terms"><p class="p first-child">Allows to store one image in the history.</p></dd>
4131-<dt class="item-terms">Ignore selections</dt>
4132-<dd class="item-terms"><p class="p first-child">Prevents the primary clipboard from being inserted in the history.</p></dd>
4133-<dt class="item-terms">Size of the history</dt>
4134-<dd class="item-terms"><p class="p first-child">Sets the number of items to keep in history.</p></dd>
4135-</dl></div>
4136-</div>
4137-<div class="figure">
4138-<div class="title title-figure">General Settings</div>
4139-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-general.png" alt=""></div></div>
4140-<div class="desc desc-figure">Settings dialog with the General tab</div>
4141-</div>
4142-</div>
4143-</div>
4144-<div class="section" id="settings-actions">
4145-<div class="header"><h3 class="title">Actions Settings</h3></div>
4146-<div class="contents">
4147-<p class="p first-child">
4148- An action is a pair of a name and a regular expression. Each action can have one or more commands. The
4149- support of actions is optional and can be enabled or disabled through the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Enable actions</span> option.
4150- </p>
4151-<p class="p">
4152- To add an action click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add</span> icon, to edit an action select the action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Edit</span> icon or double click
4153- the action, and to remove an action select an action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Delete</span> icon. By adding or editing an action a
4154- new dialog is opened.
4155- </p>
4156-<p class="p">
4157- To learn more about actions go to the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="#action-dialog" title="">next section</a></span>.
4158- </p>
4159-<div class="figure">
4160-<div class="title title-figure">Actions Settings</div>
4161-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-actions.png" alt=""></div></div>
4162-<div class="desc desc-figure">Settings dialog with the Actions tab</div>
4163-</div>
4164-</div>
4165-<div class="section" id="actions-dialog">
4166-<div class="header"><h4 class="title">Action Dialog</h4></div>
4167-<div class="contents">
4168-<p class="p first-child">
4169- An action has a human readable name that describes the pattern it is going to match. An action must have at
4170- least one command which also has a human readable name. The matched text can be reused in the command.
4171- </p>
4172-<p class="p">
4173- The actions are always matched against text selections unless specified otherwise. When the box <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Activate only
4174- on manual copy</span> is checked, the action will be matched from the default clipboard (e.g. with <span xmlns:e="http://projectmallard.org/experimental/" class=" keyseq"><span class=" key">Ctrl</span>+<span class=" key">C</span></span>).
4175- </p>
4176-<div class="figure">
4177-<div class="title title-figure">Action Dialog</div>
4178-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-action-dialog.png" alt=""></div></div>
4179-<div class="desc desc-figure">Settings dialog showing the Action Dialog when creating or editing an action</div>
4180-</div>
4181-</div>
4182-<div class="section" id="action-dialog-regex">
4183-<div class="header"><h5 class="title">Regular Expression</h5></div>
4184-<div class="contents">
4185-<p class="p first-child">
4186- Basic special characters: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.?+*(|)[]\</span>".
4187- </p>
4188-<div class="list"><div class="list-contents"><ul class="list">
4189-<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.</span>": represents a single character.</p></li>
4190-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">?+*</span>": respectively means zero or one character, one or more
4191- characters, and zero or more characters.</p></li>
4192-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">(|)</span>": used for grouping and substitution, the vertical bar is
4193- used as an OR operation.</p></li>
4194-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">[^]</span>": used to match a character from a set of characters and
4195- special characters, the circumflex is used at the start as a negation.</p></li>
4196-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\</span>": escapes a special character.</p></li>
4197-</ul></div></div>
4198-<p class="p">
4199- Basic alphanumeric character class: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">A-Za-z0-9</span>". Character classes
4200- are used within square brackets to represent a set of characters.
4201- </p>
4202-<div class="list">
4203-<div class="title title-list">Regular Expression Examples</div>
4204-<div class="list-contents"><ul class="list">
4205-<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug ?#?[0-9]+</span>": text "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug</span>", zero or one
4206- space, zero or one sharp character, and one or more numbers.</p></li>
4207-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">(http|ftp).+\.(jpg|png|gif)</span>": text
4208- "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http</span>" or "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">ftp</span>", one or more character, a point, and the text
4209- "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">jpg</span>", "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">png</span>" or "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">gif</span>".</p></li>
4210-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http://.{120}[^ ]+</span>": text "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http://</span>", 120
4211- characters, and one or more characters except a space.</p></li>
4212-</ul></div>
4213-</div>
4214-<div class="list">
4215-<div class="title title-list">External Resources</div>
4216-<div class="list-contents"><ul class="list"><li class="item-list first-child"><p class="p first-child"><span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://en.wikipedia.org/wiki/Regular_expression" title="http://en.wikipedia.org/wiki/Regular_expression">Wikipedia
4217- article about regular expressions</a></span></p></li></ul></div>
4218-</div>
4219-</div>
4220-</div>
4221-<div class="section" id="action-dialog-commands">
4222-<div class="header"><h5 class="title">Commands</h5></div>
4223-<div class="contents">
4224-<p class="p first-child">
4225- A command can reuse one or more substitutions from the regular expression. The substitutions are represented by
4226- "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\&lt;number&gt;</span>" where <span xmlns:e="http://projectmallard.org/experimental/" class=" input">&lt;number&gt;</span> corresponds to the
4227- sub-pattern within parentheses or 0 for the complete text.
4228- </p>
4229-<p class="p">
4230- For example, from the simple pattern "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug #(123)</span>" it is possible
4231- to use "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\0</span>" for the text "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">bug #123</span>" and "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\1</span>"
4232- for the text "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">123</span>". With the command "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">exo-open http://host/\1</span>",
4233- the real executed command would be "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">exo-open http://host/123</span>".
4234- </p>
4235-</div>
4236-</div>
4237-</div>
4238-</div>
4239-<div class="section" id="tweaks">
4240-<div class="header"><h3 class="title">Tweaks</h3></div>
4241-<div class="contents">
4242-<p class="p first-child">
4243- The following list describes the available options in the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Tweaks</span> tab of the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Settings</span> dialog.
4244- </p>
4245-<div class="terms">
4246-<div class="title title-terms">List of available Tweaks</div>
4247-<div class="terms-contents"><dl class="terms">
4248-<dt class="item-terms first-child">Paste instantly</dt>
4249-<dd class="item-terms"><p class="p first-child">Automatically paste a selected item from the history to the current focused window.</p></dd>
4250-<dt class="item-terms">Position menu at mouse pointer</dt>
4251-<dd class="item-terms"><p class="p first-child">Popup the menu at the mouse pointer position, only for the xfce4-popup-clipman command.</p></dd>
4252-<dt class="item-terms">Reorder history items</dt>
4253-<dd class="item-terms"><p class="p first-child">Push last copied text to the top of the history, useful to reorder old items.</p></dd>
4254-<dt class="item-terms">Reverse history order</dt>
4255-<dd class="item-terms"><p class="p first-child">Reverse order of the history shown in the menu.</p></dd>
4256-<dt class="item-terms">Skip actions by holding Control</dt>
4257-<dd class="item-terms"><p class="p first-child">When the selection is done (mouse or keyboard) and the Control key is still pressed down, the
4258- popup menu for matched actions will be skipped.</p></dd>
4259-</dl></div>
4260-</div>
4261-<div class="figure">
4262-<div class="title title-figure">Tweaks</div>
4263-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-tweaks.png" alt=""></div></div>
4264-<div class="desc desc-figure">Settings dialog with the Tweaks tab</div>
4265-</div>
4266-</div>
4267-</div>
4268-<div class="section" id="settings-xfconf">
4269-<div class="header"><h3 class="title">Xfconf</h3></div>
4270-<div class="contents">
4271-<p class="p first-child">
4272- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> uses <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Xfconf</span> to store its settings. That allows you to change the settings with the tool
4273- <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfconf-query</span> or <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-settings-editor</span>. The channel where <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> stores its settings is
4274- <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">xfce4-panel</span> and the base property is <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">/plugins/clipman</span>. The following
4275- table lists all the properties with their possible values.
4276- </p>
4277-<div class="table">
4278-<div class="title title-table">Xfconf Properties</div>
4279-<div class="desc desc-table">Description of all Xfconf properties with their possible values</div>
4280-<table class="table" style="border-style: solid;">
4281-<thead><tr>
4282-<td><p class="p first-child">Property</p></td>
4283-<td style="border-left-style: solid;"><p class="p first-child">Type</p></td>
4284-<td style="border-left-style: solid;"><p class="p first-child">Default</p></td>
4285-<td style="border-left-style: solid;"><p class="p first-child">Values</p></td>
4286-</tr></thead>
4287-<tbody>
4288-<tr>
4289-<td style="border-top-style: solid;background-color: #eeeeec;"><p class="p first-child">/settings/add-primary-clipboard</p></td>
4290-<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4291-<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4292-<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to sync the primary clipboard with the default clipboard</p></td>
4293-</tr>
4294-<tr>
4295-<td><p class="p first-child">/settings/enable-actions</p></td>
4296-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4297-<td style="border-left-style: solid;"><p class="p first-child">false</p></td>
4298-<td style="border-left-style: solid;"><p class="p first-child">true or false to enable actions</p></td>
4299-</tr>
4300-<tr>
4301-<td style="background-color: #eeeeec;"><p class="p first-child">/settings/history-ignore-primary-clipboard</p></td>
4302-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4303-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4304-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to exclude the primary clipboard from the history</p></td>
4305-</tr>
4306-<tr>
4307-<td><p class="p first-child">/settings/max-images-in-history</p></td>
4308-<td style="border-left-style: solid;"><p class="p first-child">uint</p></td>
4309-<td style="border-left-style: solid;"><p class="p first-child">0</p></td>
4310-<td style="border-left-style: solid;"><p class="p first-child">0-5 number of images in history</p></td>
4311-</tr>
4312-<tr>
4313-<td style="background-color: #eeeeec;"><p class="p first-child">/settings/max-texts-in-history</p></td>
4314-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">uint</p></td>
4315-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">10</p></td>
4316-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">5-100 number of texts in history</p></td>
4317-</tr>
4318-<tr>
4319-<td><p class="p first-child">/settings/save-on-quit</p></td>
4320-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4321-<td style="border-left-style: solid;"><p class="p first-child">true</p></td>
4322-<td style="border-left-style: solid;"><p class="p first-child">true or false to restore the history at every new session</p></td>
4323-</tr>
4324-<tr>
4325-<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/inhibit</p></td>
4326-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4327-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4328-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to disable the collector</p></td>
4329-</tr>
4330-<tr>
4331-<td><p class="p first-child">/tweaks/paste-on-activate</p></td>
4332-<td style="border-left-style: solid;"><p class="p first-child">uint</p></td>
4333-<td style="border-left-style: solid;"><p class="p first-child">0</p></td>
4334-<td style="border-left-style: solid;"><p class="p first-child">0 to disable, 1 to paste with Ctrl+V, or 2 to paste with Shift+Insert as soon as an item is selected from the history</p></td>
4335-</tr>
4336-<tr>
4337-<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/popup-at-pointer</p></td>
4338-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4339-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4340-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to popup the Clipman menu at the mouse pointer position, works only when called from the xfce4-popup-clipman command</p></td>
4341-</tr>
4342-<tr>
4343-<td><p class="p first-child">/tweaks/reorder-items</p></td>
4344-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4345-<td style="border-left-style: solid;"><p class="p first-child">true</p></td>
4346-<td style="border-left-style: solid;"><p class="p first-child">true or false to push the last copied text to the top of the history, useful to reorder old items</p></td>
4347-</tr>
4348-<tr>
4349-<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/reverse-menu-order</p></td>
4350-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4351-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4352-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to display the history in the reverse order</p></td>
4353-</tr>
4354-<tr>
4355-<td><p class="p first-child">/tweaks/skip-action-on-key-down</p></td>
4356-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4357-<td style="border-left-style: solid;"><p class="p first-child">false</p></td>
4358-<td style="border-left-style: solid;"><p class="p first-child">true or false to skip the actions popup menu when the Control key is hold down at the end of the selection</p></td>
4359-</tr>
4360-</tbody>
4361-</table>
4362-</div>
4363-<p class="p">
4364- To change a setting from a terminal type the following command-line:
4365- </p>
4366-<p class="p">
4367- <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfconf-query -c xfce4-panel -p /plugins/clipman/<span class=" var">property</span> -s <span class=" var">value</span></span>
4368- </p>
4369-</div>
4370-</div>
4371-</div>
4372-<div class="section" id="support">
4373-<div class="header"><h2 class="title">Support</h2></div>
4374-<div class="contents"><p class="p first-child">
4375- To report a bug or a feature request use the bug tracking system at <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://bugzilla.xfce.org/" title="http://bugzilla.xfce.org/">bugzilla.xfce.org</a></span>.
4376- If you have questions about the use of this software, please ask on the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="https://mail.xfce.org/mailman/listinfo/xfce" title="https://mail.xfce.org/mailman/listinfo/xfce">Xfce
4377- mailing list</a></span>, or point your IRC client to <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">irc.freenode.net</span> and join the channel <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">#xfce</span> and ask
4378- for help.
4379- </p></div>
4380-</div>
4381-<div class="section" id="about">
4382-<div class="header"><h2 class="title">About Clipman</h2></div>
4383-<div class="contents">
4384-<p class="p first-child">
4385- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> was written by Eduard Roccatello and then maintained by Nick Schermer, and nowadays it is written by
4386- Mike Massonnet. Visit the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" title="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"><span class=" app">Clipman</span>
4387- Website</a></span>.
4388- </p>
4389-<p class="p">
4390- This documentation was written by Mike Massonnet (mmassonnet@xfce.com). Please send all your comments and
4391- suggestions regarding this manual.
4392-
4393- </p>
4394-<p class="p">
4395- This software is distributed under the terms of the GNU General Public License as published
4396- by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
4397- </p>
4398-<p class="p">
4399- You should have received a copy of the GNU General Public License along with this program;
4400- if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
4401- </p>
4402-</div>
4403-</div>
4404-</div>
4405-<div class="footbar"><div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="copyrights"><div class="copyright">
4406- Copyright © 2009, 2011 Mike Massonnet</div></div></div>
4407-</body>
4408-</html>
4409
4410=== removed directory 'doc/html/ca'
4411=== removed file 'doc/html/ca/index.html'
4412--- doc/html/ca/index.html 2012-04-09 21:26:50 +0000
4413+++ doc/html/ca/index.html 1970-01-01 00:00:00 +0000
4414@@ -1,391 +0,0 @@
4415-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4416-<html xmlns:str="http://exslt.org/strings">
4417-<head>
4418-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4419-<title>Clipman</title>
4420-<link rel="stylesheet" type="text/css" href="../index.css">
4421-</head>
4422-<body class="">
4423-<div class="headbar"></div>
4424-<div class="body">
4425-<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="header">
4426-<h1 class="title">Clipman</h1>
4427-<p class="p">This manual describes <span class="app">Clipman</span> version 1.2.2.
4428- </p>
4429-<p>Last edited: 2011-11-01.
4430- </p>
4431-<p class="p">
4432- Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free
4433- Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with
4434- no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text
4435- is available from the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://www.fsf.org/" title="http://www.fsf.org/">Free Software Foundation</a></span>.
4436- </p>
4437-</div>
4438-<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="section toc">
4439-<h2 class="title">Table of Contents</h2>
4440-<ol>
4441-<li>
4442-<p><a href="#introduction">Introducció</a></p>
4443-<ul><li><p><a href="#anatomy-of-a-clipboard">Anatomia del porta-retalls</a></p></li></ul>
4444-</li>
4445-<li>
4446-<p><a href="#starting-clipman">Starting Clipman</a></p>
4447-<ul><li><p><a href="#popup-command">Ordre emergent</a></p></li></ul>
4448-</li>
4449-<li>
4450-<p><a href="#settings-dialog">Settings Dialog</a></p>
4451-<ul><li><p><a href="#settings-general">General Settings</a></p></li></ul>
4452-<ul><li><p><a href="#settings-actions">Actions Settings</a></p></li></ul>
4453-<ul><li><p><a href="#tweaks">Tweaks</a></p></li></ul>
4454-<ul><li><p><a href="#settings-xfconf">Xfconf</a></p></li></ul>
4455-</li>
4456-<li><p><a href="#support">Suport</a></p></li>
4457-<li><p><a href="#about">About Clipman</a></p></li>
4458-</ol>
4459-</div>
4460-<div class="section" id="introduction">
4461-<div class="header"><h2 class="title">Introducció</h2></div>
4462-<div class="contents"><p class="p first-child">
4463- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is a clipboard manager for <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Xfce</span>. It keeps the clipboard contents
4464- around while it is usually lost when you close an application. It is able
4465- to handle text and images, and has a feature to execute actions on specific
4466- text by matching them against regular expressions.
4467- </p></div>
4468-<div class="section" id="anatomy-of-a-clipboard">
4469-<div class="header"><h3 class="title">Anatomia del porta-retalls</h3></div>
4470-<div class="contents">
4471-<p class="p first-child">En X11 (totes les plataformes Unix) hi ha per defecte dos porta-retalls que permeten intercanviar qualsevol dada entre finestres. Un porta-retalls per defecte que es modifica amb les còpies manuals (per exemple, quan seleccioneu un fitxer i pitgeu en el botó de copiar), i un porta-retalls primari que es modifica al fer seleccions (per exemple, quan seleccioneu un camp).</p>
4472-<p class="p">
4473- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> handles only the default clipboard, but optionnaly it can also notice
4474- the selections. When it is handling the selections, the default clipboard will
4475- always be synced with it and contain the same data. By this meaning you can
4476- paste with the keyboard what you select on screen.
4477- </p>
4478-</div>
4479-</div>
4480-</div>
4481-<div class="section" id="starting-clipman">
4482-<div class="header"><h2 class="title">Starting Clipman</h2></div>
4483-<div class="contents">
4484-<p class="p first-child">
4485- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is used to keep in history a list of clipboard contents and to restore
4486- them. The history is displayed in a menu by clicking on the main icon. Within
4487- the menu it is possible to restore a text and to clear the history.
4488- </p>
4489-<div class="figure">
4490-<div class="title title-figure">Clipman menu with the history</div>
4491-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-menu.png" alt=""></div></div>
4492-<div class="desc desc-figure">Shows the menu that popups when clicking the Clipman icon in the Xfce Panel or the notification area</div>
4493-</div>
4494-<p class="p">
4495- There are two ways to run <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span>. You can select <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> in the applications menu under the category
4496- Utility or type <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-clipman</span> on the command-line, or you can add it into your panel.
4497- To add a new item in the panel right click the panel and select <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add new item...</span>.
4498- </p>
4499-</div>
4500-<div class="section" id="popup-command">
4501-<div class="header"><h3 class="title">Ordre emergent</h3></div>
4502-<div class="contents"><p class="p first-child">
4503- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> provides the command-line tool <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-popup-clipman</span>. When called it
4504- popups the main menu. The command is practical for the <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Application Shortcuts</span>
4505- available at <span xmlns:e="http://projectmallard.org/experimental/" class=" guiseq"><span class=" gui">Xfce Menu</span> ▸ <span class=" gui">Settings</span> ▸ <span class=" gui">Keyboard</span></span>.
4506- </p></div>
4507-</div>
4508-</div>
4509-<div class="section" id="settings-dialog">
4510-<div class="header"><h2 class="title">Settings Dialog</h2></div>
4511-<div class="contents"><p class="p first-child">
4512- The settings dialog is available under the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Properties</span> item in the right click context menu on
4513- the main icon. It allows to tweak the history and to edit actions.
4514- </p></div>
4515-<div class="section" id="settings-general">
4516-<div class="header"><h3 class="title">General Settings</h3></div>
4517-<div class="contents">
4518-<p class="p first-child">
4519- The following list describes the available options in the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">General</span> tab of the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Settings</span> dialog.
4520- </p>
4521-<div class="terms">
4522-<div class="title title-terms">List of available General settings</div>
4523-<div class="terms-contents"><dl class="terms">
4524-<dt class="item-terms first-child">Sincronització de seleccions</dt>
4525-<dd class="item-terms"><p class="p first-child">Sync the primary clipboard with the default clipboard in a way that it is possible to paste
4526- what gets selected.</p></dd>
4527-<dt class="item-terms">Desar al sortir</dt>
4528-<dd class="item-terms"><p class="p first-child">Keeps the history at every new session.</p></dd>
4529-<dt class="item-terms">Store last copied image</dt>
4530-<dd class="item-terms"><p class="p first-child">Allows to store one image in the history.</p></dd>
4531-<dt class="item-terms">Ignore selections</dt>
4532-<dd class="item-terms"><p class="p first-child">Prevents the primary clipboard from being inserted in the history.</p></dd>
4533-<dt class="item-terms">Tamany de l'historial</dt>
4534-<dd class="item-terms"><p class="p first-child">Sets the number of items to keep in history.</p></dd>
4535-</dl></div>
4536-</div>
4537-<div class="figure">
4538-<div class="title title-figure">General Settings</div>
4539-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-general.png" alt=""></div></div>
4540-<div class="desc desc-figure">Diàleg de paràmetres amb la pestanya general</div>
4541-</div>
4542-</div>
4543-</div>
4544-<div class="section" id="settings-actions">
4545-<div class="header"><h3 class="title">Actions Settings</h3></div>
4546-<div class="contents">
4547-<p class="p first-child">
4548- An action is a pair of a name and a regular expression. Each action can have one or more commands. The
4549- support of actions is optional and can be enabled or disabled through the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Enable actions</span> option.
4550- </p>
4551-<p class="p">
4552- To add an action click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add</span> icon, to edit an action select the action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Edit</span> icon or double click
4553- the action, and to remove an action select an action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Delete</span> icon. By adding or editing an action a
4554- new dialog is opened.
4555- </p>
4556-<p class="p">
4557- To learn more about actions go to the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="#action-dialog" title="">next section</a></span>.
4558- </p>
4559-<div class="figure">
4560-<div class="title title-figure">Actions Settings</div>
4561-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-actions.png" alt=""></div></div>
4562-<div class="desc desc-figure">Diàleg de configuració de la pestanya d'accions</div>
4563-</div>
4564-</div>
4565-<div class="section" id="actions-dialog">
4566-<div class="header"><h4 class="title">Diàleg d'accions</h4></div>
4567-<div class="contents">
4568-<p class="p first-child">Una acció té un nom llegible per una persona que descriu el patró amb el que ha de coincidir. Una acció ha de tenir almenys una ordre amb un nom llegible per una persona. El text de coincidència es pot reutilitzar en l'ordre.</p>
4569-<p class="p">
4570- The actions are always matched against text selections unless specified otherwise. When the box <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Activate only
4571- on manual copy</span> is checked, the action will be matched from the default clipboard (e.g. with <span xmlns:e="http://projectmallard.org/experimental/" class=" keyseq"><span class=" key">Ctrl</span>+<span class=" key">C</span></span>).
4572- </p>
4573-<div class="figure">
4574-<div class="title title-figure">Diàleg d'accions</div>
4575-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-action-dialog.png" alt=""></div></div>
4576-<div class="desc desc-figure">Settings dialog showing the Action Dialog when creating or editing an action</div>
4577-</div>
4578-</div>
4579-<div class="section" id="action-dialog-regex">
4580-<div class="header"><h5 class="title">Expressió regular</h5></div>
4581-<div class="contents">
4582-<p class="p first-child">
4583- Basic special characters: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.?+*(|)[]\</span>".
4584- </p>
4585-<div class="list"><div class="list-contents"><ul class="list">
4586-<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.</span>": represents a single character.</p></li>
4587-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">?+*</span>": respectively means zero or one character, one or more
4588- characters, and zero or more characters.</p></li>
4589-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">(|)</span>": used for grouping and substitution, the vertical bar is
4590- used as an OR operation.</p></li>
4591-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">[^]</span>": used to match a character from a set of characters and
4592- special characters, the circumflex is used at the start as a negation.</p></li>
4593-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\</span>": escapes a special character.</p></li>
4594-</ul></div></div>
4595-<p class="p">
4596- Basic alphanumeric character class: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">A-Za-z0-9</span>". Character classes
4597- are used within square brackets to represent a set of characters.
4598- </p>
4599-<div class="list">
4600-<div class="title title-list">Regular Expression Examples</div>
4601-<div class="list-contents"><ul class="list">
4602-<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug ?#?[0-9]+</span>": text "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug</span>", zero or one
4603- space, zero or one sharp character, and one or more numbers.</p></li>
4604-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">(http|ftp).+\.(jpg|png|gif)</span>": text
4605- "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http</span>" or "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">ftp</span>", one or more character, a point, and the text
4606- "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">jpg</span>", "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">png</span>" or "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">gif</span>".</p></li>
4607-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http://.{120}[^ ]+</span>": text "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http://</span>", 120
4608- characters, and one or more characters except a space.</p></li>
4609-</ul></div>
4610-</div>
4611-<div class="list">
4612-<div class="title title-list">External Resources</div>
4613-<div class="list-contents"><ul class="list"><li class="item-list first-child"><p class="p first-child"><span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://en.wikipedia.org/wiki/Regular_expression" title="http://en.wikipedia.org/wiki/Regular_expression">Wikipedia
4614- article about regular expressions</a></span></p></li></ul></div>
4615-</div>
4616-</div>
4617-</div>
4618-<div class="section" id="action-dialog-commands">
4619-<div class="header"><h5 class="title">Commands</h5></div>
4620-<div class="contents">
4621-<p class="p first-child">
4622- A command can reuse one or more substitutions from the regular expression. The substitutions are represented by
4623- "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\&lt;number&gt;</span>" where <span xmlns:e="http://projectmallard.org/experimental/" class=" input">&lt;number&gt;</span> corresponds to the
4624- sub-pattern within parentheses or 0 for the complete text.
4625- </p>
4626-<p class="p">
4627- For example, from the simple pattern "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug #(123)</span>" it is possible
4628- to use "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\0</span>" for the text "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">bug #123</span>" and "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\1</span>"
4629- for the text "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">123</span>". With the command "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">exo-open http://host/\1</span>",
4630- the real executed command would be "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">exo-open http://host/123</span>".
4631- </p>
4632-</div>
4633-</div>
4634-</div>
4635-</div>
4636-<div class="section" id="tweaks">
4637-<div class="header"><h3 class="title">Tweaks</h3></div>
4638-<div class="contents">
4639-<p class="p first-child">
4640- The following list describes the available options in the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Tweaks</span> tab of the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Settings</span> dialog.
4641- </p>
4642-<div class="terms">
4643-<div class="title title-terms">List of available Tweaks</div>
4644-<div class="terms-contents"><dl class="terms">
4645-<dt class="item-terms first-child">Paste instantly</dt>
4646-<dd class="item-terms"><p class="p first-child">Automatically paste a selected item from the history to the current focused window.</p></dd>
4647-<dt class="item-terms">Position menu at mouse pointer</dt>
4648-<dd class="item-terms"><p class="p first-child">Popup the menu at the mouse pointer position, only for the xfce4-popup-clipman command.</p></dd>
4649-<dt class="item-terms">Reorder history items</dt>
4650-<dd class="item-terms"><p class="p first-child">Push last copied text to the top of the history, useful to reorder old items.</p></dd>
4651-<dt class="item-terms">Reverse history order</dt>
4652-<dd class="item-terms"><p class="p first-child">Reverse order of the history shown in the menu.</p></dd>
4653-<dt class="item-terms">Skip actions by holding Control</dt>
4654-<dd class="item-terms"><p class="p first-child">When the selection is done (mouse or keyboard) and the Control key is still pressed down, the
4655- popup menu for matched actions will be skipped.</p></dd>
4656-</dl></div>
4657-</div>
4658-<div class="figure">
4659-<div class="title title-figure">Tweaks</div>
4660-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-tweaks.png" alt=""></div></div>
4661-<div class="desc desc-figure">Settings dialog with the Tweaks tab</div>
4662-</div>
4663-</div>
4664-</div>
4665-<div class="section" id="settings-xfconf">
4666-<div class="header"><h3 class="title">Xfconf</h3></div>
4667-<div class="contents">
4668-<p class="p first-child">
4669- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> uses <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Xfconf</span> to store its settings. That allows you to change the settings with the tool
4670- <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfconf-query</span> or <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-settings-editor</span>. The channel where <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> stores its settings is
4671- <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">xfce4-panel</span> and the base property is <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">/plugins/clipman</span>. The following
4672- table lists all the properties with their possible values.
4673- </p>
4674-<div class="table">
4675-<div class="title title-table">Propietats de Xfconf</div>
4676-<div class="desc desc-table">Description of all Xfconf properties with their possible values</div>
4677-<table class="table" style="border-style: solid;">
4678-<thead><tr>
4679-<td><p class="p first-child">Propietat</p></td>
4680-<td style="border-left-style: solid;"><p class="p first-child">Tipus</p></td>
4681-<td style="border-left-style: solid;"><p class="p first-child">Defecte</p></td>
4682-<td style="border-left-style: solid;"><p class="p first-child">Valors</p></td>
4683-</tr></thead>
4684-<tbody>
4685-<tr>
4686-<td style="border-top-style: solid;background-color: #eeeeec;"><p class="p first-child">/settings/add-primary-clipboard</p></td>
4687-<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4688-<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4689-<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to sync the primary clipboard with the default clipboard</p></td>
4690-</tr>
4691-<tr>
4692-<td><p class="p first-child">/settings/enable-actions</p></td>
4693-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4694-<td style="border-left-style: solid;"><p class="p first-child">false</p></td>
4695-<td style="border-left-style: solid;"><p class="p first-child">true or false to enable actions</p></td>
4696-</tr>
4697-<tr>
4698-<td style="background-color: #eeeeec;"><p class="p first-child">/settings/history-ignore-primary-clipboard</p></td>
4699-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4700-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4701-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to exclude the primary clipboard from the history</p></td>
4702-</tr>
4703-<tr>
4704-<td><p class="p first-child">/settings/max-images-in-history</p></td>
4705-<td style="border-left-style: solid;"><p class="p first-child">uint</p></td>
4706-<td style="border-left-style: solid;"><p class="p first-child">0</p></td>
4707-<td style="border-left-style: solid;"><p class="p first-child">0-5 nombre d'imatges a l'historial</p></td>
4708-</tr>
4709-<tr>
4710-<td style="background-color: #eeeeec;"><p class="p first-child">/settings/max-texts-in-history</p></td>
4711-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">uint</p></td>
4712-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">10</p></td>
4713-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">5-100 number of texts in history</p></td>
4714-</tr>
4715-<tr>
4716-<td><p class="p first-child">/settings/save-on-quit</p></td>
4717-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4718-<td style="border-left-style: solid;"><p class="p first-child">true</p></td>
4719-<td style="border-left-style: solid;"><p class="p first-child">true or false to restore the history at every new session</p></td>
4720-</tr>
4721-<tr>
4722-<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/inhibit</p></td>
4723-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4724-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4725-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to disable the collector</p></td>
4726-</tr>
4727-<tr>
4728-<td><p class="p first-child">/tweaks/paste-on-activate</p></td>
4729-<td style="border-left-style: solid;"><p class="p first-child">uint</p></td>
4730-<td style="border-left-style: solid;"><p class="p first-child">0</p></td>
4731-<td style="border-left-style: solid;"><p class="p first-child">0 to disable, 1 to paste with Ctrl+V, or 2 to paste with Shift+Insert as soon as an item is selected from the history</p></td>
4732-</tr>
4733-<tr>
4734-<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/popup-at-pointer</p></td>
4735-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4736-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4737-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to popup the Clipman menu at the mouse pointer position, works only when called from the xfce4-popup-clipman command</p></td>
4738-</tr>
4739-<tr>
4740-<td><p class="p first-child">/tweaks/reorder-items</p></td>
4741-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4742-<td style="border-left-style: solid;"><p class="p first-child">true</p></td>
4743-<td style="border-left-style: solid;"><p class="p first-child">true or false to push the last copied text to the top of the history, useful to reorder old items</p></td>
4744-</tr>
4745-<tr>
4746-<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/reverse-menu-order</p></td>
4747-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
4748-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
4749-<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to display the history in the reverse order</p></td>
4750-</tr>
4751-<tr>
4752-<td><p class="p first-child">/tweaks/skip-action-on-key-down</p></td>
4753-<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
4754-<td style="border-left-style: solid;"><p class="p first-child">false</p></td>
4755-<td style="border-left-style: solid;"><p class="p first-child">true or false to skip the actions popup menu when the Control key is hold down at the end of the selection</p></td>
4756-</tr>
4757-</tbody>
4758-</table>
4759-</div>
4760-<p class="p">
4761- To change a setting from a terminal type the following command-line:
4762- </p>
4763-<p class="p">
4764- <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfconf-query -c xfce4-panel -p /plugins/clipman/<span class=" var">property</span> -s <span class=" var">value</span></span>
4765- </p>
4766-</div>
4767-</div>
4768-</div>
4769-<div class="section" id="support">
4770-<div class="header"><h2 class="title">Suport</h2></div>
4771-<div class="contents"><p class="p first-child">
4772- To report a bug or a feature request use the bug tracking system at <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://bugzilla.xfce.org/" title="http://bugzilla.xfce.org/">bugzilla.xfce.org</a></span>.
4773- If you have questions about the use of this software, please ask on the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="https://mail.xfce.org/mailman/listinfo/xfce" title="https://mail.xfce.org/mailman/listinfo/xfce">Xfce
4774- mailing list</a></span>, or point your IRC client to <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">irc.freenode.net</span> and join the channel <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">#xfce</span> and ask
4775- for help.
4776- </p></div>
4777-</div>
4778-<div class="section" id="about">
4779-<div class="header"><h2 class="title">About Clipman</h2></div>
4780-<div class="contents">
4781-<p class="p first-child">
4782- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> was written by Eduard Roccatello and then maintained by Nick Schermer, and nowadays it is written by
4783- Mike Massonnet. Visit the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" title="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"><span class=" app">Clipman</span>
4784- Website</a></span>.
4785- </p>
4786-<p class="p">
4787- This documentation was written by Mike Massonnet (mmassonnet@xfce.com). Please send all your comments and
4788- suggestions regarding this manual.
4789-
4790- </p>
4791-<p class="p">
4792- This software is distributed under the terms of the GNU General Public License as published
4793- by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
4794- </p>
4795-<p class="p">
4796- You should have received a copy of the GNU General Public License along with this program;
4797- if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
4798- </p>
4799-</div>
4800-</div>
4801-</div>
4802-<div class="footbar"><div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="copyrights"><div class="copyright">
4803- Copyright © 2009, 2011 Mike Massonnet</div></div></div>
4804-</body>
4805-</html>
4806
4807=== removed directory 'doc/html/da'
4808=== removed file 'doc/html/da/index.html'
4809--- doc/html/da/index.html 2012-04-09 21:26:50 +0000
4810+++ doc/html/da/index.html 1970-01-01 00:00:00 +0000
4811@@ -1,391 +0,0 @@
4812-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4813-<html xmlns:str="http://exslt.org/strings">
4814-<head>
4815-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4816-<title>Clipman</title>
4817-<link rel="stylesheet" type="text/css" href="../index.css">
4818-</head>
4819-<body class="">
4820-<div class="headbar"></div>
4821-<div class="body">
4822-<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="header">
4823-<h1 class="title">Clipman</h1>
4824-<p class="p">This manual describes <span class="app">Clipman</span> version 1.2.2.
4825- </p>
4826-<p>Last edited: 2011-11-01.
4827- </p>
4828-<p class="p">
4829- Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free
4830- Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with
4831- no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text
4832- is available from the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://www.fsf.org/" title="http://www.fsf.org/">Free Software Foundation</a></span>.
4833- </p>
4834-</div>
4835-<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="section toc">
4836-<h2 class="title">Table of Contents</h2>
4837-<ol>
4838-<li>
4839-<p><a href="#introduction">Introduktion</a></p>
4840-<ul><li><p><a href="#anatomy-of-a-clipboard">Udklipsholderens opbygning</a></p></li></ul>
4841-</li>
4842-<li>
4843-<p><a href="#starting-clipman">Starting Clipman</a></p>
4844-<ul><li><p><a href="#popup-command">Popup-kommando</a></p></li></ul>
4845-</li>
4846-<li>
4847-<p><a href="#settings-dialog">Settings Dialog</a></p>
4848-<ul><li><p><a href="#settings-general">General Settings</a></p></li></ul>
4849-<ul><li><p><a href="#settings-actions">Actions Settings</a></p></li></ul>
4850-<ul><li><p><a href="#tweaks">Tweaks</a></p></li></ul>
4851-<ul><li><p><a href="#settings-xfconf">Xfconf</a></p></li></ul>
4852-</li>
4853-<li><p><a href="#support">Support</a></p></li>
4854-<li><p><a href="#about">About Clipman</a></p></li>
4855-</ol>
4856-</div>
4857-<div class="section" id="introduction">
4858-<div class="header"><h2 class="title">Introduktion</h2></div>
4859-<div class="contents"><p class="p first-child">
4860- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is a clipboard manager for <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Xfce</span>. It keeps the clipboard contents
4861- around while it is usually lost when you close an application. It is able
4862- to handle text and images, and has a feature to execute actions on specific
4863- text by matching them against regular expressions.
4864- </p></div>
4865-<div class="section" id="anatomy-of-a-clipboard">
4866-<div class="header"><h3 class="title">Udklipsholderens opbygning</h3></div>
4867-<div class="contents">
4868-<p class="p first-child">I X11 (alle Unix platform) er der som standard to udklipsholdere til at udveksle data mellem vinduerne. En standard udklipsholder som ændres ved manuelle kopier (f.eks. når du markerer en fil og trykker på knappen kopiér), og en primær udklipsholder der ændres af markeringer (f.eks. når du markerer tekst i et felt).</p>
4869-<p class="p">
4870- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> handles only the default clipboard, but optionnaly it can also notice
4871- the selections. When it is handling the selections, the default clipboard will
4872- always be synced with it and contain the same data. By this meaning you can
4873- paste with the keyboard what you select on screen.
4874- </p>
4875-</div>
4876-</div>
4877-</div>
4878-<div class="section" id="starting-clipman">
4879-<div class="header"><h2 class="title">Starting Clipman</h2></div>
4880-<div class="contents">
4881-<p class="p first-child">
4882- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is used to keep in history a list of clipboard contents and to restore
4883- them. The history is displayed in a menu by clicking on the main icon. Within
4884- the menu it is possible to restore a text and to clear the history.
4885- </p>
4886-<div class="figure">
4887-<div class="title title-figure">Clipman menu with the history</div>
4888-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-menu.png" alt=""></div></div>
4889-<div class="desc desc-figure">Shows the menu that popups when clicking the Clipman icon in the Xfce Panel or the notification area</div>
4890-</div>
4891-<p class="p">
4892- There are two ways to run <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span>. You can select <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> in the applications menu under the category
4893- Utility or type <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-clipman</span> on the command-line, or you can add it into your panel.
4894- To add a new item in the panel right click the panel and select <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add new item...</span>.
4895- </p>
4896-</div>
4897-<div class="section" id="popup-command">
4898-<div class="header"><h3 class="title">Popup-kommando</h3></div>
4899-<div class="contents"><p class="p first-child">
4900- <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> provides the command-line tool <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-popup-clipman</span>. When called it
4901- popups the main menu. The command is practical for the <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Application Shortcuts</span>
4902- available at <span xmlns:e="http://projectmallard.org/experimental/" class=" guiseq"><span class=" gui">Xfce Menu</span> ▸ <span class=" gui">Settings</span> ▸ <span class=" gui">Keyboard</span></span>.
4903- </p></div>
4904-</div>
4905-</div>
4906-<div class="section" id="settings-dialog">
4907-<div class="header"><h2 class="title">Settings Dialog</h2></div>
4908-<div class="contents"><p class="p first-child">
4909- The settings dialog is available under the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Properties</span> item in the right click context menu on
4910- the main icon. It allows to tweak the history and to edit actions.
4911- </p></div>
4912-<div class="section" id="settings-general">
4913-<div class="header"><h3 class="title">General Settings</h3></div>
4914-<div class="contents">
4915-<p class="p first-child">
4916- The following list describes the available options in the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">General</span> tab of the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Settings</span> dialog.
4917- </p>
4918-<div class="terms">
4919-<div class="title title-terms">List of available General settings</div>
4920-<div class="terms-contents"><dl class="terms">
4921-<dt class="item-terms first-child">Synkronisér markeringer</dt>
4922-<dd class="item-terms"><p class="p first-child">Sync the primary clipboard with the default clipboard in a way that it is possible to paste
4923- what gets selected.</p></dd>
4924-<dt class="item-terms">Gem ved afslutning</dt>
4925-<dd class="item-terms"><p class="p first-child">Keeps the history at every new session.</p></dd>
4926-<dt class="item-terms">Store last copied image</dt>
4927-<dd class="item-terms"><p class="p first-child">Allows to store one image in the history.</p></dd>
4928-<dt class="item-terms">Ignore selections</dt>
4929-<dd class="item-terms"><p class="p first-child">Prevents the primary clipboard from being inserted in the history.</p></dd>
4930-<dt class="item-terms">Størrelsen på historikken</dt>
4931-<dd class="item-terms"><p class="p first-child">Sets the number of items to keep in history.</p></dd>
4932-</dl></div>
4933-</div>
4934-<div class="figure">
4935-<div class="title title-figure">General Settings</div>
4936-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-general.png" alt=""></div></div>
4937-<div class="desc desc-figure">Indstillingsvinduet i fanebladet Generelt</div>
4938-</div>
4939-</div>
4940-</div>
4941-<div class="section" id="settings-actions">
4942-<div class="header"><h3 class="title">Actions Settings</h3></div>
4943-<div class="contents">
4944-<p class="p first-child">
4945- An action is a pair of a name and a regular expression. Each action can have one or more commands. The
4946- support of actions is optional and can be enabled or disabled through the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Enable actions</span> option.
4947- </p>
4948-<p class="p">
4949- To add an action click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add</span> icon, to edit an action select the action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Edit</span> icon or double click
4950- the action, and to remove an action select an action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Delete</span> icon. By adding or editing an action a
4951- new dialog is opened.
4952- </p>
4953-<p class="p">
4954- To learn more about actions go to the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="#action-dialog" title="">next section</a></span>.
4955- </p>
4956-<div class="figure">
4957-<div class="title title-figure">Actions Settings</div>
4958-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-actions.png" alt=""></div></div>
4959-<div class="desc desc-figure">Indstillingsvinduet i fanebladet Handlinger</div>
4960-</div>
4961-</div>
4962-<div class="section" id="actions-dialog">
4963-<div class="header"><h4 class="title">Handlingsvindue</h4></div>
4964-<div class="contents">
4965-<p class="p first-child">En handling har et navn, der er læseligt for mennesker, der beskriver det mønster det skal sammenlignes med. En handling skal have mindst én kommando som også har et navn, der er læseligt for mennesker. Den sammenlignede tekst kan blive genbrugt i kommandoen.</p>
4966-<p class="p">
4967- The actions are always matched against text selections unless specified otherwise. When the box <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Activate only
4968- on manual copy</span> is checked, the action will be matched from the default clipboard (e.g. with <span xmlns:e="http://projectmallard.org/experimental/" class=" keyseq"><span class=" key">Ctrl</span>+<span class=" key">C</span></span>).
4969- </p>
4970-<div class="figure">
4971-<div class="title title-figure">Handlingsvindue</div>
4972-<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-action-dialog.png" alt=""></div></div>
4973-<div class="desc desc-figure">Settings dialog showing the Action Dialog when creating or editing an action</div>
4974-</div>
4975-</div>
4976-<div class="section" id="action-dialog-regex">
4977-<div class="header"><h5 class="title">Regulært udtryk</h5></div>
4978-<div class="contents">
4979-<p class="p first-child">
4980- Basic special characters: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.?+*(|)[]\</span>".
4981- </p>
4982-<div class="list"><div class="list-contents"><ul class="list">
4983-<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.</span>": represents a single character.</p></li>
4984-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">?+*</span>": respectively means zero or one character, one or more
4985- characters, and zero or more characters.</p></li>
4986-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">(|)</span>": used for grouping and substitution, the vertical bar is
4987- used as an OR operation.</p></li>
4988-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">[^]</span>": used to match a character from a set of characters and
4989- special characters, the circumflex is used at the start as a negation.</p></li>
4990-<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\</span>": escapes a special character.</p></li>
4991-</ul></div></div>
4992-<p class="p">
4993- Basic alphanumeric character class: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">A-Za-z0-9</span>". Character classes
4994- are used within square brackets to represent a set of characters.
4995- </p>
4996-<div class="list">
4997-<div class="title title-list">Regular Expression Examples</div>
4998-<div class="list-contents"><ul class="list">
4999-<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug ?#?[0-9]+</span>": text "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug</span>", zero or one
5000- space, zero or one sharp character, and one or more numbers.</p></li>
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: