Merge lp:~noskcaj/ubuntu/trusty/xfce4-indicator-plugin/2.3.0 into lp:ubuntu/trusty/xfce4-indicator-plugin

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/trusty/xfce4-indicator-plugin/2.3.0
Merge into: lp:ubuntu/trusty/xfce4-indicator-plugin
Diff against target: 6865 lines (+2435/-1813)
31 files modified
ChangeLog (+22/-1)
INSTALL (+4/-4)
Makefile.in (+168/-147)
aclocal.m4 (+295/-291)
config.guess (+106/-78)
config.sub (+57/-48)
configure (+254/-151)
configure.ac (+5/-5)
debian/changelog (+7/-0)
debian/control (+1/-1)
depcomp (+269/-186)
icons/48x48/Makefile.in (+71/-37)
icons/Makefile.in (+144/-126)
icons/scalable/Makefile.in (+71/-37)
install-sh (+7/-7)
ltmain.sh (+2/-2)
missing (+159/-275)
mkinstalldirs (+0/-162)
panel-plugin/Makefile.in (+133/-76)
panel-plugin/indicator-box.c (+1/-2)
panel-plugin/indicator-button-box.c (+25/-27)
panel-plugin/indicator-button.c (+22/-40)
panel-plugin/indicator-button.h (+1/-1)
panel-plugin/indicator-dialog.c (+1/-1)
panel-plugin/indicator.c (+4/-2)
po/de.po (+30/-48)
po/id.po (+26/-43)
po/oc.po (+178/-0)
po/sl.po (+178/-0)
po/sv.po (+179/-0)
po/zh_TW.po (+15/-15)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/xfce4-indicator-plugin/2.3.0
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+206602@code.launchpad.net

Description of the change

New upstream release, needs xfce4-panel 4.11 first

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

31. By Jackson Doak

* New upstream release. LP: #1238997
* Bump required panel version

30. By Jackson Doak

New upstream release.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2014-02-13 16:07:50 +0000
+++ ChangeLog 2014-02-16 05:44:15 +0000
@@ -1,3 +1,24 @@
1# created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
22014-02-16 24fb6ad Depend on xfce4-panel 4.11.0 Andrzej <ndrwrdck@gmail.com>
32014-02-14 019468d dialog: do not use deprecated gtk stock items Andrzej <ndrwrdck@gmail.com>
42014-02-08 29e4b7d I18n: Add new translation sv (100%). PavelNicklasson <pavelnicklasson@bahnhof.se>
52014-01-26 9bea734 I18n: Update translation id (100%). padmawan <andhika.padmawan@gmail.com>
62014-01-22 9003be9 Improved handling of popup menus Andrzej <ndrwrdck@gmail.com>
72014-01-22 11fbd8c Do not ref/unref widgets and let libindicator manage them Andrzej <ndrwrdck@gmail.com>
82014-01-21 6eec40b Fixed button sizing when icon/image storage type == GTK_IMAGE_EMPTY Andrzej <ndrwrdck@gmail.com>
92014-01-21 723a2db Fixed a randomly missing icon in sound indicator Andrzej <ndrwrdck@gmail.com>
102014-01-04 2c252c2 I18n: Update translation zh_TW (97%). Walter Cheuk <wwycheuk@gmail.com>
112014-01-03 54fb801 I18n: Update translation de (100%). Anonymous <noreply@xfce.org>
122013-12-30 823f19c I18n: Update translation de (94%). Anonymous <noreply@xfce.org>
132013-12-30 412b23e I18n: Update translation de (89%). Anonymous <noreply@xfce.org>
142013-12-18 0ee1b17 Check if labels are visible. Andrzej <ndrwrdck@gmail.com>
152013-12-18 f7ad97a Ellipsize labels only in deskbar mode. Andrzej <ndrwrdck@gmail.com>
162013-12-11 d046d4b Check for empty labels to optimize layout Andrzej <ndrwrdck@gmail.com>
172013-12-06 bb66797 I18n: Add new translation oc (100%). Cedric31 <cvalmary@yahoo.fr>
182013-12-04 887fe33 I18n: Update translation sl (100%). anthonmanix <anthon.manix@gmail.com>
192013-12-03 7f1fd24 I18n: Add new translation sl (86%). anthonmanix <anthon.manix@gmail.com>
202013-12-01 ec0a224 Back to development Andrzej <ndrwrdck@gmail.com>
212013-12-01 7a07e81 Preparing for a release Andrzej <ndrwrdck@gmail.com>
12013-12-01 4971cc4 Changed required version of libxfce4panel Andrzej <ndrwrdck@gmail.com>222013-12-01 4971cc4 Changed required version of libxfce4panel Andrzej <ndrwrdck@gmail.com>
22013-11-18 b992563 I18n: Update translation da (100%). cedeel <chris@cedeel.com>232013-11-18 b992563 I18n: Update translation da (100%). cedeel <chris@cedeel.com>
32013-11-16 bc7f4df I18n: Update translation zh_TW (78%). sofyalai <sofyalai@gmail.com>242013-11-16 bc7f4df I18n: Update translation zh_TW (78%). sofyalai <sofyalai@gmail.com>
@@ -339,4 +360,4 @@
3392009-05-27 67c060d indicator is the one we need to check for Mark Trompell <mark@foresightlinux.org>3602009-05-27 67c060d indicator is the one we need to check for Mark Trompell <mark@foresightlinux.org>
3402009-05-26 646fe35 Fix build issue with libtool 2.x Mark Trompell <mark@foresightlinux.org>3612009-05-26 646fe35 Fix build issue with libtool 2.x Mark Trompell <mark@foresightlinux.org>
3412009-05-15 aa9f8f0 some random changes Mark Trompell <mark@foresightlinux.org>3622009-05-15 aa9f8f0 some random changes Mark Trompell <mark@foresightlinux.org>
3422009-05-15 ac4fe3f initial checkin Mark Trompell <mark@foresightlinux.org>
343\ No newline at end of file363\ No newline at end of file
3642009-05-15 ac4fe3f initial checkin Mark Trompell <mark@foresightlinux.org>
344365
=== modified file 'INSTALL'
--- INSTALL 2014-02-13 16:07:50 +0000
+++ INSTALL 2014-02-16 05:44:15 +0000
@@ -1,7 +1,7 @@
1Installation Instructions1Installation Instructions
2*************************2*************************
33
4Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,4Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
5Inc.5Inc.
66
7 Copying and distribution of this file, with or without modification,7 Copying and distribution of this file, with or without modification,
@@ -309,9 +309,10 @@
309overridden in the site shell script).309overridden in the site shell script).
310310
311Unfortunately, this technique does not work for `CONFIG_SHELL' due to311Unfortunately, this technique does not work for `CONFIG_SHELL' due to
312an Autoconf bug. Until the bug is fixed you can use this workaround:312an Autoconf limitation. Until the limitation is lifted, you can use
313this workaround:
313314
314 CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash315 CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
315316
316`configure' Invocation317`configure' Invocation
317======================318======================
@@ -367,4 +368,3 @@
367368
368`configure' also accepts some other, not widely useful, options. Run369`configure' also accepts some other, not widely useful, options. Run
369`configure --help' for more details.370`configure --help' for more details.
370
371371
=== modified file 'Makefile.in'
--- Makefile.in 2014-02-13 16:07:50 +0000
+++ Makefile.in 2014-02-16 05:44:15 +0000
@@ -1,9 +1,8 @@
1# Makefile.in generated by automake 1.11.6 from Makefile.am.1# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.8# with or without modifications, as long as this notice is preserved.
@@ -15,23 +14,51 @@
1514
16@SET_MAKE@15@SET_MAKE@
17VPATH = @srcdir@16VPATH = @srcdir@
18am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \18am__make_running_with_option = \
20 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
21 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \35 esac; \
27 case $$am__flg in \36 fi; \
28 *=*|--*) ;; \37 skip_next=no; \
29 *n*) am__dry=yes; break;; \38 strip_trailopt () \
30 esac; \39 { \
31 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \41 }; \
33 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
34 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -52,36 +79,43 @@
52host_triplet = @host@79host_triplet = @host@
53target_triplet = @target@80target_triplet = @target@
54subdir = .81subdir = .
55DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \82DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
56 $(srcdir)/Makefile.in $(srcdir)/config.h.in \83 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
57 $(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \84 $(top_srcdir)/configure $(am__configure_deps) \
58 INSTALL NEWS THANKS TODO config.guess config.sub depcomp \85 $(srcdir)/config.h.in COPYING COPYING.LIB THANKS TODO \
59 install-sh ltmain.sh missing mkinstalldirs86 config.guess config.sub depcomp install-sh missing ltmain.sh
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m487ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/configure.ac88am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63 $(ACLOCAL_M4)90 $(ACLOCAL_M4)
64am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \91am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
65 configure.lineno config.status.lineno92 configure.lineno config.status.lineno
66mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs93mkinstalldirs = $(install_sh) -d
67CONFIG_HEADER = config.h94CONFIG_HEADER = config.h
68CONFIG_CLEAN_FILES =95CONFIG_CLEAN_FILES =
69CONFIG_CLEAN_VPATH_FILES =96CONFIG_CLEAN_VPATH_FILES =
97AM_V_P = $(am__v_P_@AM_V@)
98am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99am__v_P_0 = false
100am__v_P_1 = :
70AM_V_GEN = $(am__v_GEN_@AM_V@)101AM_V_GEN = $(am__v_GEN_@AM_V@)
71am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)102am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
72am__v_GEN_0 = @echo " GEN " $@;103am__v_GEN_0 = @echo " GEN " $@;
104am__v_GEN_1 =
73AM_V_at = $(am__v_at_@AM_V@)105AM_V_at = $(am__v_at_@AM_V@)
74am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)106am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
75am__v_at_0 = @107am__v_at_0 = @
108am__v_at_1 =
76SOURCES =109SOURCES =
77DIST_SOURCES =110DIST_SOURCES =
78RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \111RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
79 html-recursive info-recursive install-data-recursive \112 ctags-recursive dvi-recursive html-recursive info-recursive \
80 install-dvi-recursive install-exec-recursive \113 install-data-recursive install-dvi-recursive \
81 install-html-recursive install-info-recursive \114 install-exec-recursive install-html-recursive \
82 install-pdf-recursive install-ps-recursive install-recursive \115 install-info-recursive install-pdf-recursive \
83 installcheck-recursive installdirs-recursive pdf-recursive \116 install-ps-recursive install-recursive installcheck-recursive \
84 ps-recursive uninstall-recursive117 installdirs-recursive pdf-recursive ps-recursive \
118 tags-recursive uninstall-recursive
85am__can_run_installinfo = \119am__can_run_installinfo = \
86 case $$AM_UPDATE_INFO_DIR in \120 case $$AM_UPDATE_INFO_DIR in \
87 n|no|NO) false;; \121 n|no|NO) false;; \
@@ -89,11 +123,33 @@
89 esac123 esac
90RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \124RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91 distclean-recursive maintainer-clean-recursive125 distclean-recursive maintainer-clean-recursive
92AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \126am__recursive_targets = \
93 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \127 $(RECURSIVE_TARGETS) \
94 distdir dist dist-all distcheck128 $(RECURSIVE_CLEAN_TARGETS) \
129 $(am__extra_recursive_targets)
130AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
131 cscope distdir dist dist-all distcheck
132am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
133 $(LISP)config.h.in
134# Read a list of newline-separated strings from the standard input,
135# and print each of them once, without duplicates. Input order is
136# *not* preserved.
137am__uniquify_input = $(AWK) '\
138 BEGIN { nonempty = 0; } \
139 { items[$$0] = 1; nonempty = 1; } \
140 END { if (nonempty) { for (i in items) print i; }; } \
141'
142# Make sure the list of sources is unique. This is necessary because,
143# e.g., the same source file might be shared among _SOURCES variables
144# for different programs/libraries.
145am__define_uniq_tagged_files = \
146 list='$(am__tagged_files)'; \
147 unique=`for i in $$list; do \
148 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
149 done | $(am__uniquify_input)`
95ETAGS = etags150ETAGS = etags
96CTAGS = ctags151CTAGS = ctags
152CSCOPE = cscope
97DIST_SUBDIRS = $(SUBDIRS)153DIST_SUBDIRS = $(SUBDIRS)
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)154DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99distdir = $(PACKAGE)-$(VERSION)155distdir = $(PACKAGE)-$(VERSION)
@@ -104,6 +160,7 @@
104 && rm -rf "$(distdir)" \160 && rm -rf "$(distdir)" \
105 || { sleep 5 && rm -rf "$(distdir)"; }; \161 || { sleep 5 && rm -rf "$(distdir)"; }; \
106 else :; fi162 else :; fi
163am__post_remove_distdir = $(am__remove_distdir)
107am__relativize = \164am__relativize = \
108 dir0=`pwd`; \165 dir0=`pwd`; \
109 sed_first='s,^\([^/]*\)/.*$$,\1,'; \166 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -131,6 +188,7 @@
131 reldir="$$dir2"188 reldir="$$dir2"
132DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2189DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
133GZIP_ENV = --best190GZIP_ENV = --best
191DIST_TARGETS = dist-bzip2 dist-gzip
134am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \192am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
135 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'193 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
136distcleancheck_listfiles = find . -type f -print194distcleancheck_listfiles = find . -type f -print
@@ -410,22 +468,25 @@
410 -rm -f libtool config.lt468 -rm -f libtool config.lt
411469
412# This directory's subdirectories are mostly independent; you can cd470# This directory's subdirectories are mostly independent; you can cd
413# into them and run `make' without going through this Makefile.471# into them and run 'make' without going through this Makefile.
414# To change the values of `make' variables: instead of editing Makefiles,472# To change the values of 'make' variables: instead of editing Makefiles,
415# (1) if the variable is set in `config.status', edit `config.status'473# (1) if the variable is set in 'config.status', edit 'config.status'
416# (which will cause the Makefiles to be regenerated when you run `make');474# (which will cause the Makefiles to be regenerated when you run 'make');
417# (2) otherwise, pass the desired values on the `make' command line.475# (2) otherwise, pass the desired values on the 'make' command line.
418$(RECURSIVE_TARGETS):476$(am__recursive_targets):
419 @fail= failcom='exit 1'; \477 @fail=; \
420 for f in x $$MAKEFLAGS; do \478 if $(am__make_keepgoing); then \
421 case $$f in \479 failcom='fail=yes'; \
422 *=* | --[!k]*);; \480 else \
423 *k*) failcom='fail=yes';; \481 failcom='exit 1'; \
424 esac; \482 fi; \
425 done; \
426 dot_seen=no; \483 dot_seen=no; \
427 target=`echo $@ | sed s/-recursive//`; \484 target=`echo $@ | sed s/-recursive//`; \
428 list='$(SUBDIRS)'; for subdir in $$list; do \485 case "$@" in \
486 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
487 *) list='$(SUBDIRS)' ;; \
488 esac; \
489 for subdir in $$list; do \
429 echo "Making $$target in $$subdir"; \490 echo "Making $$target in $$subdir"; \
430 if test "$$subdir" = "."; then \491 if test "$$subdir" = "."; then \
431 dot_seen=yes; \492 dot_seen=yes; \
@@ -440,57 +501,12 @@
440 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \501 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
441 fi; test -z "$$fail"502 fi; test -z "$$fail"
442503
443$(RECURSIVE_CLEAN_TARGETS):504ID: $(am__tagged_files)
444 @fail= failcom='exit 1'; \505 $(am__define_uniq_tagged_files); mkid -fID $$unique
445 for f in x $$MAKEFLAGS; do \506tags: tags-recursive
446 case $$f in \507TAGS: tags
447 *=* | --[!k]*);; \508
448 *k*) failcom='fail=yes';; \509tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
449 esac; \
450 done; \
451 dot_seen=no; \
452 case "$@" in \
453 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
454 *) list='$(SUBDIRS)' ;; \
455 esac; \
456 rev=''; for subdir in $$list; do \
457 if test "$$subdir" = "."; then :; else \
458 rev="$$subdir $$rev"; \
459 fi; \
460 done; \
461 rev="$$rev ."; \
462 target=`echo $@ | sed s/-recursive//`; \
463 for subdir in $$rev; do \
464 echo "Making $$target in $$subdir"; \
465 if test "$$subdir" = "."; then \
466 local_target="$$target-am"; \
467 else \
468 local_target="$$target"; \
469 fi; \
470 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
471 || eval $$failcom; \
472 done && test -z "$$fail"
473tags-recursive:
474 list='$(SUBDIRS)'; for subdir in $$list; do \
475 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
476 done
477ctags-recursive:
478 list='$(SUBDIRS)'; for subdir in $$list; do \
479 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
480 done
481
482ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
483 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
484 unique=`for i in $$list; do \
485 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486 done | \
487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 mkid -fID $$unique
490tags: TAGS
491
492TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
493 $(TAGS_FILES) $(LISP)
494 set x; \510 set x; \
495 here=`pwd`; \511 here=`pwd`; \
496 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \512 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
@@ -506,12 +522,7 @@
506 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \522 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
507 fi; \523 fi; \
508 done; \524 done; \
509 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \525 $(am__define_uniq_tagged_files); \
510 unique=`for i in $$list; do \
511 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
512 done | \
513 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
514 END { if (nonempty) { for (i in files) print i; }; }'`; \
515 shift; \526 shift; \
516 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \527 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
517 test -n "$$unique" || unique=$$empty_fix; \528 test -n "$$unique" || unique=$$empty_fix; \
@@ -523,15 +534,11 @@
523 $$unique; \534 $$unique; \
524 fi; \535 fi; \
525 fi536 fi
526ctags: CTAGS537ctags: ctags-recursive
527CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \538
528 $(TAGS_FILES) $(LISP)539CTAGS: ctags
529 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \540ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
530 unique=`for i in $$list; do \541 $(am__define_uniq_tagged_files); \
531 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532 done | \
533 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
534 END { if (nonempty) { for (i in files) print i; }; }'`; \
535 test -z "$(CTAGS_ARGS)$$unique" \542 test -z "$(CTAGS_ARGS)$$unique" \
536 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \543 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537 $$unique544 $$unique
@@ -540,9 +547,31 @@
540 here=`$(am__cd) $(top_builddir) && pwd` \547 here=`$(am__cd) $(top_builddir) && pwd` \
541 && $(am__cd) $(top_srcdir) \548 && $(am__cd) $(top_srcdir) \
542 && gtags -i $(GTAGS_ARGS) "$$here"549 && gtags -i $(GTAGS_ARGS) "$$here"
550cscope: cscope.files
551 test ! -s cscope.files \
552 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
553clean-cscope:
554 -rm -f cscope.files
555cscope.files: clean-cscope cscopelist
556cscopelist: cscopelist-recursive
557
558cscopelist-am: $(am__tagged_files)
559 list='$(am__tagged_files)'; \
560 case "$(srcdir)" in \
561 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
562 *) sdir=$(subdir)/$(srcdir) ;; \
563 esac; \
564 for i in $$list; do \
565 if test -f "$$i"; then \
566 echo "$(subdir)/$$i"; \
567 else \
568 echo "$$sdir/$$i"; \
569 fi; \
570 done >> $(top_builddir)/cscope.files
543571
544distclean-tags:572distclean-tags:
545 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags573 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
546575
547distdir: $(DISTFILES)576distdir: $(DISTFILES)
548 $(am__remove_distdir)577 $(am__remove_distdir)
@@ -610,40 +639,35 @@
610 || chmod -R a+r "$(distdir)"639 || chmod -R a+r "$(distdir)"
611dist-gzip: distdir640dist-gzip: distdir
612 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz641 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
613 $(am__remove_distdir)642 $(am__post_remove_distdir)
614dist-bzip2: distdir643dist-bzip2: distdir
615 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2644 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
616 $(am__remove_distdir)645 $(am__post_remove_distdir)
617646
618dist-lzip: distdir647dist-lzip: distdir
619 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz648 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
620 $(am__remove_distdir)649 $(am__post_remove_distdir)
621
622dist-lzma: distdir
623 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
624 $(am__remove_distdir)
625650
626dist-xz: distdir651dist-xz: distdir
627 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz652 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
628 $(am__remove_distdir)653 $(am__post_remove_distdir)
629654
630dist-tarZ: distdir655dist-tarZ: distdir
631 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z656 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
632 $(am__remove_distdir)657 $(am__post_remove_distdir)
633658
634dist-shar: distdir659dist-shar: distdir
635 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz660 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
636 $(am__remove_distdir)661 $(am__post_remove_distdir)
637662
638dist-zip: distdir663dist-zip: distdir
639 -rm -f $(distdir).zip664 -rm -f $(distdir).zip
640 zip -rq $(distdir).zip $(distdir)665 zip -rq $(distdir).zip $(distdir)
641 $(am__remove_distdir)666 $(am__post_remove_distdir)
642667
643dist dist-all: distdir668dist dist-all:
644 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz669 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
645 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2670 $(am__post_remove_distdir)
646 $(am__remove_distdir)
647671
648# This target untars the dist file and tries a VPATH configuration. Then672# This target untars the dist file and tries a VPATH configuration. Then
649# it guarantees that the distribution is self-contained by making another673# it guarantees that the distribution is self-contained by making another
@@ -654,8 +678,6 @@
654 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\678 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
655 *.tar.bz2*) \679 *.tar.bz2*) \
656 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\680 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
657 *.tar.lzma*) \
658 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
659 *.tar.lz*) \681 *.tar.lz*) \
660 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\682 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
661 *.tar.xz*) \683 *.tar.xz*) \
@@ -667,9 +689,9 @@
667 *.zip*) \689 *.zip*) \
668 unzip $(distdir).zip ;;\690 unzip $(distdir).zip ;;\
669 esac691 esac
670 chmod -R a-w $(distdir); chmod u+w $(distdir)692 chmod -R a-w $(distdir)
671 mkdir $(distdir)/_build693 chmod u+w $(distdir)
672 mkdir $(distdir)/_inst694 mkdir $(distdir)/_build $(distdir)/_inst
673 chmod a-w $(distdir)695 chmod a-w $(distdir)
674 test -d $(distdir)/_build || exit 0; \696 test -d $(distdir)/_build || exit 0; \
675 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \697 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
@@ -701,7 +723,7 @@
701 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \723 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
702 && cd "$$am__cwd" \724 && cd "$$am__cwd" \
703 || exit 1725 || exit 1
704 $(am__remove_distdir)726 $(am__post_remove_distdir)
705 @(echo "$(distdir) archives ready for distribution: "; \727 @(echo "$(distdir) archives ready for distribution: "; \
706 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \728 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
707 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'729 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
@@ -837,15 +859,14 @@
837859
838uninstall-am:860uninstall-am:
839861
840.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \862.MAKE: $(am__recursive_targets) all install-am install-strip
841 ctags-recursive install-am install-strip tags-recursive
842863
843.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \864.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
844 all all-am am--refresh check check-am clean clean-generic \865 am--refresh check check-am clean clean-cscope clean-generic \
845 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \866 clean-libtool cscope cscopelist-am ctags ctags-am dist \
846 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \867 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
847 dist-zip distcheck distclean distclean-generic distclean-hdr \868 dist-xz dist-zip distcheck distclean distclean-generic \
848 distclean-libtool distclean-local distclean-tags \869 distclean-hdr distclean-libtool distclean-local distclean-tags \
849 distcleancheck distdir distuninstallcheck dvi dvi-am html \870 distcleancheck distdir distuninstallcheck dvi dvi-am html \
850 html-am info info-am install install-am install-data \871 html-am info info-am install install-am install-data \
851 install-data-am install-dvi install-dvi-am install-exec \872 install-data-am install-dvi install-dvi-am install-exec \
@@ -854,8 +875,8 @@
854 install-ps install-ps-am install-strip installcheck \875 install-ps install-ps-am install-strip installcheck \
855 installcheck-am installdirs installdirs-am maintainer-clean \876 installcheck-am installdirs installdirs-am maintainer-clean \
856 maintainer-clean-generic mostlyclean mostlyclean-generic \877 maintainer-clean-generic mostlyclean mostlyclean-generic \
857 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \878 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
858 uninstall uninstall-am879 uninstall-am
859880
860881
861distclean-local:882distclean-local:
862883
=== modified file 'aclocal.m4'
--- aclocal.m4 2014-02-13 16:07:50 +0000
+++ aclocal.m4 2014-02-16 05:44:15 +0000
@@ -1,8 +1,7 @@
1# generated automatically by aclocal 1.11.6 -*- Autoconf -*-1# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
22
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,4
5# Inc.
6# This file is free software; the Free Software Foundation5# This file is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,6# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.7# with or without modifications, as long as this notice is preserved.
@@ -12,13 +11,14 @@
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.12# PARTICULAR PURPOSE.
1413
14m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15m4_ifndef([AC_AUTOCONF_VERSION],15m4_ifndef([AC_AUTOCONF_VERSION],
16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18[m4_warning([this file was generated for autoconf 2.69.18[m4_warning([this file was generated for autoconf 2.69.
19You have another version of autoconf. It may work, but is not guaranteed to.19You have another version of autoconf. It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.20If you have problems, you may need to regenerate the build system entirely.
21To do so, use the procedure documented by the package, typically `autoreconf'.])])21To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2222
23# Copyright (C) 1995-2002 Free Software Foundation, Inc.23# Copyright (C) 1995-2002 Free Software Foundation, Inc.
24# Copyright (C) 2001-2003,2004 Red Hat, Inc.24# Copyright (C) 2001-2003,2004 Red Hat, Inc.
@@ -337,7 +337,6 @@
337dnl337dnl
338glib_DEFUN([GLIB_GNU_GETTEXT],338glib_DEFUN([GLIB_GNU_GETTEXT],
339 [AC_REQUIRE([AC_PROG_CC])dnl339 [AC_REQUIRE([AC_PROG_CC])dnl
340 AC_REQUIRE([AC_HEADER_STDC])dnl
341 340
342 GLIB_LC_MESSAGES341 GLIB_LC_MESSAGES
343 GLIB_WITH_NLS342 GLIB_WITH_NLS
@@ -9461,25 +9460,22 @@
9461fi[]dnl9460fi[]dnl
9462])# PKG_CHECK_MODULES9461])# PKG_CHECK_MODULES
94639462
9464# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software9463# Copyright (C) 2002-2013 Free Software Foundation, Inc.
9465# Foundation, Inc.
9466#9464#
9467# This file is free software; the Free Software Foundation9465# This file is free software; the Free Software Foundation
9468# gives unlimited permission to copy and/or distribute it,9466# gives unlimited permission to copy and/or distribute it,
9469# with or without modifications, as long as this notice is preserved.9467# with or without modifications, as long as this notice is preserved.
94709468
9471# serial 1
9472
9473# AM_AUTOMAKE_VERSION(VERSION)9469# AM_AUTOMAKE_VERSION(VERSION)
9474# ----------------------------9470# ----------------------------
9475# Automake X.Y traces this macro to ensure aclocal.m4 has been9471# Automake X.Y traces this macro to ensure aclocal.m4 has been
9476# generated from the m4 files accompanying Automake X.Y.9472# generated from the m4 files accompanying Automake X.Y.
9477# (This private macro should not be called outside this file.)9473# (This private macro should not be called outside this file.)
9478AC_DEFUN([AM_AUTOMAKE_VERSION],9474AC_DEFUN([AM_AUTOMAKE_VERSION],
9479[am__api_version='1.11'9475[am__api_version='1.13'
9480dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to9476dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9481dnl require some minimum version. Point them to the right macro.9477dnl require some minimum version. Point them to the right macro.
9482m4_if([$1], [1.11.6], [],9478m4_if([$1], [1.13.3], [],
9483 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl9479 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9484])9480])
94859481
@@ -9495,24 +9491,22 @@
9495# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.9491# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9496# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.9492# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9497AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],9493AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9498[AM_AUTOMAKE_VERSION([1.11.6])dnl9494[AM_AUTOMAKE_VERSION([1.13.3])dnl
9499m4_ifndef([AC_AUTOCONF_VERSION],9495m4_ifndef([AC_AUTOCONF_VERSION],
9500 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl9496 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9501_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])9497_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
95029498
9503# AM_AUX_DIR_EXPAND -*- Autoconf -*-9499# AM_AUX_DIR_EXPAND -*- Autoconf -*-
95049500
9505# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.9501# Copyright (C) 2001-2013 Free Software Foundation, Inc.
9506#9502#
9507# This file is free software; the Free Software Foundation9503# This file is free software; the Free Software Foundation
9508# gives unlimited permission to copy and/or distribute it,9504# gives unlimited permission to copy and/or distribute it,
9509# with or without modifications, as long as this notice is preserved.9505# with or without modifications, as long as this notice is preserved.
95109506
9511# serial 1
9512
9513# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets9507# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
9514# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to9508# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
9515# `$srcdir', `$srcdir/..', or `$srcdir/../..'.9509# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
9516#9510#
9517# Of course, Automake must honor this variable whenever it calls a9511# Of course, Automake must honor this variable whenever it calls a
9518# tool from the auxiliary directory. The problem is that $srcdir (and9512# tool from the auxiliary directory. The problem is that $srcdir (and
@@ -9531,7 +9525,7 @@
9531#9525#
9532# The reason of the latter failure is that $top_srcdir and $ac_aux_dir9526# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
9533# are both prefixed by $srcdir. In an in-source build this is usually9527# are both prefixed by $srcdir. In an in-source build this is usually
9534# harmless because $srcdir is `.', but things will broke when you9528# harmless because $srcdir is '.', but things will broke when you
9535# start a VPATH build or use an absolute $srcdir.9529# start a VPATH build or use an absolute $srcdir.
9536#9530#
9537# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,9531# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
@@ -9557,22 +9551,19 @@
95579551
9558# AM_CONDITIONAL -*- Autoconf -*-9552# AM_CONDITIONAL -*- Autoconf -*-
95599553
9560# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 20089554# Copyright (C) 1997-2013 Free Software Foundation, Inc.
9561# Free Software Foundation, Inc.
9562#9555#
9563# This file is free software; the Free Software Foundation9556# This file is free software; the Free Software Foundation
9564# gives unlimited permission to copy and/or distribute it,9557# gives unlimited permission to copy and/or distribute it,
9565# with or without modifications, as long as this notice is preserved.9558# with or without modifications, as long as this notice is preserved.
95669559
9567# serial 9
9568
9569# AM_CONDITIONAL(NAME, SHELL-CONDITION)9560# AM_CONDITIONAL(NAME, SHELL-CONDITION)
9570# -------------------------------------9561# -------------------------------------
9571# Define a conditional.9562# Define a conditional.
9572AC_DEFUN([AM_CONDITIONAL],9563AC_DEFUN([AM_CONDITIONAL],
9573[AC_PREREQ(2.52)dnl9564[AC_PREREQ([2.52])dnl
9574 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],9565 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
9575 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl9566 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
9576AC_SUBST([$1_TRUE])dnl9567AC_SUBST([$1_TRUE])dnl
9577AC_SUBST([$1_FALSE])dnl9568AC_SUBST([$1_FALSE])dnl
9578_AM_SUBST_NOTMAKE([$1_TRUE])dnl9569_AM_SUBST_NOTMAKE([$1_TRUE])dnl
@@ -9591,16 +9582,14 @@
9591Usually this means the macro was only invoked conditionally.]])9582Usually this means the macro was only invoked conditionally.]])
9592fi])])9583fi])])
95939584
9594# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,9585# Copyright (C) 1999-2013 Free Software Foundation, Inc.
9595# 2010, 2011 Free Software Foundation, Inc.
9596#9586#
9597# This file is free software; the Free Software Foundation9587# This file is free software; the Free Software Foundation
9598# gives unlimited permission to copy and/or distribute it,9588# gives unlimited permission to copy and/or distribute it,
9599# with or without modifications, as long as this notice is preserved.9589# with or without modifications, as long as this notice is preserved.
96009590
9601# serial 12
96029591
9603# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be9592# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
9604# written in clear, in which case automake, when reading aclocal.m4,9593# written in clear, in which case automake, when reading aclocal.m4,
9605# will think it sees a *use*, and therefore will trigger all it's9594# will think it sees a *use*, and therefore will trigger all it's
9606# C support machinery. Also note that it means that autoscan, seeing9595# C support machinery. Also note that it means that autoscan, seeing
@@ -9610,7 +9599,7 @@
9610# _AM_DEPENDENCIES(NAME)9599# _AM_DEPENDENCIES(NAME)
9611# ----------------------9600# ----------------------
9612# See how the compiler implements dependency checking.9601# See how the compiler implements dependency checking.
9613# NAME is "CC", "CXX", "GCJ", or "OBJC".9602# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
9614# We try a few techniques and use that to set a single cache variable.9603# We try a few techniques and use that to set a single cache variable.
9615#9604#
9616# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was9605# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
@@ -9623,12 +9612,13 @@
9623AC_REQUIRE([AM_MAKE_INCLUDE])dnl9612AC_REQUIRE([AM_MAKE_INCLUDE])dnl
9624AC_REQUIRE([AM_DEP_TRACK])dnl9613AC_REQUIRE([AM_DEP_TRACK])dnl
96259614
9626ifelse([$1], CC, [depcc="$CC" am_compiler_list=],9615m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
9627 [$1], CXX, [depcc="$CXX" am_compiler_list=],9616 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
9628 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],9617 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
9629 [$1], UPC, [depcc="$UPC" am_compiler_list=],9618 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
9630 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],9619 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
9631 [depcc="$$1" am_compiler_list=])9620 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
9621 [depcc="$$1" am_compiler_list=])
96329622
9633AC_CACHE_CHECK([dependency style of $depcc],9623AC_CACHE_CHECK([dependency style of $depcc],
9634 [am_cv_$1_dependencies_compiler_type],9624 [am_cv_$1_dependencies_compiler_type],
@@ -9636,8 +9626,8 @@
9636 # We make a subdir and do the tests there. Otherwise we can end up9626 # We make a subdir and do the tests there. Otherwise we can end up
9637 # making bogus files that we don't know about and never remove. For9627 # making bogus files that we don't know about and never remove. For
9638 # instance it was reported that on HP-UX the gcc test will end up9628 # instance it was reported that on HP-UX the gcc test will end up
9639 # making a dummy file named `D' -- because `-MD' means `put the output9629 # making a dummy file named 'D' -- because '-MD' means "put the output
9640 # in D'.9630 # in D".
9641 rm -rf conftest.dir9631 rm -rf conftest.dir
9642 mkdir conftest.dir9632 mkdir conftest.dir
9643 # Copy depcomp to subdir because otherwise we won't find it if we're9633 # Copy depcomp to subdir because otherwise we won't find it if we're
@@ -9677,16 +9667,16 @@
9677 : > sub/conftest.c9667 : > sub/conftest.c
9678 for i in 1 2 3 4 5 6; do9668 for i in 1 2 3 4 5 6; do
9679 echo '#include "conftst'$i'.h"' >> sub/conftest.c9669 echo '#include "conftst'$i'.h"' >> sub/conftest.c
9680 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with9670 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
9681 # Solaris 8's {/usr,}/bin/sh.9671 # Solaris 10 /bin/sh.
9682 touch sub/conftst$i.h9672 echo '/* dummy */' > sub/conftst$i.h
9683 done9673 done
9684 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf9674 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
96859675
9686 # We check with `-c' and `-o' for the sake of the "dashmstdout"9676 # We check with '-c' and '-o' for the sake of the "dashmstdout"
9687 # mode. It turns out that the SunPro C++ compiler does not properly9677 # mode. It turns out that the SunPro C++ compiler does not properly
9688 # handle `-M -o', and we need to detect this. Also, some Intel9678 # handle '-M -o', and we need to detect this. Also, some Intel
9689 # versions had trouble with output in subdirs9679 # versions had trouble with output in subdirs.
9690 am__obj=sub/conftest.${OBJEXT-o}9680 am__obj=sub/conftest.${OBJEXT-o}
9691 am__minus_obj="-o $am__obj"9681 am__minus_obj="-o $am__obj"
9692 case $depmode in9682 case $depmode in
@@ -9695,8 +9685,8 @@
9695 test "$am__universal" = false || continue9685 test "$am__universal" = false || continue
9696 ;;9686 ;;
9697 nosideeffect)9687 nosideeffect)
9698 # after this tag, mechanisms are not by side-effect, so they'll9688 # After this tag, mechanisms are not by side-effect, so they'll
9699 # only be used when explicitly requested9689 # only be used when explicitly requested.
9700 if test "x$enable_dependency_tracking" = xyes; then9690 if test "x$enable_dependency_tracking" = xyes; then
9701 continue9691 continue
9702 else9692 else
@@ -9704,7 +9694,7 @@
9704 fi9694 fi
9705 ;;9695 ;;
9706 msvc7 | msvc7msys | msvisualcpp | msvcmsys)9696 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
9707 # This compiler won't grok `-c -o', but also, the minuso test has9697 # This compiler won't grok '-c -o', but also, the minuso test has
9708 # not run yet. These depmodes are late enough in the game, and9698 # not run yet. These depmodes are late enough in the game, and
9709 # so weak that their functioning should not be impacted.9699 # so weak that their functioning should not be impacted.
9710 am__obj=conftest.${OBJEXT-o}9700 am__obj=conftest.${OBJEXT-o}
@@ -9752,7 +9742,7 @@
9752# AM_SET_DEPDIR9742# AM_SET_DEPDIR
9753# -------------9743# -------------
9754# Choose a directory name for dependency files.9744# Choose a directory name for dependency files.
9755# This macro is AC_REQUIREd in _AM_DEPENDENCIES9745# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
9756AC_DEFUN([AM_SET_DEPDIR],9746AC_DEFUN([AM_SET_DEPDIR],
9757[AC_REQUIRE([AM_SET_LEADING_DOT])dnl9747[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
9758AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl9748AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
@@ -9762,9 +9752,13 @@
9762# AM_DEP_TRACK9752# AM_DEP_TRACK
9763# ------------9753# ------------
9764AC_DEFUN([AM_DEP_TRACK],9754AC_DEFUN([AM_DEP_TRACK],
9765[AC_ARG_ENABLE(dependency-tracking,9755[AC_ARG_ENABLE([dependency-tracking], [dnl
9766[ --disable-dependency-tracking speeds up one-time build9756AS_HELP_STRING(
9767 --enable-dependency-tracking do not reject slow dependency extractors])9757 [--enable-dependency-tracking],
9758 [do not reject slow dependency extractors])
9759AS_HELP_STRING(
9760 [--disable-dependency-tracking],
9761 [speeds up one-time build])])
9768if test "x$enable_dependency_tracking" != xno; then9762if test "x$enable_dependency_tracking" != xno; then
9769 am_depcomp="$ac_aux_dir/depcomp"9763 am_depcomp="$ac_aux_dir/depcomp"
9770 AMDEPBACKSLASH='\'9764 AMDEPBACKSLASH='\'
@@ -9779,20 +9773,18 @@
97799773
9780# Generate code to set up dependency tracking. -*- Autoconf -*-9774# Generate code to set up dependency tracking. -*- Autoconf -*-
97819775
9782# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 20089776# Copyright (C) 1999-2013 Free Software Foundation, Inc.
9783# Free Software Foundation, Inc.
9784#9777#
9785# This file is free software; the Free Software Foundation9778# This file is free software; the Free Software Foundation
9786# gives unlimited permission to copy and/or distribute it,9779# gives unlimited permission to copy and/or distribute it,
9787# with or without modifications, as long as this notice is preserved.9780# with or without modifications, as long as this notice is preserved.
97889781
9789#serial 5
97909782
9791# _AM_OUTPUT_DEPENDENCY_COMMANDS9783# _AM_OUTPUT_DEPENDENCY_COMMANDS
9792# ------------------------------9784# ------------------------------
9793AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],9785AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
9794[{9786[{
9795 # Autoconf 2.62 quotes --file arguments for eval, but not when files9787 # Older Autoconf quotes --file arguments for eval, but not when files
9796 # are listed without --file. Let's play safe and only enable the eval9788 # are listed without --file. Let's play safe and only enable the eval
9797 # if we detect the quoting.9789 # if we detect the quoting.
9798 case $CONFIG_FILES in9790 case $CONFIG_FILES in
@@ -9805,7 +9797,7 @@
9805 # Strip MF so we end up with the name of the file.9797 # Strip MF so we end up with the name of the file.
9806 mf=`echo "$mf" | sed -e 's/:.*$//'`9798 mf=`echo "$mf" | sed -e 's/:.*$//'`
9807 # Check whether this is an Automake generated Makefile or not.9799 # Check whether this is an Automake generated Makefile or not.
9808 # We used to match only the files named `Makefile.in', but9800 # We used to match only the files named 'Makefile.in', but
9809 # some people rename them; so instead we look at the file content.9801 # some people rename them; so instead we look at the file content.
9810 # Grep'ing the first line is not enough: some people post-process9802 # Grep'ing the first line is not enough: some people post-process
9811 # each Makefile.in and add a new line on top of each file to say so.9803 # each Makefile.in and add a new line on top of each file to say so.
@@ -9817,21 +9809,19 @@
9817 continue9809 continue
9818 fi9810 fi
9819 # Extract the definition of DEPDIR, am__include, and am__quote9811 # Extract the definition of DEPDIR, am__include, and am__quote
9820 # from the Makefile without running `make'.9812 # from the Makefile without running 'make'.
9821 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`9813 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9822 test -z "$DEPDIR" && continue9814 test -z "$DEPDIR" && continue
9823 am__include=`sed -n 's/^am__include = //p' < "$mf"`9815 am__include=`sed -n 's/^am__include = //p' < "$mf"`
9824 test -z "am__include" && continue9816 test -z "$am__include" && continue
9825 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`9817 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9826 # When using ansi2knr, U may be empty or an underscore; expand it
9827 U=`sed -n 's/^U = //p' < "$mf"`
9828 # Find all dependency output files, they are included files with9818 # Find all dependency output files, they are included files with
9829 # $(DEPDIR) in their names. We invoke sed twice because it is the9819 # $(DEPDIR) in their names. We invoke sed twice because it is the
9830 # simplest approach to changing $(DEPDIR) to its actual value in the9820 # simplest approach to changing $(DEPDIR) to its actual value in the
9831 # expansion.9821 # expansion.
9832 for file in `sed -n "9822 for file in `sed -n "
9833 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \9823 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9834 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do9824 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
9835 # Make sure the directory exists.9825 # Make sure the directory exists.
9836 test -f "$dirpart/$file" && continue9826 test -f "$dirpart/$file" && continue
9837 fdir=`AS_DIRNAME(["$file"])`9827 fdir=`AS_DIRNAME(["$file"])`
@@ -9849,7 +9839,7 @@
9849# This macro should only be invoked once -- use via AC_REQUIRE.9839# This macro should only be invoked once -- use via AC_REQUIRE.
9850#9840#
9851# This code is only required when automatic dependency tracking9841# This code is only required when automatic dependency tracking
9852# is enabled. FIXME. This creates each `.P' file that we will9842# is enabled. FIXME. This creates each '.P' file that we will
9853# need in order to bootstrap the dependency handling code.9843# need in order to bootstrap the dependency handling code.
9854AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],9844AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
9855[AC_CONFIG_COMMANDS([depfiles],9845[AC_CONFIG_COMMANDS([depfiles],
@@ -9859,15 +9849,12 @@
98599849
9860# Do all the work for Automake. -*- Autoconf -*-9850# Do all the work for Automake. -*- Autoconf -*-
98619851
9862# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,9852# Copyright (C) 1996-2013 Free Software Foundation, Inc.
9863# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
9864#9853#
9865# This file is free software; the Free Software Foundation9854# This file is free software; the Free Software Foundation
9866# gives unlimited permission to copy and/or distribute it,9855# gives unlimited permission to copy and/or distribute it,
9867# with or without modifications, as long as this notice is preserved.9856# with or without modifications, as long as this notice is preserved.
98689857
9869# serial 16
9870
9871# This macro actually does too much. Some checks are only needed if9858# This macro actually does too much. Some checks are only needed if
9872# your package does certain things. But this isn't really a big deal.9859# your package does certain things. But this isn't really a big deal.
98739860
@@ -9883,7 +9870,7 @@
9883# arguments mandatory, and then we can depend on a new Autoconf9870# arguments mandatory, and then we can depend on a new Autoconf
9884# release and drop the old call support.9871# release and drop the old call support.
9885AC_DEFUN([AM_INIT_AUTOMAKE],9872AC_DEFUN([AM_INIT_AUTOMAKE],
9886[AC_PREREQ([2.62])dnl9873[AC_PREREQ([2.65])dnl
9887dnl Autoconf wants to disallow AM_ names. We explicitly allow9874dnl Autoconf wants to disallow AM_ names. We explicitly allow
9888dnl the ones we care about.9875dnl the ones we care about.
9889m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl9876m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -9912,31 +9899,40 @@
9912# Define the identity of the package.9899# Define the identity of the package.
9913dnl Distinguish between old-style and new-style calls.9900dnl Distinguish between old-style and new-style calls.
9914m4_ifval([$2],9901m4_ifval([$2],
9915[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl9902[AC_DIAGNOSE([obsolete],
9903 [$0: two- and three-arguments forms are deprecated.])
9904m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
9916 AC_SUBST([PACKAGE], [$1])dnl9905 AC_SUBST([PACKAGE], [$1])dnl
9917 AC_SUBST([VERSION], [$2])],9906 AC_SUBST([VERSION], [$2])],
9918[_AM_SET_OPTIONS([$1])dnl9907[_AM_SET_OPTIONS([$1])dnl
9919dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.9908dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
9920m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,9909m4_if(
9910 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
9911 [ok:ok],,
9921 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl9912 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
9922 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl9913 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
9923 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl9914 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
99249915
9925_AM_IF_OPTION([no-define],,9916_AM_IF_OPTION([no-define],,
9926[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])9917[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
9927 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl9918 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
99289919
9929# Some tools Automake needs.9920# Some tools Automake needs.
9930AC_REQUIRE([AM_SANITY_CHECK])dnl9921AC_REQUIRE([AM_SANITY_CHECK])dnl
9931AC_REQUIRE([AC_ARG_PROGRAM])dnl9922AC_REQUIRE([AC_ARG_PROGRAM])dnl
9932AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})9923AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
9933AM_MISSING_PROG(AUTOCONF, autoconf)9924AM_MISSING_PROG([AUTOCONF], [autoconf])
9934AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})9925AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
9935AM_MISSING_PROG(AUTOHEADER, autoheader)9926AM_MISSING_PROG([AUTOHEADER], [autoheader])
9936AM_MISSING_PROG(MAKEINFO, makeinfo)9927AM_MISSING_PROG([MAKEINFO], [makeinfo])
9937AC_REQUIRE([AM_PROG_INSTALL_SH])dnl9928AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
9938AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl9929AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
9939AC_REQUIRE([AM_PROG_MKDIR_P])dnl9930AC_REQUIRE([AC_PROG_MKDIR_P])dnl
9931# For better backward compatibility. To be removed once Automake 1.9.x
9932# dies out for good. For more background, see:
9933# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
9934# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
9935AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
9940# We need awk for the "check" target. The system "awk" is bad on9936# We need awk for the "check" target. The system "awk" is bad on
9941# some platforms.9937# some platforms.
9942AC_REQUIRE([AC_PROG_AWK])dnl9938AC_REQUIRE([AC_PROG_AWK])dnl
@@ -9947,28 +9943,32 @@
9947 [_AM_PROG_TAR([v7])])])9943 [_AM_PROG_TAR([v7])])])
9948_AM_IF_OPTION([no-dependencies],,9944_AM_IF_OPTION([no-dependencies],,
9949[AC_PROVIDE_IFELSE([AC_PROG_CC],9945[AC_PROVIDE_IFELSE([AC_PROG_CC],
9950 [_AM_DEPENDENCIES(CC)],9946 [_AM_DEPENDENCIES([CC])],
9951 [define([AC_PROG_CC],9947 [m4_define([AC_PROG_CC],
9952 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl9948 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
9953AC_PROVIDE_IFELSE([AC_PROG_CXX],9949AC_PROVIDE_IFELSE([AC_PROG_CXX],
9954 [_AM_DEPENDENCIES(CXX)],9950 [_AM_DEPENDENCIES([CXX])],
9955 [define([AC_PROG_CXX],9951 [m4_define([AC_PROG_CXX],
9956 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl9952 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
9957AC_PROVIDE_IFELSE([AC_PROG_OBJC],9953AC_PROVIDE_IFELSE([AC_PROG_OBJC],
9958 [_AM_DEPENDENCIES(OBJC)],9954 [_AM_DEPENDENCIES([OBJC])],
9959 [define([AC_PROG_OBJC],9955 [m4_define([AC_PROG_OBJC],
9960 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl9956 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
9957AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
9958 [_AM_DEPENDENCIES([OBJCXX])],
9959 [m4_define([AC_PROG_OBJCXX],
9960 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
9961])9961])
9962_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl9962AC_REQUIRE([AM_SILENT_RULES])dnl
9963dnl The `parallel-tests' driver may need to know about EXEEXT, so add the9963dnl The testsuite driver may need to know about EXEEXT, so add the
9964dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro9964dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
9965dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.9965dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
9966AC_CONFIG_COMMANDS_PRE(dnl9966AC_CONFIG_COMMANDS_PRE(dnl
9967[m4_provide_if([_AM_COMPILER_EXEEXT],9967[m4_provide_if([_AM_COMPILER_EXEEXT],
9968 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl9968 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
9969])9969])
99709970
9971dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not9971dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
9972dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further9972dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
9973dnl mangled by Autoconf and run in a shell conditional statement.9973dnl mangled by Autoconf and run in a shell conditional statement.
9974m4_define([_AC_COMPILER_EXEEXT],9974m4_define([_AC_COMPILER_EXEEXT],
@@ -9996,15 +9996,12 @@
9996done9996done
9997echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])9997echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
99989998
9999# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,9999# Copyright (C) 2001-2013 Free Software Foundation, Inc.
10000# Inc.
10001#10000#
10002# This file is free software; the Free Software Foundation10001# This file is free software; the Free Software Foundation
10003# gives unlimited permission to copy and/or distribute it,10002# gives unlimited permission to copy and/or distribute it,
10004# with or without modifications, as long as this notice is preserved.10003# with or without modifications, as long as this notice is preserved.
1000510004
10006# serial 1
10007
10008# AM_PROG_INSTALL_SH10005# AM_PROG_INSTALL_SH
10009# ------------------10006# ------------------
10010# Define $install_sh.10007# Define $install_sh.
@@ -10018,16 +10015,14 @@
10018 install_sh="\${SHELL} $am_aux_dir/install-sh"10015 install_sh="\${SHELL} $am_aux_dir/install-sh"
10019 esac10016 esac
10020fi10017fi
10021AC_SUBST(install_sh)])10018AC_SUBST([install_sh])])
1002210019
10023# Copyright (C) 2003, 2005 Free Software Foundation, Inc.10020# Copyright (C) 2003-2013 Free Software Foundation, Inc.
10024#10021#
10025# This file is free software; the Free Software Foundation10022# This file is free software; the Free Software Foundation
10026# gives unlimited permission to copy and/or distribute it,10023# gives unlimited permission to copy and/or distribute it,
10027# with or without modifications, as long as this notice is preserved.10024# with or without modifications, as long as this notice is preserved.
1002810025
10029# serial 2
10030
10031# Check whether the underlying file-system supports filenames10026# Check whether the underlying file-system supports filenames
10032# with a leading dot. For instance MS-DOS doesn't.10027# with a leading dot. For instance MS-DOS doesn't.
10033AC_DEFUN([AM_SET_LEADING_DOT],10028AC_DEFUN([AM_SET_LEADING_DOT],
@@ -10044,20 +10039,17 @@
10044# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-10039# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
10045# From Jim Meyering10040# From Jim Meyering
1004610041
10047# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,10042# Copyright (C) 1996-2013 Free Software Foundation, Inc.
10048# 2011 Free Software Foundation, Inc.
10049#10043#
10050# This file is free software; the Free Software Foundation10044# This file is free software; the Free Software Foundation
10051# gives unlimited permission to copy and/or distribute it,10045# gives unlimited permission to copy and/or distribute it,
10052# with or without modifications, as long as this notice is preserved.10046# with or without modifications, as long as this notice is preserved.
1005310047
10054# serial 5
10055
10056# AM_MAINTAINER_MODE([DEFAULT-MODE])10048# AM_MAINTAINER_MODE([DEFAULT-MODE])
10057# ----------------------------------10049# ----------------------------------
10058# Control maintainer-specific portions of Makefiles.10050# Control maintainer-specific portions of Makefiles.
10059# Default is to disable them, unless `enable' is passed literally.10051# Default is to disable them, unless 'enable' is passed literally.
10060# For symmetry, `disable' may be passed as well. Anyway, the user10052# For symmetry, 'disable' may be passed as well. Anyway, the user
10061# can override the default with the --enable/--disable switch.10053# can override the default with the --enable/--disable switch.
10062AC_DEFUN([AM_MAINTAINER_MODE],10054AC_DEFUN([AM_MAINTAINER_MODE],
10063[m4_case(m4_default([$1], [disable]),10055[m4_case(m4_default([$1], [disable]),
@@ -10068,10 +10060,11 @@
10068AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])10060AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
10069 dnl maintainer-mode's default is 'disable' unless 'enable' is passed10061 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
10070 AC_ARG_ENABLE([maintainer-mode],10062 AC_ARG_ENABLE([maintainer-mode],
10071[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful10063 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
10072 (and sometimes confusing) to the casual installer],10064 am_maintainer_other[ make rules and dependencies not useful
10073 [USE_MAINTAINER_MODE=$enableval],10065 (and sometimes confusing) to the casual installer])],
10074 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))10066 [USE_MAINTAINER_MODE=$enableval],
10067 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
10075 AC_MSG_RESULT([$USE_MAINTAINER_MODE])10068 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
10076 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])10069 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
10077 MAINT=$MAINTAINER_MODE_TRUE10070 MAINT=$MAINTAINER_MODE_TRUE
@@ -10079,18 +10072,14 @@
10079]10072]
10080)10073)
1008110074
10082AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
10083
10084# Check to see how 'make' treats includes. -*- Autoconf -*-10075# Check to see how 'make' treats includes. -*- Autoconf -*-
1008510076
10086# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.10077# Copyright (C) 2001-2013 Free Software Foundation, Inc.
10087#10078#
10088# This file is free software; the Free Software Foundation10079# This file is free software; the Free Software Foundation
10089# gives unlimited permission to copy and/or distribute it,10080# gives unlimited permission to copy and/or distribute it,
10090# with or without modifications, as long as this notice is preserved.10081# with or without modifications, as long as this notice is preserved.
1009110082
10092# serial 4
10093
10094# AM_MAKE_INCLUDE()10083# AM_MAKE_INCLUDE()
10095# -----------------10084# -----------------
10096# Check to see how make treats includes.10085# Check to see how make treats includes.
@@ -10108,7 +10097,7 @@
10108_am_result=none10097_am_result=none
10109# First try GNU make style include.10098# First try GNU make style include.
10110echo "include confinc" > confmf10099echo "include confinc" > confmf
10111# Ignore all kinds of additional output from `make'.10100# Ignore all kinds of additional output from 'make'.
10112case `$am_make -s -f confmf 2> /dev/null` in #(10101case `$am_make -s -f confmf 2> /dev/null` in #(
10113*the\ am__doit\ target*)10102*the\ am__doit\ target*)
10114 am__include=include10103 am__include=include
@@ -10135,15 +10124,12 @@
1013510124
10136# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-10125# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1013710126
10138# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 200810127# Copyright (C) 1997-2013 Free Software Foundation, Inc.
10139# Free Software Foundation, Inc.
10140#10128#
10141# This file is free software; the Free Software Foundation10129# This file is free software; the Free Software Foundation
10142# gives unlimited permission to copy and/or distribute it,10130# gives unlimited permission to copy and/or distribute it,
10143# with or without modifications, as long as this notice is preserved.10131# with or without modifications, as long as this notice is preserved.
1014410132
10145# serial 6
10146
10147# AM_MISSING_PROG(NAME, PROGRAM)10133# AM_MISSING_PROG(NAME, PROGRAM)
10148# ------------------------------10134# ------------------------------
10149AC_DEFUN([AM_MISSING_PROG],10135AC_DEFUN([AM_MISSING_PROG],
@@ -10151,11 +10137,10 @@
10151$1=${$1-"${am_missing_run}$2"}10137$1=${$1-"${am_missing_run}$2"}
10152AC_SUBST($1)])10138AC_SUBST($1)])
1015310139
10154
10155# AM_MISSING_HAS_RUN10140# AM_MISSING_HAS_RUN
10156# ------------------10141# ------------------
10157# Define MISSING if not defined so far and test if it supports --run.10142# Define MISSING if not defined so far and test if it is modern enough.
10158# If it does, set am_missing_run to use it, otherwise, to nothing.10143# If it is, set am_missing_run to use it, otherwise, to nothing.
10159AC_DEFUN([AM_MISSING_HAS_RUN],10144AC_DEFUN([AM_MISSING_HAS_RUN],
10160[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl10145[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
10161AC_REQUIRE_AUX_FILE([missing])dnl10146AC_REQUIRE_AUX_FILE([missing])dnl
@@ -10168,54 +10153,22 @@
10168 esac10153 esac
10169fi10154fi
10170# Use eval to expand $SHELL10155# Use eval to expand $SHELL
10171if eval "$MISSING --run true"; then10156if eval "$MISSING --is-lightweight"; then
10172 am_missing_run="$MISSING --run "10157 am_missing_run="$MISSING "
10173else10158else
10174 am_missing_run=10159 am_missing_run=
10175 AC_MSG_WARN([`missing' script is too old or missing])10160 AC_MSG_WARN(['missing' script is too old or missing])
10176fi10161fi
10177])10162])
1017810163
10179# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
10180# Inc.
10181#
10182# This file is free software; the Free Software Foundation
10183# gives unlimited permission to copy and/or distribute it,
10184# with or without modifications, as long as this notice is preserved.
10185
10186# serial 1
10187
10188# AM_PROG_MKDIR_P
10189# ---------------
10190# Check for `mkdir -p'.
10191AC_DEFUN([AM_PROG_MKDIR_P],
10192[AC_PREREQ([2.60])dnl
10193AC_REQUIRE([AC_PROG_MKDIR_P])dnl
10194dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
10195dnl while keeping a definition of mkdir_p for backward compatibility.
10196dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
10197dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
10198dnl Makefile.ins that do not define MKDIR_P, so we do our own
10199dnl adjustment using top_builddir (which is defined more often than
10200dnl MKDIR_P).
10201AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
10202case $mkdir_p in
10203 [[\\/$]]* | ?:[[\\/]]*) ;;
10204 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
10205esac
10206])
10207
10208# Helper functions for option handling. -*- Autoconf -*-10164# Helper functions for option handling. -*- Autoconf -*-
1020910165
10210# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software10166# Copyright (C) 2001-2013 Free Software Foundation, Inc.
10211# Foundation, Inc.
10212#10167#
10213# This file is free software; the Free Software Foundation10168# This file is free software; the Free Software Foundation
10214# gives unlimited permission to copy and/or distribute it,10169# gives unlimited permission to copy and/or distribute it,
10215# with or without modifications, as long as this notice is preserved.10170# with or without modifications, as long as this notice is preserved.
1021610171
10217# serial 5
10218
10219# _AM_MANGLE_OPTION(NAME)10172# _AM_MANGLE_OPTION(NAME)
10220# -----------------------10173# -----------------------
10221AC_DEFUN([_AM_MANGLE_OPTION],10174AC_DEFUN([_AM_MANGLE_OPTION],
@@ -10225,7 +10178,7 @@
10225# --------------------10178# --------------------
10226# Set option NAME. Presently that only means defining a flag for this option.10179# Set option NAME. Presently that only means defining a flag for this option.
10227AC_DEFUN([_AM_SET_OPTION],10180AC_DEFUN([_AM_SET_OPTION],
10228[m4_define(_AM_MANGLE_OPTION([$1]), 1)])10181[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1022910182
10230# _AM_SET_OPTIONS(OPTIONS)10183# _AM_SET_OPTIONS(OPTIONS)
10231# ------------------------10184# ------------------------
@@ -10239,14 +10192,12 @@
10239AC_DEFUN([_AM_IF_OPTION],10192AC_DEFUN([_AM_IF_OPTION],
10240[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])10193[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1024110194
10242# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.10195# Copyright (C) 2001-2013 Free Software Foundation, Inc.
10243#10196#
10244# This file is free software; the Free Software Foundation10197# This file is free software; the Free Software Foundation
10245# gives unlimited permission to copy and/or distribute it,10198# gives unlimited permission to copy and/or distribute it,
10246# with or without modifications, as long as this notice is preserved.10199# with or without modifications, as long as this notice is preserved.
1024710200
10248# serial 1
10249
10250# AM_RUN_LOG(COMMAND)10201# AM_RUN_LOG(COMMAND)
10251# -------------------10202# -------------------
10252# Run COMMAND, save the exit status in ac_status, and log it.10203# Run COMMAND, save the exit status in ac_status, and log it.
@@ -10260,22 +10211,16 @@
1026010211
10261# Check to make sure that the build environment is sane. -*- Autoconf -*-10212# Check to make sure that the build environment is sane. -*- Autoconf -*-
1026210213
10263# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 200810214# Copyright (C) 1996-2013 Free Software Foundation, Inc.
10264# Free Software Foundation, Inc.
10265#10215#
10266# This file is free software; the Free Software Foundation10216# This file is free software; the Free Software Foundation
10267# gives unlimited permission to copy and/or distribute it,10217# gives unlimited permission to copy and/or distribute it,
10268# with or without modifications, as long as this notice is preserved.10218# with or without modifications, as long as this notice is preserved.
1026910219
10270# serial 5
10271
10272# AM_SANITY_CHECK10220# AM_SANITY_CHECK
10273# ---------------10221# ---------------
10274AC_DEFUN([AM_SANITY_CHECK],10222AC_DEFUN([AM_SANITY_CHECK],
10275[AC_MSG_CHECKING([whether build environment is sane])10223[AC_MSG_CHECKING([whether build environment is sane])
10276# Just in case
10277sleep 1
10278echo timestamp > conftest.file
10279# Reject unsafe characters in $srcdir or the absolute working directory10224# Reject unsafe characters in $srcdir or the absolute working directory
10280# name. Accept space and tab only in the latter.10225# name. Accept space and tab only in the latter.
10281am_lf='10226am_lf='
@@ -10286,32 +10231,40 @@
10286esac10231esac
10287case $srcdir in10232case $srcdir in
10288 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)10233 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
10289 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;10234 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
10290esac10235esac
1029110236
10292# Do `set' in a subshell so we don't clobber the current shell's10237# Do 'set' in a subshell so we don't clobber the current shell's
10293# arguments. Must try -L first in case configure is actually a10238# arguments. Must try -L first in case configure is actually a
10294# symlink; some systems play weird games with the mod time of symlinks10239# symlink; some systems play weird games with the mod time of symlinks
10295# (eg FreeBSD returns the mod time of the symlink's containing10240# (eg FreeBSD returns the mod time of the symlink's containing
10296# directory).10241# directory).
10297if (10242if (
10298 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`10243 am_has_slept=no
10299 if test "$[*]" = "X"; then10244 for am_try in 1 2; do
10300 # -L didn't work.10245 echo "timestamp, slept: $am_has_slept" > conftest.file
10301 set X `ls -t "$srcdir/configure" conftest.file`10246 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
10302 fi10247 if test "$[*]" = "X"; then
10303 rm -f conftest.file10248 # -L didn't work.
10304 if test "$[*]" != "X $srcdir/configure conftest.file" \10249 set X `ls -t "$srcdir/configure" conftest.file`
10305 && test "$[*]" != "X conftest.file $srcdir/configure"; then10250 fi
1030610251 if test "$[*]" != "X $srcdir/configure conftest.file" \
10307 # If neither matched, then we have a broken ls. This can happen10252 && test "$[*]" != "X conftest.file $srcdir/configure"; then
10308 # if, for instance, CONFIG_SHELL is bash and it inherits a10253
10309 # broken ls alias from the environment. This has actually10254 # If neither matched, then we have a broken ls. This can happen
10310 # happened. Such a system could not be considered "sane".10255 # if, for instance, CONFIG_SHELL is bash and it inherits a
10311 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken10256 # broken ls alias from the environment. This has actually
10312alias in your environment])10257 # happened. Such a system could not be considered "sane".
10313 fi10258 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1031410259 alias in your environment])
10260 fi
10261 if test "$[2]" = conftest.file || test $am_try -eq 2; then
10262 break
10263 fi
10264 # Just in case.
10265 sleep 1
10266 am_has_slept=yes
10267 done
10315 test "$[2]" = conftest.file10268 test "$[2]" = conftest.file
10316 )10269 )
10317then10270then
@@ -10321,31 +10274,50 @@
10321 AC_MSG_ERROR([newly created file is older than distributed files!10274 AC_MSG_ERROR([newly created file is older than distributed files!
10322Check your system clock])10275Check your system clock])
10323fi10276fi
10324AC_MSG_RESULT(yes)])10277AC_MSG_RESULT([yes])
10278# If we didn't sleep, we still need to ensure time stamps of config.status and
10279# generated files are strictly newer.
10280am_sleep_pid=
10281if grep 'slept: no' conftest.file >/dev/null 2>&1; then
10282 ( sleep 1 ) &
10283 am_sleep_pid=$!
10284fi
10285AC_CONFIG_COMMANDS_PRE(
10286 [AC_MSG_CHECKING([that generated files are newer than configure])
10287 if test -n "$am_sleep_pid"; then
10288 # Hide warnings about reused PIDs.
10289 wait $am_sleep_pid 2>/dev/null
10290 fi
10291 AC_MSG_RESULT([done])])
10292rm -f conftest.file
10293])
1032510294
10326# Copyright (C) 2009, 2011 Free Software Foundation, Inc.10295# Copyright (C) 2009-2013 Free Software Foundation, Inc.
10327#10296#
10328# This file is free software; the Free Software Foundation10297# This file is free software; the Free Software Foundation
10329# gives unlimited permission to copy and/or distribute it,10298# gives unlimited permission to copy and/or distribute it,
10330# with or without modifications, as long as this notice is preserved.10299# with or without modifications, as long as this notice is preserved.
1033110300
10332# serial 2
10333
10334# AM_SILENT_RULES([DEFAULT])10301# AM_SILENT_RULES([DEFAULT])
10335# --------------------------10302# --------------------------
10336# Enable less verbose build rules; with the default set to DEFAULT10303# Enable less verbose build rules; with the default set to DEFAULT
10337# (`yes' being less verbose, `no' or empty being verbose).10304# ("yes" being less verbose, "no" or empty being verbose).
10338AC_DEFUN([AM_SILENT_RULES],10305AC_DEFUN([AM_SILENT_RULES],
10339[AC_ARG_ENABLE([silent-rules],10306[AC_ARG_ENABLE([silent-rules], [dnl
10340[ --enable-silent-rules less verbose build output (undo: `make V=1')10307AS_HELP_STRING(
10341 --disable-silent-rules verbose build output (undo: `make V=0')])10308 [--enable-silent-rules],
10342case $enable_silent_rules in10309 [less verbose build output (undo: "make V=1")])
10343yes) AM_DEFAULT_VERBOSITY=0;;10310AS_HELP_STRING(
10344no) AM_DEFAULT_VERBOSITY=1;;10311 [--disable-silent-rules],
10345*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;10312 [verbose build output (undo: "make V=0")])dnl
10313])
10314case $enable_silent_rules in @%:@ (((
10315 yes) AM_DEFAULT_VERBOSITY=0;;
10316 no) AM_DEFAULT_VERBOSITY=1;;
10317 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
10346esac10318esac
10347dnl10319dnl
10348dnl A few `make' implementations (e.g., NonStop OS and NextStep)10320dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
10349dnl do not support nested variable expansions.10321dnl do not support nested variable expansions.
10350dnl See automake bug#9928 and bug#10237.10322dnl See automake bug#9928 and bug#10237.
10351am_make=${MAKE-make}10323am_make=${MAKE-make}
@@ -10363,7 +10335,7 @@
10363 am_cv_make_support_nested_variables=no10335 am_cv_make_support_nested_variables=no
10364fi])10336fi])
10365if test $am_cv_make_support_nested_variables = yes; then10337if test $am_cv_make_support_nested_variables = yes; then
10366 dnl Using `$V' instead of `$(V)' breaks IRIX make.10338 dnl Using '$V' instead of '$(V)' breaks IRIX make.
10367 AM_V='$(V)'10339 AM_V='$(V)'
10368 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'10340 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
10369else10341else
@@ -10380,44 +10352,40 @@
10380_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl10352_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
10381])10353])
1038210354
10383# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.10355# Copyright (C) 2001-2013 Free Software Foundation, Inc.
10384#10356#
10385# This file is free software; the Free Software Foundation10357# This file is free software; the Free Software Foundation
10386# gives unlimited permission to copy and/or distribute it,10358# gives unlimited permission to copy and/or distribute it,
10387# with or without modifications, as long as this notice is preserved.10359# with or without modifications, as long as this notice is preserved.
1038810360
10389# serial 1
10390
10391# AM_PROG_INSTALL_STRIP10361# AM_PROG_INSTALL_STRIP
10392# ---------------------10362# ---------------------
10393# One issue with vendor `install' (even GNU) is that you can't10363# One issue with vendor 'install' (even GNU) is that you can't
10394# specify the program used to strip binaries. This is especially10364# specify the program used to strip binaries. This is especially
10395# annoying in cross-compiling environments, where the build's strip10365# annoying in cross-compiling environments, where the build's strip
10396# is unlikely to handle the host's binaries.10366# is unlikely to handle the host's binaries.
10397# Fortunately install-sh will honor a STRIPPROG variable, so we10367# Fortunately install-sh will honor a STRIPPROG variable, so we
10398# always use install-sh in `make install-strip', and initialize10368# always use install-sh in "make install-strip", and initialize
10399# STRIPPROG with the value of the STRIP variable (set by the user).10369# STRIPPROG with the value of the STRIP variable (set by the user).
10400AC_DEFUN([AM_PROG_INSTALL_STRIP],10370AC_DEFUN([AM_PROG_INSTALL_STRIP],
10401[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl10371[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
10402# Installed binaries are usually stripped using `strip' when the user10372# Installed binaries are usually stripped using 'strip' when the user
10403# run `make install-strip'. However `strip' might not be the right10373# run "make install-strip". However 'strip' might not be the right
10404# tool to use in cross-compilation environments, therefore Automake10374# tool to use in cross-compilation environments, therefore Automake
10405# will honor the `STRIP' environment variable to overrule this program.10375# will honor the 'STRIP' environment variable to overrule this program.
10406dnl Don't test for $cross_compiling = yes, because it might be `maybe'.10376dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
10407if test "$cross_compiling" != no; then10377if test "$cross_compiling" != no; then
10408 AC_CHECK_TOOL([STRIP], [strip], :)10378 AC_CHECK_TOOL([STRIP], [strip], :)
10409fi10379fi
10410INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"10380INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10411AC_SUBST([INSTALL_STRIP_PROGRAM])])10381AC_SUBST([INSTALL_STRIP_PROGRAM])])
1041210382
10413# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.10383# Copyright (C) 2006-2013 Free Software Foundation, Inc.
10414#10384#
10415# This file is free software; the Free Software Foundation10385# This file is free software; the Free Software Foundation
10416# gives unlimited permission to copy and/or distribute it,10386# gives unlimited permission to copy and/or distribute it,
10417# with or without modifications, as long as this notice is preserved.10387# with or without modifications, as long as this notice is preserved.
1041810388
10419# serial 3
10420
10421# _AM_SUBST_NOTMAKE(VARIABLE)10389# _AM_SUBST_NOTMAKE(VARIABLE)
10422# ---------------------------10390# ---------------------------
10423# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.10391# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
@@ -10431,18 +10399,16 @@
1043110399
10432# Check how to create a tarball. -*- Autoconf -*-10400# Check how to create a tarball. -*- Autoconf -*-
1043310401
10434# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.10402# Copyright (C) 2004-2013 Free Software Foundation, Inc.
10435#10403#
10436# This file is free software; the Free Software Foundation10404# This file is free software; the Free Software Foundation
10437# gives unlimited permission to copy and/or distribute it,10405# gives unlimited permission to copy and/or distribute it,
10438# with or without modifications, as long as this notice is preserved.10406# with or without modifications, as long as this notice is preserved.
1043910407
10440# serial 2
10441
10442# _AM_PROG_TAR(FORMAT)10408# _AM_PROG_TAR(FORMAT)
10443# --------------------10409# --------------------
10444# Check how to create a tarball in format FORMAT.10410# Check how to create a tarball in format FORMAT.
10445# FORMAT should be one of `v7', `ustar', or `pax'.10411# FORMAT should be one of 'v7', 'ustar', or 'pax'.
10446#10412#
10447# Substitute a variable $(am__tar) that is a command10413# Substitute a variable $(am__tar) that is a command
10448# writing to stdout a FORMAT-tarball containing the directory10414# writing to stdout a FORMAT-tarball containing the directory
@@ -10452,76 +10418,114 @@
10452# Substitute a variable $(am__untar) that extract such10418# Substitute a variable $(am__untar) that extract such
10453# a tarball read from stdin.10419# a tarball read from stdin.
10454# $(am__untar) < result.tar10420# $(am__untar) < result.tar
10421#
10455AC_DEFUN([_AM_PROG_TAR],10422AC_DEFUN([_AM_PROG_TAR],
10456[# Always define AMTAR for backward compatibility. Yes, it's still used10423[# Always define AMTAR for backward compatibility. Yes, it's still used
10457# in the wild :-( We should find a proper way to deprecate it ...10424# in the wild :-( We should find a proper way to deprecate it ...
10458AC_SUBST([AMTAR], ['$${TAR-tar}'])10425AC_SUBST([AMTAR], ['$${TAR-tar}'])
10426
10427# We'll loop over all known methods to create a tar archive until one works.
10428_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
10429
10459m4_if([$1], [v7],10430m4_if([$1], [v7],
10460 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],10431 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
10461 [m4_case([$1], [ustar],, [pax],,10432
10462 [m4_fatal([Unknown tar format])])10433 [m4_case([$1],
10463AC_MSG_CHECKING([how to create a $1 tar archive])10434 [ustar],
10464# Loop over all known methods to create a tar archive until one works.10435 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
10465_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'10436 # There is notably a 21 bits limit for the UID and the GID. In fact,
10466_am_tools=${am_cv_prog_tar_$1-$_am_tools}10437 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
10467# Do not fold the above two line into one, because Tru64 sh and10438 # and bug#13588).
10468# Solaris sh will not grok spaces in the rhs of `-'.10439 am_max_uid=2097151 # 2^21 - 1
10469for _am_tool in $_am_tools10440 am_max_gid=$am_max_uid
10470do10441 # The $UID and $GID variables are not portable, so we need to resort
10471 case $_am_tool in10442 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
10472 gnutar)10443 # below are definitely unexpected, so allow the users to see them
10473 for _am_tar in tar gnutar gtar;10444 # (that is, avoid stderr redirection).
10474 do10445 am_uid=`id -u || echo unknown`
10475 AM_RUN_LOG([$_am_tar --version]) && break10446 am_gid=`id -g || echo unknown`
10476 done10447 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
10477 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'10448 if test $am_uid -le $am_max_uid; then
10478 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'10449 AC_MSG_RESULT([yes])
10479 am__untar="$_am_tar -xf -"10450 else
10480 ;;10451 AC_MSG_RESULT([no])
10481 plaintar)10452 _am_tools=none
10482 # Must skip GNU tar: if it does not support --format= it doesn't create10453 fi
10483 # ustar tarball either.10454 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
10484 (tar --version) >/dev/null 2>&1 && continue10455 if test $am_gid -le $am_max_gid; then
10485 am__tar='tar chf - "$$tardir"'10456 AC_MSG_RESULT([yes])
10486 am__tar_='tar chf - "$tardir"'10457 else
10487 am__untar='tar xf -'10458 AC_MSG_RESULT([no])
10488 ;;10459 _am_tools=none
10489 pax)10460 fi],
10490 am__tar='pax -L -x $1 -w "$$tardir"'10461
10491 am__tar_='pax -L -x $1 -w "$tardir"'10462 [pax],
10492 am__untar='pax -r'10463 [],
10493 ;;10464
10494 cpio)10465 [m4_fatal([Unknown tar format])])
10495 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'10466
10496 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'10467 AC_MSG_CHECKING([how to create a $1 tar archive])
10497 am__untar='cpio -i -H $1 -d'10468
10498 ;;10469 # Go ahead even if we have the value already cached. We do so because we
10499 none)10470 # need to set the values for the 'am__tar' and 'am__untar' variables.
10500 am__tar=false10471 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
10501 am__tar_=false10472
10502 am__untar=false10473 for _am_tool in $_am_tools; do
10503 ;;10474 case $_am_tool in
10504 esac10475 gnutar)
1050510476 for _am_tar in tar gnutar gtar; do
10506 # If the value was cached, stop now. We just wanted to have am__tar10477 AM_RUN_LOG([$_am_tar --version]) && break
10507 # and am__untar set.10478 done
10508 test -n "${am_cv_prog_tar_$1}" && break10479 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1050910480 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
10510 # tar/untar a dummy directory, and stop if the command works10481 am__untar="$_am_tar -xf -"
10511 rm -rf conftest.dir10482 ;;
10512 mkdir conftest.dir10483 plaintar)
10513 echo GrepMe > conftest.dir/file10484 # Must skip GNU tar: if it does not support --format= it doesn't create
10514 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])10485 # ustar tarball either.
10515 rm -rf conftest.dir10486 (tar --version) >/dev/null 2>&1 && continue
10516 if test -s conftest.tar; then10487 am__tar='tar chf - "$$tardir"'
10517 AM_RUN_LOG([$am__untar <conftest.tar])10488 am__tar_='tar chf - "$tardir"'
10518 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break10489 am__untar='tar xf -'
10519 fi10490 ;;
10520done10491 pax)
10521rm -rf conftest.dir10492 am__tar='pax -L -x $1 -w "$$tardir"'
1052210493 am__tar_='pax -L -x $1 -w "$tardir"'
10523AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])10494 am__untar='pax -r'
10524AC_MSG_RESULT([$am_cv_prog_tar_$1])])10495 ;;
10496 cpio)
10497 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
10498 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
10499 am__untar='cpio -i -H $1 -d'
10500 ;;
10501 none)
10502 am__tar=false
10503 am__tar_=false
10504 am__untar=false
10505 ;;
10506 esac
10507
10508 # If the value was cached, stop now. We just wanted to have am__tar
10509 # and am__untar set.
10510 test -n "${am_cv_prog_tar_$1}" && break
10511
10512 # tar/untar a dummy directory, and stop if the command works.
10513 rm -rf conftest.dir
10514 mkdir conftest.dir
10515 echo GrepMe > conftest.dir/file
10516 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
10517 rm -rf conftest.dir
10518 if test -s conftest.tar; then
10519 AM_RUN_LOG([$am__untar <conftest.tar])
10520 AM_RUN_LOG([cat conftest.dir/file])
10521 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
10522 fi
10523 done
10524 rm -rf conftest.dir
10525
10526 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
10527 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
10528
10525AC_SUBST([am__tar])10529AC_SUBST([am__tar])
10526AC_SUBST([am__untar])10530AC_SUBST([am__untar])
10527]) # _AM_PROG_TAR10531]) # _AM_PROG_TAR
@@ -10910,7 +10914,7 @@
10910 AC_MSG_CHECKING([if $CC supports $flag])10914 AC_MSG_CHECKING([if $CC supports $flag])
10911 saved_CFLAGS="$CFLAGS"10915 saved_CFLAGS="$CFLAGS"
10912 CFLAGS="$CFLAGS $flag"10916 CFLAGS="$CFLAGS $flag"
10913 AC_COMPILE_IFELSE([ ], [flag_supported=yes], [flag_supported=no])10917 AC_COMPILE_IFELSE([AC_LANG_SOURCE([ ])], [flag_supported=yes], [flag_supported=no])
10914 CFLAGS="$saved_CFLAGS"10918 CFLAGS="$saved_CFLAGS"
10915 AC_MSG_RESULT([$flag_supported])10919 AC_MSG_RESULT([$flag_supported])
1091610920
@@ -10944,10 +10948,10 @@
10944 -Wdeclaration-after-statement \10948 -Wdeclaration-after-statement \
10945 -Wmissing-declarations \10949 -Wmissing-declarations \
10946 -Wmissing-noreturn -Wshadow -Wpointer-arith \10950 -Wmissing-noreturn -Wshadow -Wpointer-arith \
10947 -Wcast-align -Wformat-security \10951 -Wcast-align -Wformat -Wformat-security -Wformat-y2k \
10948 -Winit-self -Wmissing-include-dirs -Wundef \10952 -Winit-self -Wmissing-include-dirs -Wundef \
10949 -Wmissing-format-attribute -Wnested-externs"10953 -Wnested-externs"
10950 CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"10954 CPPFLAGS="$CPPFLAGS"
1095110955
10952 if test x`uname` = x"Linux"; then10956 if test x`uname` = x"Linux"; then
10953 xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"10957 xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"
@@ -11014,7 +11018,7 @@
11014 saved_CFLAGS="$CFLAGS"11018 saved_CFLAGS="$CFLAGS"
11015 CFLAGS="$CFLAGS $xdt_vis_test_cflags"11019 CFLAGS="$CFLAGS $xdt_vis_test_cflags"
11016 AC_MSG_CHECKING([whether $CC supports the GNUC visibility attribute])11020 AC_MSG_CHECKING([whether $CC supports the GNUC visibility attribute])
11017 AC_COMPILE_IFELSE(AC_LANG_SOURCE(11021 AC_COMPILE_IFELSE([AC_LANG_SOURCE(
11018 [11022 [
11019 void test_default (void);11023 void test_default (void);
11020 void test_hidden (void);11024 void test_hidden (void);
@@ -11027,7 +11031,7 @@
11027 test_hidden ();11031 test_hidden ();
11028 return 0;11032 return 0;
11029 }11033 }
11030 ]),11034 ])],
11031 [11035 [
11032 have_gnuc_visibility=yes11036 have_gnuc_visibility=yes
11033 AC_MSG_RESULT([yes])11037 AC_MSG_RESULT([yes])
1103411038
=== modified file 'config.guess'
--- config.guess 2014-02-13 16:07:50 +0000
+++ config.guess 2014-02-16 05:44:15 +0000
@@ -1,14 +1,12 @@
1#! /bin/sh1#! /bin/sh
2# Attempt to guess a canonical system name.2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,3# Copyright 1992-2013 Free Software Foundation, Inc.
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5# 2011, 2012 Free Software Foundation, Inc.
64
7timestamp='2012-02-10'5timestamp='2013-06-10'
86
9# This file is free software; you can redistribute it and/or modify it7# This file is free software; you can redistribute it and/or modify it
10# under the terms of the GNU General Public License as published by8# under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 2 of the License, or9# the Free Software Foundation; either version 3 of the License, or
12# (at your option) any later version.10# (at your option) any later version.
13#11#
14# This program is distributed in the hope that it will be useful, but12# This program is distributed in the hope that it will be useful, but
@@ -22,19 +20,17 @@
22# As a special exception to the GNU General Public License, if you20# As a special exception to the GNU General Public License, if you
23# distribute this file as part of a program that contains a21# distribute this file as part of a program that contains a
24# configuration script generated by Autoconf, you may include it under22# configuration script generated by Autoconf, you may include it under
25# the same distribution terms that you use for the rest of that program.23# the same distribution terms that you use for the rest of that
2624# program. This Exception is an additional permission under section 7
2725# of the GNU General Public License, version 3 ("GPLv3").
28# Originally written by Per Bothner. Please send patches (context
29# diff format) to <config-patches@gnu.org> and include a ChangeLog
30# entry.
31#26#
32# This script attempts to guess a canonical system name similar to27# Originally written by Per Bothner.
33# config.sub. If it succeeds, it prints the system name on stdout, and
34# exits with 0. Otherwise, it exits with 1.
35#28#
36# You can get the latest version of this script from:29# You can get the latest version of this script from:
37# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD30# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
31#
32# Please send patches with a ChangeLog entry to config-patches@gnu.org.
33
3834
39me=`echo "$0" | sed -e 's,.*/,,'`35me=`echo "$0" | sed -e 's,.*/,,'`
4036
@@ -54,9 +50,7 @@
54GNU config.guess ($timestamp)50GNU config.guess ($timestamp)
5551
56Originally written by Per Bothner.52Originally written by Per Bothner.
57Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,53Copyright 1992-2013 Free Software Foundation, Inc.
582001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
59Free Software Foundation, Inc.
6054
61This is free software; see the source for copying conditions. There is NO55This is free software; see the source for copying conditions. There is NO
62warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."56warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -138,6 +132,27 @@
138UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown132UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
139UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown133UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
140134
135case "${UNAME_SYSTEM}" in
136Linux|GNU|GNU/*)
137 # If the system lacks a compiler, then just pick glibc.
138 # We could probably try harder.
139 LIBC=gnu
140
141 eval $set_cc_for_build
142 cat <<-EOF > $dummy.c
143 #include <features.h>
144 #if defined(__UCLIBC__)
145 LIBC=uclibc
146 #elif defined(__dietlibc__)
147 LIBC=dietlibc
148 #else
149 LIBC=gnu
150 #endif
151 EOF
152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
153 ;;
154esac
155
141# Note: order is significant - the case branches are not exclusive.156# Note: order is significant - the case branches are not exclusive.
142157
143case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in158case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
@@ -200,6 +215,10 @@
200 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.215 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
201 echo "${machine}-${os}${release}"216 echo "${machine}-${os}${release}"
202 exit ;;217 exit ;;
218 *:Bitrig:*:*)
219 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
220 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
221 exit ;;
203 *:OpenBSD:*:*)222 *:OpenBSD:*:*)
204 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
205 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}224 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
@@ -302,7 +321,7 @@
302 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)321 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
303 echo arm-acorn-riscix${UNAME_RELEASE}322 echo arm-acorn-riscix${UNAME_RELEASE}
304 exit ;;323 exit ;;
305 arm:riscos:*:*|arm:RISCOS:*:*)324 arm*:riscos:*:*|arm*:RISCOS:*:*)
306 echo arm-unknown-riscos325 echo arm-unknown-riscos
307 exit ;;326 exit ;;
308 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)327 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
@@ -801,6 +820,9 @@
801 i*:CYGWIN*:*)820 i*:CYGWIN*:*)
802 echo ${UNAME_MACHINE}-pc-cygwin821 echo ${UNAME_MACHINE}-pc-cygwin
803 exit ;;822 exit ;;
823 *:MINGW64*:*)
824 echo ${UNAME_MACHINE}-pc-mingw64
825 exit ;;
804 *:MINGW*:*)826 *:MINGW*:*)
805 echo ${UNAME_MACHINE}-pc-mingw32827 echo ${UNAME_MACHINE}-pc-mingw32
806 exit ;;828 exit ;;
@@ -852,21 +874,21 @@
852 exit ;;874 exit ;;
853 *:GNU:*:*)875 *:GNU:*:*)
854 # the GNU system876 # the GNU system
855 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`877 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
856 exit ;;878 exit ;;
857 *:GNU/*:*:*)879 *:GNU/*:*:*)
858 # other systems with GNU libc and userland880 # other systems with GNU libc and userland
859 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu881 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
860 exit ;;882 exit ;;
861 i*86:Minix:*:*)883 i*86:Minix:*:*)
862 echo ${UNAME_MACHINE}-pc-minix884 echo ${UNAME_MACHINE}-pc-minix
863 exit ;;885 exit ;;
864 aarch64:Linux:*:*)886 aarch64:Linux:*:*)
865 echo ${UNAME_MACHINE}-unknown-linux-gnu887 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
866 exit ;;888 exit ;;
867 aarch64_be:Linux:*:*)889 aarch64_be:Linux:*:*)
868 UNAME_MACHINE=aarch64_be890 UNAME_MACHINE=aarch64_be
869 echo ${UNAME_MACHINE}-unknown-linux-gnu891 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
870 exit ;;892 exit ;;
871 alpha:Linux:*:*)893 alpha:Linux:*:*)
872 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
@@ -879,59 +901,54 @@
879 EV68*) UNAME_MACHINE=alphaev68 ;;901 EV68*) UNAME_MACHINE=alphaev68 ;;
880 esac902 esac
881 objdump --private-headers /bin/sh | grep -q ld.so.1903 objdump --private-headers /bin/sh | grep -q ld.so.1
882 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi904 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
883 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}905 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
906 exit ;;
907 arc:Linux:*:* | arceb:Linux:*:*)
908 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
884 exit ;;909 exit ;;
885 arm*:Linux:*:*)910 arm*:Linux:*:*)
886 eval $set_cc_for_build911 eval $set_cc_for_build
887 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \912 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
888 | grep -q __ARM_EABI__913 | grep -q __ARM_EABI__
889 then914 then
890 echo ${UNAME_MACHINE}-unknown-linux-gnu915 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
891 else916 else
892 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \917 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
893 | grep -q __ARM_PCS_VFP918 | grep -q __ARM_PCS_VFP
894 then919 then
895 echo ${UNAME_MACHINE}-unknown-linux-gnueabi920 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
896 else921 else
897 echo ${UNAME_MACHINE}-unknown-linux-gnueabihf922 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
898 fi923 fi
899 fi924 fi
900 exit ;;925 exit ;;
901 avr32*:Linux:*:*)926 avr32*:Linux:*:*)
902 echo ${UNAME_MACHINE}-unknown-linux-gnu927 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
903 exit ;;928 exit ;;
904 cris:Linux:*:*)929 cris:Linux:*:*)
905 echo ${UNAME_MACHINE}-axis-linux-gnu930 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
906 exit ;;931 exit ;;
907 crisv32:Linux:*:*)932 crisv32:Linux:*:*)
908 echo ${UNAME_MACHINE}-axis-linux-gnu933 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
909 exit ;;934 exit ;;
910 frv:Linux:*:*)935 frv:Linux:*:*)
911 echo ${UNAME_MACHINE}-unknown-linux-gnu936 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
912 exit ;;937 exit ;;
913 hexagon:Linux:*:*)938 hexagon:Linux:*:*)
914 echo ${UNAME_MACHINE}-unknown-linux-gnu939 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
915 exit ;;940 exit ;;
916 i*86:Linux:*:*)941 i*86:Linux:*:*)
917 LIBC=gnu942 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
918 eval $set_cc_for_build
919 sed 's/^ //' << EOF >$dummy.c
920 #ifdef __dietlibc__
921 LIBC=dietlibc
922 #endif
923EOF
924 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
925 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
926 exit ;;943 exit ;;
927 ia64:Linux:*:*)944 ia64:Linux:*:*)
928 echo ${UNAME_MACHINE}-unknown-linux-gnu945 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
929 exit ;;946 exit ;;
930 m32r*:Linux:*:*)947 m32r*:Linux:*:*)
931 echo ${UNAME_MACHINE}-unknown-linux-gnu948 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
932 exit ;;949 exit ;;
933 m68*:Linux:*:*)950 m68*:Linux:*:*)
934 echo ${UNAME_MACHINE}-unknown-linux-gnu951 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
935 exit ;;952 exit ;;
936 mips:Linux:*:* | mips64:Linux:*:*)953 mips:Linux:*:* | mips64:Linux:*:*)
937 eval $set_cc_for_build954 eval $set_cc_for_build
@@ -950,54 +967,63 @@
950 #endif967 #endif
951EOF968EOF
952 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`969 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
953 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
954 ;;971 ;;
972 or1k:Linux:*:*)
973 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
974 exit ;;
955 or32:Linux:*:*)975 or32:Linux:*:*)
956 echo ${UNAME_MACHINE}-unknown-linux-gnu976 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
957 exit ;;977 exit ;;
958 padre:Linux:*:*)978 padre:Linux:*:*)
959 echo sparc-unknown-linux-gnu979 echo sparc-unknown-linux-${LIBC}
960 exit ;;980 exit ;;
961 parisc64:Linux:*:* | hppa64:Linux:*:*)981 parisc64:Linux:*:* | hppa64:Linux:*:*)
962 echo hppa64-unknown-linux-gnu982 echo hppa64-unknown-linux-${LIBC}
963 exit ;;983 exit ;;
964 parisc:Linux:*:* | hppa:Linux:*:*)984 parisc:Linux:*:* | hppa:Linux:*:*)
965 # Look for CPU level985 # Look for CPU level
966 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
967 PA7*) echo hppa1.1-unknown-linux-gnu ;;987 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
968 PA8*) echo hppa2.0-unknown-linux-gnu ;;988 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
969 *) echo hppa-unknown-linux-gnu ;;989 *) echo hppa-unknown-linux-${LIBC} ;;
970 esac990 esac
971 exit ;;991 exit ;;
972 ppc64:Linux:*:*)992 ppc64:Linux:*:*)
973 echo powerpc64-unknown-linux-gnu993 echo powerpc64-unknown-linux-${LIBC}
974 exit ;;994 exit ;;
975 ppc:Linux:*:*)995 ppc:Linux:*:*)
976 echo powerpc-unknown-linux-gnu996 echo powerpc-unknown-linux-${LIBC}
997 exit ;;
998 ppc64le:Linux:*:*)
999 echo powerpc64le-unknown-linux-${LIBC}
1000 exit ;;
1001 ppcle:Linux:*:*)
1002 echo powerpcle-unknown-linux-${LIBC}
977 exit ;;1003 exit ;;
978 s390:Linux:*:* | s390x:Linux:*:*)1004 s390:Linux:*:* | s390x:Linux:*:*)
979 echo ${UNAME_MACHINE}-ibm-linux1005 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
980 exit ;;1006 exit ;;
981 sh64*:Linux:*:*)1007 sh64*:Linux:*:*)
982 echo ${UNAME_MACHINE}-unknown-linux-gnu1008 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
983 exit ;;1009 exit ;;
984 sh*:Linux:*:*)1010 sh*:Linux:*:*)
985 echo ${UNAME_MACHINE}-unknown-linux-gnu1011 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
986 exit ;;1012 exit ;;
987 sparc:Linux:*:* | sparc64:Linux:*:*)1013 sparc:Linux:*:* | sparc64:Linux:*:*)
988 echo ${UNAME_MACHINE}-unknown-linux-gnu1014 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
989 exit ;;1015 exit ;;
990 tile*:Linux:*:*)1016 tile*:Linux:*:*)
991 echo ${UNAME_MACHINE}-unknown-linux-gnu1017 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
992 exit ;;1018 exit ;;
993 vax:Linux:*:*)1019 vax:Linux:*:*)
994 echo ${UNAME_MACHINE}-dec-linux-gnu1020 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
995 exit ;;1021 exit ;;
996 x86_64:Linux:*:*)1022 x86_64:Linux:*:*)
997 echo ${UNAME_MACHINE}-unknown-linux-gnu1023 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
998 exit ;;1024 exit ;;
999 xtensa*:Linux:*:*)1025 xtensa*:Linux:*:*)
1000 echo ${UNAME_MACHINE}-unknown-linux-gnu1026 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1001 exit ;;1027 exit ;;
1002 i*86:DYNIX/ptx:4*:*)1028 i*86:DYNIX/ptx:4*:*)
1003 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.1029 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
@@ -1201,6 +1227,9 @@
1201 BePC:Haiku:*:*) # Haiku running on Intel PC compatible.1227 BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
1202 echo i586-pc-haiku1228 echo i586-pc-haiku
1203 exit ;;1229 exit ;;
1230 x86_64:Haiku:*:*)
1231 echo x86_64-unknown-haiku
1232 exit ;;
1204 SX-4:SUPER-UX:*:*)1233 SX-4:SUPER-UX:*:*)
1205 echo sx4-nec-superux${UNAME_RELEASE}1234 echo sx4-nec-superux${UNAME_RELEASE}
1206 exit ;;1235 exit ;;
@@ -1227,19 +1256,21 @@
1227 exit ;;1256 exit ;;
1228 *:Darwin:*:*)1257 *:Darwin:*:*)
1229 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown1258 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1230 case $UNAME_PROCESSOR in1259 eval $set_cc_for_build
1231 i386)1260 if test "$UNAME_PROCESSOR" = unknown ; then
1232 eval $set_cc_for_build1261 UNAME_PROCESSOR=powerpc
1233 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then1262 fi
1234 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \1263 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1235 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \1264 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1236 grep IS_64BIT_ARCH >/dev/null1265 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1237 then1266 grep IS_64BIT_ARCH >/dev/null
1238 UNAME_PROCESSOR="x86_64"1267 then
1239 fi1268 case $UNAME_PROCESSOR in
1240 fi ;;1269 i386) UNAME_PROCESSOR=x86_64 ;;
1241 unknown) UNAME_PROCESSOR=powerpc ;;1270 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1242 esac1271 esac
1272 fi
1273 fi
1243 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}1274 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1244 exit ;;1275 exit ;;
1245 *:procnto*:*:* | *:QNX:[0123456789]*:*)1276 *:procnto*:*:* | *:QNX:[0123456789]*:*)
@@ -1256,7 +1287,7 @@
1256 NEO-?:NONSTOP_KERNEL:*:*)1287 NEO-?:NONSTOP_KERNEL:*:*)
1257 echo neo-tandem-nsk${UNAME_RELEASE}1288 echo neo-tandem-nsk${UNAME_RELEASE}
1258 exit ;;1289 exit ;;
1259 NSE-?:NONSTOP_KERNEL:*:*)1290 NSE-*:NONSTOP_KERNEL:*:*)
1260 echo nse-tandem-nsk${UNAME_RELEASE}1291 echo nse-tandem-nsk${UNAME_RELEASE}
1261 exit ;;1292 exit ;;
1262 NSR-?:NONSTOP_KERNEL:*:*)1293 NSR-?:NONSTOP_KERNEL:*:*)
@@ -1330,9 +1361,6 @@
1330 exit ;;1361 exit ;;
1331esac1362esac
13321363
1333#echo '(No uname command or uname output not recognized.)' 1>&2
1334#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1335
1336eval $set_cc_for_build1364eval $set_cc_for_build
1337cat >$dummy.c <<EOF1365cat >$dummy.c <<EOF
1338#ifdef _SEQUENT_1366#ifdef _SEQUENT_
13391367
=== modified file 'config.sub'
--- config.sub 2014-02-13 16:07:50 +0000
+++ config.sub 2014-02-16 05:44:15 +0000
@@ -1,24 +1,18 @@
1#! /bin/sh1#! /bin/sh
2# Configuration validation subroutine script.2# Configuration validation subroutine script.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,3# Copyright 1992-2013 Free Software Foundation, Inc.
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,4
5# 2011, 2012 Free Software Foundation, Inc.5timestamp='2013-08-10'
66
7timestamp='2012-04-18'7# This file is free software; you can redistribute it and/or modify it
88# under the terms of the GNU General Public License as published by
9# This file is (in principle) common to ALL GNU software.9# the Free Software Foundation; either version 3 of the License, or
10# The presence of a machine in this file suggests that SOME GNU software
11# can handle that machine. It does not imply ALL GNU software can.
12#
13# This file is free software; you can redistribute it and/or modify
14# it under the terms of the GNU General Public License as published by
15# the Free Software Foundation; either version 2 of the License, or
16# (at your option) any later version.10# (at your option) any later version.
17#11#
18# This program is distributed in the hope that it will be useful,12# This program is distributed in the hope that it will be useful, but
19# but WITHOUT ANY WARRANTY; without even the implied warranty of13# WITHOUT ANY WARRANTY; without even the implied warranty of
20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21# GNU General Public License for more details.15# General Public License for more details.
22#16#
23# You should have received a copy of the GNU General Public License17# You should have received a copy of the GNU General Public License
24# along with this program; if not, see <http://www.gnu.org/licenses/>.18# along with this program; if not, see <http://www.gnu.org/licenses/>.
@@ -26,11 +20,12 @@
26# As a special exception to the GNU General Public License, if you20# As a special exception to the GNU General Public License, if you
27# distribute this file as part of a program that contains a21# distribute this file as part of a program that contains a
28# configuration script generated by Autoconf, you may include it under22# configuration script generated by Autoconf, you may include it under
29# the same distribution terms that you use for the rest of that program.23# the same distribution terms that you use for the rest of that
3024# program. This Exception is an additional permission under section 7
3125# of the GNU General Public License, version 3 ("GPLv3").
32# Please send patches to <config-patches@gnu.org>. Submit a context26
33# diff and a properly formatted GNU ChangeLog entry.27
28# Please send patches with a ChangeLog entry to config-patches@gnu.org.
34#29#
35# Configuration subroutine to validate and canonicalize a configuration type.30# Configuration subroutine to validate and canonicalize a configuration type.
36# Supply the specified configuration type as an argument.31# Supply the specified configuration type as an argument.
@@ -73,9 +68,7 @@
73version="\68version="\
74GNU config.sub ($timestamp)69GNU config.sub ($timestamp)
7570
76Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,71Copyright 1992-2013 Free Software Foundation, Inc.
772001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
78Free Software Foundation, Inc.
7972
80This is free software; see the source for copying conditions. There is NO73This is free software; see the source for copying conditions. There is NO
81warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."74warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -123,7 +116,7 @@
123maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`116maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
124case $maybe_os in117case $maybe_os in
125 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \118 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
126 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \119 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
127 knetbsd*-gnu* | netbsd*-gnu* | \120 knetbsd*-gnu* | netbsd*-gnu* | \
128 kopensolaris*-gnu* | \121 kopensolaris*-gnu* | \
129 storm-chaos* | os2-emx* | rtmk-nova*)122 storm-chaos* | os2-emx* | rtmk-nova*)
@@ -156,7 +149,7 @@
156 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\149 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
157 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
158 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
159 -apple | -axis | -knuth | -cray | -microblaze)152 -apple | -axis | -knuth | -cray | -microblaze*)
160 os=153 os=
161 basic_machine=$1154 basic_machine=$1
162 ;;155 ;;
@@ -259,10 +252,12 @@
259 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \252 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
260 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \253 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
261 | am33_2.0 \254 | am33_2.0 \
262 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \255 | arc | arceb \
263 | be32 | be64 \256 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
257 | avr | avr32 \
258 | be32 | be64 \
264 | bfin \259 | bfin \
265 | c4x | clipper \260 | c4x | c8051 | clipper \
266 | d10v | d30v | dlx | dsp16xx \261 | d10v | d30v | dlx | dsp16xx \
267 | epiphany \262 | epiphany \
268 | fido | fr30 | frv \263 | fido | fr30 | frv \
@@ -273,7 +268,7 @@
273 | le32 | le64 \268 | le32 | le64 \
274 | lm32 \269 | lm32 \
275 | m32c | m32r | m32rle | m68000 | m68k | m88k \270 | m32c | m32r | m32rle | m68000 | m68k | m88k \
276 | maxq | mb | microblaze | mcore | mep | metag \271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
277 | mips | mipsbe | mipseb | mipsel | mipsle \272 | mips | mipsbe | mipseb | mipsel | mipsle \
278 | mips16 \273 | mips16 \
279 | mips64 | mips64el \274 | mips64 | mips64el \
@@ -291,16 +286,17 @@
291 | mipsisa64r2 | mipsisa64r2el \286 | mipsisa64r2 | mipsisa64r2el \
292 | mipsisa64sb1 | mipsisa64sb1el \287 | mipsisa64sb1 | mipsisa64sb1el \
293 | mipsisa64sr71k | mipsisa64sr71kel \288 | mipsisa64sr71k | mipsisa64sr71kel \
289 | mipsr5900 | mipsr5900el \
294 | mipstx39 | mipstx39el \290 | mipstx39 | mipstx39el \
295 | mn10200 | mn10300 \291 | mn10200 | mn10300 \
296 | moxie \292 | moxie \
297 | mt \293 | mt \
298 | msp430 \294 | msp430 \
299 | nds32 | nds32le | nds32be \295 | nds32 | nds32le | nds32be \
300 | nios | nios2 \296 | nios | nios2 | nios2eb | nios2el \
301 | ns16k | ns32k \297 | ns16k | ns32k \
302 | open8 \298 | open8 \
303 | or32 \299 | or1k | or32 \
304 | pdp10 | pdp11 | pj | pjl \300 | pdp10 | pdp11 | pj | pjl \
305 | powerpc | powerpc64 | powerpc64le | powerpcle \301 | powerpc | powerpc64 | powerpc64le | powerpcle \
306 | pyramid \302 | pyramid \
@@ -370,13 +366,13 @@
370 | aarch64-* | aarch64_be-* \366 | aarch64-* | aarch64_be-* \
371 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \367 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
372 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \368 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
373 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \369 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
374 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \370 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
375 | avr-* | avr32-* \371 | avr-* | avr32-* \
376 | be32-* | be64-* \372 | be32-* | be64-* \
377 | bfin-* | bs2000-* \373 | bfin-* | bs2000-* \
378 | c[123]* | c30-* | [cjt]90-* | c4x-* \374 | c[123]* | c30-* | [cjt]90-* | c4x-* \
379 | clipper-* | craynv-* | cydra-* \375 | c8051-* | clipper-* | craynv-* | cydra-* \
380 | d10v-* | d30v-* | dlx-* \376 | d10v-* | d30v-* | dlx-* \
381 | elxsi-* \377 | elxsi-* \
382 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \378 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
@@ -389,7 +385,8 @@
389 | lm32-* \385 | lm32-* \
390 | m32c-* | m32r-* | m32rle-* \386 | m32c-* | m32r-* | m32rle-* \
391 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \387 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
392 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \388 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
389 | microblaze-* | microblazeel-* \
393 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \390 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
394 | mips16-* \391 | mips16-* \
395 | mips64-* | mips64el-* \392 | mips64-* | mips64el-* \
@@ -407,12 +404,13 @@
407 | mipsisa64r2-* | mipsisa64r2el-* \404 | mipsisa64r2-* | mipsisa64r2el-* \
408 | mipsisa64sb1-* | mipsisa64sb1el-* \405 | mipsisa64sb1-* | mipsisa64sb1el-* \
409 | mipsisa64sr71k-* | mipsisa64sr71kel-* \406 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
407 | mipsr5900-* | mipsr5900el-* \
410 | mipstx39-* | mipstx39el-* \408 | mipstx39-* | mipstx39el-* \
411 | mmix-* \409 | mmix-* \
412 | mt-* \410 | mt-* \
413 | msp430-* \411 | msp430-* \
414 | nds32-* | nds32le-* | nds32be-* \412 | nds32-* | nds32le-* | nds32be-* \
415 | nios-* | nios2-* \413 | nios-* | nios2-* | nios2eb-* | nios2el-* \
416 | none-* | np1-* | ns16k-* | ns32k-* \414 | none-* | np1-* | ns16k-* | ns32k-* \
417 | open8-* \415 | open8-* \
418 | orion-* \416 | orion-* \
@@ -788,11 +786,15 @@
788 basic_machine=ns32k-utek786 basic_machine=ns32k-utek
789 os=-sysv787 os=-sysv
790 ;;788 ;;
791 microblaze)789 microblaze*)
792 basic_machine=microblaze-xilinx790 basic_machine=microblaze-xilinx
793 ;;791 ;;
792 mingw64)
793 basic_machine=x86_64-pc
794 os=-mingw64
795 ;;
794 mingw32)796 mingw32)
795 basic_machine=i386-pc797 basic_machine=i686-pc
796 os=-mingw32798 os=-mingw32
797 ;;799 ;;
798 mingw32ce)800 mingw32ce)
@@ -828,7 +830,7 @@
828 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`830 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
829 ;;831 ;;
830 msys)832 msys)
831 basic_machine=i386-pc833 basic_machine=i686-pc
832 os=-msys834 os=-msys
833 ;;835 ;;
834 mvs)836 mvs)
@@ -1019,7 +1021,11 @@
1019 basic_machine=i586-unknown1021 basic_machine=i586-unknown
1020 os=-pw321022 os=-pw32
1021 ;;1023 ;;
1022 rdos)1024 rdos | rdos64)
1025 basic_machine=x86_64-pc
1026 os=-rdos
1027 ;;
1028 rdos32)
1023 basic_machine=i386-pc1029 basic_machine=i386-pc
1024 os=-rdos1030 os=-rdos
1025 ;;1031 ;;
@@ -1346,21 +1352,21 @@
1346 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \1352 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1347 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\1353 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1348 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \1354 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1349 | -sym* | -kopensolaris* \1355 | -sym* | -kopensolaris* | -plan9* \
1350 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \1356 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1351 | -aos* | -aros* \1357 | -aos* | -aros* \
1352 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \1358 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1353 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \1359 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1354 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \1360 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1355 | -openbsd* | -solidbsd* \1361 | -bitrig* | -openbsd* | -solidbsd* \
1356 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \1362 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1357 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \1363 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1358 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \1364 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1359 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \1365 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1360 | -chorusos* | -chorusrdb* | -cegcc* \1366 | -chorusos* | -chorusrdb* | -cegcc* \
1361 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \1367 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1362 | -mingw32* | -linux-gnu* | -linux-android* \1368 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1363 | -linux-newlib* | -linux-uclibc* \1369 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1364 | -uxpv* | -beos* | -mpeix* | -udk* \1370 | -uxpv* | -beos* | -mpeix* | -udk* \
1365 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \1371 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1366 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \1372 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
@@ -1492,9 +1498,6 @@
1492 -aros*)1498 -aros*)
1493 os=-aros1499 os=-aros
1494 ;;1500 ;;
1495 -kaos*)
1496 os=-kaos
1497 ;;
1498 -zvmoe)1501 -zvmoe)
1499 os=-zvmoe1502 os=-zvmoe
1500 ;;1503 ;;
@@ -1543,6 +1546,9 @@
1543 c4x-* | tic4x-*)1546 c4x-* | tic4x-*)
1544 os=-coff1547 os=-coff
1545 ;;1548 ;;
1549 c8051-*)
1550 os=-elf
1551 ;;
1546 hexagon-*)1552 hexagon-*)
1547 os=-elf1553 os=-elf
1548 ;;1554 ;;
@@ -1586,6 +1592,9 @@
1586 mips*-*)1592 mips*-*)
1587 os=-elf1593 os=-elf
1588 ;;1594 ;;
1595 or1k-*)
1596 os=-elf
1597 ;;
1589 or32-*)1598 or32-*)
1590 os=-coff1599 os=-coff
1591 ;;1600 ;;
15921601
=== modified file 'configure'
--- configure 2014-02-13 16:07:50 +0000
+++ configure 2014-02-16 05:44:15 +0000
@@ -1,7 +1,7 @@
1#! /bin/sh1#! /bin/sh
2# From configure.ac 4971cc4.2# From configure.ac 620b8e7.
3# Guess values for system-dependent variables and create Makefiles.3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.69 for xfce4-indicator-plugin 2.2.0.4# Generated by GNU Autoconf 2.69 for xfce4-indicator-plugin 2.3.0.
5#5#
6# Report bugs to <http://bugzilla.xfce.org/>.6# Report bugs to <http://bugzilla.xfce.org/>.
7#7#
@@ -594,8 +594,8 @@
594# Identity of this package.594# Identity of this package.
595PACKAGE_NAME='xfce4-indicator-plugin'595PACKAGE_NAME='xfce4-indicator-plugin'
596PACKAGE_TARNAME='xfce4-indicator-plugin'596PACKAGE_TARNAME='xfce4-indicator-plugin'
597PACKAGE_VERSION='2.2.0'597PACKAGE_VERSION='2.3.0'
598PACKAGE_STRING='xfce4-indicator-plugin 2.2.0'598PACKAGE_STRING='xfce4-indicator-plugin 2.3.0'
599PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'599PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
600PACKAGE_URL=''600PACKAGE_URL=''
601601
@@ -774,13 +774,13 @@
774LDFLAGS774LDFLAGS
775CFLAGS775CFLAGS
776CC776CC
777MAINT
778MAINTAINER_MODE_FALSE
779MAINTAINER_MODE_TRUE
777AM_BACKSLASH780AM_BACKSLASH
778AM_DEFAULT_VERBOSITY781AM_DEFAULT_VERBOSITY
779AM_DEFAULT_V782AM_DEFAULT_V
780AM_V783AM_V
781MAINT
782MAINTAINER_MODE_FALSE
783MAINTAINER_MODE_TRUE
784am__untar784am__untar
785am__tar785am__tar
786AMTAR786AMTAR
@@ -857,8 +857,8 @@
857ac_subst_files=''857ac_subst_files=''
858ac_user_opts='858ac_user_opts='
859enable_option_checking859enable_option_checking
860enable_silent_rules
860enable_maintainer_mode861enable_maintainer_mode
861enable_silent_rules
862enable_dependency_tracking862enable_dependency_tracking
863with_gnu_ld863with_gnu_ld
864enable_nls864enable_nls
@@ -1426,7 +1426,7 @@
1426 # Omit some internal or obsolete options to make the list less imposing.1426 # Omit some internal or obsolete options to make the list less imposing.
1427 # This message is too long to be a string in the A/UX 3.1 sh.1427 # This message is too long to be a string in the A/UX 3.1 sh.
1428 cat <<_ACEOF1428 cat <<_ACEOF
1429\`configure' configures xfce4-indicator-plugin 2.2.0 to adapt to many kinds of systems.1429\`configure' configures xfce4-indicator-plugin 2.3.0 to adapt to many kinds of systems.
14301430
1431Usage: $0 [OPTION]... [VAR=VALUE]...1431Usage: $0 [OPTION]... [VAR=VALUE]...
14321432
@@ -1502,7 +1502,7 @@
15021502
1503if test -n "$ac_init_help"; then1503if test -n "$ac_init_help"; then
1504 case $ac_init_help in1504 case $ac_init_help in
1505 short | recursive ) echo "Configuration of xfce4-indicator-plugin 2.2.0:";;1505 short | recursive ) echo "Configuration of xfce4-indicator-plugin 2.3.0:";;
1506 esac1506 esac
1507 cat <<\_ACEOF1507 cat <<\_ACEOF
15081508
@@ -1510,12 +1510,15 @@
1510 --disable-option-checking ignore unrecognized --enable/--with options1510 --disable-option-checking ignore unrecognized --enable/--with options
1511 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)1511 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1512 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]1512 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1513 --enable-maintainer-mode enable make rules and dependencies not useful1513 --enable-silent-rules less verbose build output (undo: "make V=1")
1514 (and sometimes confusing) to the casual installer1514 --disable-silent-rules verbose build output (undo: "make V=0")
1515 --enable-silent-rules less verbose build output (undo: `make V=1')1515 --enable-maintainer-mode
1516 --disable-silent-rules verbose build output (undo: `make V=0')1516 enable make rules and dependencies not useful (and
1517 --disable-dependency-tracking speeds up one-time build1517 sometimes confusing) to the casual installer
1518 --enable-dependency-tracking do not reject slow dependency extractors1518 --enable-dependency-tracking
1519 do not reject slow dependency extractors
1520 --disable-dependency-tracking
1521 speeds up one-time build
1519 --disable-nls do not use Native Language Support1522 --disable-nls do not use Native Language Support
1520 --enable-static[=PKGS] build static libraries [default=no]1523 --enable-static[=PKGS] build static libraries [default=no]
1521 --enable-shared[=PKGS] build shared libraries [default=yes]1524 --enable-shared[=PKGS] build shared libraries [default=yes]
@@ -1624,7 +1627,7 @@
1624test -n "$ac_init_help" && exit $ac_status1627test -n "$ac_init_help" && exit $ac_status
1625if $ac_init_version; then1628if $ac_init_version; then
1626 cat <<\_ACEOF1629 cat <<\_ACEOF
1627xfce4-indicator-plugin configure 2.2.01630xfce4-indicator-plugin configure 2.3.0
1628generated by GNU Autoconf 2.691631generated by GNU Autoconf 2.69
16291632
1630Copyright (C) 2012 Free Software Foundation, Inc.1633Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1996,7 +1999,7 @@
1996This file contains any messages produced by compilers while1999This file contains any messages produced by compilers while
1997running configure, to aid debugging if configure makes a mistake.2000running configure, to aid debugging if configure makes a mistake.
19982001
1999It was created by xfce4-indicator-plugin $as_me 2.2.0, which was2002It was created by xfce4-indicator-plugin $as_me 2.3.0, which was
2000generated by GNU Autoconf 2.69. Invocation command line was2003generated by GNU Autoconf 2.69. Invocation command line was
20012004
2002 $ $0 $@2005 $ $0 $@
@@ -2488,7 +2491,7 @@
2488 program_prefix=${target_alias}-2491 program_prefix=${target_alias}-
24892492
24902493
2491am__api_version='1.11'2494am__api_version='1.13'
24922495
2493# Find a good install program. We prefer a C program (faster),2496# Find a good install program. We prefer a C program (faster),
2494# so one script is as good as another. But avoid the broken or2497# so one script is as good as another. But avoid the broken or
@@ -2585,9 +2588,6 @@
25852588
2586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&52589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2587$as_echo_n "checking whether build environment is sane... " >&6; }2590$as_echo_n "checking whether build environment is sane... " >&6; }
2588# Just in case
2589sleep 1
2590echo timestamp > conftest.file
2591# Reject unsafe characters in $srcdir or the absolute working directory2591# Reject unsafe characters in $srcdir or the absolute working directory
2592# name. Accept space and tab only in the latter.2592# name. Accept space and tab only in the latter.
2593am_lf='2593am_lf='
@@ -2598,32 +2598,40 @@
2598esac2598esac
2599case $srcdir in2599case $srcdir in
2600 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)2600 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2601 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;2601 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2602esac2602esac
26032603
2604# Do `set' in a subshell so we don't clobber the current shell's2604# Do 'set' in a subshell so we don't clobber the current shell's
2605# arguments. Must try -L first in case configure is actually a2605# arguments. Must try -L first in case configure is actually a
2606# symlink; some systems play weird games with the mod time of symlinks2606# symlink; some systems play weird games with the mod time of symlinks
2607# (eg FreeBSD returns the mod time of the symlink's containing2607# (eg FreeBSD returns the mod time of the symlink's containing
2608# directory).2608# directory).
2609if (2609if (
2610 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`2610 am_has_slept=no
2611 if test "$*" = "X"; then2611 for am_try in 1 2; do
2612 # -L didn't work.2612 echo "timestamp, slept: $am_has_slept" > conftest.file
2613 set X `ls -t "$srcdir/configure" conftest.file`2613 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2614 fi2614 if test "$*" = "X"; then
2615 rm -f conftest.file2615 # -L didn't work.
2616 if test "$*" != "X $srcdir/configure conftest.file" \2616 set X `ls -t "$srcdir/configure" conftest.file`
2617 && test "$*" != "X conftest.file $srcdir/configure"; then2617 fi
26182618 if test "$*" != "X $srcdir/configure conftest.file" \
2619 # If neither matched, then we have a broken ls. This can happen2619 && test "$*" != "X conftest.file $srcdir/configure"; then
2620 # if, for instance, CONFIG_SHELL is bash and it inherits a2620
2621 # broken ls alias from the environment. This has actually2621 # If neither matched, then we have a broken ls. This can happen
2622 # happened. Such a system could not be considered "sane".2622 # if, for instance, CONFIG_SHELL is bash and it inherits a
2623 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken2623 # broken ls alias from the environment. This has actually
2624alias in your environment" "$LINENO" 52624 # happened. Such a system could not be considered "sane".
2625 fi2625 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
26262626 alias in your environment" "$LINENO" 5
2627 fi
2628 if test "$2" = conftest.file || test $am_try -eq 2; then
2629 break
2630 fi
2631 # Just in case.
2632 sleep 1
2633 am_has_slept=yes
2634 done
2627 test "$2" = conftest.file2635 test "$2" = conftest.file
2628 )2636 )
2629then2637then
@@ -2635,6 +2643,16 @@
2635fi2643fi
2636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2637$as_echo "yes" >&6; }2645$as_echo "yes" >&6; }
2646# If we didn't sleep, we still need to ensure time stamps of config.status and
2647# generated files are strictly newer.
2648am_sleep_pid=
2649if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2650 ( sleep 1 ) &
2651 am_sleep_pid=$!
2652fi
2653
2654rm -f conftest.file
2655
2638test "$program_prefix" != NONE &&2656test "$program_prefix" != NONE &&
2639 program_transform_name="s&^&$program_prefix&;$program_transform_name"2657 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2640# Use a double $ so make ignores it.2658# Use a double $ so make ignores it.
@@ -2657,12 +2675,12 @@
2657 esac2675 esac
2658fi2676fi
2659# Use eval to expand $SHELL2677# Use eval to expand $SHELL
2660if eval "$MISSING --run true"; then2678if eval "$MISSING --is-lightweight"; then
2661 am_missing_run="$MISSING --run "2679 am_missing_run="$MISSING "
2662else2680else
2663 am_missing_run=2681 am_missing_run=
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&52682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2665$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2683$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2666fi2684fi
26672685
2668if test x"${install_sh}" != xset; then2686if test x"${install_sh}" != xset; then
@@ -2674,10 +2692,10 @@
2674 esac2692 esac
2675fi2693fi
26762694
2677# Installed binaries are usually stripped using `strip' when the user2695# Installed binaries are usually stripped using 'strip' when the user
2678# run `make install-strip'. However `strip' might not be the right2696# run "make install-strip". However 'strip' might not be the right
2679# tool to use in cross-compilation environments, therefore Automake2697# tool to use in cross-compilation environments, therefore Automake
2680# will honor the `STRIP' environment variable to overrule this program.2698# will honor the 'STRIP' environment variable to overrule this program.
2681if test "$cross_compiling" != no; then2699if test "$cross_compiling" != no; then
2682 if test -n "$ac_tool_prefix"; then2700 if test -n "$ac_tool_prefix"; then
2683 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.2701 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
@@ -2816,12 +2834,6 @@
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&52834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2817$as_echo "$MKDIR_P" >&6; }2835$as_echo "$MKDIR_P" >&6; }
28182836
2819mkdir_p="$MKDIR_P"
2820case $mkdir_p in
2821 [\\/$]* | ?:[\\/]*) ;;
2822 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823esac
2824
2825for ac_prog in gawk mawk nawk awk2837for ac_prog in gawk mawk nawk awk
2826do2838do
2827 # Extract the first word of "$ac_prog", so it can be a program name with args.2839 # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -2904,6 +2916,45 @@
2904fi2916fi
2905rmdir .tst 2>/dev/null2917rmdir .tst 2>/dev/null
29062918
2919# Check whether --enable-silent-rules was given.
2920if test "${enable_silent_rules+set}" = set; then :
2921 enableval=$enable_silent_rules;
2922fi
2923
2924case $enable_silent_rules in # (((
2925 yes) AM_DEFAULT_VERBOSITY=0;;
2926 no) AM_DEFAULT_VERBOSITY=1;;
2927 *) AM_DEFAULT_VERBOSITY=1;;
2928esac
2929am_make=${MAKE-make}
2930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2931$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2932if ${am_cv_make_support_nested_variables+:} false; then :
2933 $as_echo_n "(cached) " >&6
2934else
2935 if $as_echo 'TRUE=$(BAR$(V))
2936BAR0=false
2937BAR1=true
2938V=1
2939am__doit:
2940 @$(TRUE)
2941.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2942 am_cv_make_support_nested_variables=yes
2943else
2944 am_cv_make_support_nested_variables=no
2945fi
2946fi
2947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2948$as_echo "$am_cv_make_support_nested_variables" >&6; }
2949if test $am_cv_make_support_nested_variables = yes; then
2950 AM_V='$(V)'
2951 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2952else
2953 AM_V=$AM_DEFAULT_VERBOSITY
2954 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2955fi
2956AM_BACKSLASH='\'
2957
2907if test "`cd $srcdir && pwd`" != "`pwd`"; then2958if test "`cd $srcdir && pwd`" != "`pwd`"; then
2908 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output2959 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2909 # is not polluted with repeated "-I."2960 # is not polluted with repeated "-I."
@@ -2926,7 +2977,7 @@
29262977
2927# Define the identity of the package.2978# Define the identity of the package.
2928 PACKAGE='xfce4-indicator-plugin'2979 PACKAGE='xfce4-indicator-plugin'
2929 VERSION='2.2.0'2980 VERSION='2.3.0'
29302981
29312982
2932cat >>confdefs.h <<_ACEOF2983cat >>confdefs.h <<_ACEOF
@@ -2954,6 +3005,12 @@
29543005
2955MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}3006MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
29563007
3008# For better backward compatibility. To be removed once Automake 1.9.x
3009# dies out for good. For more background, see:
3010# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3011# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3012mkdir_p='$(MKDIR_P)'
3013
2957# We need awk for the "check" target. The system "awk" is bad on3014# We need awk for the "check" target. The system "awk" is bad on
2958# some platforms.3015# some platforms.
2959# Always define AMTAR for backward compatibility. Yes, it's still used3016# Always define AMTAR for backward compatibility. Yes, it's still used
@@ -2961,86 +3018,125 @@
2961AMTAR='$${TAR-tar}'3018AMTAR='$${TAR-tar}'
29623019
29633020
2964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&53021# We'll loop over all known methods to create a tar archive until one works.
3022_am_tools='gnutar plaintar pax cpio none'
3023
3024# The POSIX 1988 'ustar' format is defined with fixed-size fields.
3025 # There is notably a 21 bits limit for the UID and the GID. In fact,
3026 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3027 # and bug#13588).
3028 am_max_uid=2097151 # 2^21 - 1
3029 am_max_gid=$am_max_uid
3030 # The $UID and $GID variables are not portable, so we need to resort
3031 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
3032 # below are definitely unexpected, so allow the users to see them
3033 # (that is, avoid stderr redirection).
3034 am_uid=`id -u || echo unknown`
3035 am_gid=`id -g || echo unknown`
3036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3037$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3038 if test $am_uid -le $am_max_uid; then
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3040$as_echo "yes" >&6; }
3041 else
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3043$as_echo "no" >&6; }
3044 _am_tools=none
3045 fi
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3047$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3048 if test $am_gid -le $am_max_gid; then
3049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3050$as_echo "yes" >&6; }
3051 else
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3053$as_echo "no" >&6; }
3054 _am_tools=none
3055 fi
3056
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
2965$as_echo_n "checking how to create a ustar tar archive... " >&6; }3058$as_echo_n "checking how to create a ustar tar archive... " >&6; }
2966# Loop over all known methods to create a tar archive until one works.3059
2967_am_tools='gnutar plaintar pax cpio none'3060 # Go ahead even if we have the value already cached. We do so because we
2968_am_tools=${am_cv_prog_tar_ustar-$_am_tools}3061 # need to set the values for the 'am__tar' and 'am__untar' variables.
2969# Do not fold the above two line into one, because Tru64 sh and3062 _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
2970# Solaris sh will not grok spaces in the rhs of `-'.3063
2971for _am_tool in $_am_tools3064 for _am_tool in $_am_tools; do
2972do3065 case $_am_tool in
2973 case $_am_tool in3066 gnutar)
2974 gnutar)3067 for _am_tar in tar gnutar gtar; do
2975 for _am_tar in tar gnutar gtar;3068 { echo "$as_me:$LINENO: $_am_tar --version" >&5
2976 do
2977 { echo "$as_me:$LINENO: $_am_tar --version" >&5
2978 ($_am_tar --version) >&5 2>&53069 ($_am_tar --version) >&5 2>&5
2979 ac_status=$?3070 ac_status=$?
2980 echo "$as_me:$LINENO: \$? = $ac_status" >&53071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); } && break3072 (exit $ac_status); } && break
2982 done3073 done
2983 am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'3074 am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
2984 am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'3075 am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
2985 am__untar="$_am_tar -xf -"3076 am__untar="$_am_tar -xf -"
2986 ;;3077 ;;
2987 plaintar)3078 plaintar)
2988 # Must skip GNU tar: if it does not support --format= it doesn't create3079 # Must skip GNU tar: if it does not support --format= it doesn't create
2989 # ustar tarball either.3080 # ustar tarball either.
2990 (tar --version) >/dev/null 2>&1 && continue3081 (tar --version) >/dev/null 2>&1 && continue
2991 am__tar='tar chf - "$$tardir"'3082 am__tar='tar chf - "$$tardir"'
2992 am__tar_='tar chf - "$tardir"'3083 am__tar_='tar chf - "$tardir"'
2993 am__untar='tar xf -'3084 am__untar='tar xf -'
2994 ;;3085 ;;
2995 pax)3086 pax)
2996 am__tar='pax -L -x ustar -w "$$tardir"'3087 am__tar='pax -L -x ustar -w "$$tardir"'
2997 am__tar_='pax -L -x ustar -w "$tardir"'3088 am__tar_='pax -L -x ustar -w "$tardir"'
2998 am__untar='pax -r'3089 am__untar='pax -r'
2999 ;;3090 ;;
3000 cpio)3091 cpio)
3001 am__tar='find "$$tardir" -print | cpio -o -H ustar -L'3092 am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3002 am__tar_='find "$tardir" -print | cpio -o -H ustar -L'3093 am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3003 am__untar='cpio -i -H ustar -d'3094 am__untar='cpio -i -H ustar -d'
3004 ;;3095 ;;
3005 none)3096 none)
3006 am__tar=false3097 am__tar=false
3007 am__tar_=false3098 am__tar_=false
3008 am__untar=false3099 am__untar=false
3009 ;;3100 ;;
3010 esac3101 esac
30113102
3012 # If the value was cached, stop now. We just wanted to have am__tar3103 # If the value was cached, stop now. We just wanted to have am__tar
3013 # and am__untar set.3104 # and am__untar set.
3014 test -n "${am_cv_prog_tar_ustar}" && break3105 test -n "${am_cv_prog_tar_ustar}" && break
30153106
3016 # tar/untar a dummy directory, and stop if the command works3107 # tar/untar a dummy directory, and stop if the command works.
3017 rm -rf conftest.dir3108 rm -rf conftest.dir
3018 mkdir conftest.dir3109 mkdir conftest.dir
3019 echo GrepMe > conftest.dir/file3110 echo GrepMe > conftest.dir/file
3020 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&53111 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3021 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&53112 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3022 ac_status=$?3113 ac_status=$?
3023 echo "$as_me:$LINENO: \$? = $ac_status" >&53114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3024 (exit $ac_status); }3115 (exit $ac_status); }
3025 rm -rf conftest.dir3116 rm -rf conftest.dir
3026 if test -s conftest.tar; then3117 if test -s conftest.tar; then
3027 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&53118 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3028 ($am__untar <conftest.tar) >&5 2>&53119 ($am__untar <conftest.tar) >&5 2>&5
3029 ac_status=$?3120 ac_status=$?
3030 echo "$as_me:$LINENO: \$? = $ac_status" >&53121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3031 (exit $ac_status); }3122 (exit $ac_status); }
3032 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break3123 { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3033 fi3124 (cat conftest.dir/file) >&5 2>&5
3034done3125 ac_status=$?
3035rm -rf conftest.dir3126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3127 (exit $ac_status); }
3128 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3129 fi
3130 done
3131 rm -rf conftest.dir
30363132
3037if ${am_cv_prog_tar_ustar+:} false; then :3133 if ${am_cv_prog_tar_ustar+:} false; then :
3038 $as_echo_n "(cached) " >&63134 $as_echo_n "(cached) " >&6
3039else3135else
3040 am_cv_prog_tar_ustar=$_am_tool3136 am_cv_prog_tar_ustar=$_am_tool
3041fi3137fi
30423138
3043{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&53139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3044$as_echo "$am_cv_prog_tar_ustar" >&6; }3140$as_echo "$am_cv_prog_tar_ustar" >&6; }
30453141
30463142
@@ -3048,6 +3144,7 @@
30483144
30493145
30503146
3147
3051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&53148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3052$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }3149$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3053 # Check whether --enable-maintainer-mode was given.3150 # Check whether --enable-maintainer-mode was given.
@@ -3075,10 +3172,10 @@
3075 enableval=$enable_silent_rules;3172 enableval=$enable_silent_rules;
3076fi3173fi
30773174
3078case $enable_silent_rules in3175case $enable_silent_rules in # (((
3079yes) AM_DEFAULT_VERBOSITY=0;;3176 yes) AM_DEFAULT_VERBOSITY=0;;
3080no) AM_DEFAULT_VERBOSITY=1;;3177 no) AM_DEFAULT_VERBOSITY=1;;
3081*) AM_DEFAULT_VERBOSITY=0;;3178 *) AM_DEFAULT_VERBOSITY=0;;
3082esac3179esac
3083am_make=${MAKE-make}3180am_make=${MAKE-make}
3084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&53181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
@@ -3917,7 +4014,7 @@
3917_am_result=none4014_am_result=none
3918# First try GNU make style include.4015# First try GNU make style include.
3919echo "include confinc" > confmf4016echo "include confinc" > confmf
3920# Ignore all kinds of additional output from `make'.4017# Ignore all kinds of additional output from 'make'.
3921case `$am_make -s -f confmf 2> /dev/null` in #(4018case `$am_make -s -f confmf 2> /dev/null` in #(
3922*the\ am__doit\ target*)4019*the\ am__doit\ target*)
3923 am__include=include4020 am__include=include
@@ -3973,8 +4070,8 @@
3973 # We make a subdir and do the tests there. Otherwise we can end up4070 # We make a subdir and do the tests there. Otherwise we can end up
3974 # making bogus files that we don't know about and never remove. For4071 # making bogus files that we don't know about and never remove. For
3975 # instance it was reported that on HP-UX the gcc test will end up4072 # instance it was reported that on HP-UX the gcc test will end up
3976 # making a dummy file named `D' -- because `-MD' means `put the output4073 # making a dummy file named 'D' -- because '-MD' means "put the output
3977 # in D'.4074 # in D".
3978 rm -rf conftest.dir4075 rm -rf conftest.dir
3979 mkdir conftest.dir4076 mkdir conftest.dir
3980 # Copy depcomp to subdir because otherwise we won't find it if we're4077 # Copy depcomp to subdir because otherwise we won't find it if we're
@@ -4009,16 +4106,16 @@
4009 : > sub/conftest.c4106 : > sub/conftest.c
4010 for i in 1 2 3 4 5 6; do4107 for i in 1 2 3 4 5 6; do
4011 echo '#include "conftst'$i'.h"' >> sub/conftest.c4108 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4012 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with4109 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4013 # Solaris 8's {/usr,}/bin/sh.4110 # Solaris 10 /bin/sh.
4014 touch sub/conftst$i.h4111 echo '/* dummy */' > sub/conftst$i.h
4015 done4112 done
4016 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf4113 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
40174114
4018 # We check with `-c' and `-o' for the sake of the "dashmstdout"4115 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4019 # mode. It turns out that the SunPro C++ compiler does not properly4116 # mode. It turns out that the SunPro C++ compiler does not properly
4020 # handle `-M -o', and we need to detect this. Also, some Intel4117 # handle '-M -o', and we need to detect this. Also, some Intel
4021 # versions had trouble with output in subdirs4118 # versions had trouble with output in subdirs.
4022 am__obj=sub/conftest.${OBJEXT-o}4119 am__obj=sub/conftest.${OBJEXT-o}
4023 am__minus_obj="-o $am__obj"4120 am__minus_obj="-o $am__obj"
4024 case $depmode in4121 case $depmode in
@@ -4027,8 +4124,8 @@
4027 test "$am__universal" = false || continue4124 test "$am__universal" = false || continue
4028 ;;4125 ;;
4029 nosideeffect)4126 nosideeffect)
4030 # after this tag, mechanisms are not by side-effect, so they'll4127 # After this tag, mechanisms are not by side-effect, so they'll
4031 # only be used when explicitly requested4128 # only be used when explicitly requested.
4032 if test "x$enable_dependency_tracking" = xyes; then4129 if test "x$enable_dependency_tracking" = xyes; then
4033 continue4130 continue
4034 else4131 else
@@ -4036,7 +4133,7 @@
4036 fi4133 fi
4037 ;;4134 ;;
4038 msvc7 | msvc7msys | msvisualcpp | msvcmsys)4135 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4039 # This compiler won't grok `-c -o', but also, the minuso test has4136 # This compiler won't grok '-c -o', but also, the minuso test has
4040 # not run yet. These depmodes are late enough in the game, and4137 # not run yet. These depmodes are late enough in the game, and
4041 # so weak that their functioning should not be impacted.4138 # so weak that their functioning should not be impacted.
4042 am__obj=conftest.${OBJEXT-o}4139 am__obj=conftest.${OBJEXT-o}
@@ -12227,7 +12324,7 @@
1222712324
1222812325
1222912326
12230 ALL_LINGUAS="ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt nl pl pt_BR pt ro ru sk sr tr ug uk zh_CN zh_TW "12327 ALL_LINGUAS="ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt nl oc pl pt pt_BR ro ru sk sl sr sv tr ug uk zh_CN zh_TW "
1223112328
12232 for ac_header in locale.h12329 for ac_header in locale.h
12233do :12330do :
@@ -14463,9 +14560,9 @@
1446314560
1446414561
1446514562
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4panel-${LIBXFCE4PANEL_VERSION_API} >= 4.10.0git" >&514563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4panel-${LIBXFCE4PANEL_VERSION_API} >= 4.11.0" >&5
14467$as_echo_n "checking for libxfce4panel-${LIBXFCE4PANEL_VERSION_API} >= 4.10.0git... " >&6; }14564$as_echo_n "checking for libxfce4panel-${LIBXFCE4PANEL_VERSION_API} >= 4.11.0... " >&6; }
14468 if $PKG_CONFIG "--atleast-version=4.10.0git" "libxfce4panel-${LIBXFCE4PANEL_VERSION_API}" >/dev/null 2>&1; then14565 if $PKG_CONFIG "--atleast-version=4.11.0" "libxfce4panel-${LIBXFCE4PANEL_VERSION_API}" >/dev/null 2>&1; then
14469 LIBXFCE4PANEL_VERSION=`$PKG_CONFIG --modversion "libxfce4panel-${LIBXFCE4PANEL_VERSION_API}"`14566 LIBXFCE4PANEL_VERSION=`$PKG_CONFIG --modversion "libxfce4panel-${LIBXFCE4PANEL_VERSION_API}"`
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4PANEL_VERSION" >&514567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4PANEL_VERSION" >&5
14471$as_echo "$LIBXFCE4PANEL_VERSION" >&6; }14568$as_echo "$LIBXFCE4PANEL_VERSION" >&6; }
@@ -14482,7 +14579,7 @@
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4PANEL_LIBS" >&514579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4PANEL_LIBS" >&5
14483$as_echo "$LIBXFCE4PANEL_LIBS" >&6; }14580$as_echo "$LIBXFCE4PANEL_LIBS" >&6; }
1448414581
14485 LIBXFCE4PANEL_REQUIRED_VERSION=4.10.0git14582 LIBXFCE4PANEL_REQUIRED_VERSION=4.11.0
1448614583
1448714584
1448814585
@@ -14498,7 +14595,7 @@
1449814595
14499 echo "*** The required package libxfce4panel-${LIBXFCE4PANEL_VERSION_API} was found on your system,"14596 echo "*** The required package libxfce4panel-${LIBXFCE4PANEL_VERSION_API} was found on your system,"
14500 echo "*** but the installed version ($xdt_cv_version) is too old."14597 echo "*** but the installed version ($xdt_cv_version) is too old."
14501 echo "*** Please upgrade libxfce4panel-${LIBXFCE4PANEL_VERSION_API} to atleast version 4.10.0git, or adjust"14598 echo "*** Please upgrade libxfce4panel-${LIBXFCE4PANEL_VERSION_API} to atleast version 4.11.0, or adjust"
14502 echo "*** the PKG_CONFIG_PATH environment variable if you installed"14599 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
14503 echo "*** the new version of the package in a nonstandard prefix so"14600 echo "*** the new version of the package in a nonstandard prefix so"
14504 echo "*** pkg-config is able to find it."14601 echo "*** pkg-config is able to find it."
@@ -14510,7 +14607,7 @@
1451014607
1451114608
14512 echo "*** The required package libxfce4panel-${LIBXFCE4PANEL_VERSION_API} was not found on your system."14609 echo "*** The required package libxfce4panel-${LIBXFCE4PANEL_VERSION_API} was not found on your system."
14513 echo "*** Please install libxfce4panel-${LIBXFCE4PANEL_VERSION_API} (atleast version 4.10.0git) or adjust"14610 echo "*** Please install libxfce4panel-${LIBXFCE4PANEL_VERSION_API} (atleast version 4.11.0) or adjust"
14514 echo "*** the PKG_CONFIG_PATH environment variable if you"14611 echo "*** the PKG_CONFIG_PATH environment variable if you"
14515 echo "*** installed the package in a nonstandard prefix so that"14612 echo "*** installed the package in a nonstandard prefix so that"
14516 echo "*** pkg-config is able to find it."14613 echo "*** pkg-config is able to find it."
@@ -15197,10 +15294,10 @@
15197 -Wdeclaration-after-statement \15294 -Wdeclaration-after-statement \
15198 -Wmissing-declarations \15295 -Wmissing-declarations \
15199 -Wmissing-noreturn -Wshadow -Wpointer-arith \15296 -Wmissing-noreturn -Wshadow -Wpointer-arith \
15200 -Wcast-align -Wformat-security \15297 -Wcast-align -Wformat -Wformat-security -Wformat-y2k \
15201 -Winit-self -Wmissing-include-dirs -Wundef \15298 -Winit-self -Wmissing-include-dirs -Wundef \
15202 -Wmissing-format-attribute -Wnested-externs"15299 -Wnested-externs"
15203 CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"15300 CPPFLAGS="$CPPFLAGS"
1520415301
15205 if test x`uname` = x"Linux"; then15302 if test x`uname` = x"Linux"; then
15206 xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"15303 xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"
@@ -15403,6 +15500,14 @@
15403LTLIBOBJS=$ac_ltlibobjs15500LTLIBOBJS=$ac_ltlibobjs
1540415501
1540515502
15503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15504$as_echo_n "checking that generated files are newer than configure... " >&6; }
15505 if test -n "$am_sleep_pid"; then
15506 # Hide warnings about reused PIDs.
15507 wait $am_sleep_pid 2>/dev/null
15508 fi
15509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15510$as_echo "done" >&6; }
15406 if test -n "$EXEEXT"; then15511 if test -n "$EXEEXT"; then
15407 am__EXEEXT_TRUE=15512 am__EXEEXT_TRUE=
15408 am__EXEEXT_FALSE='#'15513 am__EXEEXT_FALSE='#'
@@ -15828,7 +15933,7 @@
15828# report actual input values of CONFIG_FILES etc. instead of their15933# report actual input values of CONFIG_FILES etc. instead of their
15829# values after options handling.15934# values after options handling.
15830ac_log="15935ac_log="
15831This file was extended by xfce4-indicator-plugin $as_me 2.2.0, which was15936This file was extended by xfce4-indicator-plugin $as_me 2.3.0, which was
15832generated by GNU Autoconf 2.69. Invocation command line was15937generated by GNU Autoconf 2.69. Invocation command line was
1583315938
15834 CONFIG_FILES = $CONFIG_FILES15939 CONFIG_FILES = $CONFIG_FILES
@@ -15894,7 +15999,7 @@
15894cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=115999cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15895ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"16000ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15896ac_cs_version="\\16001ac_cs_version="\\
15897xfce4-indicator-plugin config.status 2.2.016002xfce4-indicator-plugin config.status 2.3.0
15898configured by $0, generated by GNU Autoconf 2.69,16003configured by $0, generated by GNU Autoconf 2.69,
15899 with options \\"\$ac_cs_config\\"16004 with options \\"\$ac_cs_config\\"
1590016005
@@ -16909,7 +17014,7 @@
1690917014
16910 case $ac_file$ac_mode in17015 case $ac_file$ac_mode in
16911 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {17016 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16912 # Autoconf 2.62 quotes --file arguments for eval, but not when files17017 # Older Autoconf quotes --file arguments for eval, but not when files
16913 # are listed without --file. Let's play safe and only enable the eval17018 # are listed without --file. Let's play safe and only enable the eval
16914 # if we detect the quoting.17019 # if we detect the quoting.
16915 case $CONFIG_FILES in17020 case $CONFIG_FILES in
@@ -16922,7 +17027,7 @@
16922 # Strip MF so we end up with the name of the file.17027 # Strip MF so we end up with the name of the file.
16923 mf=`echo "$mf" | sed -e 's/:.*$//'`17028 mf=`echo "$mf" | sed -e 's/:.*$//'`
16924 # Check whether this is an Automake generated Makefile or not.17029 # Check whether this is an Automake generated Makefile or not.
16925 # We used to match only the files named `Makefile.in', but17030 # We used to match only the files named 'Makefile.in', but
16926 # some people rename them; so instead we look at the file content.17031 # some people rename them; so instead we look at the file content.
16927 # Grep'ing the first line is not enough: some people post-process17032 # Grep'ing the first line is not enough: some people post-process
16928 # each Makefile.in and add a new line on top of each file to say so.17033 # each Makefile.in and add a new line on top of each file to say so.
@@ -16956,21 +17061,19 @@
16956 continue17061 continue
16957 fi17062 fi
16958 # Extract the definition of DEPDIR, am__include, and am__quote17063 # Extract the definition of DEPDIR, am__include, and am__quote
16959 # from the Makefile without running `make'.17064 # from the Makefile without running 'make'.
16960 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`17065 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16961 test -z "$DEPDIR" && continue17066 test -z "$DEPDIR" && continue
16962 am__include=`sed -n 's/^am__include = //p' < "$mf"`17067 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16963 test -z "am__include" && continue17068 test -z "$am__include" && continue
16964 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`17069 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16965 # When using ansi2knr, U may be empty or an underscore; expand it
16966 U=`sed -n 's/^U = //p' < "$mf"`
16967 # Find all dependency output files, they are included files with17070 # Find all dependency output files, they are included files with
16968 # $(DEPDIR) in their names. We invoke sed twice because it is the17071 # $(DEPDIR) in their names. We invoke sed twice because it is the
16969 # simplest approach to changing $(DEPDIR) to its actual value in the17072 # simplest approach to changing $(DEPDIR) to its actual value in the
16970 # expansion.17073 # expansion.
16971 for file in `sed -n "17074 for file in `sed -n "
16972 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \17075 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16973 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do17076 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16974 # Make sure the directory exists.17077 # Make sure the directory exists.
16975 test -f "$dirpart/$file" && continue17078 test -f "$dirpart/$file" && continue
16976 fdir=`$as_dirname -- "$file" ||17079 fdir=`$as_dirname -- "$file" ||
1697717080
=== modified file 'configure.ac'
--- configure.ac 2014-02-13 16:07:50 +0000
+++ configure.ac 2014-02-16 05:44:15 +0000
@@ -12,10 +12,10 @@
12dnl *** Version information ***12dnl *** Version information ***
13dnl ***************************13dnl ***************************
14m4_define([indicator_version_major], [2])14m4_define([indicator_version_major], [2])
15m4_define([indicator_version_minor], [2])15m4_define([indicator_version_minor], [3])
16m4_define([indicator_version_micro], [0])16m4_define([indicator_version_micro], [0])
17m4_define([indicator_version_nano], []) dnl leave this empty to have no nano version17m4_define([indicator_version_nano], []) dnl leave this empty to have no nano version
18m4_define([indicator_version_build], [4971cc4])18m4_define([indicator_version_build], [620b8e7])
19m4_define([indicator_version_tag], [])19m4_define([indicator_version_tag], [])
20m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])20m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])
2121
@@ -28,7 +28,7 @@
28AC_PREREQ([2.50])28AC_PREREQ([2.50])
29AC_CONFIG_HEADERS([config.h])29AC_CONFIG_HEADERS([config.h])
30AC_CANONICAL_TARGET()30AC_CANONICAL_TARGET()
31AC_REVISION([4971cc4])31AC_REVISION([620b8e7])
3232
33dnl ***************************33dnl ***************************
34dnl *** Initialize automake ***34dnl *** Initialize automake ***
@@ -67,7 +67,7 @@
67dnl ******************************67dnl ******************************
68dnl *** Check for i18n support ***68dnl *** Check for i18n support ***
69dnl ******************************69dnl ******************************
70XDT_I18N([ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt nl pl pt_BR pt ro ru sk sr tr ug uk zh_CN zh_TW ])70XDT_I18N([ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt nl oc pl pt pt_BR ro ru sk sl sr sv tr ug uk zh_CN zh_TW ])
7171
72dnl *******************************72dnl *******************************
73dnl *** Check for X11 installed ***73dnl *** Check for X11 installed ***
@@ -86,7 +86,7 @@
86dnl XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])86dnl XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
87XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])87XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
88XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.11.0])88XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.11.0])
89XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-${LIBXFCE4PANEL_VERSION_API}], [4.10.0git])89XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-${LIBXFCE4PANEL_VERSION_API}], [4.11.0])
90XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])90XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
91INDICATOR_PKGNAME=indicator3-0.491INDICATOR_PKGNAME=indicator3-0.4
92XDT_CHECK_PACKAGE([INDICATOR], [${INDICATOR_PKGNAME}], [12.10.1])92XDT_CHECK_PACKAGE([INDICATOR], [${INDICATOR_PKGNAME}], [12.10.1])
9393
=== modified file 'debian/changelog'
--- debian/changelog 2014-02-13 16:07:50 +0000
+++ debian/changelog 2014-02-16 05:44:15 +0000
@@ -1,3 +1,10 @@
1xfce4-indicator-plugin (2.3.0-0ubuntu1) trusty; urgency=medium
2
3 * New upstream release. LP: #1238997
4 * Bump required panel version
5
6 -- Jackson Doak <noskcaj@ubuntu.com> Sun, 16 Feb 2014 15:03:36 +1100
7
1xfce4-indicator-plugin (2.2.0-0ubuntu1) trusty; urgency=low8xfce4-indicator-plugin (2.2.0-0ubuntu1) trusty; urgency=low
29
3 [ Unit 193 ]10 [ Unit 193 ]
411
=== modified file 'debian/control'
--- debian/control 2014-02-13 16:07:50 +0000
+++ debian/control 2014-02-16 05:44:15 +0000
@@ -5,7 +5,7 @@
5XSBC-Original-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>5XSBC-Original-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
6Uploaders: Yves-Alexis Perez <corsac@debian.org>, 6Uploaders: Yves-Alexis Perez <corsac@debian.org>,
7 Evgeni Golov <evgeni@debian.org>, Lionel Le Folgoc <mrpouit@gmail.com>7 Evgeni Golov <evgeni@debian.org>, Lionel Le Folgoc <mrpouit@gmail.com>
8Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.11.0~0.git20140209.86a1b73-0ubuntu1),8Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.11.0),
9 libindicator3-dev, libido3-0.1-dev, intltool, libexo-1-dev, libxfconf-0-dev, libxfce4ui-2-dev (>= 4.11),9 libindicator3-dev, libido3-0.1-dev, intltool, libexo-1-dev, libxfconf-0-dev, libxfce4ui-2-dev (>= 4.11),
10 libxfce4util-dev (>= 4.9), dpkg-dev (>= 1.16.1~), autotools-dev, libgtk-3-dev (>= 3.6)10 libxfce4util-dev (>= 4.9), dpkg-dev (>= 1.16.1~), autotools-dev, libgtk-3-dev (>= 3.6)
11Standards-Version: 3.9.411Standards-Version: 3.9.4
1212
=== modified file 'depcomp'
--- depcomp 2014-02-13 16:07:50 +0000
+++ depcomp 2014-02-16 05:44:15 +0000
@@ -1,10 +1,9 @@
1#! /bin/sh1#! /bin/sh
2# depcomp - compile a program generating dependencies as side-effects2# depcomp - compile a program generating dependencies as side-effects
33
4scriptversion=2012-03-27.16; # UTC4scriptversion=2013-05-30.07; # UTC
55
6# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,6# Copyright (C) 1999-2013 Free Software Foundation, Inc.
7# 2011, 2012 Free Software Foundation, Inc.
87
9# This program is free software; you can redistribute it and/or modify8# This program is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by9# it under the terms of the GNU General Public License as published by
@@ -28,9 +27,9 @@
2827
29case $1 in28case $1 in
30 '')29 '')
31 echo "$0: No command. Try '$0 --help' for more information." 1>&230 echo "$0: No command. Try '$0 --help' for more information." 1>&2
32 exit 1;31 exit 1;
33 ;;32 ;;
34 -h | --h*)33 -h | --h*)
35 cat <<\EOF34 cat <<\EOF
36Usage: depcomp [--help] [--version] PROGRAM [ARGS]35Usage: depcomp [--help] [--version] PROGRAM [ARGS]
@@ -57,11 +56,65 @@
57 ;;56 ;;
58esac57esac
5958
59# Get the directory component of the given path, and save it in the
60# global variables '$dir'. Note that this directory component will
61# be either empty or ending with a '/' character. This is deliberate.
62set_dir_from ()
63{
64 case $1 in
65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
66 *) dir=;;
67 esac
68}
69
70# Get the suffix-stripped basename of the given path, and save it the
71# global variable '$base'.
72set_base_from ()
73{
74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
75}
76
77# If no dependency file was actually created by the compiler invocation,
78# we still have to create a dummy depfile, to avoid errors with the
79# Makefile "include basename.Plo" scheme.
80make_dummy_depfile ()
81{
82 echo "#dummy" > "$depfile"
83}
84
85# Factor out some common post-processing of the generated depfile.
86# Requires the auxiliary global variable '$tmpdepfile' to be set.
87aix_post_process_depfile ()
88{
89 # If the compiler actually managed to produce a dependency file,
90 # post-process it.
91 if test -f "$tmpdepfile"; then
92 # Each line is of the form 'foo.o: dependency.h'.
93 # Do two passes, one to just change these to
94 # $object: dependency.h
95 # and one to simply output
96 # dependency.h:
97 # which is needed to avoid the deleted-header problem.
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
100 } > "$depfile"
101 rm -f "$tmpdepfile"
102 else
103 make_dummy_depfile
104 fi
105}
106
60# A tabulation character.107# A tabulation character.
61tab=' '108tab=' '
62# A newline character.109# A newline character.
63nl='110nl='
64'111'
112# Character ranges might be problematic outside the C locale.
113# These definitions help.
114upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ
115lower=abcdefghijklmnopqrstuvwxyz
116digits=0123456789
117alpha=${upper}${lower}
65118
66if test -z "$depmode" || test -z "$source" || test -z "$object"; then119if test -z "$depmode" || test -z "$source" || test -z "$object"; then
67 echo "depcomp: Variables source, object and depmode must be set" 1>&2120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
@@ -75,6 +128,9 @@
75128
76rm -f "$tmpdepfile"129rm -f "$tmpdepfile"
77130
131# Avoid interferences from the environment.
132gccflag= dashmflag=
133
78# Some modes work just like other modes, but use different flags. We134# Some modes work just like other modes, but use different flags. We
79# parameterize here, but still list the modes in the big case below,135# parameterize here, but still list the modes in the big case below,
80# to make depend.m4 easier to write. Note that we *cannot* use a case136# to make depend.m4 easier to write. Note that we *cannot* use a case
@@ -86,32 +142,32 @@
86fi142fi
87143
88if test "$depmode" = dashXmstdout; then144if test "$depmode" = dashXmstdout; then
89 # This is just like dashmstdout with a different argument.145 # This is just like dashmstdout with a different argument.
90 dashmflag=-xM146 dashmflag=-xM
91 depmode=dashmstdout147 depmode=dashmstdout
92fi148fi
93149
94cygpath_u="cygpath -u -f -"150cygpath_u="cygpath -u -f -"
95if test "$depmode" = msvcmsys; then151if test "$depmode" = msvcmsys; then
96 # This is just like msvisualcpp but w/o cygpath translation.152 # This is just like msvisualcpp but w/o cygpath translation.
97 # Just convert the backslash-escaped backslashes to single forward153 # Just convert the backslash-escaped backslashes to single forward
98 # slashes to satisfy depend.m4154 # slashes to satisfy depend.m4
99 cygpath_u='sed s,\\\\,/,g'155 cygpath_u='sed s,\\\\,/,g'
100 depmode=msvisualcpp156 depmode=msvisualcpp
101fi157fi
102158
103if test "$depmode" = msvc7msys; then159if test "$depmode" = msvc7msys; then
104 # This is just like msvc7 but w/o cygpath translation.160 # This is just like msvc7 but w/o cygpath translation.
105 # Just convert the backslash-escaped backslashes to single forward161 # Just convert the backslash-escaped backslashes to single forward
106 # slashes to satisfy depend.m4162 # slashes to satisfy depend.m4
107 cygpath_u='sed s,\\\\,/,g'163 cygpath_u='sed s,\\\\,/,g'
108 depmode=msvc7164 depmode=msvc7
109fi165fi
110166
111if test "$depmode" = xlc; then167if test "$depmode" = xlc; then
112 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
113 gccflag=-qmakedep=gcc,-MF169 gccflag=-qmakedep=gcc,-MF
114 depmode=gcc170 depmode=gcc
115fi171fi
116172
117case "$depmode" in173case "$depmode" in
@@ -134,8 +190,7 @@
134 done190 done
135 "$@"191 "$@"
136 stat=$?192 stat=$?
137 if test $stat -eq 0; then :193 if test $stat -ne 0; then
138 else
139 rm -f "$tmpdepfile"194 rm -f "$tmpdepfile"
140 exit $stat195 exit $stat
141 fi196 fi
@@ -143,13 +198,17 @@
143 ;;198 ;;
144199
145gcc)200gcc)
201## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
202## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
203## (see the conditional assignment to $gccflag above).
146## There are various ways to get dependency output from gcc. Here's204## There are various ways to get dependency output from gcc. Here's
147## why we pick this rather obscure method:205## why we pick this rather obscure method:
148## - Don't want to use -MD because we'd like the dependencies to end206## - Don't want to use -MD because we'd like the dependencies to end
149## up in a subdir. Having to rename by hand is ugly.207## up in a subdir. Having to rename by hand is ugly.
150## (We might end up doing this anyway to support other compilers.)208## (We might end up doing this anyway to support other compilers.)
151## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like209## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
152## -MM, not -M (despite what the docs say).210## -MM, not -M (despite what the docs say). Also, it might not be
211## supported by the other compilers which use the 'gcc' depmode.
153## - Using -M directly means running the compiler twice (even worse212## - Using -M directly means running the compiler twice (even worse
154## than renaming).213## than renaming).
155 if test -z "$gccflag"; then214 if test -z "$gccflag"; then
@@ -157,15 +216,14 @@
157 fi216 fi
158 "$@" -Wp,"$gccflag$tmpdepfile"217 "$@" -Wp,"$gccflag$tmpdepfile"
159 stat=$?218 stat=$?
160 if test $stat -eq 0; then :219 if test $stat -ne 0; then
161 else
162 rm -f "$tmpdepfile"220 rm -f "$tmpdepfile"
163 exit $stat221 exit $stat
164 fi222 fi
165 rm -f "$depfile"223 rm -f "$depfile"
166 echo "$object : \\" > "$depfile"224 echo "$object : \\" > "$depfile"
167 alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz225 # The second -e expression handles DOS-style file names with drive
168## The second -e expression handles DOS-style file names with drive letters.226 # letters.
169 sed -e 's/^[^:]*: / /' \227 sed -e 's/^[^:]*: / /' \
170 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
171## This next piece of magic avoids the "deleted header file" problem.229## This next piece of magic avoids the "deleted header file" problem.
@@ -174,15 +232,15 @@
174## typically no way to rebuild the header). We avoid this by adding232## typically no way to rebuild the header). We avoid this by adding
175## dummy dependencies for each header file. Too bad gcc doesn't do233## dummy dependencies for each header file. Too bad gcc doesn't do
176## this for us directly.234## this for us directly.
177 tr ' ' "$nl" < "$tmpdepfile" |
178## Some versions of gcc put a space before the ':'. On the theory235## Some versions of gcc put a space before the ':'. On the theory
179## that the space means something, we add a space to the output as236## that the space means something, we add a space to the output as
180## well. hp depmode also adds that space, but also prefixes the VPATH237## well. hp depmode also adds that space, but also prefixes the VPATH
181## to the object. Take care to not repeat it in the output.238## to the object. Take care to not repeat it in the output.
182## Some versions of the HPUX 10.20 sed can't process this invocation239## Some versions of the HPUX 10.20 sed can't process this invocation
183## correctly. Breaking it into two sed invocations is a workaround.240## correctly. Breaking it into two sed invocations is a workaround.
184 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \241 tr ' ' "$nl" < "$tmpdepfile" \
185 | sed -e 's/$/ :/' >> "$depfile"242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
243 | sed -e 's/$/ :/' >> "$depfile"
186 rm -f "$tmpdepfile"244 rm -f "$tmpdepfile"
187 ;;245 ;;
188246
@@ -200,8 +258,7 @@
200 "$@" -MDupdate "$tmpdepfile"258 "$@" -MDupdate "$tmpdepfile"
201 fi259 fi
202 stat=$?260 stat=$?
203 if test $stat -eq 0; then :261 if test $stat -ne 0; then
204 else
205 rm -f "$tmpdepfile"262 rm -f "$tmpdepfile"
206 exit $stat263 exit $stat
207 fi264 fi
@@ -209,7 +266,6 @@
209266
210 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files267 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
211 echo "$object : \\" > "$depfile"268 echo "$object : \\" > "$depfile"
212
213 # Clip off the initial element (the dependent). Don't try to be269 # Clip off the initial element (the dependent). Don't try to be
214 # clever and replace this with sed code, as IRIX sed won't handle270 # clever and replace this with sed code, as IRIX sed won't handle
215 # lines with more than a fixed number of characters (4096 in271 # lines with more than a fixed number of characters (4096 in
@@ -217,19 +273,15 @@
217 # the IRIX cc adds comments like '#:fec' to the end of the273 # the IRIX cc adds comments like '#:fec' to the end of the
218 # dependency line.274 # dependency line.
219 tr ' ' "$nl" < "$tmpdepfile" \275 tr ' ' "$nl" < "$tmpdepfile" \
220 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \276 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
221 tr "$nl" ' ' >> "$depfile"277 | tr "$nl" ' ' >> "$depfile"
222 echo >> "$depfile"278 echo >> "$depfile"
223
224 # The second pass generates a dummy entry for each header file.279 # The second pass generates a dummy entry for each header file.
225 tr ' ' "$nl" < "$tmpdepfile" \280 tr ' ' "$nl" < "$tmpdepfile" \
226 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \281 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
227 >> "$depfile"282 >> "$depfile"
228 else283 else
229 # The sourcefile does not contain any dependencies, so just284 make_dummy_depfile
230 # store a dummy comment line, to avoid errors with the Makefile
231 # "include basename.Plo" scheme.
232 echo "#dummy" > "$depfile"
233 fi285 fi
234 rm -f "$tmpdepfile"286 rm -f "$tmpdepfile"
235 ;;287 ;;
@@ -247,9 +299,8 @@
247 # current directory. Also, the AIX compiler puts '$object:' at the299 # current directory. Also, the AIX compiler puts '$object:' at the
248 # start of each line; $object doesn't have directory information.300 # start of each line; $object doesn't have directory information.
249 # Version 6 uses the directory in both cases.301 # Version 6 uses the directory in both cases.
250 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`302 set_dir_from "$object"
251 test "x$dir" = "x$object" && dir=303 set_base_from "$object"
252 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
253 if test "$libtool" = yes; then304 if test "$libtool" = yes; then
254 tmpdepfile1=$dir$base.u305 tmpdepfile1=$dir$base.u
255 tmpdepfile2=$base.u306 tmpdepfile2=$base.u
@@ -262,9 +313,7 @@
262 "$@" -M313 "$@" -M
263 fi314 fi
264 stat=$?315 stat=$?
265316 if test $stat -ne 0; then
266 if test $stat -eq 0; then :
267 else
268 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"317 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
269 exit $stat318 exit $stat
270 fi319 fi
@@ -273,65 +322,113 @@
273 do322 do
274 test -f "$tmpdepfile" && break323 test -f "$tmpdepfile" && break
275 done324 done
276 if test -f "$tmpdepfile"; then325 aix_post_process_depfile
277 # Each line is of the form 'foo.o: dependent.h'.326 ;;
278 # Do two passes, one to just change these to327
279 # '$object: dependent.h' and one to simply 'dependent.h:'.328tcc)
280 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
281 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"330 # FIXME: That version still under development at the moment of writing.
282 else331 # Make that this statement remains true also for stable, released
283 # The sourcefile does not contain any dependencies, so just332 # versions.
284 # store a dummy comment line, to avoid errors with the Makefile333 # It will wrap lines (doesn't matter whether long or short) with a
285 # "include basename.Plo" scheme.334 # trailing '\', as in:
286 echo "#dummy" > "$depfile"335 #
336 # foo.o : \
337 # foo.c \
338 # foo.h \
339 #
340 # It will put a trailing '\' even on the last line, and will use leading
341 # spaces rather than leading tabs (at least since its commit 0394caf7
342 # "Emit spaces for -MD").
343 "$@" -MD -MF "$tmpdepfile"
344 stat=$?
345 if test $stat -ne 0; then
346 rm -f "$tmpdepfile"
347 exit $stat
287 fi348 fi
349 rm -f "$depfile"
350 # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'.
351 # We have to change lines of the first kind to '$object: \'.
352 sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
353 # And for each line of the second kind, we have to emit a 'dep.h:'
354 # dummy dependency, to avoid the deleted-header problem.
355 sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile"
288 rm -f "$tmpdepfile"356 rm -f "$tmpdepfile"
289 ;;357 ;;
290358
291icc)359## The order of this option in the case statement is important, since the
292 # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'.360## shell code in configure will try each of these formats in the order
293 # However on361## listed in this file. A plain '-MD' option would be understood by many
294 # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c362## compilers, so we must ensure this comes after the gcc and icc options.
295 # ICC 7.0 will fill foo.d with something like363pgcc)
296 # foo.o: sub/foo.c364 # Portland's C compiler understands '-MD'.
297 # foo.o: sub/foo.h365 # Will always output deps to 'file.d' where file is the root name of the
298 # which is wrong. We want366 # source file under compilation, even if file resides in a subdirectory.
299 # sub/foo.o: sub/foo.c367 # The object file name does not affect the name of the '.d' file.
300 # sub/foo.o: sub/foo.h368 # pgcc 10.2 will output
301 # sub/foo.c:
302 # sub/foo.h:
303 # ICC 7.1 will output
304 # foo.o: sub/foo.c sub/foo.h369 # foo.o: sub/foo.c sub/foo.h
305 # and will wrap long lines using '\':370 # and will wrap long lines using '\' :
306 # foo.o: sub/foo.c ... \371 # foo.o: sub/foo.c ... \
307 # sub/foo.h ... \372 # sub/foo.h ... \
308 # ...373 # ...
309 # tcc 0.9.26 (FIXME still under development at the moment of writing)374 set_dir_from "$object"
310 # will emit a similar output, but also prepend the continuation lines375 # Use the source, not the object, to determine the base name, since
311 # with horizontal tabulation characters.376 # that's sadly what pgcc will do too.
312 "$@" -MD -MF "$tmpdepfile"377 set_base_from "$source"
313 stat=$?378 tmpdepfile=$base.d
314 if test $stat -eq 0; then :379
315 else380 # For projects that build the same source file twice into different object
381 # files, the pgcc approach of using the *source* file root name can cause
382 # problems in parallel builds. Use a locking strategy to avoid stomping on
383 # the same $tmpdepfile.
384 lockdir=$base.d-lock
385 trap "
386 echo '$0: caught signal, cleaning up...' >&2
387 rmdir '$lockdir'
388 exit 1
389 " 1 2 13 15
390 numtries=100
391 i=$numtries
392 while test $i -gt 0; do
393 # mkdir is a portable test-and-set.
394 if mkdir "$lockdir" 2>/dev/null; then
395 # This process acquired the lock.
396 "$@" -MD
397 stat=$?
398 # Release the lock.
399 rmdir "$lockdir"
400 break
401 else
402 # If the lock is being held by a different process, wait
403 # until the winning process is done or we timeout.
404 while test -d "$lockdir" && test $i -gt 0; do
405 sleep 1
406 i=`expr $i - 1`
407 done
408 fi
409 i=`expr $i - 1`
410 done
411 trap - 1 2 13 15
412 if test $i -le 0; then
413 echo "$0: failed to acquire lock after $numtries attempts" >&2
414 echo "$0: check lockdir '$lockdir'" >&2
415 exit 1
416 fi
417
418 if test $stat -ne 0; then
316 rm -f "$tmpdepfile"419 rm -f "$tmpdepfile"
317 exit $stat420 exit $stat
318 fi421 fi
319 rm -f "$depfile"422 rm -f "$depfile"
320 # Each line is of the form 'foo.o: dependent.h',423 # Each line is of the form `foo.o: dependent.h',
321 # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'.424 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
322 # Do two passes, one to just change these to425 # Do two passes, one to just change these to
323 # '$object: dependent.h' and one to simply 'dependent.h:'.426 # `$object: dependent.h' and one to simply `dependent.h:'.
324 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \427 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
325 < "$tmpdepfile" > "$depfile"428 # Some versions of the HPUX 10.20 sed can't process this invocation
326 sed '429 # correctly. Breaking it into two sed invocations is a workaround.
327 s/[ '"$tab"'][ '"$tab"']*/ /g430 sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \
328 s/^ *//431 | sed -e 's/$/ :/' >> "$depfile"
329 s/ *\\*$//
330 s/^[^:]*: *//
331 /^$/d
332 /:$/d
333 s/$/ :/
334 ' < "$tmpdepfile" >> "$depfile"
335 rm -f "$tmpdepfile"432 rm -f "$tmpdepfile"
336 ;;433 ;;
337434
@@ -342,9 +439,8 @@
342 # 'foo.d', which lands next to the object file, wherever that439 # 'foo.d', which lands next to the object file, wherever that
343 # happens to be.440 # happens to be.
344 # Much of this is similar to the tru64 case; see comments there.441 # Much of this is similar to the tru64 case; see comments there.
345 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`442 set_dir_from "$object"
346 test "x$dir" = "x$object" && dir=443 set_base_from "$object"
347 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
348 if test "$libtool" = yes; then444 if test "$libtool" = yes; then
349 tmpdepfile1=$dir$base.d445 tmpdepfile1=$dir$base.d
350 tmpdepfile2=$dir.libs/$base.d446 tmpdepfile2=$dir.libs/$base.d
@@ -355,8 +451,7 @@
355 "$@" +Maked451 "$@" +Maked
356 fi452 fi
357 stat=$?453 stat=$?
358 if test $stat -eq 0; then :454 if test $stat -ne 0; then
359 else
360 rm -f "$tmpdepfile1" "$tmpdepfile2"455 rm -f "$tmpdepfile1" "$tmpdepfile2"
361 exit $stat456 exit $stat
362 fi457 fi
@@ -366,76 +461,61 @@
366 test -f "$tmpdepfile" && break461 test -f "$tmpdepfile" && break
367 done462 done
368 if test -f "$tmpdepfile"; then463 if test -f "$tmpdepfile"; then
369 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"464 sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
370 # Add 'dependent.h:' lines.465 # Add 'dependent.h:' lines.
371 sed -ne '2,${466 sed -ne '2,${
372 s/^ *//467 s/^ *//
373 s/ \\*$//468 s/ \\*$//
374 s/$/:/469 s/$/:/
375 p470 p
376 }' "$tmpdepfile" >> "$depfile"471 }' "$tmpdepfile" >> "$depfile"
377 else472 else
378 echo "#dummy" > "$depfile"473 make_dummy_depfile
379 fi474 fi
380 rm -f "$tmpdepfile" "$tmpdepfile2"475 rm -f "$tmpdepfile" "$tmpdepfile2"
381 ;;476 ;;
382477
383tru64)478tru64)
384 # The Tru64 compiler uses -MD to generate dependencies as a side479 # The Tru64 compiler uses -MD to generate dependencies as a side
385 # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.480 # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
386 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put481 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
387 # dependencies in 'foo.d' instead, so we check for that too.482 # dependencies in 'foo.d' instead, so we check for that too.
388 # Subdirectories are respected.483 # Subdirectories are respected.
389 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`484 set_dir_from "$object"
390 test "x$dir" = "x$object" && dir=485 set_base_from "$object"
391 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`486
392487 if test "$libtool" = yes; then
393 if test "$libtool" = yes; then488 # Libtool generates 2 separate objects for the 2 libraries. These
394 # With Tru64 cc, shared objects can also be used to make a489 # two compilations output dependencies in $dir.libs/$base.o.d and
395 # static library. This mechanism is used in libtool 1.4 series to490 # in $dir$base.o.d. We have to check for both files, because
396 # handle both shared and static libraries in a single compilation.491 # one of the two compilations can be disabled. We should prefer
397 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.492 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
398 #493 # automatically cleaned when .libs/ is deleted, while ignoring
399 # With libtool 1.5 this exception was removed, and libtool now494 # the former would cause a distcleancheck panic.
400 # generates 2 separate objects for the 2 libraries. These two495 tmpdepfile1=$dir$base.o.d # libtool 1.5
401 # compilations output dependencies in $dir.libs/$base.o.d and496 tmpdepfile2=$dir.libs/$base.o.d # Likewise.
402 # in $dir$base.o.d. We have to check for both files, because497 tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504
403 # one of the two compilations can be disabled. We should prefer498 "$@" -Wc,-MD
404 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is499 else
405 # automatically cleaned when .libs/ is deleted, while ignoring500 tmpdepfile1=$dir$base.d
406 # the former would cause a distcleancheck panic.501 tmpdepfile2=$dir$base.d
407 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4502 tmpdepfile3=$dir$base.d
408 tmpdepfile2=$dir$base.o.d # libtool 1.5503 "$@" -MD
409 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5504 fi
410 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504505
411 "$@" -Wc,-MD506 stat=$?
412 else507 if test $stat -ne 0; then
413 tmpdepfile1=$dir$base.o.d508 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
414 tmpdepfile2=$dir$base.d509 exit $stat
415 tmpdepfile3=$dir$base.d510 fi
416 tmpdepfile4=$dir$base.d511
417 "$@" -MD512 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
418 fi513 do
419514 test -f "$tmpdepfile" && break
420 stat=$?515 done
421 if test $stat -eq 0; then :516 # Same post-processing that is required for AIX mode.
422 else517 aix_post_process_depfile
423 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"518 ;;
424 exit $stat
425 fi
426
427 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
428 do
429 test -f "$tmpdepfile" && break
430 done
431 if test -f "$tmpdepfile"; then
432 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
433 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
434 else
435 echo "#dummy" > "$depfile"
436 fi
437 rm -f "$tmpdepfile"
438 ;;
439519
440msvc7)520msvc7)
441 if test "$libtool" = yes; then521 if test "$libtool" = yes; then
@@ -446,8 +526,7 @@
446 "$@" $showIncludes > "$tmpdepfile"526 "$@" $showIncludes > "$tmpdepfile"
447 stat=$?527 stat=$?
448 grep -v '^Note: including file: ' "$tmpdepfile"528 grep -v '^Note: including file: ' "$tmpdepfile"
449 if test "$stat" = 0; then :529 if test $stat -ne 0; then
450 else
451 rm -f "$tmpdepfile"530 rm -f "$tmpdepfile"
452 exit $stat531 exit $stat
453 fi532 fi
@@ -473,6 +552,7 @@
473 G552 G
474 p553 p
475}' >> "$depfile"554}' >> "$depfile"
555 echo >> "$depfile" # make sure the fragment doesn't end with a backslash
476 rm -f "$tmpdepfile"556 rm -f "$tmpdepfile"
477 ;;557 ;;
478558
@@ -524,13 +604,14 @@
524 # in the target name. This is to cope with DOS-style filenames:604 # in the target name. This is to cope with DOS-style filenames:
525 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.605 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
526 "$@" $dashmflag |606 "$@" $dashmflag |
527 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
528 rm -f "$depfile"608 rm -f "$depfile"
529 cat < "$tmpdepfile" > "$depfile"609 cat < "$tmpdepfile" > "$depfile"
530 tr ' ' "$nl" < "$tmpdepfile" | \610 # Some versions of the HPUX 10.20 sed can't process this sed invocation
531## Some versions of the HPUX 10.20 sed can't process this invocation611 # correctly. Breaking it into two sed invocations is a workaround.
532## correctly. Breaking it into two sed invocations is a workaround.612 tr ' ' "$nl" < "$tmpdepfile" \
533 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"613 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
614 | sed -e 's/$/ :/' >> "$depfile"
534 rm -f "$tmpdepfile"615 rm -f "$tmpdepfile"
535 ;;616 ;;
536617
@@ -583,10 +664,12 @@
583 # makedepend may prepend the VPATH from the source file name to the object.664 # makedepend may prepend the VPATH from the source file name to the object.
584 # No need to regex-escape $object, excess matching of '.' is harmless.665 # No need to regex-escape $object, excess matching of '.' is harmless.
585 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"666 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
586 sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \667 # Some versions of the HPUX 10.20 sed can't process the last invocation
587## Some versions of the HPUX 10.20 sed can't process this invocation668 # correctly. Breaking it into two sed invocations is a workaround.
588## correctly. Breaking it into two sed invocations is a workaround.669 sed '1,2d' "$tmpdepfile" \
589 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"670 | tr ' ' "$nl" \
671 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
672 | sed -e 's/$/ :/' >> "$depfile"
590 rm -f "$tmpdepfile" "$tmpdepfile".bak673 rm -f "$tmpdepfile" "$tmpdepfile".bak
591 ;;674 ;;
592675
@@ -622,10 +705,10 @@
622 esac705 esac
623 done706 done
624707
625 "$@" -E |708 "$@" -E \
626 sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \709 | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
627 -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |710 -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
628 sed '$ s: \\$::' > "$tmpdepfile"711 | sed '$ s: \\$::' > "$tmpdepfile"
629 rm -f "$depfile"712 rm -f "$depfile"
630 echo "$object : \\" > "$depfile"713 echo "$object : \\" > "$depfile"
631 cat < "$tmpdepfile" >> "$depfile"714 cat < "$tmpdepfile" >> "$depfile"
@@ -657,15 +740,15 @@
657 shift740 shift
658 ;;741 ;;
659 "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")742 "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
660 set fnord "$@"743 set fnord "$@"
661 shift744 shift
662 shift745 shift
663 ;;746 ;;
664 *)747 *)
665 set fnord "$@" "$arg"748 set fnord "$@" "$arg"
666 shift749 shift
667 shift750 shift
668 ;;751 ;;
669 esac752 esac
670 done753 done
671 "$@" -E 2>/dev/null |754 "$@" -E 2>/dev/null |
672755
=== modified file 'icons/48x48/Makefile.in'
--- icons/48x48/Makefile.in 2014-02-13 16:07:50 +0000
+++ icons/48x48/Makefile.in 2014-02-16 05:44:15 +0000
@@ -1,9 +1,8 @@
1# Makefile.in generated by automake 1.11.6 from Makefile.am.1# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.8# with or without modifications, as long as this notice is preserved.
@@ -18,23 +17,51 @@
18# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $17# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $
1918
20VPATH = @srcdir@19VPATH = @srcdir@
21am__make_dryrun = \20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22 { \21am__make_running_with_option = \
23 am__dry=no; \22 case $${target_option-} in \
23 ?) ;; \
24 *) echo "am__make_running_with_option: internal error: invalid" \
25 "target option '$${target_option-}' specified" >&2; \
26 exit 1;; \
27 esac; \
28 has_opt=no; \
29 sane_makeflags=$$MAKEFLAGS; \
30 if $(am__is_gnu_make); then \
31 sane_makeflags=$$MFLAGS; \
32 else \
24 case $$MAKEFLAGS in \33 case $$MAKEFLAGS in \
25 *\\[\ \ ]*) \34 *\\[\ \ ]*) \
26 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \35 bs=\\; \
27 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
28 *) \37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
29 for am__flg in $$MAKEFLAGS; do \38 esac; \
30 case $$am__flg in \39 fi; \
31 *=*|--*) ;; \40 skip_next=no; \
32 *n*) am__dry=yes; break;; \41 strip_trailopt () \
33 esac; \42 { \
34 done;; \43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
35 esac; \44 }; \
36 test $$am__dry = yes; \45 for flg in $$sane_makeflags; do \
37 }46 test $$skip_next = yes && { skip_next=no; continue; }; \
47 case $$flg in \
48 *=*|--*) continue;; \
49 -*I) strip_trailopt 'I'; skip_next=yes;; \
50 -*I?*) strip_trailopt 'I';; \
51 -*O) strip_trailopt 'O'; skip_next=yes;; \
52 -*O?*) strip_trailopt 'O';; \
53 -*l) strip_trailopt 'l'; skip_next=yes;; \
54 -*l?*) strip_trailopt 'l';; \
55 -[dEDm]) skip_next=yes;; \
56 -[JT]) skip_next=yes;; \
57 esac; \
58 case $$flg in \
59 *$$target_option*) has_opt=yes; break;; \
60 esac; \
61 done; \
62 test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38pkgdatadir = $(datadir)/@PACKAGE@65pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@66pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@67pkglibdir = $(libdir)/@PACKAGE@
@@ -55,21 +82,27 @@
55host_triplet = @host@82host_triplet = @host@
56target_triplet = @target@83target_triplet = @target@
57subdir = icons/48x4884subdir = icons/48x48
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m486ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/configure.ac87am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)89 $(ACLOCAL_M4)
63mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs90mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/config.h91CONFIG_HEADER = $(top_builddir)/config.h
65CONFIG_CLEAN_FILES =92CONFIG_CLEAN_FILES =
66CONFIG_CLEAN_VPATH_FILES =93CONFIG_CLEAN_VPATH_FILES =
94AM_V_P = $(am__v_P_@AM_V@)
95am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96am__v_P_0 = false
97am__v_P_1 = :
67AM_V_GEN = $(am__v_GEN_@AM_V@)98AM_V_GEN = $(am__v_GEN_@AM_V@)
68am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)99am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69am__v_GEN_0 = @echo " GEN " $@;100am__v_GEN_0 = @echo " GEN " $@;
101am__v_GEN_1 =
70AM_V_at = $(am__v_at_@AM_V@)102AM_V_at = $(am__v_at_@AM_V@)
71am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)103am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72am__v_at_0 = @104am__v_at_0 = @
105am__v_at_1 =
73SOURCES =106SOURCES =
74DIST_SOURCES =107DIST_SOURCES =
75am__can_run_installinfo = \108am__can_run_installinfo = \
@@ -106,6 +139,7 @@
106 }139 }
107am__installdirs = "$(DESTDIR)$(iconsdir)"140am__installdirs = "$(DESTDIR)$(iconsdir)"
108DATA = $(icons_DATA)141DATA = $(icons_DATA)
142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)143DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110ACLOCAL = @ACLOCAL@144ACLOCAL = @ACLOCAL@
111ALL_LINGUAS = @ALL_LINGUAS@145ALL_LINGUAS = @ALL_LINGUAS@
@@ -368,11 +402,11 @@
368 @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \402 @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
369 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \403 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
370 dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)404 dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
371tags: TAGS405tags TAGS:
372TAGS:406
373407ctags CTAGS:
374ctags: CTAGS408
375CTAGS:409cscope cscopelist:
376410
377411
378distdir: $(DISTFILES)412distdir: $(DISTFILES)
@@ -511,16 +545,16 @@
511.MAKE: install-am install-strip545.MAKE: install-am install-strip
512546
513.PHONY: all all-am check check-am clean clean-generic clean-libtool \547.PHONY: all all-am check check-am clean clean-generic clean-libtool \
514 distclean distclean-generic distclean-libtool distdir dvi \548 cscopelist-am ctags-am distclean distclean-generic \
515 dvi-am html html-am info info-am install install-am \549 distclean-libtool distdir dvi dvi-am html html-am info info-am \
516 install-data install-data-am install-dvi install-dvi-am \550 install install-am install-data install-data-am install-dvi \
517 install-exec install-exec-am install-html install-html-am \551 install-dvi-am install-exec install-exec-am install-html \
518 install-iconsDATA install-info install-info-am install-man \552 install-html-am install-iconsDATA install-info install-info-am \
519 install-pdf install-pdf-am install-ps install-ps-am \553 install-man install-pdf install-pdf-am install-ps \
520 install-strip installcheck installcheck-am installdirs \554 install-ps-am install-strip installcheck installcheck-am \
521 maintainer-clean maintainer-clean-generic mostlyclean \555 installdirs maintainer-clean maintainer-clean-generic \
522 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \556 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
523 uninstall uninstall-am uninstall-iconsDATA557 ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
524558
525559
526# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:560# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
527561
=== modified file 'icons/Makefile.in'
--- icons/Makefile.in 2014-02-13 16:07:50 +0000
+++ icons/Makefile.in 2014-02-16 05:44:15 +0000
@@ -1,9 +1,8 @@
1# Makefile.in generated by automake 1.11.6 from Makefile.am.1# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.8# with or without modifications, as long as this notice is preserved.
@@ -17,23 +16,51 @@
1716
18# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $17# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $
19VPATH = @srcdir@18VPATH = @srcdir@
20am__make_dryrun = \19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21 { \20am__make_running_with_option = \
22 am__dry=no; \21 case $${target_option-} in \
22 ?) ;; \
23 *) echo "am__make_running_with_option: internal error: invalid" \
24 "target option '$${target_option-}' specified" >&2; \
25 exit 1;; \
26 esac; \
27 has_opt=no; \
28 sane_makeflags=$$MAKEFLAGS; \
29 if $(am__is_gnu_make); then \
30 sane_makeflags=$$MFLAGS; \
31 else \
23 case $$MAKEFLAGS in \32 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \33 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \34 bs=\\; \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
27 *) \36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
28 for am__flg in $$MAKEFLAGS; do \37 esac; \
29 case $$am__flg in \38 fi; \
30 *=*|--*) ;; \39 skip_next=no; \
31 *n*) am__dry=yes; break;; \40 strip_trailopt () \
32 esac; \41 { \
33 done;; \42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
34 esac; \43 }; \
35 test $$am__dry = yes; \44 for flg in $$sane_makeflags; do \
36 }45 test $$skip_next = yes && { skip_next=no; continue; }; \
46 case $$flg in \
47 *=*|--*) continue;; \
48 -*I) strip_trailopt 'I'; skip_next=yes;; \
49 -*I?*) strip_trailopt 'I';; \
50 -*O) strip_trailopt 'O'; skip_next=yes;; \
51 -*O?*) strip_trailopt 'O';; \
52 -*l) strip_trailopt 'l'; skip_next=yes;; \
53 -*l?*) strip_trailopt 'l';; \
54 -[dEDm]) skip_next=yes;; \
55 -[JT]) skip_next=yes;; \
56 esac; \
57 case $$flg in \
58 *$$target_option*) has_opt=yes; break;; \
59 esac; \
60 done; \
61 test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37pkgdatadir = $(datadir)/@PACKAGE@64pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@65pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@66pkglibdir = $(libdir)/@PACKAGE@
@@ -54,30 +81,37 @@
54host_triplet = @host@81host_triplet = @host@
55target_triplet = @target@82target_triplet = @target@
56subdir = icons83subdir = icons
57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m485ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/configure.ac86am__aclocal_m4_deps = $(top_srcdir)/configure.ac
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61 $(ACLOCAL_M4)88 $(ACLOCAL_M4)
62mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs89mkinstalldirs = $(install_sh) -d
63CONFIG_HEADER = $(top_builddir)/config.h90CONFIG_HEADER = $(top_builddir)/config.h
64CONFIG_CLEAN_FILES =91CONFIG_CLEAN_FILES =
65CONFIG_CLEAN_VPATH_FILES =92CONFIG_CLEAN_VPATH_FILES =
93AM_V_P = $(am__v_P_@AM_V@)
94am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
95am__v_P_0 = false
96am__v_P_1 = :
66AM_V_GEN = $(am__v_GEN_@AM_V@)97AM_V_GEN = $(am__v_GEN_@AM_V@)
67am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)98am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
68am__v_GEN_0 = @echo " GEN " $@;99am__v_GEN_0 = @echo " GEN " $@;
100am__v_GEN_1 =
69AM_V_at = $(am__v_at_@AM_V@)101AM_V_at = $(am__v_at_@AM_V@)
70am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)102am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
71am__v_at_0 = @103am__v_at_0 = @
104am__v_at_1 =
72SOURCES =105SOURCES =
73DIST_SOURCES =106DIST_SOURCES =
74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \107RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
75 html-recursive info-recursive install-data-recursive \108 ctags-recursive dvi-recursive html-recursive info-recursive \
76 install-dvi-recursive install-exec-recursive \109 install-data-recursive install-dvi-recursive \
77 install-html-recursive install-info-recursive \110 install-exec-recursive install-html-recursive \
78 install-pdf-recursive install-ps-recursive install-recursive \111 install-info-recursive install-pdf-recursive \
79 installcheck-recursive installdirs-recursive pdf-recursive \112 install-ps-recursive install-recursive installcheck-recursive \
80 ps-recursive uninstall-recursive113 installdirs-recursive pdf-recursive ps-recursive \
114 tags-recursive uninstall-recursive
81am__can_run_installinfo = \115am__can_run_installinfo = \
82 case $$AM_UPDATE_INFO_DIR in \116 case $$AM_UPDATE_INFO_DIR in \
83 n|no|NO) false;; \117 n|no|NO) false;; \
@@ -85,9 +119,29 @@
85 esac119 esac
86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \120RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
87 distclean-recursive maintainer-clean-recursive121 distclean-recursive maintainer-clean-recursive
88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \122am__recursive_targets = \
89 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \123 $(RECURSIVE_TARGETS) \
124 $(RECURSIVE_CLEAN_TARGETS) \
125 $(am__extra_recursive_targets)
126AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
90 distdir127 distdir
128am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
129# Read a list of newline-separated strings from the standard input,
130# and print each of them once, without duplicates. Input order is
131# *not* preserved.
132am__uniquify_input = $(AWK) '\
133 BEGIN { nonempty = 0; } \
134 { items[$$0] = 1; nonempty = 1; } \
135 END { if (nonempty) { for (i in items) print i; }; } \
136'
137# Make sure the list of sources is unique. This is necessary because,
138# e.g., the same source file might be shared among _SOURCES variables
139# for different programs/libraries.
140am__define_uniq_tagged_files = \
141 list='$(am__tagged_files)'; \
142 unique=`for i in $$list; do \
143 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
144 done | $(am__uniquify_input)`
91ETAGS = etags145ETAGS = etags
92CTAGS = ctags146CTAGS = ctags
93DIST_SUBDIRS = $(SUBDIRS)147DIST_SUBDIRS = $(SUBDIRS)
@@ -357,22 +411,25 @@
357 -rm -rf .libs _libs411 -rm -rf .libs _libs
358412
359# This directory's subdirectories are mostly independent; you can cd413# This directory's subdirectories are mostly independent; you can cd
360# into them and run `make' without going through this Makefile.414# into them and run 'make' without going through this Makefile.
361# To change the values of `make' variables: instead of editing Makefiles,415# To change the values of 'make' variables: instead of editing Makefiles,
362# (1) if the variable is set in `config.status', edit `config.status'416# (1) if the variable is set in 'config.status', edit 'config.status'
363# (which will cause the Makefiles to be regenerated when you run `make');417# (which will cause the Makefiles to be regenerated when you run 'make');
364# (2) otherwise, pass the desired values on the `make' command line.418# (2) otherwise, pass the desired values on the 'make' command line.
365$(RECURSIVE_TARGETS):419$(am__recursive_targets):
366 @fail= failcom='exit 1'; \420 @fail=; \
367 for f in x $$MAKEFLAGS; do \421 if $(am__make_keepgoing); then \
368 case $$f in \422 failcom='fail=yes'; \
369 *=* | --[!k]*);; \423 else \
370 *k*) failcom='fail=yes';; \424 failcom='exit 1'; \
371 esac; \425 fi; \
372 done; \
373 dot_seen=no; \426 dot_seen=no; \
374 target=`echo $@ | sed s/-recursive//`; \427 target=`echo $@ | sed s/-recursive//`; \
375 list='$(SUBDIRS)'; for subdir in $$list; do \428 case "$@" in \
429 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
430 *) list='$(SUBDIRS)' ;; \
431 esac; \
432 for subdir in $$list; do \
376 echo "Making $$target in $$subdir"; \433 echo "Making $$target in $$subdir"; \
377 if test "$$subdir" = "."; then \434 if test "$$subdir" = "."; then \
378 dot_seen=yes; \435 dot_seen=yes; \
@@ -387,57 +444,12 @@
387 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \444 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
388 fi; test -z "$$fail"445 fi; test -z "$$fail"
389446
390$(RECURSIVE_CLEAN_TARGETS):447ID: $(am__tagged_files)
391 @fail= failcom='exit 1'; \448 $(am__define_uniq_tagged_files); mkid -fID $$unique
392 for f in x $$MAKEFLAGS; do \449tags: tags-recursive
393 case $$f in \450TAGS: tags
394 *=* | --[!k]*);; \451
395 *k*) failcom='fail=yes';; \452tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
396 esac; \
397 done; \
398 dot_seen=no; \
399 case "$@" in \
400 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
401 *) list='$(SUBDIRS)' ;; \
402 esac; \
403 rev=''; for subdir in $$list; do \
404 if test "$$subdir" = "."; then :; else \
405 rev="$$subdir $$rev"; \
406 fi; \
407 done; \
408 rev="$$rev ."; \
409 target=`echo $@ | sed s/-recursive//`; \
410 for subdir in $$rev; do \
411 echo "Making $$target in $$subdir"; \
412 if test "$$subdir" = "."; then \
413 local_target="$$target-am"; \
414 else \
415 local_target="$$target"; \
416 fi; \
417 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
418 || eval $$failcom; \
419 done && test -z "$$fail"
420tags-recursive:
421 list='$(SUBDIRS)'; for subdir in $$list; do \
422 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
423 done
424ctags-recursive:
425 list='$(SUBDIRS)'; for subdir in $$list; do \
426 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
427 done
428
429ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431 unique=`for i in $$list; do \
432 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433 done | \
434 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435 END { if (nonempty) { for (i in files) print i; }; }'`; \
436 mkid -fID $$unique
437tags: TAGS
438
439TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
440 $(TAGS_FILES) $(LISP)
441 set x; \453 set x; \
442 here=`pwd`; \454 here=`pwd`; \
443 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \455 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
@@ -453,12 +465,7 @@
453 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \465 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
454 fi; \466 fi; \
455 done; \467 done; \
456 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \468 $(am__define_uniq_tagged_files); \
457 unique=`for i in $$list; do \
458 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459 done | \
460 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461 END { if (nonempty) { for (i in files) print i; }; }'`; \
462 shift; \469 shift; \
463 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \470 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464 test -n "$$unique" || unique=$$empty_fix; \471 test -n "$$unique" || unique=$$empty_fix; \
@@ -470,15 +477,11 @@
470 $$unique; \477 $$unique; \
471 fi; \478 fi; \
472 fi479 fi
473ctags: CTAGS480ctags: ctags-recursive
474CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \481
475 $(TAGS_FILES) $(LISP)482CTAGS: ctags
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \483ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
477 unique=`for i in $$list; do \484 $(am__define_uniq_tagged_files); \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481 END { if (nonempty) { for (i in files) print i; }; }'`; \
482 test -z "$(CTAGS_ARGS)$$unique" \485 test -z "$(CTAGS_ARGS)$$unique" \
483 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \486 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484 $$unique487 $$unique
@@ -487,6 +490,21 @@
487 here=`$(am__cd) $(top_builddir) && pwd` \490 here=`$(am__cd) $(top_builddir) && pwd` \
488 && $(am__cd) $(top_srcdir) \491 && $(am__cd) $(top_srcdir) \
489 && gtags -i $(GTAGS_ARGS) "$$here"492 && gtags -i $(GTAGS_ARGS) "$$here"
493cscopelist: cscopelist-recursive
494
495cscopelist-am: $(am__tagged_files)
496 list='$(am__tagged_files)'; \
497 case "$(srcdir)" in \
498 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
499 *) sdir=$(subdir)/$(srcdir) ;; \
500 esac; \
501 for i in $$list; do \
502 if test -f "$$i"; then \
503 echo "$(subdir)/$$i"; \
504 else \
505 echo "$$sdir/$$i"; \
506 fi; \
507 done >> $(top_builddir)/cscope.files
490508
491distclean-tags:509distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags510 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -648,22 +666,22 @@
648666
649uninstall-am:667uninstall-am:
650668
651.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \669.MAKE: $(am__recursive_targets) install-am install-data-am \
652 install-am install-data-am install-strip tags-recursive670 install-strip
653671
654.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \672.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
655 all all-am check check-am clean clean-generic clean-libtool \673 check-am clean clean-generic clean-libtool cscopelist-am ctags \
656 ctags ctags-recursive distclean distclean-generic \674 ctags-am distclean distclean-generic distclean-libtool \
657 distclean-libtool distclean-tags distdir dvi dvi-am html \675 distclean-tags distdir dvi dvi-am html html-am info info-am \
658 html-am info info-am install install-am install-data \676 install install-am install-data install-data-am \
659 install-data-am install-data-hook install-dvi install-dvi-am \677 install-data-hook install-dvi install-dvi-am install-exec \
660 install-exec install-exec-am install-html install-html-am \678 install-exec-am install-html install-html-am install-info \
661 install-info install-info-am install-man install-pdf \679 install-info-am install-man install-pdf install-pdf-am \
662 install-pdf-am install-ps install-ps-am install-strip \680 install-ps install-ps-am install-strip installcheck \
663 installcheck installcheck-am installdirs installdirs-am \681 installcheck-am installdirs installdirs-am maintainer-clean \
664 maintainer-clean maintainer-clean-generic mostlyclean \682 maintainer-clean-generic mostlyclean mostlyclean-generic \
665 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \683 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
666 tags tags-recursive uninstall uninstall-am684 uninstall-am
667685
668686
669install-data-hook:687install-data-hook:
670688
=== modified file 'icons/scalable/Makefile.in'
--- icons/scalable/Makefile.in 2014-02-13 16:07:50 +0000
+++ icons/scalable/Makefile.in 2014-02-16 05:44:15 +0000
@@ -1,9 +1,8 @@
1# Makefile.in generated by automake 1.11.6 from Makefile.am.1# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.8# with or without modifications, as long as this notice is preserved.
@@ -18,23 +17,51 @@
18# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $17# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $
1918
20VPATH = @srcdir@19VPATH = @srcdir@
21am__make_dryrun = \20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22 { \21am__make_running_with_option = \
23 am__dry=no; \22 case $${target_option-} in \
23 ?) ;; \
24 *) echo "am__make_running_with_option: internal error: invalid" \
25 "target option '$${target_option-}' specified" >&2; \
26 exit 1;; \
27 esac; \
28 has_opt=no; \
29 sane_makeflags=$$MAKEFLAGS; \
30 if $(am__is_gnu_make); then \
31 sane_makeflags=$$MFLAGS; \
32 else \
24 case $$MAKEFLAGS in \33 case $$MAKEFLAGS in \
25 *\\[\ \ ]*) \34 *\\[\ \ ]*) \
26 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \35 bs=\\; \
27 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
28 *) \37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
29 for am__flg in $$MAKEFLAGS; do \38 esac; \
30 case $$am__flg in \39 fi; \
31 *=*|--*) ;; \40 skip_next=no; \
32 *n*) am__dry=yes; break;; \41 strip_trailopt () \
33 esac; \42 { \
34 done;; \43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
35 esac; \44 }; \
36 test $$am__dry = yes; \45 for flg in $$sane_makeflags; do \
37 }46 test $$skip_next = yes && { skip_next=no; continue; }; \
47 case $$flg in \
48 *=*|--*) continue;; \
49 -*I) strip_trailopt 'I'; skip_next=yes;; \
50 -*I?*) strip_trailopt 'I';; \
51 -*O) strip_trailopt 'O'; skip_next=yes;; \
52 -*O?*) strip_trailopt 'O';; \
53 -*l) strip_trailopt 'l'; skip_next=yes;; \
54 -*l?*) strip_trailopt 'l';; \
55 -[dEDm]) skip_next=yes;; \
56 -[JT]) skip_next=yes;; \
57 esac; \
58 case $$flg in \
59 *$$target_option*) has_opt=yes; break;; \
60 esac; \
61 done; \
62 test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38pkgdatadir = $(datadir)/@PACKAGE@65pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@66pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@67pkglibdir = $(libdir)/@PACKAGE@
@@ -55,21 +82,27 @@
55host_triplet = @host@82host_triplet = @host@
56target_triplet = @target@83target_triplet = @target@
57subdir = icons/scalable84subdir = icons/scalable
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m486ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/configure.ac87am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)89 $(ACLOCAL_M4)
63mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs90mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/config.h91CONFIG_HEADER = $(top_builddir)/config.h
65CONFIG_CLEAN_FILES =92CONFIG_CLEAN_FILES =
66CONFIG_CLEAN_VPATH_FILES =93CONFIG_CLEAN_VPATH_FILES =
94AM_V_P = $(am__v_P_@AM_V@)
95am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96am__v_P_0 = false
97am__v_P_1 = :
67AM_V_GEN = $(am__v_GEN_@AM_V@)98AM_V_GEN = $(am__v_GEN_@AM_V@)
68am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)99am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69am__v_GEN_0 = @echo " GEN " $@;100am__v_GEN_0 = @echo " GEN " $@;
101am__v_GEN_1 =
70AM_V_at = $(am__v_at_@AM_V@)102AM_V_at = $(am__v_at_@AM_V@)
71am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)103am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72am__v_at_0 = @104am__v_at_0 = @
105am__v_at_1 =
73SOURCES =106SOURCES =
74DIST_SOURCES =107DIST_SOURCES =
75am__can_run_installinfo = \108am__can_run_installinfo = \
@@ -106,6 +139,7 @@
106 }139 }
107am__installdirs = "$(DESTDIR)$(iconsdir)"140am__installdirs = "$(DESTDIR)$(iconsdir)"
108DATA = $(icons_DATA)141DATA = $(icons_DATA)
142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)143DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110ACLOCAL = @ACLOCAL@144ACLOCAL = @ACLOCAL@
111ALL_LINGUAS = @ALL_LINGUAS@145ALL_LINGUAS = @ALL_LINGUAS@
@@ -368,11 +402,11 @@
368 @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \402 @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
369 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \403 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
370 dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)404 dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
371tags: TAGS405tags TAGS:
372TAGS:406
373407ctags CTAGS:
374ctags: CTAGS408
375CTAGS:409cscope cscopelist:
376410
377411
378distdir: $(DISTFILES)412distdir: $(DISTFILES)
@@ -511,16 +545,16 @@
511.MAKE: install-am install-strip545.MAKE: install-am install-strip
512546
513.PHONY: all all-am check check-am clean clean-generic clean-libtool \547.PHONY: all all-am check check-am clean clean-generic clean-libtool \
514 distclean distclean-generic distclean-libtool distdir dvi \548 cscopelist-am ctags-am distclean distclean-generic \
515 dvi-am html html-am info info-am install install-am \549 distclean-libtool distdir dvi dvi-am html html-am info info-am \
516 install-data install-data-am install-dvi install-dvi-am \550 install install-am install-data install-data-am install-dvi \
517 install-exec install-exec-am install-html install-html-am \551 install-dvi-am install-exec install-exec-am install-html \
518 install-iconsDATA install-info install-info-am install-man \552 install-html-am install-iconsDATA install-info install-info-am \
519 install-pdf install-pdf-am install-ps install-ps-am \553 install-man install-pdf install-pdf-am install-ps \
520 install-strip installcheck installcheck-am installdirs \554 install-ps-am install-strip installcheck installcheck-am \
521 maintainer-clean maintainer-clean-generic mostlyclean \555 installdirs maintainer-clean maintainer-clean-generic \
522 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \556 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
523 uninstall uninstall-am uninstall-iconsDATA557 ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
524558
525559
526# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:560# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
527561
=== modified file 'install-sh'
--- install-sh 2014-02-13 16:07:50 +0000
+++ install-sh 2014-02-16 05:44:15 +0000
@@ -1,7 +1,7 @@
1#!/bin/sh1#!/bin/sh
2# install - install a program, script, or datafile2# install - install a program, script, or datafile
33
4scriptversion=2011-01-19.21; # UTC4scriptversion=2011-11-20.07; # UTC
55
6# This originates from X11R5 (mit/util/scripts/install.sh), which was6# This originates from X11R5 (mit/util/scripts/install.sh), which was
7# later released in X11R6 (xc/config/util/install.sh) with the7# later released in X11R6 (xc/config/util/install.sh) with the
@@ -35,7 +35,7 @@
35# FSF changes to this file are in the public domain.35# FSF changes to this file are in the public domain.
36#36#
37# Calling this script install-sh is preferred over install.sh, to prevent37# Calling this script install-sh is preferred over install.sh, to prevent
38# `make' implicit rules from creating a file called install from it38# 'make' implicit rules from creating a file called install from it
39# when there is no Makefile.39# when there is no Makefile.
40#40#
41# This script is compatible with the BSD install script, but was written41# This script is compatible with the BSD install script, but was written
@@ -156,7 +156,7 @@
156 -s) stripcmd=$stripprog;;156 -s) stripcmd=$stripprog;;
157157
158 -t) dst_arg=$2158 -t) dst_arg=$2
159 # Protect names problematic for `test' and other utilities.159 # Protect names problematic for 'test' and other utilities.
160 case $dst_arg in160 case $dst_arg in
161 -* | [=\(\)!]) dst_arg=./$dst_arg;;161 -* | [=\(\)!]) dst_arg=./$dst_arg;;
162 esac162 esac
@@ -190,7 +190,7 @@
190 fi190 fi
191 shift # arg191 shift # arg
192 dst_arg=$arg192 dst_arg=$arg
193 # Protect names problematic for `test' and other utilities.193 # Protect names problematic for 'test' and other utilities.
194 case $dst_arg in194 case $dst_arg in
195 -* | [=\(\)!]) dst_arg=./$dst_arg;;195 -* | [=\(\)!]) dst_arg=./$dst_arg;;
196 esac196 esac
@@ -202,7 +202,7 @@
202 echo "$0: no input file specified." >&2202 echo "$0: no input file specified." >&2
203 exit 1203 exit 1
204 fi204 fi
205 # It's OK to call `install-sh -d' without argument.205 # It's OK to call 'install-sh -d' without argument.
206 # This can happen when creating conditional directories.206 # This can happen when creating conditional directories.
207 exit 0207 exit 0
208fi208fi
@@ -240,7 +240,7 @@
240240
241for src241for src
242do242do
243 # Protect names problematic for `test' and other utilities.243 # Protect names problematic for 'test' and other utilities.
244 case $src in244 case $src in
245 -* | [=\(\)!]) src=./$src;;245 -* | [=\(\)!]) src=./$src;;
246 esac246 esac
@@ -354,7 +354,7 @@
354 if test -z "$dir_arg" || {354 if test -z "$dir_arg" || {
355 # Check for POSIX incompatibilities with -m.355 # Check for POSIX incompatibilities with -m.
356 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or356 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
357 # other-writeable bit of parent directory when it shouldn't.357 # other-writable bit of parent directory when it shouldn't.
358 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.358 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
359 ls_ld_tmpdir=`ls -ld "$tmpdir"`359 ls_ld_tmpdir=`ls -ld "$tmpdir"`
360 case $ls_ld_tmpdir in360 case $ls_ld_tmpdir in
361361
=== modified file 'ltmain.sh'
--- ltmain.sh 2014-02-13 16:07:50 +0000
+++ ltmain.sh 2014-02-16 05:44:15 +0000
@@ -70,7 +70,7 @@
70# compiler: $LTCC70# compiler: $LTCC
71# compiler flags: $LTCFLAGS71# compiler flags: $LTCFLAGS
72# linker: $LD (gnu? $with_gnu_ld)72# linker: $LD (gnu? $with_gnu_ld)
73# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu173# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
74# automake: $automake_version74# automake: $automake_version
75# autoconf: $autoconf_version75# autoconf: $autoconf_version
76#76#
@@ -80,7 +80,7 @@
8080
81PROGRAM=libtool81PROGRAM=libtool
82PACKAGE=libtool82PACKAGE=libtool
83VERSION="2.4.2 Debian-2.4.2-1.2ubuntu1"83VERSION="2.4.2 Debian-2.4.2-1.3ubuntu1"
84TIMESTAMP=""84TIMESTAMP=""
85package_revision=1.333785package_revision=1.3337
8686
8787
=== modified file 'missing'
--- missing 2014-02-13 16:07:50 +0000
+++ missing 2014-02-16 05:44:15 +0000
@@ -1,11 +1,10 @@
1#! /bin/sh1#! /bin/sh
2# Common stub for a few missing GNU programs while installing.2# Common wrapper for a few potentially missing GNU programs.
33
4scriptversion=2012-01-06.13; # UTC4scriptversion=2012-06-26.16; # UTC
55
6# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,6# Copyright (C) 1996-2013 Free Software Foundation, Inc.
7# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.7# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
8# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
98
10# This program is free software; you can redistribute it and/or modify9# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by10# it under the terms of the GNU General Public License as published by
@@ -26,68 +25,40 @@
26# the same distribution terms that you use for the rest of that program.25# the same distribution terms that you use for the rest of that program.
2726
28if test $# -eq 0; then27if test $# -eq 0; then
29 echo 1>&2 "Try \`$0 --help' for more information"28 echo 1>&2 "Try '$0 --help' for more information"
30 exit 129 exit 1
31fi30fi
3231
33run=:
34sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
35sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
36
37# In the cases where this matters, `missing' is being run in the
38# srcdir already.
39if test -f configure.ac; then
40 configure_ac=configure.ac
41else
42 configure_ac=configure.in
43fi
44
45msg="missing on your system"
46
47case $1 in32case $1 in
48--run)33
49 # Try to run requested program, and just exit if it succeeds.34 --is-lightweight)
50 run=35 # Used by our autoconf macros to check whether the available missing
51 shift36 # script is modern enough.
52 "$@" && exit 037 exit 0
53 # Exit code 63 means version mismatch. This often happens38 ;;
54 # when the user try to use an ancient version of a tool on39
55 # a file that requires a minimum version. In this case we40 --run)
56 # we should proceed has if the program had been absent, or41 # Back-compat with the calling convention used by older automake.
57 # if --run hadn't been passed.42 shift
58 if test $? = 63; then43 ;;
59 run=:
60 msg="probably too old"
61 fi
62 ;;
6344
64 -h|--h|--he|--hel|--help)45 -h|--h|--he|--hel|--help)
65 echo "\46 echo "\
66$0 [OPTION]... PROGRAM [ARGUMENT]...47$0 [OPTION]... PROGRAM [ARGUMENT]...
6748
68Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an49Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
69error status if there is no known handling for PROGRAM.50to PROGRAM being missing or too old.
7051
71Options:52Options:
72 -h, --help display this help and exit53 -h, --help display this help and exit
73 -v, --version output version information and exit54 -v, --version output version information and exit
74 --run try to run the given command, and emulate it if it fails
7555
76Supported PROGRAM values:56Supported PROGRAM values:
77 aclocal touch file \`aclocal.m4'57 aclocal autoconf autoheader autom4te automake makeinfo
78 autoconf touch file \`configure'58 bison yacc flex lex help2man
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
83 flex create \`lex.yy.c', if possible, from existing .c
84 help2man touch the output file
85 lex create \`lex.yy.c', if possible, from existing .c
86 makeinfo touch the output file
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
8859
89Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and60Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
90\`g' are ignored when checking the name.61'g' are ignored when checking the name.
9162
92Send bug reports to <bug-automake@gnu.org>."63Send bug reports to <bug-automake@gnu.org>."
93 exit $?64 exit $?
@@ -99,228 +70,141 @@
99 ;;70 ;;
10071
101 -*)72 -*)
102 echo 1>&2 "$0: Unknown \`$1' option"73 echo 1>&2 "$0: unknown '$1' option"
103 echo 1>&2 "Try \`$0 --help' for more information"74 echo 1>&2 "Try '$0 --help' for more information"
104 exit 175 exit 1
105 ;;76 ;;
10677
107esac78esac
10879
109# normalize program name to check for.80# Run the given program, remember its exit status.
110program=`echo "$1" | sed '81"$@"; st=$?
111 s/^gnu-//; t82
112 s/^gnu//; t83# If it succeeded, we are done.
113 s/^g//; t'`84test $st -eq 0 && exit 0
11485
115# Now exit if we have it, but it failed. Also exit now if we86# Also exit now if we it failed (or wasn't found), and '--version' was
116# don't have it and --version was passed (most likely to detect87# passed; such an option is passed most likely to detect whether the
117# the program). This is about non-GNU programs, so use $1 not88# program is present and works.
118# $program.89case $2 in --version|--help) exit $st;; esac
119case $1 in90
120 lex*|yacc*)91# Exit code 63 means version mismatch. This often happens when the user
121 # Not GNU programs, they don't have --version.92# tries to use an ancient version of a tool on a file that requires a
122 ;;93# minimum version.
12394if test $st -eq 63; then
124 *)95 msg="probably too old"
125 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then96elif test $st -eq 127; then
126 # We have it, but it failed.97 # Program was missing.
127 exit 198 msg="missing on your system"
128 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then99else
129 # Could not run --version or --help. This is probably someone100 # Program was found and executed, but failed. Give up.
130 # running `$TOOL --version' or `$TOOL --help' to check whether101 exit $st
131 # $TOOL exists and not knowing $TOOL uses missing.102fi
132 exit 1103
133 fi104perl_URL=http://www.perl.org/
134 ;;105flex_URL=http://flex.sourceforge.net/
135esac106gnu_software_URL=http://www.gnu.org/software
136107
137# If it does not exist, or fails to run (possibly an outdated version),108program_details ()
138# try to emulate it.109{
139case $program in110 case $1 in
140 aclocal*)111 aclocal|automake)
141 echo 1>&2 "\112 echo "The '$1' program is part of the GNU Automake package:"
142WARNING: \`$1' is $msg. You should only need it if113 echo "<$gnu_software_URL/automake>"
143 you modified \`acinclude.m4' or \`${configure_ac}'. You might want114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
144 to install the \`Automake' and \`Perl' packages. Grab them from115 echo "<$gnu_software_URL/autoconf>"
145 any GNU archive site."116 echo "<$gnu_software_URL/m4/>"
146 touch aclocal.m4117 echo "<$perl_URL>"
147 ;;118 ;;
148119 autoconf|autom4te|autoheader)
149 autoconf*)120 echo "The '$1' program is part of the GNU Autoconf package:"
150 echo 1>&2 "\121 echo "<$gnu_software_URL/autoconf/>"
151WARNING: \`$1' is $msg. You should only need it if122 echo "It also requires GNU m4 and Perl in order to run:"
152 you modified \`${configure_ac}'. You might want to install the123 echo "<$gnu_software_URL/m4/>"
153 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU124 echo "<$perl_URL>"
154 archive site."125 ;;
155 touch configure126 esac
156 ;;127}
157128
158 autoheader*)129give_advice ()
159 echo 1>&2 "\130{
160WARNING: \`$1' is $msg. You should only need it if131 # Normalize program name to check for.
161 you modified \`acconfig.h' or \`${configure_ac}'. You might want132 normalized_program=`echo "$1" | sed '
162 to install the \`Autoconf' and \`GNU m4' packages. Grab them133 s/^gnu-//; t
163 from any GNU archive site."134 s/^gnu//; t
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`135 s/^g//; t'`
165 test -z "$files" && files="config.h"136
166 touch_files=137 printf '%s\n' "'$1' is $msg."
167 for f in $files; do138
168 case $f in139 configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
169 *:*) touch_files="$touch_files "`echo "$f" |140 case $normalized_program in
170 sed -e 's/^[^:]*://' -e 's/:.*//'`;;141 autoconf*)
171 *) touch_files="$touch_files $f.in";;142 echo "You should only need it if you modified 'configure.ac',"
172 esac143 echo "or m4 files included by it."
173 done144 program_details 'autoconf'
174 touch $touch_files145 ;;
175 ;;146 autoheader*)
176147 echo "You should only need it if you modified 'acconfig.h' or"
177 automake*)148 echo "$configure_deps."
178 echo 1>&2 "\149 program_details 'autoheader'
179WARNING: \`$1' is $msg. You should only need it if150 ;;
180 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.151 automake*)
181 You might want to install the \`Automake' and \`Perl' packages.152 echo "You should only need it if you modified 'Makefile.am' or"
182 Grab them from any GNU archive site."153 echo "$configure_deps."
183 find . -type f -name Makefile.am -print |
184 sed 's/\.am$/.in/' |
185 while read f; do touch "$f"; done
186 ;;
187
188 autom4te*)
189 echo 1>&2 "\
190WARNING: \`$1' is needed, but is $msg.
191 You might have modified some files without having the
192 proper tools for further handling them.
193 You can get \`$1' as part of \`Autoconf' from any GNU
194 archive site."
195
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
198 if test -f "$file"; then
199 touch $file
200 else
201 test -z "$file" || exec >$file
202 echo "#! /bin/sh"
203 echo "# Created by GNU Automake missing as a replacement of"
204 echo "# $ $@"
205 echo "exit 0"
206 chmod +x $file
207 exit 1
208 fi
209 ;;
210
211 bison*|yacc*)
212 echo 1>&2 "\
213WARNING: \`$1' $msg. You should only need it if
214 you modified a \`.y' file. You may need the \`Bison' package
215 in order for those modifications to take effect. You can get
216 \`Bison' from any GNU archive site."
217 rm -f y.tab.c y.tab.h
218 if test $# -ne 1; then
219 eval LASTARG=\${$#}
220 case $LASTARG in
221 *.y)
222 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
223 if test -f "$SRCFILE"; then
224 cp "$SRCFILE" y.tab.c
225 fi
226 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
227 if test -f "$SRCFILE"; then
228 cp "$SRCFILE" y.tab.h
229 fi
230 ;;
231 esac
232 fi
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
235 fi
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab.c
238 fi
239 ;;
240
241 lex*|flex*)
242 echo 1>&2 "\
243WARNING: \`$1' is $msg. You should only need it if
244 you modified a \`.l' file. You may need the \`Flex' package
245 in order for those modifications to take effect. You can get
246 \`Flex' from any GNU archive site."
247 rm -f lex.yy.c
248 if test $# -ne 1; then
249 eval LASTARG=\${$#}
250 case $LASTARG in
251 *.l)
252 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
253 if test -f "$SRCFILE"; then
254 cp "$SRCFILE" lex.yy.c
255 fi
256 ;;
257 esac
258 fi
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
261 fi
262 ;;
263
264 help2man*)
265 echo 1>&2 "\
266WARNING: \`$1' is $msg. You should only need it if
267 you modified a dependency of a manual page. You may need the
268 \`Help2man' package in order for those modifications to take
269 effect. You can get \`Help2man' from any GNU archive site."
270
271 file=`echo "$*" | sed -n "$sed_output"`
272 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
273 if test -f "$file"; then
274 touch $file
275 else
276 test -z "$file" || exec >$file
277 echo ".ab help2man is required to generate this page"
278 exit $?
279 fi
280 ;;
281
282 makeinfo*)
283 echo 1>&2 "\
284WARNING: \`$1' is $msg. You should only need it if
285 you modified a \`.texi' or \`.texinfo' file, or any other file
286 indirectly affecting the aspect of the manual. The spurious
287 call might also be the consequence of using a buggy \`make' (AIX,
288 DU, IRIX). You might want to install the \`Texinfo' package or
289 the \`GNU make' package. Grab either from any GNU archive site."
290 # The file to touch is that specified with -o ...
291 file=`echo "$*" | sed -n "$sed_output"`
292 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
293 if test -z "$file"; then
294 # ... or it is the one specified with @setfilename ...
295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
296 file=`sed -n '
297 /^@setfilename/{
298 s/.* \([^ ]*\) *$/\1/
299 p
300 q
301 }' $infile`
302 # ... or it is derived from the source name (dir/f.texi becomes f.info)
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
304 fi
305 # If the file does not exist, the user really needs makeinfo;
306 # let's fail without touching anything.
307 test -f $file || exit 1
308 touch $file
309 ;;
310
311 *)
312 echo 1>&2 "\
313WARNING: \`$1' is needed, and is $msg.
314 You might have modified some files without having the
315 proper tools for further handling them. Check the \`README' file,
316 it often tells you about the needed prerequisites for installing
317 this package. You may also peek at any GNU archive site, in case
318 some other package would contain this missing \`$1' program."
319 exit 1
320 ;;
321esac
322
323exit 0
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: