Merge lp:~xnox/upstart/systemd-local-bridge into lp:upstart

Proposed by Dimitri John Ledkov
Status: Needs review
Proposed branch: lp:~xnox/upstart/systemd-local-bridge
Merge into: lp:upstart
Diff against target: 71049 lines (+69712/-291)
130 files modified
.bzrignore (+0/-69)
ABOUT-NLS (+1068/-0)
INSTALL (+370/-0)
Makefile.in (+854/-0)
NEWS (+0/-2)
aclocal.m4 (+1234/-0)
compile (+347/-0)
conf/Makefile.in (+529/-0)
conf/rc-sysinit.conf (+4/-2)
conf/rc.conf (+12/-2)
config.guess (+1420/-0)
config.h.in (+155/-0)
config.rpath (+666/-0)
config.sub (+1794/-0)
configure (+18703/-0)
configure.ac (+11/-2)
contrib/Makefile.in (+471/-0)
dbus/Makefile.in (+532/-0)
debian/README.Debian (+200/-0)
debian/apparmor-profile-load (+30/-0)
debian/changelog (+2099/-0)
debian/compat (+1/-0)
debian/conf/console.conf (+11/-0)
debian/conf/container-detect.conf (+42/-0)
debian/conf/failsafe.conf (+44/-0)
debian/conf/flush-early-job-log.conf (+11/-0)
debian/conf/rcS.conf (+28/-0)
debian/conf/shutdown.conf (+9/-0)
debian/conf/tty1.conf (+14/-0)
debian/conf/tty2.conf (+14/-0)
debian/conf/tty3.conf (+14/-0)
debian/conf/tty4.conf (+14/-0)
debian/conf/tty5.conf (+11/-0)
debian/conf/tty6.conf (+11/-0)
debian/conf/wait-for-state.conf (+60/-0)
debian/control (+91/-0)
debian/copyright (+19/-0)
debian/libupstart-dev.install (+5/-0)
debian/libupstart1.install (+1/-0)
debian/libupstart1.symbols (+2/-0)
debian/manpages/upstart-events.7 (+356/-0)
debian/migrate-inittab.pl (+143/-0)
debian/rules (+58/-0)
debian/running-in-container (+10/-0)
debian/source/format (+1/-0)
debian/source/options (+1/-0)
debian/tests/control (+3/-0)
debian/tests/force (+13/-0)
debian/tests/test_setup (+25/-0)
debian/upstart-bin.apport (+195/-0)
debian/upstart-bin.bash-completion (+1/-0)
debian/upstart-bin.dirs (+1/-0)
debian/upstart-bin.docs (+4/-0)
debian/upstart-bin.install (+45/-0)
debian/upstart-bin.maintscript (+2/-0)
debian/upstart-bin.manpages (+1/-0)
debian/upstart-bin.postinst (+67/-0)
debian/upstart-bin.upstart.cron.daily (+17/-0)
debian/upstart-dconf-bridge.install (+4/-0)
debian/upstart-job (+119/-0)
debian/upstart-monitor.install (+5/-0)
debian/upstart-xsessions (+18/-0)
debian/upstart.dirs (+1/-0)
debian/upstart.install (+28/-0)
debian/upstart.links (+3/-0)
debian/upstart.logrotate (+8/-0)
debian/user-conf/logrotate.conf (+66/-0)
debian/user-conf/xsession-init.conf (+14/-0)
debian/watch (+2/-0)
debian/xsession.d/00upstart (+12/-0)
debian/xsession.d/99upstart (+14/-0)
depcomp (+791/-0)
doc/Makefile.in (+474/-0)
extra/Makefile.am (+40/-4)
extra/Makefile.in (+1254/-0)
extra/com.ubuntu.Upstart.xml (+29/-0)
extra/conf-session/upstart-udev-bridge.conf (+22/-0)
extra/conf/upstart-event-bridge.conf (+0/-15)
extra/org.freedesktop.systemd1.xml (+19/-0)
extra/upstart-event-bridge.c (+40/-4)
extra/upstart-local-bridge.c (+322/-181)
extra/upstart-udev-bridge.c (+63/-5)
init/Makefile.am (+3/-0)
init/Makefile.in (+2338/-0)
init/apparmor.c (+12/-0)
init/job_process.c (+9/-1)
init/man/init.5 (+2/-1)
init/tests/libwrap_inotify.la (+41/-0)
init/tests/test_conf_preload.sh.in (+5/-2)
init/tests/test_job_process.c (+5/-1)
install-sh (+527/-0)
lib/Makefile.in (+1347/-0)
lib/upstart/com.ubuntu.Upstart.Instance.h (+107/-0)
lib/upstart/com.ubuntu.Upstart.Job.h (+140/-0)
lib/upstart/com.ubuntu.Upstart.h (+180/-0)
lib/upstart/upstart-dbus.h (+84/-0)
ltmain.sh (+9661/-0)
m4/gettext.m4 (+381/-0)
m4/iconv.m4 (+180/-0)
m4/intlmacosx.m4 (+51/-0)
m4/lib-ld.m4 (+110/-0)
m4/lib-link.m4 (+709/-0)
m4/lib-prefix.m4 (+185/-0)
m4/libnih.m4 (+248/-0)
m4/libtool.m4 (+7997/-0)
m4/ltoptions.m4 (+384/-0)
m4/ltsugar.m4 (+123/-0)
m4/ltversion.m4 (+23/-0)
m4/lt~obsolete.m4 (+98/-0)
m4/nls.m4 (+31/-0)
m4/pkg.m4 (+214/-0)
m4/po.m4 (+449/-0)
m4/progtest.m4 (+92/-0)
missing (+215/-0)
po/Makefile.in.in (+429/-0)
po/Rules-quot (+47/-0)
po/boldquot.sed (+10/-0)
po/en@boldquot.header (+25/-0)
po/en@boldquot.po (+1908/-0)
po/en@quot.header (+22/-0)
po/en@quot.po (+1905/-0)
po/insert-header.sin (+23/-0)
po/quot.sed (+6/-0)
po/remove-potcdate.sin (+19/-0)
po/stamp-po (+1/-0)
scripts/Makefile.in (+783/-0)
scripts/data/Makefile.in (+566/-0)
test-driver (+139/-0)
test/Makefile.in (+1053/-0)
util/Makefile.in (+1633/-0)
To merge this branch: bzr merge lp:~xnox/upstart/systemd-local-bridge
Reviewer Review Type Date Requested Status
Upstart Reviewers Pending
Review via email: mp+246726@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Hunt (jamesodhunt) wrote :

I think this should be merged into lp:ubuntu/upstart only, not lp:upstart.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

On 16 January 2015 at 15:24, James Hunt <email address hidden> wrote:
> I think this should be merged into lp:ubuntu/upstart only, not lp:upstart.
>

Makes sense. Ok.

--
Regards,

Dimitri.

1599. By Dimitri John Ledkov

* debian/upstart-bin.upstart.cron.daily: Emit "rotate-logs" event direct
  into session init, by-passing system upstart & session
* extra/upstart-local-bridge: implement systemd pid1 logic.
* extra/upstart-event-bridge: make it re-emit upstart-local-bridge
  events direct.
* util/telinit: Revert to synchronous behaviour coupled with unavoidable
  poll to ensure telinit only returns once a re-exec has completed (LP:
  #901038).

1600. By Dimitri John Ledkov

Add control xml bindings.

1601. By Dimitri John Ledkov

Drop event-bridge

1602. By Dimitri John Ledkov

move udev & local bridges to upstart-bin package.

1603. By Dimitri John Ledkov

Drop local option, use systemd_booted detection instead.

1604. By Dimitri John Ledkov

releasing package upstart version 1.13.2-0ubuntu6

1605. By Dimitri John Ledkov

Correct upstart-udev-bridge session job start/stop on conditions.

Unmerged revisions

1605. By Dimitri John Ledkov

Correct upstart-udev-bridge session job start/stop on conditions.

1604. By Dimitri John Ledkov

releasing package upstart version 1.13.2-0ubuntu6

1603. By Dimitri John Ledkov

Drop local option, use systemd_booted detection instead.

1602. By Dimitri John Ledkov

move udev & local bridges to upstart-bin package.

1601. By Dimitri John Ledkov

Drop event-bridge

1600. By Dimitri John Ledkov

Add control xml bindings.

1599. By Dimitri John Ledkov

* debian/upstart-bin.upstart.cron.daily: Emit "rotate-logs" event direct
  into session init, by-passing system upstart & session
* extra/upstart-local-bridge: implement systemd pid1 logic.
* extra/upstart-event-bridge: make it re-emit upstart-local-bridge
  events direct.
* util/telinit: Revert to synchronous behaviour coupled with unavoidable
  poll to ensure telinit only returns once a re-exec has completed (LP:
  #901038).

1598. By Dimitri John Ledkov

debian/control: make upstart-monitor & upstart-dconf-bridge be
installable with just session init, upstart-bin.

1597. By Dimitri John Ledkov

debian/upstart-bin.upstart.cron.daily: Emit ":sys:rotate-logs" event
direct into session init, by-passing system upstart & session
event-bridge. This way session logs will be rotated, even upstart is
not system init.

1596. By Dmitry Shachnev

debian/xsession.d/99upstart: Add support for GNOME Flashback session scripts.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file '.bzrignore'
2--- .bzrignore 2013-06-06 10:50:53 +0000
3+++ .bzrignore 1970-01-01 00:00:00 +0000
4@@ -1,69 +0,0 @@
5-*.lo
6-*.gcov
7-*.gcda
8-*.gcno
9-.deps
10-.libs
11-core
12-Makefile
13-Makefile.in
14-Makefile.in.in
15-TAGS
16-./ABOUT-NLS
17-./INSTALL
18-./aclocal.m4
19-./autom4te.cache
20-./compile
21-./config.h
22-./config.h.in
23-./config.cache
24-./config.guess
25-./config.log
26-./config.rpath
27-./config.status
28-./config.sub
29-./configure
30-./debian
31-./depcomp
32-./install-sh
33-./intl
34-./libtool
35-./ltmain.sh
36-./missing
37-./mkinstalldirs
38-./stamp-h1
39-m4
40-po/Makevars.template
41-po/POTFILES
42-po/*.sed
43-po/*.sin
44-po/*.header
45-po/Rules-quot
46-po/en@quot.insert-header
47-po/en@quot.po
48-po/en@boldquot.insert-header
49-po/en@boldquot.po
50-po/stamp-po
51-po/*.gmo
52-init/com.ubuntu.Upstart.[ch]
53-init/com.ubuntu.Upstart.Job.[ch]
54-init/com.ubuntu.Upstart.Instance.[ch]
55-init/init
56-init/test_*
57-util/com.ubuntu.Upstart.[ch]
58-util/com.ubuntu.Upstart.Job.[ch]
59-util/com.ubuntu.Upstart.Instance.[ch]
60-util/initctl
61-util/reboot
62-util/runlevel
63-util/shutdown
64-util/telinit
65-util/test_*
66-extra/com.ubuntu.Upstart.[ch]
67-extra/com.ubuntu.Upstart.Job.[ch]
68-extra/*-bridge
69-test-suite.log
70-test-driver
71-init/tests/.dirstamp
72-init/tests/libwrap_inotify.la
73-scripts/data/upstart-monitor.svg
74
75=== added file 'ABOUT-NLS'
76--- ABOUT-NLS 1970-01-01 00:00:00 +0000
77+++ ABOUT-NLS 2015-01-17 15:39:45 +0000
78@@ -0,0 +1,1068 @@
79+1 Notes on the Free Translation Project
80+***************************************
81+
82+Free software is going international! The Free Translation Project is
83+a way to get maintainers of free software, translators, and users all
84+together, so that free software will gradually become able to speak many
85+languages. A few packages already provide translations for their
86+messages.
87+
88+ If you found this `ABOUT-NLS' file inside a distribution, you may
89+assume that the distributed package does use GNU `gettext' internally,
90+itself available at your nearest GNU archive site. But you do _not_
91+need to install GNU `gettext' prior to configuring, installing or using
92+this package with messages translated.
93+
94+ Installers will find here some useful hints. These notes also
95+explain how users should proceed for getting the programs to use the
96+available translations. They tell how people wanting to contribute and
97+work on translations can contact the appropriate team.
98+
99+ When reporting bugs in the `intl/' directory or bugs which may be
100+related to internationalization, you should tell about the version of
101+`gettext' which is used. The information can be found in the
102+`intl/VERSION' file, in internationalized packages.
103+
104+1.1 Quick configuration advice
105+==============================
106+
107+If you want to exploit the full power of internationalization, you
108+should configure it using
109+
110+ ./configure --with-included-gettext
111+
112+to force usage of internationalizing routines provided within this
113+package, despite the existence of internationalizing capabilities in the
114+operating system where this package is being installed. So far, only
115+the `gettext' implementation in the GNU C library version 2 provides as
116+many features (such as locale alias, message inheritance, automatic
117+charset conversion or plural form handling) as the implementation here.
118+It is also not possible to offer this additional functionality on top
119+of a `catgets' implementation. Future versions of GNU `gettext' will
120+very likely convey even more functionality. So it might be a good idea
121+to change to GNU `gettext' as soon as possible.
122+
123+ So you need _not_ provide this option if you are using GNU libc 2 or
124+you have installed a recent copy of the GNU gettext package with the
125+included `libintl'.
126+
127+1.2 INSTALL Matters
128+===================
129+
130+Some packages are "localizable" when properly installed; the programs
131+they contain can be made to speak your own native language. Most such
132+packages use GNU `gettext'. Other packages have their own ways to
133+internationalization, predating GNU `gettext'.
134+
135+ By default, this package will be installed to allow translation of
136+messages. It will automatically detect whether the system already
137+provides the GNU `gettext' functions. If not, the included GNU
138+`gettext' library will be used. This library is wholly contained
139+within this package, usually in the `intl/' subdirectory, so prior
140+installation of the GNU `gettext' package is _not_ required.
141+Installers may use special options at configuration time for changing
142+the default behaviour. The commands:
143+
144+ ./configure --with-included-gettext
145+ ./configure --disable-nls
146+
147+will, respectively, bypass any pre-existing `gettext' to use the
148+internationalizing routines provided within this package, or else,
149+_totally_ disable translation of messages.
150+
151+ When you already have GNU `gettext' installed on your system and run
152+configure without an option for your new package, `configure' will
153+probably detect the previously built and installed `libintl.a' file and
154+will decide to use this. This might not be desirable. You should use
155+the more recent version of the GNU `gettext' library. I.e. if the file
156+`intl/VERSION' shows that the library which comes with this package is
157+more recent, you should use
158+
159+ ./configure --with-included-gettext
160+
161+to prevent auto-detection.
162+
163+ The configuration process will not test for the `catgets' function
164+and therefore it will not be used. The reason is that even an
165+emulation of `gettext' on top of `catgets' could not provide all the
166+extensions of the GNU `gettext' library.
167+
168+ Internationalized packages usually have many `po/LL.po' files, where
169+LL gives an ISO 639 two-letter code identifying the language. Unless
170+translations have been forbidden at `configure' time by using the
171+`--disable-nls' switch, all available translations are installed
172+together with the package. However, the environment variable `LINGUAS'
173+may be set, prior to configuration, to limit the installed set.
174+`LINGUAS' should then contain a space separated list of two-letter
175+codes, stating which languages are allowed.
176+
177+1.3 Using This Package
178+======================
179+
180+As a user, if your language has been installed for this package, you
181+only have to set the `LANG' environment variable to the appropriate
182+`LL_CC' combination. If you happen to have the `LC_ALL' or some other
183+`LC_xxx' environment variables set, you should unset them before
184+setting `LANG', otherwise the setting of `LANG' will not have the
185+desired effect. Here `LL' is an ISO 639 two-letter language code, and
186+`CC' is an ISO 3166 two-letter country code. For example, let's
187+suppose that you speak German and live in Germany. At the shell
188+prompt, merely execute `setenv LANG de_DE' (in `csh'),
189+`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
190+This can be done from your `.login' or `.profile' file, once and for
191+all.
192+
193+ You might think that the country code specification is redundant.
194+But in fact, some languages have dialects in different countries. For
195+example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
196+country code serves to distinguish the dialects.
197+
198+ The locale naming convention of `LL_CC', with `LL' denoting the
199+language and `CC' denoting the country, is the one use on systems based
200+on GNU libc. On other systems, some variations of this scheme are
201+used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
202+locales supported by your system for your language by running the
203+command `locale -a | grep '^LL''.
204+
205+ Not all programs have translations for all languages. By default, an
206+English message is shown in place of a nonexistent translation. If you
207+understand other languages, you can set up a priority list of languages.
208+This is done through a different environment variable, called
209+`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
210+for the purpose of message handling, but you still need to have `LANG'
211+set to the primary language; this is required by other parts of the
212+system libraries. For example, some Swedish users who would rather
213+read translations in German than English for when Swedish is not
214+available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
215+
216+ Special advice for Norwegian users: The language code for Norwegian
217+bokma*l changed from `no' to `nb' recently (in 2003). During the
218+transition period, while some message catalogs for this language are
219+installed under `nb' and some older ones under `no', it's recommended
220+for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
221+older translations are used.
222+
223+ In the `LANGUAGE' environment variable, but not in the `LANG'
224+environment variable, `LL_CC' combinations can be abbreviated as `LL'
225+to denote the language's main dialect. For example, `de' is equivalent
226+to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
227+(Portuguese as spoken in Portugal) in this context.
228+
229+1.4 Translating Teams
230+=====================
231+
232+For the Free Translation Project to be a success, we need interested
233+people who like their own language and write it well, and who are also
234+able to synergize with other translators speaking the same language.
235+Each translation team has its own mailing list. The up-to-date list of
236+teams can be found at the Free Translation Project's homepage,
237+`http://translationproject.org/', in the "Teams" area.
238+
239+ If you'd like to volunteer to _work_ at translating messages, you
240+should become a member of the translating team for your own language.
241+The subscribing address is _not_ the same as the list itself, it has
242+`-request' appended. For example, speakers of Swedish can send a
243+message to `sv-request@li.org', having this message body:
244+
245+ subscribe
246+
247+ Keep in mind that team members are expected to participate
248+_actively_ in translations, or at solving translational difficulties,
249+rather than merely lurking around. If your team does not exist yet and
250+you want to start one, or if you are unsure about what to do or how to
251+get started, please write to `coordinator@translationproject.org' to
252+reach the coordinator for all translator teams.
253+
254+ The English team is special. It works at improving and uniformizing
255+the terminology in use. Proven linguistic skills are praised more than
256+programming skills, here.
257+
258+1.5 Available Packages
259+======================
260+
261+Languages are not equally supported in all packages. The following
262+matrix shows the current state of internationalization, as of November
263+2007. The matrix shows, in regard of each package, for which languages
264+PO files have been submitted to translation coordination, with a
265+translation percentage of at least 50%.
266+
267+ Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
268+ +----------------------------------------------------+
269+ Compendium | [] [] [] [] |
270+ a2ps | [] [] [] [] [] |
271+ aegis | () |
272+ ant-phone | () |
273+ anubis | [] |
274+ ap-utils | |
275+ aspell | [] [] [] [] [] |
276+ bash | [] |
277+ bfd | |
278+ bibshelf | [] |
279+ binutils | |
280+ bison | [] [] |
281+ bison-runtime | [] |
282+ bluez-pin | [] [] [] [] [] |
283+ cflow | [] |
284+ clisp | [] [] [] |
285+ console-tools | [] [] |
286+ coreutils | [] [] [] [] |
287+ cpio | |
288+ cpplib | [] [] [] |
289+ cryptonit | [] |
290+ dialog | |
291+ diffutils | [] [] [] [] [] [] |
292+ doodle | [] |
293+ e2fsprogs | [] [] |
294+ enscript | [] [] [] [] |
295+ fetchmail | [] [] () [] [] |
296+ findutils | [] |
297+ findutils_stable | [] [] [] |
298+ flex | [] [] [] |
299+ fslint | |
300+ gas | |
301+ gawk | [] [] [] |
302+ gcal | [] |
303+ gcc | [] |
304+ gettext-examples | [] [] [] [] [] |
305+ gettext-runtime | [] [] [] [] [] |
306+ gettext-tools | [] [] |
307+ gip | [] |
308+ gliv | [] [] |
309+ glunarclock | [] |
310+ gmult | [] [] |
311+ gnubiff | () |
312+ gnucash | [] [] () () [] |
313+ gnuedu | |
314+ gnulib | [] |
315+ gnunet | |
316+ gnunet-gtk | |
317+ gnutls | [] |
318+ gpe-aerial | [] [] |
319+ gpe-beam | [] [] |
320+ gpe-calendar | |
321+ gpe-clock | [] [] |
322+ gpe-conf | [] [] |
323+ gpe-contacts | |
324+ gpe-edit | [] |
325+ gpe-filemanager | |
326+ gpe-go | [] |
327+ gpe-login | [] [] |
328+ gpe-ownerinfo | [] [] |
329+ gpe-package | |
330+ gpe-sketchbook | [] [] |
331+ gpe-su | [] [] |
332+ gpe-taskmanager | [] [] |
333+ gpe-timesheet | [] |
334+ gpe-today | [] [] |
335+ gpe-todo | |
336+ gphoto2 | [] [] [] [] |
337+ gprof | [] [] |
338+ gpsdrive | |
339+ gramadoir | [] [] |
340+ grep | [] [] |
341+ gretl | () |
342+ gsasl | |
343+ gss | |
344+ gst-plugins-bad | [] [] |
345+ gst-plugins-base | [] [] |
346+ gst-plugins-good | [] [] [] |
347+ gst-plugins-ugly | [] [] |
348+ gstreamer | [] [] [] [] [] [] [] |
349+ gtick | () |
350+ gtkam | [] [] [] [] |
351+ gtkorphan | [] [] |
352+ gtkspell | [] [] [] [] |
353+ gutenprint | [] |
354+ hello | [] [] [] [] [] |
355+ herrie | [] |
356+ hylafax | |
357+ idutils | [] [] |
358+ indent | [] [] [] [] |
359+ iso_15924 | |
360+ iso_3166 | [] [] [] [] [] [] [] [] [] [] [] |
361+ iso_3166_2 | |
362+ iso_4217 | [] [] [] |
363+ iso_639 | [] [] [] [] |
364+ jpilot | [] |
365+ jtag | |
366+ jwhois | |
367+ kbd | [] [] [] [] |
368+ keytouch | [] [] |
369+ keytouch-editor | [] |
370+ keytouch-keyboa... | [] |
371+ latrine | () |
372+ ld | [] |
373+ leafpad | [] [] [] [] [] |
374+ libc | [] [] [] [] |
375+ libexif | [] |
376+ libextractor | [] |
377+ libgpewidget | [] [] [] |
378+ libgpg-error | [] |
379+ libgphoto2 | [] [] |
380+ libgphoto2_port | [] [] |
381+ libgsasl | |
382+ libiconv | [] [] |
383+ libidn | [] [] [] |
384+ lifelines | [] () |
385+ lilypond | [] |
386+ lingoteach | |
387+ lprng | |
388+ lynx | [] [] [] [] |
389+ m4 | [] [] [] [] |
390+ mailfromd | |
391+ mailutils | [] |
392+ make | [] [] |
393+ man-db | [] [] [] |
394+ minicom | [] [] [] |
395+ nano | [] [] [] |
396+ opcodes | [] |
397+ parted | [] [] |
398+ pilot-qof | |
399+ popt | [] [] [] |
400+ psmisc | [] |
401+ pwdutils | |
402+ qof | |
403+ radius | [] |
404+ recode | [] [] [] [] [] [] |
405+ rpm | [] |
406+ screem | |
407+ scrollkeeper | [] [] [] [] [] [] [] [] |
408+ sed | [] [] [] |
409+ shared-mime-info | [] [] [] [] () [] [] [] |
410+ sharutils | [] [] [] [] [] [] |
411+ shishi | |
412+ skencil | [] () |
413+ solfege | |
414+ soundtracker | [] [] |
415+ sp | [] |
416+ system-tools-ba... | [] [] [] [] [] [] [] [] [] |
417+ tar | [] [] |
418+ texinfo | [] [] [] |
419+ tin | () () |
420+ tuxpaint | [] [] [] [] [] [] |
421+ unicode-han-tra... | |
422+ unicode-transla... | |
423+ util-linux | [] [] [] [] |
424+ util-linux-ng | [] [] [] [] |
425+ vorbis-tools | [] |
426+ wastesedge | () |
427+ wdiff | [] [] [] [] |
428+ wget | [] [] [] |
429+ xchat | [] [] [] [] [] [] [] |
430+ xkeyboard-config | [] |
431+ xpad | [] [] [] |
432+ +----------------------------------------------------+
433+ af am ar az be bg bs ca cs cy da de el en en_GB eo
434+ 6 0 2 1 8 26 2 40 48 2 56 88 15 1 15 18
435+
436+ es et eu fa fi fr ga gl gu he hi hr hu id is it
437+ +--------------------------------------------------+
438+ Compendium | [] [] [] [] [] |
439+ a2ps | [] [] [] () |
440+ aegis | |
441+ ant-phone | [] |
442+ anubis | [] |
443+ ap-utils | [] [] |
444+ aspell | [] [] [] |
445+ bash | [] |
446+ bfd | [] [] |
447+ bibshelf | [] [] [] |
448+ binutils | [] [] [] |
449+ bison | [] [] [] [] [] [] |
450+ bison-runtime | [] [] [] [] [] |
451+ bluez-pin | [] [] [] [] [] |
452+ cflow | [] |
453+ clisp | [] [] |
454+ console-tools | |
455+ coreutils | [] [] [] [] [] [] |
456+ cpio | [] [] [] |
457+ cpplib | [] [] |
458+ cryptonit | [] |
459+ dialog | [] [] [] |
460+ diffutils | [] [] [] [] [] [] [] [] [] |
461+ doodle | [] [] |
462+ e2fsprogs | [] [] [] |
463+ enscript | [] [] [] |
464+ fetchmail | [] |
465+ findutils | [] [] [] |
466+ findutils_stable | [] [] [] [] |
467+ flex | [] [] [] |
468+ fslint | |
469+ gas | [] [] |
470+ gawk | [] [] [] [] () |
471+ gcal | [] [] |
472+ gcc | [] |
473+ gettext-examples | [] [] [] [] [] [] [] |
474+ gettext-runtime | [] [] [] [] [] [] |
475+ gettext-tools | [] [] [] [] |
476+ gip | [] [] [] [] |
477+ gliv | () |
478+ glunarclock | [] [] [] |
479+ gmult | [] [] [] |
480+ gnubiff | () () |
481+ gnucash | () () () |
482+ gnuedu | [] |
483+ gnulib | [] [] [] |
484+ gnunet | |
485+ gnunet-gtk | |
486+ gnutls | |
487+ gpe-aerial | [] [] |
488+ gpe-beam | [] [] |
489+ gpe-calendar | |
490+ gpe-clock | [] [] [] [] |
491+ gpe-conf | [] |
492+ gpe-contacts | [] [] |
493+ gpe-edit | [] [] [] [] |
494+ gpe-filemanager | [] |
495+ gpe-go | [] [] [] |
496+ gpe-login | [] [] [] |
497+ gpe-ownerinfo | [] [] [] [] [] |
498+ gpe-package | [] |
499+ gpe-sketchbook | [] [] |
500+ gpe-su | [] [] [] [] |
501+ gpe-taskmanager | [] [] [] |
502+ gpe-timesheet | [] [] [] [] |
503+ gpe-today | [] [] [] [] |
504+ gpe-todo | [] |
505+ gphoto2 | [] [] [] [] [] |
506+ gprof | [] [] [] [] [] |
507+ gpsdrive | [] |
508+ gramadoir | [] [] |
509+ grep | [] [] [] |
510+ gretl | [] [] [] () |
511+ gsasl | [] [] |
512+ gss | [] [] |
513+ gst-plugins-bad | [] [] [] [] |
514+ gst-plugins-base | [] [] [] [] |
515+ gst-plugins-good | [] [] [] [] [] |
516+ gst-plugins-ugly | [] [] [] [] |
517+ gstreamer | [] [] [] |
518+ gtick | [] [] [] |
519+ gtkam | [] [] [] [] |
520+ gtkorphan | [] [] |
521+ gtkspell | [] [] [] [] [] [] [] |
522+ gutenprint | [] |
523+ hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
524+ herrie | [] |
525+ hylafax | |
526+ idutils | [] [] [] [] [] |
527+ indent | [] [] [] [] [] [] [] [] [] [] |
528+ iso_15924 | [] |
529+ iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
530+ iso_3166_2 | [] |
531+ iso_4217 | [] [] [] [] [] [] |
532+ iso_639 | [] [] [] [] [] [] |
533+ jpilot | [] [] |
534+ jtag | [] |
535+ jwhois | [] [] [] [] [] |
536+ kbd | [] [] |
537+ keytouch | [] [] [] |
538+ keytouch-editor | [] |
539+ keytouch-keyboa... | [] [] |
540+ latrine | [] [] |
541+ ld | [] [] [] [] |
542+ leafpad | [] [] [] [] [] [] |
543+ libc | [] [] [] [] [] |
544+ libexif | [] |
545+ libextractor | [] |
546+ libgpewidget | [] [] [] [] [] |
547+ libgpg-error | [] |
548+ libgphoto2 | [] [] [] |
549+ libgphoto2_port | [] [] |
550+ libgsasl | [] [] |
551+ libiconv | [] [] [] |
552+ libidn | [] [] |
553+ lifelines | () |
554+ lilypond | [] [] [] |
555+ lingoteach | [] [] [] |
556+ lprng | |
557+ lynx | [] [] [] |
558+ m4 | [] [] [] [] |
559+ mailfromd | |
560+ mailutils | [] [] |
561+ make | [] [] [] [] [] [] [] [] |
562+ man-db | [] |
563+ minicom | [] [] [] [] |
564+ nano | [] [] [] [] [] [] [] |
565+ opcodes | [] [] [] [] |
566+ parted | [] [] [] |
567+ pilot-qof | |
568+ popt | [] [] [] [] |
569+ psmisc | [] [] |
570+ pwdutils | |
571+ qof | [] |
572+ radius | [] [] |
573+ recode | [] [] [] [] [] [] [] [] |
574+ rpm | [] [] |
575+ screem | |
576+ scrollkeeper | [] [] [] |
577+ sed | [] [] [] [] [] |
578+ shared-mime-info | [] [] [] [] [] [] |
579+ sharutils | [] [] [] [] [] [] [] [] |
580+ shishi | [] |
581+ skencil | [] [] |
582+ solfege | [] |
583+ soundtracker | [] [] [] |
584+ sp | [] |
585+ system-tools-ba... | [] [] [] [] [] [] [] [] [] |
586+ tar | [] [] [] [] [] |
587+ texinfo | [] [] [] |
588+ tin | [] () |
589+ tuxpaint | [] [] |
590+ unicode-han-tra... | |
591+ unicode-transla... | [] [] |
592+ util-linux | [] [] [] [] [] [] [] |
593+ util-linux-ng | [] [] [] [] [] [] [] |
594+ vorbis-tools | |
595+ wastesedge | () |
596+ wdiff | [] [] [] [] [] [] [] [] |
597+ wget | [] [] [] [] [] [] [] [] |
598+ xchat | [] [] [] [] [] [] [] |
599+ xkeyboard-config | [] [] [] [] |
600+ xpad | [] [] [] |
601+ +--------------------------------------------------+
602+ es et eu fa fi fr ga gl gu he hi hr hu id is it
603+ 85 22 14 2 48 101 61 12 2 8 2 6 53 29 1 52
604+
605+ ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn
606+ +--------------------------------------------------+
607+ Compendium | [] |
608+ a2ps | () [] [] |
609+ aegis | () |
610+ ant-phone | [] |
611+ anubis | [] [] [] |
612+ ap-utils | [] |
613+ aspell | [] [] |
614+ bash | [] |
615+ bfd | |
616+ bibshelf | [] |
617+ binutils | |
618+ bison | [] [] [] |
619+ bison-runtime | [] [] [] |
620+ bluez-pin | [] [] [] |
621+ cflow | |
622+ clisp | [] |
623+ console-tools | |
624+ coreutils | [] |
625+ cpio | [] |
626+ cpplib | [] |
627+ cryptonit | [] |
628+ dialog | [] [] |
629+ diffutils | [] [] [] |
630+ doodle | |
631+ e2fsprogs | [] |
632+ enscript | [] |
633+ fetchmail | [] [] |
634+ findutils | [] |
635+ findutils_stable | [] |
636+ flex | [] [] |
637+ fslint | |
638+ gas | |
639+ gawk | [] [] |
640+ gcal | |
641+ gcc | |
642+ gettext-examples | [] [] [] |
643+ gettext-runtime | [] [] [] |
644+ gettext-tools | [] [] |
645+ gip | [] [] |
646+ gliv | [] |
647+ glunarclock | [] [] |
648+ gmult | [] [] [] |
649+ gnubiff | |
650+ gnucash | () () () |
651+ gnuedu | |
652+ gnulib | [] [] |
653+ gnunet | |
654+ gnunet-gtk | |
655+ gnutls | [] |
656+ gpe-aerial | [] |
657+ gpe-beam | [] |
658+ gpe-calendar | [] |
659+ gpe-clock | [] [] [] |
660+ gpe-conf | [] [] [] |
661+ gpe-contacts | [] |
662+ gpe-edit | [] [] [] |
663+ gpe-filemanager | [] [] |
664+ gpe-go | [] [] [] |
665+ gpe-login | [] [] [] |
666+ gpe-ownerinfo | [] [] |
667+ gpe-package | [] [] |
668+ gpe-sketchbook | [] [] |
669+ gpe-su | [] [] [] |
670+ gpe-taskmanager | [] [] [] [] |
671+ gpe-timesheet | [] |
672+ gpe-today | [] [] |
673+ gpe-todo | [] |
674+ gphoto2 | [] [] |
675+ gprof | [] |
676+ gpsdrive | [] |
677+ gramadoir | () |
678+ grep | [] [] |
679+ gretl | |
680+ gsasl | [] |
681+ gss | |
682+ gst-plugins-bad | [] |
683+ gst-plugins-base | [] |
684+ gst-plugins-good | [] |
685+ gst-plugins-ugly | [] |
686+ gstreamer | [] |
687+ gtick | [] |
688+ gtkam | [] [] |
689+ gtkorphan | [] |
690+ gtkspell | [] [] |
691+ gutenprint | [] |
692+ hello | [] [] [] [] [] [] [] |
693+ herrie | [] |
694+ hylafax | |
695+ idutils | [] |
696+ indent | [] [] |
697+ iso_15924 | [] |
698+ iso_3166 | [] [] [] [] [] [] [] [] |
699+ iso_3166_2 | [] |
700+ iso_4217 | [] [] [] |
701+ iso_639 | [] [] [] [] |
702+ jpilot | () () |
703+ jtag | |
704+ jwhois | [] |
705+ kbd | [] |
706+ keytouch | [] |
707+ keytouch-editor | [] |
708+ keytouch-keyboa... | |
709+ latrine | [] |
710+ ld | |
711+ leafpad | [] [] |
712+ libc | [] [] [] |
713+ libexif | |
714+ libextractor | |
715+ libgpewidget | [] |
716+ libgpg-error | |
717+ libgphoto2 | [] |
718+ libgphoto2_port | [] |
719+ libgsasl | [] |
720+ libiconv | [] |
721+ libidn | [] [] |
722+ lifelines | [] |
723+ lilypond | [] |
724+ lingoteach | [] |
725+ lprng | |
726+ lynx | [] [] |
727+ m4 | [] [] |
728+ mailfromd | |
729+ mailutils | |
730+ make | [] [] [] |
731+ man-db | |
732+ minicom | [] |
733+ nano | [] [] [] |
734+ opcodes | [] |
735+ parted | [] [] |
736+ pilot-qof | |
737+ popt | [] [] [] |
738+ psmisc | [] [] [] |
739+ pwdutils | |
740+ qof | |
741+ radius | |
742+ recode | [] |
743+ rpm | [] [] |
744+ screem | [] |
745+ scrollkeeper | [] [] [] [] |
746+ sed | [] [] |
747+ shared-mime-info | [] [] [] [] [] [] [] |
748+ sharutils | [] [] |
749+ shishi | |
750+ skencil | |
751+ solfege | () () |
752+ soundtracker | |
753+ sp | () |
754+ system-tools-ba... | [] [] [] [] |
755+ tar | [] [] [] |
756+ texinfo | [] [] |
757+ tin | |
758+ tuxpaint | () [] [] |
759+ unicode-han-tra... | |
760+ unicode-transla... | |
761+ util-linux | [] [] |
762+ util-linux-ng | [] [] |
763+ vorbis-tools | |
764+ wastesedge | [] |
765+ wdiff | [] [] |
766+ wget | [] [] |
767+ xchat | [] [] [] [] |
768+ xkeyboard-config | [] [] [] |
769+ xpad | [] [] [] |
770+ +--------------------------------------------------+
771+ ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn
772+ 51 2 25 3 2 0 6 0 2 2 20 0 11 1 103 6
773+
774+ or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
775+ +--------------------------------------------------+
776+ Compendium | [] [] [] [] [] |
777+ a2ps | () [] [] [] [] [] [] |
778+ aegis | () () |
779+ ant-phone | [] [] |
780+ anubis | [] [] [] |
781+ ap-utils | () |
782+ aspell | [] [] [] |
783+ bash | [] [] |
784+ bfd | |
785+ bibshelf | [] |
786+ binutils | [] [] |
787+ bison | [] [] [] [] [] |
788+ bison-runtime | [] [] [] [] [] |
789+ bluez-pin | [] [] [] [] [] [] [] [] [] |
790+ cflow | [] |
791+ clisp | [] |
792+ console-tools | [] |
793+ coreutils | [] [] [] [] |
794+ cpio | [] [] [] |
795+ cpplib | [] |
796+ cryptonit | [] [] |
797+ dialog | [] |
798+ diffutils | [] [] [] [] [] [] |
799+ doodle | [] [] |
800+ e2fsprogs | [] [] |
801+ enscript | [] [] [] [] [] |
802+ fetchmail | [] [] [] |
803+ findutils | [] [] [] |
804+ findutils_stable | [] [] [] [] [] [] |
805+ flex | [] [] [] [] [] |
806+ fslint | [] |
807+ gas | |
808+ gawk | [] [] [] [] |
809+ gcal | [] |
810+ gcc | [] [] |
811+ gettext-examples | [] [] [] [] [] [] [] [] |
812+ gettext-runtime | [] [] [] [] [] [] [] [] |
813+ gettext-tools | [] [] [] [] [] [] [] |
814+ gip | [] [] [] [] |
815+ gliv | [] [] [] [] [] [] |
816+ glunarclock | [] [] [] [] [] [] |
817+ gmult | [] [] [] [] |
818+ gnubiff | () [] |
819+ gnucash | () [] |
820+ gnuedu | |
821+ gnulib | [] [] [] |
822+ gnunet | |
823+ gnunet-gtk | [] |
824+ gnutls | [] [] |
825+ gpe-aerial | [] [] [] [] [] [] [] |
826+ gpe-beam | [] [] [] [] [] [] [] |
827+ gpe-calendar | [] [] [] [] |
828+ gpe-clock | [] [] [] [] [] [] [] [] |
829+ gpe-conf | [] [] [] [] [] [] [] |
830+ gpe-contacts | [] [] [] [] [] |
831+ gpe-edit | [] [] [] [] [] [] [] [] [] |
832+ gpe-filemanager | [] [] |
833+ gpe-go | [] [] [] [] [] [] [] [] |
834+ gpe-login | [] [] [] [] [] [] [] [] |
835+ gpe-ownerinfo | [] [] [] [] [] [] [] [] |
836+ gpe-package | [] [] |
837+ gpe-sketchbook | [] [] [] [] [] [] [] [] |
838+ gpe-su | [] [] [] [] [] [] [] [] |
839+ gpe-taskmanager | [] [] [] [] [] [] [] [] |
840+ gpe-timesheet | [] [] [] [] [] [] [] [] |
841+ gpe-today | [] [] [] [] [] [] [] [] |
842+ gpe-todo | [] [] [] [] |
843+ gphoto2 | [] [] [] [] [] [] |
844+ gprof | [] [] [] |
845+ gpsdrive | [] [] |
846+ gramadoir | [] [] |
847+ grep | [] [] [] [] |
848+ gretl | [] [] [] |
849+ gsasl | [] [] [] |
850+ gss | [] [] [] [] |
851+ gst-plugins-bad | [] [] [] |
852+ gst-plugins-base | [] [] |
853+ gst-plugins-good | [] [] |
854+ gst-plugins-ugly | [] [] [] |
855+ gstreamer | [] [] [] [] |
856+ gtick | [] |
857+ gtkam | [] [] [] [] [] |
858+ gtkorphan | [] |
859+ gtkspell | [] [] [] [] [] [] [] [] |
860+ gutenprint | [] |
861+ hello | [] [] [] [] [] [] [] [] |
862+ herrie | [] [] [] |
863+ hylafax | |
864+ idutils | [] [] [] [] [] |
865+ indent | [] [] [] [] [] [] [] |
866+ iso_15924 | |
867+ iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
868+ iso_3166_2 | |
869+ iso_4217 | [] [] [] [] [] [] [] |
870+ iso_639 | [] [] [] [] [] [] [] |
871+ jpilot | |
872+ jtag | [] |
873+ jwhois | [] [] [] [] |
874+ kbd | [] [] [] |
875+ keytouch | [] |
876+ keytouch-editor | [] |
877+ keytouch-keyboa... | [] |
878+ latrine | |
879+ ld | [] |
880+ leafpad | [] [] [] [] [] [] |
881+ libc | [] [] [] [] |
882+ libexif | [] [] |
883+ libextractor | [] [] |
884+ libgpewidget | [] [] [] [] [] [] [] [] |
885+ libgpg-error | [] [] [] |
886+ libgphoto2 | [] |
887+ libgphoto2_port | [] [] [] |
888+ libgsasl | [] [] [] [] |
889+ libiconv | [] [] [] |
890+ libidn | [] [] () |
891+ lifelines | [] [] |
892+ lilypond | |
893+ lingoteach | [] |
894+ lprng | [] |
895+ lynx | [] [] [] |
896+ m4 | [] [] [] [] [] |
897+ mailfromd | [] |
898+ mailutils | [] [] [] |
899+ make | [] [] [] [] |
900+ man-db | [] [] [] [] |
901+ minicom | [] [] [] [] [] |
902+ nano | [] [] [] [] |
903+ opcodes | [] [] |
904+ parted | [] |
905+ pilot-qof | |
906+ popt | [] [] [] [] |
907+ psmisc | [] [] |
908+ pwdutils | [] [] |
909+ qof | [] [] |
910+ radius | [] [] |
911+ recode | [] [] [] [] [] [] [] |
912+ rpm | [] [] [] [] |
913+ screem | |
914+ scrollkeeper | [] [] [] [] [] [] [] |
915+ sed | [] [] [] [] [] [] [] [] [] |
916+ shared-mime-info | [] [] [] [] [] [] |
917+ sharutils | [] [] [] [] |
918+ shishi | [] |
919+ skencil | [] [] [] |
920+ solfege | [] |
921+ soundtracker | [] [] |
922+ sp | |
923+ system-tools-ba... | [] [] [] [] [] [] [] [] [] |
924+ tar | [] [] [] [] |
925+ texinfo | [] [] [] [] |
926+ tin | () |
927+ tuxpaint | [] [] [] [] [] [] |
928+ unicode-han-tra... | |
929+ unicode-transla... | |
930+ util-linux | [] [] [] [] |
931+ util-linux-ng | [] [] [] [] |
932+ vorbis-tools | [] |
933+ wastesedge | |
934+ wdiff | [] [] [] [] [] [] [] |
935+ wget | [] [] [] [] |
936+ xchat | [] [] [] [] [] [] [] |
937+ xkeyboard-config | [] [] [] |
938+ xpad | [] [] [] |
939+ +--------------------------------------------------+
940+ or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
941+ 0 5 77 31 53 4 58 72 3 45 46 9 45 122 3
942+
943+ tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
944+ +---------------------------------------------------+
945+ Compendium | [] [] [] [] | 19
946+ a2ps | [] [] [] | 19
947+ aegis | [] | 1
948+ ant-phone | [] [] | 6
949+ anubis | [] [] [] | 11
950+ ap-utils | () [] | 4
951+ aspell | [] [] [] | 16
952+ bash | [] | 6
953+ bfd | | 2
954+ bibshelf | [] | 7
955+ binutils | [] [] [] [] | 9
956+ bison | [] [] [] [] | 20
957+ bison-runtime | [] [] [] [] | 18
958+ bluez-pin | [] [] [] [] [] [] | 28
959+ cflow | [] [] | 5
960+ clisp | | 9
961+ console-tools | [] [] | 5
962+ coreutils | [] [] [] | 18
963+ cpio | [] [] [] [] | 11
964+ cpplib | [] [] [] [] [] | 12
965+ cryptonit | [] | 6
966+ dialog | [] [] [] | 9
967+ diffutils | [] [] [] [] [] | 29
968+ doodle | [] | 6
969+ e2fsprogs | [] [] | 10
970+ enscript | [] [] [] | 16
971+ fetchmail | [] [] | 12
972+ findutils | [] [] [] | 11
973+ findutils_stable | [] [] [] [] | 18
974+ flex | [] [] | 15
975+ fslint | [] | 2
976+ gas | [] | 3
977+ gawk | [] [] [] | 16
978+ gcal | [] | 5
979+ gcc | [] [] [] | 7
980+ gettext-examples | [] [] [] [] [] [] | 29
981+ gettext-runtime | [] [] [] [] [] [] | 28
982+ gettext-tools | [] [] [] [] [] | 20
983+ gip | [] [] | 13
984+ gliv | [] [] | 11
985+ glunarclock | [] [] [] | 15
986+ gmult | [] [] [] [] | 16
987+ gnubiff | [] | 2
988+ gnucash | () [] | 5
989+ gnuedu | [] | 2
990+ gnulib | [] | 10
991+ gnunet | | 0
992+ gnunet-gtk | [] [] | 3
993+ gnutls | | 4
994+ gpe-aerial | [] [] | 14
995+ gpe-beam | [] [] | 14
996+ gpe-calendar | [] [] | 7
997+ gpe-clock | [] [] [] [] | 21
998+ gpe-conf | [] [] [] | 16
999+ gpe-contacts | [] [] | 10
1000+ gpe-edit | [] [] [] [] [] | 22
1001+ gpe-filemanager | [] [] | 7
1002+ gpe-go | [] [] [] [] | 19
1003+ gpe-login | [] [] [] [] [] | 21
1004+ gpe-ownerinfo | [] [] [] [] | 21
1005+ gpe-package | [] | 6
1006+ gpe-sketchbook | [] [] | 16
1007+ gpe-su | [] [] [] [] | 21
1008+ gpe-taskmanager | [] [] [] [] | 21
1009+ gpe-timesheet | [] [] [] [] | 18
1010+ gpe-today | [] [] [] [] [] | 21
1011+ gpe-todo | [] [] | 8
1012+ gphoto2 | [] [] [] [] | 21
1013+ gprof | [] [] | 13
1014+ gpsdrive | [] | 5
1015+ gramadoir | [] | 7
1016+ grep | [] | 12
1017+ gretl | | 6
1018+ gsasl | [] [] [] | 9
1019+ gss | [] | 7
1020+ gst-plugins-bad | [] [] [] | 13
1021+ gst-plugins-base | [] [] | 11
1022+ gst-plugins-good | [] [] [] [] [] | 16
1023+ gst-plugins-ugly | [] [] [] | 13
1024+ gstreamer | [] [] [] | 18
1025+ gtick | [] [] | 7
1026+ gtkam | [] | 16
1027+ gtkorphan | [] | 7
1028+ gtkspell | [] [] [] [] [] [] | 27
1029+ gutenprint | | 4
1030+ hello | [] [] [] [] [] | 38
1031+ herrie | [] [] | 8
1032+ hylafax | | 0
1033+ idutils | [] [] | 15
1034+ indent | [] [] [] [] [] | 28
1035+ iso_15924 | [] [] | 4
1036+ iso_3166 | [] [] [] [] [] [] [] [] [] | 54
1037+ iso_3166_2 | [] [] | 4
1038+ iso_4217 | [] [] [] [] [] | 24
1039+ iso_639 | [] [] [] [] [] | 26
1040+ jpilot | [] [] [] [] | 7
1041+ jtag | [] | 3
1042+ jwhois | [] [] [] | 13
1043+ kbd | [] [] [] | 13
1044+ keytouch | [] | 8
1045+ keytouch-editor | [] | 5
1046+ keytouch-keyboa... | [] | 5
1047+ latrine | [] [] | 5
1048+ ld | [] [] [] [] | 10
1049+ leafpad | [] [] [] [] [] | 24
1050+ libc | [] [] [] | 19
1051+ libexif | [] | 5
1052+ libextractor | [] | 5
1053+ libgpewidget | [] [] [] | 20
1054+ libgpg-error | [] | 6
1055+ libgphoto2 | [] [] | 9
1056+ libgphoto2_port | [] [] [] | 11
1057+ libgsasl | [] | 8
1058+ libiconv | [] [] | 11
1059+ libidn | [] [] | 11
1060+ lifelines | | 4
1061+ lilypond | [] | 6
1062+ lingoteach | [] | 6
1063+ lprng | [] | 2
1064+ lynx | [] [] [] | 15
1065+ m4 | [] [] [] | 18
1066+ mailfromd | [] [] | 3
1067+ mailutils | [] [] | 8
1068+ make | [] [] [] | 20
1069+ man-db | [] | 9
1070+ minicom | [] | 14
1071+ nano | [] [] [] | 20
1072+ opcodes | [] [] | 10
1073+ parted | [] [] [] | 11
1074+ pilot-qof | [] | 1
1075+ popt | [] [] [] [] | 18
1076+ psmisc | [] [] | 10
1077+ pwdutils | [] | 3
1078+ qof | [] | 4
1079+ radius | [] [] | 7
1080+ recode | [] [] [] | 25
1081+ rpm | [] [] [] [] | 13
1082+ screem | [] | 2
1083+ scrollkeeper | [] [] [] [] | 26
1084+ sed | [] [] [] [] | 23
1085+ shared-mime-info | [] [] [] | 29
1086+ sharutils | [] [] [] | 23
1087+ shishi | [] | 3
1088+ skencil | [] | 7
1089+ solfege | [] | 3
1090+ soundtracker | [] [] | 9
1091+ sp | [] | 3
1092+ system-tools-ba... | [] [] [] [] [] [] [] | 38
1093+ tar | [] [] [] | 17
1094+ texinfo | [] [] [] | 15
1095+ tin | | 1
1096+ tuxpaint | [] [] [] | 19
1097+ unicode-han-tra... | | 0
1098+ unicode-transla... | | 2
1099+ util-linux | [] [] [] | 20
1100+ util-linux-ng | [] [] [] | 20
1101+ vorbis-tools | [] [] | 4
1102+ wastesedge | | 1
1103+ wdiff | [] [] | 23
1104+ wget | [] [] [] | 20
1105+ xchat | [] [] [] [] | 29
1106+ xkeyboard-config | [] [] [] | 14
1107+ xpad | [] [] [] | 15
1108+ +---------------------------------------------------+
1109+ 76 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
1110+ 163 domains 0 3 1 74 51 0 143 21 1 57 7 45 0 2036
1111+
1112+ Some counters in the preceding matrix are higher than the number of
1113+visible blocks let us expect. This is because a few extra PO files are
1114+used for implementing regional variants of languages, or language
1115+dialects.
1116+
1117+ For a PO file in the matrix above to be effective, the package to
1118+which it applies should also have been internationalized and
1119+distributed as such by its maintainer. There might be an observable
1120+lag between the mere existence a PO file and its wide availability in a
1121+distribution.
1122+
1123+ If November 2007 seems to be old, you may fetch a more recent copy
1124+of this `ABOUT-NLS' file on most GNU archive sites. The most
1125+up-to-date matrix with full percentage details can be found at
1126+`http://translationproject.org/extra/matrix.html'.
1127+
1128+1.6 Using `gettext' in new packages
1129+===================================
1130+
1131+If you are writing a freely available program and want to
1132+internationalize it you are welcome to use GNU `gettext' in your
1133+package. Of course you have to respect the GNU Library General Public
1134+License which covers the use of the GNU `gettext' library. This means
1135+in particular that even non-free programs can use `libintl' as a shared
1136+library, whereas only free software can use `libintl' as a static
1137+library or use modified versions of `libintl'.
1138+
1139+ Once the sources are changed appropriately and the setup can handle
1140+the use of `gettext' the only thing missing are the translations. The
1141+Free Translation Project is also available for packages which are not
1142+developed inside the GNU project. Therefore the information given above
1143+applies also for every other Free Software Project. Contact
1144+`coordinator@translationproject.org' to make the `.pot' files available
1145+to the translation teams.
1146+
1147
1148=== added file 'INSTALL'
1149--- INSTALL 1970-01-01 00:00:00 +0000
1150+++ INSTALL 2015-01-17 15:39:45 +0000
1151@@ -0,0 +1,370 @@
1152+Installation Instructions
1153+*************************
1154+
1155+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
1156+Inc.
1157+
1158+ Copying and distribution of this file, with or without modification,
1159+are permitted in any medium without royalty provided the copyright
1160+notice and this notice are preserved. This file is offered as-is,
1161+without warranty of any kind.
1162+
1163+Basic Installation
1164+==================
1165+
1166+ Briefly, the shell command `./configure && make && make install'
1167+should configure, build, and install this package. The following
1168+more-detailed instructions are generic; see the `README' file for
1169+instructions specific to this package. Some packages provide this
1170+`INSTALL' file but do not implement all of the features documented
1171+below. The lack of an optional feature in a given package is not
1172+necessarily a bug. More recommendations for GNU packages can be found
1173+in *note Makefile Conventions: (standards)Makefile Conventions.
1174+
1175+ The `configure' shell script attempts to guess correct values for
1176+various system-dependent variables used during compilation. It uses
1177+those values to create a `Makefile' in each directory of the package.
1178+It may also create one or more `.h' files containing system-dependent
1179+definitions. Finally, it creates a shell script `config.status' that
1180+you can run in the future to recreate the current configuration, and a
1181+file `config.log' containing compiler output (useful mainly for
1182+debugging `configure').
1183+
1184+ It can also use an optional file (typically called `config.cache'
1185+and enabled with `--cache-file=config.cache' or simply `-C') that saves
1186+the results of its tests to speed up reconfiguring. Caching is
1187+disabled by default to prevent problems with accidental use of stale
1188+cache files.
1189+
1190+ If you need to do unusual things to compile the package, please try
1191+to figure out how `configure' could check whether to do them, and mail
1192+diffs or instructions to the address given in the `README' so they can
1193+be considered for the next release. If you are using the cache, and at
1194+some point `config.cache' contains results you don't want to keep, you
1195+may remove or edit it.
1196+
1197+ The file `configure.ac' (or `configure.in') is used to create
1198+`configure' by a program called `autoconf'. You need `configure.ac' if
1199+you want to change it or regenerate `configure' using a newer version
1200+of `autoconf'.
1201+
1202+ The simplest way to compile this package is:
1203+
1204+ 1. `cd' to the directory containing the package's source code and type
1205+ `./configure' to configure the package for your system.
1206+
1207+ Running `configure' might take a while. While running, it prints
1208+ some messages telling which features it is checking for.
1209+
1210+ 2. Type `make' to compile the package.
1211+
1212+ 3. Optionally, type `make check' to run any self-tests that come with
1213+ the package, generally using the just-built uninstalled binaries.
1214+
1215+ 4. Type `make install' to install the programs and any data files and
1216+ documentation. When installing into a prefix owned by root, it is
1217+ recommended that the package be configured and built as a regular
1218+ user, and only the `make install' phase executed with root
1219+ privileges.
1220+
1221+ 5. Optionally, type `make installcheck' to repeat any self-tests, but
1222+ this time using the binaries in their final installed location.
1223+ This target does not install anything. Running this target as a
1224+ regular user, particularly if the prior `make install' required
1225+ root privileges, verifies that the installation completed
1226+ correctly.
1227+
1228+ 6. You can remove the program binaries and object files from the
1229+ source code directory by typing `make clean'. To also remove the
1230+ files that `configure' created (so you can compile the package for
1231+ a different kind of computer), type `make distclean'. There is
1232+ also a `make maintainer-clean' target, but that is intended mainly
1233+ for the package's developers. If you use it, you may have to get
1234+ all sorts of other programs in order to regenerate files that came
1235+ with the distribution.
1236+
1237+ 7. Often, you can also type `make uninstall' to remove the installed
1238+ files again. In practice, not all packages have tested that
1239+ uninstallation works correctly, even though it is required by the
1240+ GNU Coding Standards.
1241+
1242+ 8. Some packages, particularly those that use Automake, provide `make
1243+ distcheck', which can by used by developers to test that all other
1244+ targets like `make install' and `make uninstall' work correctly.
1245+ This target is generally not run by end users.
1246+
1247+Compilers and Options
1248+=====================
1249+
1250+ Some systems require unusual options for compilation or linking that
1251+the `configure' script does not know about. Run `./configure --help'
1252+for details on some of the pertinent environment variables.
1253+
1254+ You can give `configure' initial values for configuration parameters
1255+by setting variables in the command line or in the environment. Here
1256+is an example:
1257+
1258+ ./configure CC=c99 CFLAGS=-g LIBS=-lposix
1259+
1260+ *Note Defining Variables::, for more details.
1261+
1262+Compiling For Multiple Architectures
1263+====================================
1264+
1265+ You can compile the package for more than one kind of computer at the
1266+same time, by placing the object files for each architecture in their
1267+own directory. To do this, you can use GNU `make'. `cd' to the
1268+directory where you want the object files and executables to go and run
1269+the `configure' script. `configure' automatically checks for the
1270+source code in the directory that `configure' is in and in `..'. This
1271+is known as a "VPATH" build.
1272+
1273+ With a non-GNU `make', it is safer to compile the package for one
1274+architecture at a time in the source code directory. After you have
1275+installed the package for one architecture, use `make distclean' before
1276+reconfiguring for another architecture.
1277+
1278+ On MacOS X 10.5 and later systems, you can create libraries and
1279+executables that work on multiple system types--known as "fat" or
1280+"universal" binaries--by specifying multiple `-arch' options to the
1281+compiler but only a single `-arch' option to the preprocessor. Like
1282+this:
1283+
1284+ ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
1285+ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
1286+ CPP="gcc -E" CXXCPP="g++ -E"
1287+
1288+ This is not guaranteed to produce working output in all cases, you
1289+may have to build one architecture at a time and combine the results
1290+using the `lipo' tool if you have problems.
1291+
1292+Installation Names
1293+==================
1294+
1295+ By default, `make install' installs the package's commands under
1296+`/usr/local/bin', include files under `/usr/local/include', etc. You
1297+can specify an installation prefix other than `/usr/local' by giving
1298+`configure' the option `--prefix=PREFIX', where PREFIX must be an
1299+absolute file name.
1300+
1301+ You can specify separate installation prefixes for
1302+architecture-specific files and architecture-independent files. If you
1303+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
1304+PREFIX as the prefix for installing programs and libraries.
1305+Documentation and other data files still use the regular prefix.
1306+
1307+ In addition, if you use an unusual directory layout you can give
1308+options like `--bindir=DIR' to specify different values for particular
1309+kinds of files. Run `configure --help' for a list of the directories
1310+you can set and what kinds of files go in them. In general, the
1311+default for these options is expressed in terms of `${prefix}', so that
1312+specifying just `--prefix' will affect all of the other directory
1313+specifications that were not explicitly provided.
1314+
1315+ The most portable way to affect installation locations is to pass the
1316+correct locations to `configure'; however, many packages provide one or
1317+both of the following shortcuts of passing variable assignments to the
1318+`make install' command line to change installation locations without
1319+having to reconfigure or recompile.
1320+
1321+ The first method involves providing an override variable for each
1322+affected directory. For example, `make install
1323+prefix=/alternate/directory' will choose an alternate location for all
1324+directory configuration variables that were expressed in terms of
1325+`${prefix}'. Any directories that were specified during `configure',
1326+but not in terms of `${prefix}', must each be overridden at install
1327+time for the entire installation to be relocated. The approach of
1328+makefile variable overrides for each directory variable is required by
1329+the GNU Coding Standards, and ideally causes no recompilation.
1330+However, some platforms have known limitations with the semantics of
1331+shared libraries that end up requiring recompilation when using this
1332+method, particularly noticeable in packages that use GNU Libtool.
1333+
1334+ The second method involves providing the `DESTDIR' variable. For
1335+example, `make install DESTDIR=/alternate/directory' will prepend
1336+`/alternate/directory' before all installation names. The approach of
1337+`DESTDIR' overrides is not required by the GNU Coding Standards, and
1338+does not work on platforms that have drive letters. On the other hand,
1339+it does better at avoiding recompilation issues, and works well even
1340+when some directory options were not specified in terms of `${prefix}'
1341+at `configure' time.
1342+
1343+Optional Features
1344+=================
1345+
1346+ If the package supports it, you can cause programs to be installed
1347+with an extra prefix or suffix on their names by giving `configure' the
1348+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
1349+
1350+ Some packages pay attention to `--enable-FEATURE' options to
1351+`configure', where FEATURE indicates an optional part of the package.
1352+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
1353+is something like `gnu-as' or `x' (for the X Window System). The
1354+`README' should mention any `--enable-' and `--with-' options that the
1355+package recognizes.
1356+
1357+ For packages that use the X Window System, `configure' can usually
1358+find the X include and library files automatically, but if it doesn't,
1359+you can use the `configure' options `--x-includes=DIR' and
1360+`--x-libraries=DIR' to specify their locations.
1361+
1362+ Some packages offer the ability to configure how verbose the
1363+execution of `make' will be. For these packages, running `./configure
1364+--enable-silent-rules' sets the default to minimal output, which can be
1365+overridden with `make V=1'; while running `./configure
1366+--disable-silent-rules' sets the default to verbose, which can be
1367+overridden with `make V=0'.
1368+
1369+Particular systems
1370+==================
1371+
1372+ On HP-UX, the default C compiler is not ANSI C compatible. If GNU
1373+CC is not installed, it is recommended to use the following options in
1374+order to use an ANSI C compiler:
1375+
1376+ ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
1377+
1378+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
1379+
1380+ HP-UX `make' updates targets which have the same time stamps as
1381+their prerequisites, which makes it generally unusable when shipped
1382+generated files such as `configure' are involved. Use GNU `make'
1383+instead.
1384+
1385+ On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
1386+parse its `<wchar.h>' header file. The option `-nodtk' can be used as
1387+a workaround. If GNU CC is not installed, it is therefore recommended
1388+to try
1389+
1390+ ./configure CC="cc"
1391+
1392+and if that doesn't work, try
1393+
1394+ ./configure CC="cc -nodtk"
1395+
1396+ On Solaris, don't put `/usr/ucb' early in your `PATH'. This
1397+directory contains several dysfunctional programs; working variants of
1398+these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
1399+in your `PATH', put it _after_ `/usr/bin'.
1400+
1401+ On Haiku, software installed for all users goes in `/boot/common',
1402+not `/usr/local'. It is recommended to use the following options:
1403+
1404+ ./configure --prefix=/boot/common
1405+
1406+Specifying the System Type
1407+==========================
1408+
1409+ There may be some features `configure' cannot figure out
1410+automatically, but needs to determine by the type of machine the package
1411+will run on. Usually, assuming the package is built to be run on the
1412+_same_ architectures, `configure' can figure that out, but if it prints
1413+a message saying it cannot guess the machine type, give it the
1414+`--build=TYPE' option. TYPE can either be a short name for the system
1415+type, such as `sun4', or a canonical name which has the form:
1416+
1417+ CPU-COMPANY-SYSTEM
1418+
1419+where SYSTEM can have one of these forms:
1420+
1421+ OS
1422+ KERNEL-OS
1423+
1424+ See the file `config.sub' for the possible values of each field. If
1425+`config.sub' isn't included in this package, then this package doesn't
1426+need to know the machine type.
1427+
1428+ If you are _building_ compiler tools for cross-compiling, you should
1429+use the option `--target=TYPE' to select the type of system they will
1430+produce code for.
1431+
1432+ If you want to _use_ a cross compiler, that generates code for a
1433+platform different from the build platform, you should specify the
1434+"host" platform (i.e., that on which the generated programs will
1435+eventually be run) with `--host=TYPE'.
1436+
1437+Sharing Defaults
1438+================
1439+
1440+ If you want to set default values for `configure' scripts to share,
1441+you can create a site shell script called `config.site' that gives
1442+default values for variables like `CC', `cache_file', and `prefix'.
1443+`configure' looks for `PREFIX/share/config.site' if it exists, then
1444+`PREFIX/etc/config.site' if it exists. Or, you can set the
1445+`CONFIG_SITE' environment variable to the location of the site script.
1446+A warning: not all `configure' scripts look for a site script.
1447+
1448+Defining Variables
1449+==================
1450+
1451+ Variables not defined in a site shell script can be set in the
1452+environment passed to `configure'. However, some packages may run
1453+configure again during the build, and the customized values of these
1454+variables may be lost. In order to avoid this problem, you should set
1455+them in the `configure' command line, using `VAR=value'. For example:
1456+
1457+ ./configure CC=/usr/local2/bin/gcc
1458+
1459+causes the specified `gcc' to be used as the C compiler (unless it is
1460+overridden in the site shell script).
1461+
1462+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
1463+an Autoconf limitation. Until the limitation is lifted, you can use
1464+this workaround:
1465+
1466+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
1467+
1468+`configure' Invocation
1469+======================
1470+
1471+ `configure' recognizes the following options to control how it
1472+operates.
1473+
1474+`--help'
1475+`-h'
1476+ Print a summary of all of the options to `configure', and exit.
1477+
1478+`--help=short'
1479+`--help=recursive'
1480+ Print a summary of the options unique to this package's
1481+ `configure', and exit. The `short' variant lists options used
1482+ only in the top level, while the `recursive' variant lists options
1483+ also present in any nested packages.
1484+
1485+`--version'
1486+`-V'
1487+ Print the version of Autoconf used to generate the `configure'
1488+ script, and exit.
1489+
1490+`--cache-file=FILE'
1491+ Enable the cache: use and save the results of the tests in FILE,
1492+ traditionally `config.cache'. FILE defaults to `/dev/null' to
1493+ disable caching.
1494+
1495+`--config-cache'
1496+`-C'
1497+ Alias for `--cache-file=config.cache'.
1498+
1499+`--quiet'
1500+`--silent'
1501+`-q'
1502+ Do not print messages saying which checks are being made. To
1503+ suppress all normal output, redirect it to `/dev/null' (any error
1504+ messages will still be shown).
1505+
1506+`--srcdir=DIR'
1507+ Look for the package's source code in directory DIR. Usually
1508+ `configure' can determine that directory automatically.
1509+
1510+`--prefix=DIR'
1511+ Use DIR as the installation prefix. *note Installation Names::
1512+ for more details, including other options available for fine-tuning
1513+ the installation locations.
1514+
1515+`--no-create'
1516+`-n'
1517+ Run the configure checks, but stop before creating any output
1518+ files.
1519+
1520+`configure' also accepts some other, not widely useful, options. Run
1521+`configure --help' for more details.
1522
1523=== added file 'Makefile.in'
1524--- Makefile.in 1970-01-01 00:00:00 +0000
1525+++ Makefile.in 2015-01-17 15:39:45 +0000
1526@@ -0,0 +1,854 @@
1527+# Makefile.in generated by automake 1.14.1 from Makefile.am.
1528+# @configure_input@
1529+
1530+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
1531+
1532+# This Makefile.in is free software; the Free Software Foundation
1533+# gives unlimited permission to copy and/or distribute it,
1534+# with or without modifications, as long as this notice is preserved.
1535+
1536+# This program is distributed in the hope that it will be useful,
1537+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1538+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1539+# PARTICULAR PURPOSE.
1540+
1541+@SET_MAKE@
1542+VPATH = @srcdir@
1543+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1544+am__make_running_with_option = \
1545+ case $${target_option-} in \
1546+ ?) ;; \
1547+ *) echo "am__make_running_with_option: internal error: invalid" \
1548+ "target option '$${target_option-}' specified" >&2; \
1549+ exit 1;; \
1550+ esac; \
1551+ has_opt=no; \
1552+ sane_makeflags=$$MAKEFLAGS; \
1553+ if $(am__is_gnu_make); then \
1554+ sane_makeflags=$$MFLAGS; \
1555+ else \
1556+ case $$MAKEFLAGS in \
1557+ *\\[\ \ ]*) \
1558+ bs=\\; \
1559+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
1560+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
1561+ esac; \
1562+ fi; \
1563+ skip_next=no; \
1564+ strip_trailopt () \
1565+ { \
1566+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
1567+ }; \
1568+ for flg in $$sane_makeflags; do \
1569+ test $$skip_next = yes && { skip_next=no; continue; }; \
1570+ case $$flg in \
1571+ *=*|--*) continue;; \
1572+ -*I) strip_trailopt 'I'; skip_next=yes;; \
1573+ -*I?*) strip_trailopt 'I';; \
1574+ -*O) strip_trailopt 'O'; skip_next=yes;; \
1575+ -*O?*) strip_trailopt 'O';; \
1576+ -*l) strip_trailopt 'l'; skip_next=yes;; \
1577+ -*l?*) strip_trailopt 'l';; \
1578+ -[dEDm]) skip_next=yes;; \
1579+ -[JT]) skip_next=yes;; \
1580+ esac; \
1581+ case $$flg in \
1582+ *$$target_option*) has_opt=yes; break;; \
1583+ esac; \
1584+ done; \
1585+ test $$has_opt = yes
1586+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
1587+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1588+pkgdatadir = $(datadir)/@PACKAGE@
1589+pkgincludedir = $(includedir)/@PACKAGE@
1590+pkglibdir = $(libdir)/@PACKAGE@
1591+pkglibexecdir = $(libexecdir)/@PACKAGE@
1592+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1593+install_sh_DATA = $(install_sh) -c -m 644
1594+install_sh_PROGRAM = $(install_sh) -c
1595+install_sh_SCRIPT = $(install_sh) -c
1596+INSTALL_HEADER = $(INSTALL_DATA)
1597+transform = $(program_transform_name)
1598+NORMAL_INSTALL = :
1599+PRE_INSTALL = :
1600+POST_INSTALL = :
1601+NORMAL_UNINSTALL = :
1602+PRE_UNINSTALL = :
1603+POST_UNINSTALL = :
1604+build_triplet = @build@
1605+host_triplet = @host@
1606+subdir = .
1607+DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
1608+ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
1609+ $(top_srcdir)/configure $(am__configure_deps) \
1610+ $(srcdir)/config.h.in ABOUT-NLS COPYING TODO compile \
1611+ config.guess config.rpath config.sub depcomp install-sh \
1612+ missing ltmain.sh
1613+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1614+am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
1615+ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
1616+ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
1617+ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libnih.m4 \
1618+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
1619+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
1620+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
1621+ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
1622+ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
1623+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1624+ $(ACLOCAL_M4)
1625+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1626+ configure.lineno config.status.lineno
1627+mkinstalldirs = $(install_sh) -d
1628+CONFIG_HEADER = config.h
1629+CONFIG_CLEAN_FILES =
1630+CONFIG_CLEAN_VPATH_FILES =
1631+AM_V_P = $(am__v_P_@AM_V@)
1632+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1633+am__v_P_0 = false
1634+am__v_P_1 = :
1635+AM_V_GEN = $(am__v_GEN_@AM_V@)
1636+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1637+am__v_GEN_0 = @echo " GEN " $@;
1638+am__v_GEN_1 =
1639+AM_V_at = $(am__v_at_@AM_V@)
1640+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1641+am__v_at_0 = @
1642+am__v_at_1 =
1643+SOURCES =
1644+DIST_SOURCES =
1645+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
1646+ ctags-recursive dvi-recursive html-recursive info-recursive \
1647+ install-data-recursive install-dvi-recursive \
1648+ install-exec-recursive install-html-recursive \
1649+ install-info-recursive install-pdf-recursive \
1650+ install-ps-recursive install-recursive installcheck-recursive \
1651+ installdirs-recursive pdf-recursive ps-recursive \
1652+ tags-recursive uninstall-recursive
1653+am__can_run_installinfo = \
1654+ case $$AM_UPDATE_INFO_DIR in \
1655+ n|no|NO) false;; \
1656+ *) (install-info --version) >/dev/null 2>&1;; \
1657+ esac
1658+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
1659+ distclean-recursive maintainer-clean-recursive
1660+am__recursive_targets = \
1661+ $(RECURSIVE_TARGETS) \
1662+ $(RECURSIVE_CLEAN_TARGETS) \
1663+ $(am__extra_recursive_targets)
1664+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1665+ cscope distdir dist dist-all distcheck
1666+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
1667+ $(LISP)config.h.in
1668+# Read a list of newline-separated strings from the standard input,
1669+# and print each of them once, without duplicates. Input order is
1670+# *not* preserved.
1671+am__uniquify_input = $(AWK) '\
1672+ BEGIN { nonempty = 0; } \
1673+ { items[$$0] = 1; nonempty = 1; } \
1674+ END { if (nonempty) { for (i in items) print i; }; } \
1675+'
1676+# Make sure the list of sources is unique. This is necessary because,
1677+# e.g., the same source file might be shared among _SOURCES variables
1678+# for different programs/libraries.
1679+am__define_uniq_tagged_files = \
1680+ list='$(am__tagged_files)'; \
1681+ unique=`for i in $$list; do \
1682+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1683+ done | $(am__uniquify_input)`
1684+ETAGS = etags
1685+CTAGS = ctags
1686+CSCOPE = cscope
1687+DIST_SUBDIRS = $(SUBDIRS)
1688+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1689+distdir = $(PACKAGE)-$(VERSION)
1690+top_distdir = $(distdir)
1691+am__remove_distdir = \
1692+ if test -d "$(distdir)"; then \
1693+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1694+ && rm -rf "$(distdir)" \
1695+ || { sleep 5 && rm -rf "$(distdir)"; }; \
1696+ else :; fi
1697+am__post_remove_distdir = $(am__remove_distdir)
1698+am__relativize = \
1699+ dir0=`pwd`; \
1700+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1701+ sed_rest='s,^[^/]*/*,,'; \
1702+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1703+ sed_butlast='s,/*[^/]*$$,,'; \
1704+ while test -n "$$dir1"; do \
1705+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1706+ if test "$$first" != "."; then \
1707+ if test "$$first" = ".."; then \
1708+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
1709+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
1710+ else \
1711+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
1712+ if test "$$first2" = "$$first"; then \
1713+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
1714+ else \
1715+ dir2="../$$dir2"; \
1716+ fi; \
1717+ dir0="$$dir0"/"$$first"; \
1718+ fi; \
1719+ fi; \
1720+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1721+ done; \
1722+ reldir="$$dir2"
1723+DIST_ARCHIVES = $(distdir).tar.gz
1724+GZIP_ENV = --best
1725+DIST_TARGETS = dist-gzip
1726+distuninstallcheck_listfiles = find . -type f -print
1727+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
1728+ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1729+distcleancheck_listfiles = find . -type f -print
1730+ABI_COMPLIANCE_CHECKER = @ABI_COMPLIANCE_CHECKER@
1731+ACLOCAL = @ACLOCAL@
1732+AMTAR = @AMTAR@
1733+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1734+AR = @AR@
1735+AUTOCONF = @AUTOCONF@
1736+AUTOHEADER = @AUTOHEADER@
1737+AUTOMAKE = @AUTOMAKE@
1738+AWK = @AWK@
1739+CC = @CC@
1740+CCDEPMODE = @CCDEPMODE@
1741+CFLAGS = @CFLAGS@
1742+CGMANAGER_CFLAGS = @CGMANAGER_CFLAGS@
1743+CGMANAGER_LIBS = @CGMANAGER_LIBS@
1744+CPP = @CPP@
1745+CPPFLAGS = @CPPFLAGS@
1746+CYGPATH_W = @CYGPATH_W@
1747+DBUS_CFLAGS = @DBUS_CFLAGS@
1748+DBUS_LIBS = @DBUS_LIBS@
1749+DCONF_CFLAGS = @DCONF_CFLAGS@
1750+DCONF_LIBS = @DCONF_LIBS@
1751+DEFS = @DEFS@
1752+DEPDIR = @DEPDIR@
1753+DLLTOOL = @DLLTOOL@
1754+DSYMUTIL = @DSYMUTIL@
1755+DUMPBIN = @DUMPBIN@
1756+ECHO_C = @ECHO_C@
1757+ECHO_N = @ECHO_N@
1758+ECHO_T = @ECHO_T@
1759+EGREP = @EGREP@
1760+EXEEXT = @EXEEXT@
1761+FGREP = @FGREP@
1762+GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
1763+GIO_CFLAGS = @GIO_CFLAGS@
1764+GIO_LIBS = @GIO_LIBS@
1765+GMSGFMT = @GMSGFMT@
1766+GMSGFMT_015 = @GMSGFMT_015@
1767+GREP = @GREP@
1768+INSTALL = @INSTALL@
1769+INSTALL_DATA = @INSTALL_DATA@
1770+INSTALL_PROGRAM = @INSTALL_PROGRAM@
1771+INSTALL_SCRIPT = @INSTALL_SCRIPT@
1772+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1773+INTLLIBS = @INTLLIBS@
1774+INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
1775+JSON_CFLAGS = @JSON_CFLAGS@
1776+JSON_LIBS = @JSON_LIBS@
1777+LD = @LD@
1778+LDFLAGS = @LDFLAGS@
1779+LIBICONV = @LIBICONV@
1780+LIBINTL = @LIBINTL@
1781+LIBOBJS = @LIBOBJS@
1782+LIBS = @LIBS@
1783+LIBTOOL = @LIBTOOL@
1784+LIPO = @LIPO@
1785+LN_S = @LN_S@
1786+LTLIBICONV = @LTLIBICONV@
1787+LTLIBINTL = @LTLIBINTL@
1788+LTLIBOBJS = @LTLIBOBJS@
1789+MAINT = @MAINT@
1790+MAKEINFO = @MAKEINFO@
1791+MANIFEST_TOOL = @MANIFEST_TOOL@
1792+MKDIR_P = @MKDIR_P@
1793+MSGFMT = @MSGFMT@
1794+MSGFMT_015 = @MSGFMT_015@
1795+MSGMERGE = @MSGMERGE@
1796+NIH_CFLAGS = @NIH_CFLAGS@
1797+NIH_DBUS_CFLAGS = @NIH_DBUS_CFLAGS@
1798+NIH_DBUS_LIBS = @NIH_DBUS_LIBS@
1799+NIH_DBUS_TOOL = @NIH_DBUS_TOOL@
1800+NIH_LIBS = @NIH_LIBS@
1801+NM = @NM@
1802+NMEDIT = @NMEDIT@
1803+OBJDUMP = @OBJDUMP@
1804+OBJEXT = @OBJEXT@
1805+OTOOL = @OTOOL@
1806+OTOOL64 = @OTOOL64@
1807+PACKAGE = @PACKAGE@
1808+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1809+PACKAGE_COPYRIGHT = @PACKAGE_COPYRIGHT@
1810+PACKAGE_NAME = @PACKAGE_NAME@
1811+PACKAGE_STRING = @PACKAGE_STRING@
1812+PACKAGE_TARNAME = @PACKAGE_TARNAME@
1813+PACKAGE_URL = @PACKAGE_URL@
1814+PACKAGE_VERSION = @PACKAGE_VERSION@
1815+PATH_SEPARATOR = @PATH_SEPARATOR@
1816+PKG_CONFIG = @PKG_CONFIG@
1817+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1818+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1819+POSUB = @POSUB@
1820+RANLIB = @RANLIB@
1821+SED = @SED@
1822+SET_MAKE = @SET_MAKE@
1823+SHELL = @SHELL@
1824+STRIP = @STRIP@
1825+UDEV_CFLAGS = @UDEV_CFLAGS@
1826+UDEV_LIBS = @UDEV_LIBS@
1827+USE_NLS = @USE_NLS@
1828+VERSION = @VERSION@
1829+XGETTEXT = @XGETTEXT@
1830+XGETTEXT_015 = @XGETTEXT_015@
1831+XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
1832+abs_builddir = @abs_builddir@
1833+abs_srcdir = @abs_srcdir@
1834+abs_top_builddir = @abs_top_builddir@
1835+abs_top_srcdir = @abs_top_srcdir@
1836+ac_ct_AR = @ac_ct_AR@
1837+ac_ct_CC = @ac_ct_CC@
1838+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1839+am__include = @am__include@
1840+am__leading_dot = @am__leading_dot@
1841+am__quote = @am__quote@
1842+am__tar = @am__tar@
1843+am__untar = @am__untar@
1844+bindir = @bindir@
1845+build = @build@
1846+build_alias = @build_alias@
1847+build_cpu = @build_cpu@
1848+build_os = @build_os@
1849+build_vendor = @build_vendor@
1850+builddir = @builddir@
1851+datadir = @datadir@
1852+datarootdir = @datarootdir@
1853+docdir = @docdir@
1854+dvidir = @dvidir@
1855+exec_prefix = @exec_prefix@
1856+host = @host@
1857+host_alias = @host_alias@
1858+host_cpu = @host_cpu@
1859+host_os = @host_os@
1860+host_vendor = @host_vendor@
1861+htmldir = @htmldir@
1862+includedir = @includedir@
1863+infodir = @infodir@
1864+install_sh = @install_sh@
1865+libdir = @libdir@
1866+libexecdir = @libexecdir@
1867+localedir = @localedir@
1868+localstatedir = @localstatedir@
1869+mandir = @mandir@
1870+mkdir_p = @mkdir_p@
1871+oldincludedir = @oldincludedir@
1872+pdfdir = @pdfdir@
1873+prefix = @prefix@
1874+program_transform_name = @program_transform_name@
1875+psdir = @psdir@
1876+sbindir = @sbindir@
1877+sharedstatedir = @sharedstatedir@
1878+srcdir = @srcdir@
1879+sysconfdir = @sysconfdir@
1880+target_alias = @target_alias@
1881+top_build_prefix = @top_build_prefix@
1882+top_builddir = @top_builddir@
1883+top_srcdir = @top_srcdir@
1884+SUBDIRS = test dbus init util extra lib conf doc contrib po scripts
1885+EXTRA_DIST = HACKING README.tests
1886+ACLOCAL_AMFLAGS = --install -I m4
1887+
1888+# Broken with gcc-4.8 on ubuntu saucy at the moment
1889+AM_DISTCHECK_CONFIGURE_FLAGS = --disable-abi-check
1890+all: config.h
1891+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
1892+
1893+.SUFFIXES:
1894+am--refresh: Makefile
1895+ @:
1896+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1897+ @for dep in $?; do \
1898+ case '$(am__configure_deps)' in \
1899+ *$$dep*) \
1900+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
1901+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1902+ && exit 0; \
1903+ exit 1;; \
1904+ esac; \
1905+ done; \
1906+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
1907+ $(am__cd) $(top_srcdir) && \
1908+ $(AUTOMAKE) --gnu Makefile
1909+.PRECIOUS: Makefile
1910+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1911+ @case '$?' in \
1912+ *config.status*) \
1913+ echo ' $(SHELL) ./config.status'; \
1914+ $(SHELL) ./config.status;; \
1915+ *) \
1916+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1917+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1918+ esac;
1919+
1920+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1921+ $(SHELL) ./config.status --recheck
1922+
1923+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1924+ $(am__cd) $(srcdir) && $(AUTOCONF)
1925+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1926+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1927+$(am__aclocal_m4_deps):
1928+
1929+config.h: stamp-h1
1930+ @test -f $@ || rm -f stamp-h1
1931+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1932+
1933+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1934+ @rm -f stamp-h1
1935+ cd $(top_builddir) && $(SHELL) ./config.status config.h
1936+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1937+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1938+ rm -f stamp-h1
1939+ touch $@
1940+
1941+distclean-hdr:
1942+ -rm -f config.h stamp-h1
1943+
1944+mostlyclean-libtool:
1945+ -rm -f *.lo
1946+
1947+clean-libtool:
1948+ -rm -rf .libs _libs
1949+
1950+distclean-libtool:
1951+ -rm -f libtool config.lt
1952+
1953+# This directory's subdirectories are mostly independent; you can cd
1954+# into them and run 'make' without going through this Makefile.
1955+# To change the values of 'make' variables: instead of editing Makefiles,
1956+# (1) if the variable is set in 'config.status', edit 'config.status'
1957+# (which will cause the Makefiles to be regenerated when you run 'make');
1958+# (2) otherwise, pass the desired values on the 'make' command line.
1959+$(am__recursive_targets):
1960+ @fail=; \
1961+ if $(am__make_keepgoing); then \
1962+ failcom='fail=yes'; \
1963+ else \
1964+ failcom='exit 1'; \
1965+ fi; \
1966+ dot_seen=no; \
1967+ target=`echo $@ | sed s/-recursive//`; \
1968+ case "$@" in \
1969+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1970+ *) list='$(SUBDIRS)' ;; \
1971+ esac; \
1972+ for subdir in $$list; do \
1973+ echo "Making $$target in $$subdir"; \
1974+ if test "$$subdir" = "."; then \
1975+ dot_seen=yes; \
1976+ local_target="$$target-am"; \
1977+ else \
1978+ local_target="$$target"; \
1979+ fi; \
1980+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1981+ || eval $$failcom; \
1982+ done; \
1983+ if test "$$dot_seen" = "no"; then \
1984+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1985+ fi; test -z "$$fail"
1986+
1987+ID: $(am__tagged_files)
1988+ $(am__define_uniq_tagged_files); mkid -fID $$unique
1989+tags: tags-recursive
1990+TAGS: tags
1991+
1992+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1993+ set x; \
1994+ here=`pwd`; \
1995+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1996+ include_option=--etags-include; \
1997+ empty_fix=.; \
1998+ else \
1999+ include_option=--include; \
2000+ empty_fix=; \
2001+ fi; \
2002+ list='$(SUBDIRS)'; for subdir in $$list; do \
2003+ if test "$$subdir" = .; then :; else \
2004+ test ! -f $$subdir/TAGS || \
2005+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2006+ fi; \
2007+ done; \
2008+ $(am__define_uniq_tagged_files); \
2009+ shift; \
2010+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2011+ test -n "$$unique" || unique=$$empty_fix; \
2012+ if test $$# -gt 0; then \
2013+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2014+ "$$@" $$unique; \
2015+ else \
2016+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2017+ $$unique; \
2018+ fi; \
2019+ fi
2020+ctags: ctags-recursive
2021+
2022+CTAGS: ctags
2023+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2024+ $(am__define_uniq_tagged_files); \
2025+ test -z "$(CTAGS_ARGS)$$unique" \
2026+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2027+ $$unique
2028+
2029+GTAGS:
2030+ here=`$(am__cd) $(top_builddir) && pwd` \
2031+ && $(am__cd) $(top_srcdir) \
2032+ && gtags -i $(GTAGS_ARGS) "$$here"
2033+cscope: cscope.files
2034+ test ! -s cscope.files \
2035+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2036+clean-cscope:
2037+ -rm -f cscope.files
2038+cscope.files: clean-cscope cscopelist
2039+cscopelist: cscopelist-recursive
2040+
2041+cscopelist-am: $(am__tagged_files)
2042+ list='$(am__tagged_files)'; \
2043+ case "$(srcdir)" in \
2044+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2045+ *) sdir=$(subdir)/$(srcdir) ;; \
2046+ esac; \
2047+ for i in $$list; do \
2048+ if test -f "$$i"; then \
2049+ echo "$(subdir)/$$i"; \
2050+ else \
2051+ echo "$$sdir/$$i"; \
2052+ fi; \
2053+ done >> $(top_builddir)/cscope.files
2054+
2055+distclean-tags:
2056+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2057+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2058+
2059+distdir: $(DISTFILES)
2060+ @case `sed 15q $(srcdir)/NEWS` in \
2061+ *"$(VERSION)"*) : ;; \
2062+ *) \
2063+ echo "NEWS not updated; not releasing" 1>&2; \
2064+ exit 1;; \
2065+ esac
2066+ $(am__remove_distdir)
2067+ test -d "$(distdir)" || mkdir "$(distdir)"
2068+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2069+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2070+ list='$(DISTFILES)'; \
2071+ dist_files=`for file in $$list; do echo $$file; done | \
2072+ sed -e "s|^$$srcdirstrip/||;t" \
2073+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2074+ case $$dist_files in \
2075+ */*) $(MKDIR_P) `echo "$$dist_files" | \
2076+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2077+ sort -u` ;; \
2078+ esac; \
2079+ for file in $$dist_files; do \
2080+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2081+ if test -d $$d/$$file; then \
2082+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2083+ if test -d "$(distdir)/$$file"; then \
2084+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2085+ fi; \
2086+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2087+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2088+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2089+ fi; \
2090+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2091+ else \
2092+ test -f "$(distdir)/$$file" \
2093+ || cp -p $$d/$$file "$(distdir)/$$file" \
2094+ || exit 1; \
2095+ fi; \
2096+ done
2097+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2098+ if test "$$subdir" = .; then :; else \
2099+ $(am__make_dryrun) \
2100+ || test -d "$(distdir)/$$subdir" \
2101+ || $(MKDIR_P) "$(distdir)/$$subdir" \
2102+ || exit 1; \
2103+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2104+ $(am__relativize); \
2105+ new_distdir=$$reldir; \
2106+ dir1=$$subdir; dir2="$(top_distdir)"; \
2107+ $(am__relativize); \
2108+ new_top_distdir=$$reldir; \
2109+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2110+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2111+ ($(am__cd) $$subdir && \
2112+ $(MAKE) $(AM_MAKEFLAGS) \
2113+ top_distdir="$$new_top_distdir" \
2114+ distdir="$$new_distdir" \
2115+ am__remove_distdir=: \
2116+ am__skip_length_check=: \
2117+ am__skip_mode_fix=: \
2118+ distdir) \
2119+ || exit 1; \
2120+ fi; \
2121+ done
2122+ -test -n "$(am__skip_mode_fix)" \
2123+ || find "$(distdir)" -type d ! -perm -755 \
2124+ -exec chmod u+rwx,go+rx {} \; -o \
2125+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2126+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2127+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2128+ || chmod -R a+r "$(distdir)"
2129+dist-gzip: distdir
2130+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2131+ $(am__post_remove_distdir)
2132+
2133+dist-bzip2: distdir
2134+ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2135+ $(am__post_remove_distdir)
2136+
2137+dist-lzip: distdir
2138+ tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2139+ $(am__post_remove_distdir)
2140+
2141+dist-xz: distdir
2142+ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2143+ $(am__post_remove_distdir)
2144+
2145+dist-tarZ: distdir
2146+ @echo WARNING: "Support for shar distribution archives is" \
2147+ "deprecated." >&2
2148+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2149+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2150+ $(am__post_remove_distdir)
2151+
2152+dist-shar: distdir
2153+ @echo WARNING: "Support for distribution archives compressed with" \
2154+ "legacy program 'compress' is deprecated." >&2
2155+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2156+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2157+ $(am__post_remove_distdir)
2158+
2159+dist-zip: distdir
2160+ -rm -f $(distdir).zip
2161+ zip -rq $(distdir).zip $(distdir)
2162+ $(am__post_remove_distdir)
2163+
2164+dist dist-all:
2165+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2166+ $(am__post_remove_distdir)
2167+
2168+# This target untars the dist file and tries a VPATH configuration. Then
2169+# it guarantees that the distribution is self-contained by making another
2170+# tarfile.
2171+distcheck: dist
2172+ case '$(DIST_ARCHIVES)' in \
2173+ *.tar.gz*) \
2174+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2175+ *.tar.bz2*) \
2176+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2177+ *.tar.lz*) \
2178+ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2179+ *.tar.xz*) \
2180+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2181+ *.tar.Z*) \
2182+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2183+ *.shar.gz*) \
2184+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2185+ *.zip*) \
2186+ unzip $(distdir).zip ;;\
2187+ esac
2188+ chmod -R a-w $(distdir)
2189+ chmod u+w $(distdir)
2190+ mkdir $(distdir)/_build $(distdir)/_inst
2191+ chmod a-w $(distdir)
2192+ test -d $(distdir)/_build || exit 0; \
2193+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2194+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2195+ && am__cwd=`pwd` \
2196+ && $(am__cd) $(distdir)/_build \
2197+ && ../configure \
2198+ $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2199+ $(DISTCHECK_CONFIGURE_FLAGS) \
2200+ --srcdir=.. --prefix="$$dc_install_base" \
2201+ && $(MAKE) $(AM_MAKEFLAGS) \
2202+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
2203+ && $(MAKE) $(AM_MAKEFLAGS) check \
2204+ && $(MAKE) $(AM_MAKEFLAGS) install \
2205+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2206+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2207+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2208+ distuninstallcheck \
2209+ && chmod -R a-w "$$dc_install_base" \
2210+ && ({ \
2211+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2212+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2213+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2214+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2215+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2216+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
2217+ && rm -rf "$$dc_destdir" \
2218+ && $(MAKE) $(AM_MAKEFLAGS) dist \
2219+ && rm -rf $(DIST_ARCHIVES) \
2220+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2221+ && cd "$$am__cwd" \
2222+ || exit 1
2223+ $(am__post_remove_distdir)
2224+ @(echo "$(distdir) archives ready for distribution: "; \
2225+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2226+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2227+distuninstallcheck:
2228+ @test -n '$(distuninstallcheck_dir)' || { \
2229+ echo 'ERROR: trying to run $@ with an empty' \
2230+ '$$(distuninstallcheck_dir)' >&2; \
2231+ exit 1; \
2232+ }; \
2233+ $(am__cd) '$(distuninstallcheck_dir)' || { \
2234+ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2235+ exit 1; \
2236+ }; \
2237+ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2238+ || { echo "ERROR: files left after uninstall:" ; \
2239+ if test -n "$(DESTDIR)"; then \
2240+ echo " (check DESTDIR support)"; \
2241+ fi ; \
2242+ $(distuninstallcheck_listfiles) ; \
2243+ exit 1; } >&2
2244+distcleancheck: distclean
2245+ @if test '$(srcdir)' = . ; then \
2246+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2247+ exit 1 ; \
2248+ fi
2249+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2250+ || { echo "ERROR: files left in build directory after distclean:" ; \
2251+ $(distcleancheck_listfiles) ; \
2252+ exit 1; } >&2
2253+check-am: all-am
2254+check: check-recursive
2255+all-am: Makefile config.h
2256+installdirs: installdirs-recursive
2257+installdirs-am:
2258+install: install-recursive
2259+install-exec: install-exec-recursive
2260+install-data: install-data-recursive
2261+uninstall: uninstall-recursive
2262+
2263+install-am: all-am
2264+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2265+
2266+installcheck: installcheck-recursive
2267+install-strip:
2268+ if test -z '$(STRIP)'; then \
2269+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2270+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2271+ install; \
2272+ else \
2273+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2274+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2275+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2276+ fi
2277+mostlyclean-generic:
2278+
2279+clean-generic:
2280+
2281+distclean-generic:
2282+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2283+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2284+
2285+maintainer-clean-generic:
2286+ @echo "This command is intended for maintainers to use"
2287+ @echo "it deletes files that may require special tools to rebuild."
2288+clean: clean-recursive
2289+
2290+clean-am: clean-generic clean-libtool mostlyclean-am
2291+
2292+distclean: distclean-recursive
2293+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2294+ -rm -f Makefile
2295+distclean-am: clean-am distclean-generic distclean-hdr \
2296+ distclean-libtool distclean-tags
2297+
2298+dvi: dvi-recursive
2299+
2300+dvi-am:
2301+
2302+html: html-recursive
2303+
2304+html-am:
2305+
2306+info: info-recursive
2307+
2308+info-am:
2309+
2310+install-data-am:
2311+
2312+install-dvi: install-dvi-recursive
2313+
2314+install-dvi-am:
2315+
2316+install-exec-am:
2317+
2318+install-html: install-html-recursive
2319+
2320+install-html-am:
2321+
2322+install-info: install-info-recursive
2323+
2324+install-info-am:
2325+
2326+install-man:
2327+
2328+install-pdf: install-pdf-recursive
2329+
2330+install-pdf-am:
2331+
2332+install-ps: install-ps-recursive
2333+
2334+install-ps-am:
2335+
2336+installcheck-am:
2337+
2338+maintainer-clean: maintainer-clean-recursive
2339+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2340+ -rm -rf $(top_srcdir)/autom4te.cache
2341+ -rm -f Makefile
2342+maintainer-clean-am: distclean-am maintainer-clean-generic
2343+
2344+mostlyclean: mostlyclean-recursive
2345+
2346+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
2347+
2348+pdf: pdf-recursive
2349+
2350+pdf-am:
2351+
2352+ps: ps-recursive
2353+
2354+ps-am:
2355+
2356+uninstall-am:
2357+
2358+.MAKE: $(am__recursive_targets) all install-am install-strip
2359+
2360+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2361+ am--refresh check check-am clean clean-cscope clean-generic \
2362+ clean-libtool cscope cscopelist-am ctags ctags-am dist \
2363+ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
2364+ dist-xz dist-zip distcheck distclean distclean-generic \
2365+ distclean-hdr distclean-libtool distclean-tags distcleancheck \
2366+ distdir distuninstallcheck dvi dvi-am html html-am info \
2367+ info-am install install-am install-data install-data-am \
2368+ install-dvi install-dvi-am install-exec install-exec-am \
2369+ install-html install-html-am install-info install-info-am \
2370+ install-man install-pdf install-pdf-am install-ps \
2371+ install-ps-am install-strip installcheck installcheck-am \
2372+ installdirs installdirs-am maintainer-clean \
2373+ maintainer-clean-generic mostlyclean mostlyclean-generic \
2374+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
2375+ uninstall-am
2376+
2377+
2378+# Tell versions [3.59,3.63) of GNU make to not export all variables.
2379+# Otherwise a system limit (for SysV at least) may be exceeded.
2380+.NOEXPORT:
2381
2382=== modified file 'NEWS'
2383--- NEWS 2014-09-04 11:10:40 +0000
2384+++ NEWS 2015-01-17 15:39:45 +0000
2385@@ -1,5 +1,3 @@
2386-1.14 xxxx-xx-xx ""
2387-
2388 1.13.2 2014-09-04 "It looks lush from the side"
2389
2390 * Enforce 'initctl set-env' from being called from system job
2391
2392=== added file 'aclocal.m4'
2393--- aclocal.m4 1970-01-01 00:00:00 +0000
2394+++ aclocal.m4 2015-01-17 15:39:45 +0000
2395@@ -0,0 +1,1234 @@
2396+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2397+
2398+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
2399+
2400+# This file is free software; the Free Software Foundation
2401+# gives unlimited permission to copy and/or distribute it,
2402+# with or without modifications, as long as this notice is preserved.
2403+
2404+# This program is distributed in the hope that it will be useful,
2405+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
2406+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2407+# PARTICULAR PURPOSE.
2408+
2409+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
2410+m4_ifndef([AC_AUTOCONF_VERSION],
2411+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
2412+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
2413+[m4_warning([this file was generated for autoconf 2.69.
2414+You have another version of autoconf. It may work, but is not guaranteed to.
2415+If you have problems, you may need to regenerate the build system entirely.
2416+To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2417+
2418+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
2419+#
2420+# This file is free software; the Free Software Foundation
2421+# gives unlimited permission to copy and/or distribute it,
2422+# with or without modifications, as long as this notice is preserved.
2423+
2424+# AM_AUTOMAKE_VERSION(VERSION)
2425+# ----------------------------
2426+# Automake X.Y traces this macro to ensure aclocal.m4 has been
2427+# generated from the m4 files accompanying Automake X.Y.
2428+# (This private macro should not be called outside this file.)
2429+AC_DEFUN([AM_AUTOMAKE_VERSION],
2430+[am__api_version='1.14'
2431+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
2432+dnl require some minimum version. Point them to the right macro.
2433+m4_if([$1], [1.14.1], [],
2434+ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
2435+])
2436+
2437+# _AM_AUTOCONF_VERSION(VERSION)
2438+# -----------------------------
2439+# aclocal traces this macro to find the Autoconf version.
2440+# This is a private macro too. Using m4_define simplifies
2441+# the logic in aclocal, which can simply ignore this definition.
2442+m4_define([_AM_AUTOCONF_VERSION], [])
2443+
2444+# AM_SET_CURRENT_AUTOMAKE_VERSION
2445+# -------------------------------
2446+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
2447+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
2448+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
2449+[AM_AUTOMAKE_VERSION([1.14.1])dnl
2450+m4_ifndef([AC_AUTOCONF_VERSION],
2451+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
2452+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
2453+
2454+# AM_AUX_DIR_EXPAND -*- Autoconf -*-
2455+
2456+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
2457+#
2458+# This file is free software; the Free Software Foundation
2459+# gives unlimited permission to copy and/or distribute it,
2460+# with or without modifications, as long as this notice is preserved.
2461+
2462+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
2463+# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
2464+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
2465+#
2466+# Of course, Automake must honor this variable whenever it calls a
2467+# tool from the auxiliary directory. The problem is that $srcdir (and
2468+# therefore $ac_aux_dir as well) can be either absolute or relative,
2469+# depending on how configure is run. This is pretty annoying, since
2470+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
2471+# source directory, any form will work fine, but in subdirectories a
2472+# relative path needs to be adjusted first.
2473+#
2474+# $ac_aux_dir/missing
2475+# fails when called from a subdirectory if $ac_aux_dir is relative
2476+# $top_srcdir/$ac_aux_dir/missing
2477+# fails if $ac_aux_dir is absolute,
2478+# fails when called from a subdirectory in a VPATH build with
2479+# a relative $ac_aux_dir
2480+#
2481+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
2482+# are both prefixed by $srcdir. In an in-source build this is usually
2483+# harmless because $srcdir is '.', but things will broke when you
2484+# start a VPATH build or use an absolute $srcdir.
2485+#
2486+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
2487+# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
2488+# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
2489+# and then we would define $MISSING as
2490+# MISSING="\${SHELL} $am_aux_dir/missing"
2491+# This will work as long as MISSING is not called from configure, because
2492+# unfortunately $(top_srcdir) has no meaning in configure.
2493+# However there are other variables, like CC, which are often used in
2494+# configure, and could therefore not use this "fixed" $ac_aux_dir.
2495+#
2496+# Another solution, used here, is to always expand $ac_aux_dir to an
2497+# absolute PATH. The drawback is that using absolute paths prevent a
2498+# configured tree to be moved without reconfiguration.
2499+
2500+AC_DEFUN([AM_AUX_DIR_EXPAND],
2501+[dnl Rely on autoconf to set up CDPATH properly.
2502+AC_PREREQ([2.50])dnl
2503+# expand $ac_aux_dir to an absolute path
2504+am_aux_dir=`cd $ac_aux_dir && pwd`
2505+])
2506+
2507+# AM_CONDITIONAL -*- Autoconf -*-
2508+
2509+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
2510+#
2511+# This file is free software; the Free Software Foundation
2512+# gives unlimited permission to copy and/or distribute it,
2513+# with or without modifications, as long as this notice is preserved.
2514+
2515+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
2516+# -------------------------------------
2517+# Define a conditional.
2518+AC_DEFUN([AM_CONDITIONAL],
2519+[AC_PREREQ([2.52])dnl
2520+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
2521+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
2522+AC_SUBST([$1_TRUE])dnl
2523+AC_SUBST([$1_FALSE])dnl
2524+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
2525+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
2526+m4_define([_AM_COND_VALUE_$1], [$2])dnl
2527+if $2; then
2528+ $1_TRUE=
2529+ $1_FALSE='#'
2530+else
2531+ $1_TRUE='#'
2532+ $1_FALSE=
2533+fi
2534+AC_CONFIG_COMMANDS_PRE(
2535+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
2536+ AC_MSG_ERROR([[conditional "$1" was never defined.
2537+Usually this means the macro was only invoked conditionally.]])
2538+fi])])
2539+
2540+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
2541+#
2542+# This file is free software; the Free Software Foundation
2543+# gives unlimited permission to copy and/or distribute it,
2544+# with or without modifications, as long as this notice is preserved.
2545+
2546+
2547+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
2548+# written in clear, in which case automake, when reading aclocal.m4,
2549+# will think it sees a *use*, and therefore will trigger all it's
2550+# C support machinery. Also note that it means that autoscan, seeing
2551+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
2552+
2553+
2554+# _AM_DEPENDENCIES(NAME)
2555+# ----------------------
2556+# See how the compiler implements dependency checking.
2557+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
2558+# We try a few techniques and use that to set a single cache variable.
2559+#
2560+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
2561+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
2562+# dependency, and given that the user is not expected to run this macro,
2563+# just rely on AC_PROG_CC.
2564+AC_DEFUN([_AM_DEPENDENCIES],
2565+[AC_REQUIRE([AM_SET_DEPDIR])dnl
2566+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
2567+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
2568+AC_REQUIRE([AM_DEP_TRACK])dnl
2569+
2570+m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
2571+ [$1], [CXX], [depcc="$CXX" am_compiler_list=],
2572+ [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
2573+ [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
2574+ [$1], [UPC], [depcc="$UPC" am_compiler_list=],
2575+ [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
2576+ [depcc="$$1" am_compiler_list=])
2577+
2578+AC_CACHE_CHECK([dependency style of $depcc],
2579+ [am_cv_$1_dependencies_compiler_type],
2580+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2581+ # We make a subdir and do the tests there. Otherwise we can end up
2582+ # making bogus files that we don't know about and never remove. For
2583+ # instance it was reported that on HP-UX the gcc test will end up
2584+ # making a dummy file named 'D' -- because '-MD' means "put the output
2585+ # in D".
2586+ rm -rf conftest.dir
2587+ mkdir conftest.dir
2588+ # Copy depcomp to subdir because otherwise we won't find it if we're
2589+ # using a relative directory.
2590+ cp "$am_depcomp" conftest.dir
2591+ cd conftest.dir
2592+ # We will build objects and dependencies in a subdirectory because
2593+ # it helps to detect inapplicable dependency modes. For instance
2594+ # both Tru64's cc and ICC support -MD to output dependencies as a
2595+ # side effect of compilation, but ICC will put the dependencies in
2596+ # the current directory while Tru64 will put them in the object
2597+ # directory.
2598+ mkdir sub
2599+
2600+ am_cv_$1_dependencies_compiler_type=none
2601+ if test "$am_compiler_list" = ""; then
2602+ am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
2603+ fi
2604+ am__universal=false
2605+ m4_case([$1], [CC],
2606+ [case " $depcc " in #(
2607+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
2608+ esac],
2609+ [CXX],
2610+ [case " $depcc " in #(
2611+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
2612+ esac])
2613+
2614+ for depmode in $am_compiler_list; do
2615+ # Setup a source with many dependencies, because some compilers
2616+ # like to wrap large dependency lists on column 80 (with \), and
2617+ # we should not choose a depcomp mode which is confused by this.
2618+ #
2619+ # We need to recreate these files for each test, as the compiler may
2620+ # overwrite some of them when testing with obscure command lines.
2621+ # This happens at least with the AIX C compiler.
2622+ : > sub/conftest.c
2623+ for i in 1 2 3 4 5 6; do
2624+ echo '#include "conftst'$i'.h"' >> sub/conftest.c
2625+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
2626+ # Solaris 10 /bin/sh.
2627+ echo '/* dummy */' > sub/conftst$i.h
2628+ done
2629+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2630+
2631+ # We check with '-c' and '-o' for the sake of the "dashmstdout"
2632+ # mode. It turns out that the SunPro C++ compiler does not properly
2633+ # handle '-M -o', and we need to detect this. Also, some Intel
2634+ # versions had trouble with output in subdirs.
2635+ am__obj=sub/conftest.${OBJEXT-o}
2636+ am__minus_obj="-o $am__obj"
2637+ case $depmode in
2638+ gcc)
2639+ # This depmode causes a compiler race in universal mode.
2640+ test "$am__universal" = false || continue
2641+ ;;
2642+ nosideeffect)
2643+ # After this tag, mechanisms are not by side-effect, so they'll
2644+ # only be used when explicitly requested.
2645+ if test "x$enable_dependency_tracking" = xyes; then
2646+ continue
2647+ else
2648+ break
2649+ fi
2650+ ;;
2651+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
2652+ # This compiler won't grok '-c -o', but also, the minuso test has
2653+ # not run yet. These depmodes are late enough in the game, and
2654+ # so weak that their functioning should not be impacted.
2655+ am__obj=conftest.${OBJEXT-o}
2656+ am__minus_obj=
2657+ ;;
2658+ none) break ;;
2659+ esac
2660+ if depmode=$depmode \
2661+ source=sub/conftest.c object=$am__obj \
2662+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2663+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2664+ >/dev/null 2>conftest.err &&
2665+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2666+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2667+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2668+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2669+ # icc doesn't choke on unknown options, it will just issue warnings
2670+ # or remarks (even with -Werror). So we grep stderr for any message
2671+ # that says an option was ignored or not supported.
2672+ # When given -MP, icc 7.0 and 7.1 complain thusly:
2673+ # icc: Command line warning: ignoring option '-M'; no argument required
2674+ # The diagnosis changed in icc 8.0:
2675+ # icc: Command line remark: option '-MP' not supported
2676+ if (grep 'ignoring option' conftest.err ||
2677+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2678+ am_cv_$1_dependencies_compiler_type=$depmode
2679+ break
2680+ fi
2681+ fi
2682+ done
2683+
2684+ cd ..
2685+ rm -rf conftest.dir
2686+else
2687+ am_cv_$1_dependencies_compiler_type=none
2688+fi
2689+])
2690+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
2691+AM_CONDITIONAL([am__fastdep$1], [
2692+ test "x$enable_dependency_tracking" != xno \
2693+ && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
2694+])
2695+
2696+
2697+# AM_SET_DEPDIR
2698+# -------------
2699+# Choose a directory name for dependency files.
2700+# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
2701+AC_DEFUN([AM_SET_DEPDIR],
2702+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
2703+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
2704+])
2705+
2706+
2707+# AM_DEP_TRACK
2708+# ------------
2709+AC_DEFUN([AM_DEP_TRACK],
2710+[AC_ARG_ENABLE([dependency-tracking], [dnl
2711+AS_HELP_STRING(
2712+ [--enable-dependency-tracking],
2713+ [do not reject slow dependency extractors])
2714+AS_HELP_STRING(
2715+ [--disable-dependency-tracking],
2716+ [speeds up one-time build])])
2717+if test "x$enable_dependency_tracking" != xno; then
2718+ am_depcomp="$ac_aux_dir/depcomp"
2719+ AMDEPBACKSLASH='\'
2720+ am__nodep='_no'
2721+fi
2722+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2723+AC_SUBST([AMDEPBACKSLASH])dnl
2724+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
2725+AC_SUBST([am__nodep])dnl
2726+_AM_SUBST_NOTMAKE([am__nodep])dnl
2727+])
2728+
2729+# Generate code to set up dependency tracking. -*- Autoconf -*-
2730+
2731+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
2732+#
2733+# This file is free software; the Free Software Foundation
2734+# gives unlimited permission to copy and/or distribute it,
2735+# with or without modifications, as long as this notice is preserved.
2736+
2737+
2738+# _AM_OUTPUT_DEPENDENCY_COMMANDS
2739+# ------------------------------
2740+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
2741+[{
2742+ # Older Autoconf quotes --file arguments for eval, but not when files
2743+ # are listed without --file. Let's play safe and only enable the eval
2744+ # if we detect the quoting.
2745+ case $CONFIG_FILES in
2746+ *\'*) eval set x "$CONFIG_FILES" ;;
2747+ *) set x $CONFIG_FILES ;;
2748+ esac
2749+ shift
2750+ for mf
2751+ do
2752+ # Strip MF so we end up with the name of the file.
2753+ mf=`echo "$mf" | sed -e 's/:.*$//'`
2754+ # Check whether this is an Automake generated Makefile or not.
2755+ # We used to match only the files named 'Makefile.in', but
2756+ # some people rename them; so instead we look at the file content.
2757+ # Grep'ing the first line is not enough: some people post-process
2758+ # each Makefile.in and add a new line on top of each file to say so.
2759+ # Grep'ing the whole file is not good either: AIX grep has a line
2760+ # limit of 2048, but all sed's we know have understand at least 4000.
2761+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
2762+ dirpart=`AS_DIRNAME("$mf")`
2763+ else
2764+ continue
2765+ fi
2766+ # Extract the definition of DEPDIR, am__include, and am__quote
2767+ # from the Makefile without running 'make'.
2768+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
2769+ test -z "$DEPDIR" && continue
2770+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
2771+ test -z "$am__include" && continue
2772+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2773+ # Find all dependency output files, they are included files with
2774+ # $(DEPDIR) in their names. We invoke sed twice because it is the
2775+ # simplest approach to changing $(DEPDIR) to its actual value in the
2776+ # expansion.
2777+ for file in `sed -n "
2778+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2779+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
2780+ # Make sure the directory exists.
2781+ test -f "$dirpart/$file" && continue
2782+ fdir=`AS_DIRNAME(["$file"])`
2783+ AS_MKDIR_P([$dirpart/$fdir])
2784+ # echo "creating $dirpart/$file"
2785+ echo '# dummy' > "$dirpart/$file"
2786+ done
2787+ done
2788+}
2789+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
2790+
2791+
2792+# AM_OUTPUT_DEPENDENCY_COMMANDS
2793+# -----------------------------
2794+# This macro should only be invoked once -- use via AC_REQUIRE.
2795+#
2796+# This code is only required when automatic dependency tracking
2797+# is enabled. FIXME. This creates each '.P' file that we will
2798+# need in order to bootstrap the dependency handling code.
2799+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
2800+[AC_CONFIG_COMMANDS([depfiles],
2801+ [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
2802+ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
2803+])
2804+
2805+# Do all the work for Automake. -*- Autoconf -*-
2806+
2807+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
2808+#
2809+# This file is free software; the Free Software Foundation
2810+# gives unlimited permission to copy and/or distribute it,
2811+# with or without modifications, as long as this notice is preserved.
2812+
2813+# This macro actually does too much. Some checks are only needed if
2814+# your package does certain things. But this isn't really a big deal.
2815+
2816+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
2817+m4_define([AC_PROG_CC],
2818+m4_defn([AC_PROG_CC])
2819+[_AM_PROG_CC_C_O
2820+])
2821+
2822+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
2823+# AM_INIT_AUTOMAKE([OPTIONS])
2824+# -----------------------------------------------
2825+# The call with PACKAGE and VERSION arguments is the old style
2826+# call (pre autoconf-2.50), which is being phased out. PACKAGE
2827+# and VERSION should now be passed to AC_INIT and removed from
2828+# the call to AM_INIT_AUTOMAKE.
2829+# We support both call styles for the transition. After
2830+# the next Automake release, Autoconf can make the AC_INIT
2831+# arguments mandatory, and then we can depend on a new Autoconf
2832+# release and drop the old call support.
2833+AC_DEFUN([AM_INIT_AUTOMAKE],
2834+[AC_PREREQ([2.65])dnl
2835+dnl Autoconf wants to disallow AM_ names. We explicitly allow
2836+dnl the ones we care about.
2837+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
2838+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
2839+AC_REQUIRE([AC_PROG_INSTALL])dnl
2840+if test "`cd $srcdir && pwd`" != "`pwd`"; then
2841+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2842+ # is not polluted with repeated "-I."
2843+ AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
2844+ # test to see if srcdir already configured
2845+ if test -f $srcdir/config.status; then
2846+ AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
2847+ fi
2848+fi
2849+
2850+# test whether we have cygpath
2851+if test -z "$CYGPATH_W"; then
2852+ if (cygpath --version) >/dev/null 2>/dev/null; then
2853+ CYGPATH_W='cygpath -w'
2854+ else
2855+ CYGPATH_W=echo
2856+ fi
2857+fi
2858+AC_SUBST([CYGPATH_W])
2859+
2860+# Define the identity of the package.
2861+dnl Distinguish between old-style and new-style calls.
2862+m4_ifval([$2],
2863+[AC_DIAGNOSE([obsolete],
2864+ [$0: two- and three-arguments forms are deprecated.])
2865+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
2866+ AC_SUBST([PACKAGE], [$1])dnl
2867+ AC_SUBST([VERSION], [$2])],
2868+[_AM_SET_OPTIONS([$1])dnl
2869+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
2870+m4_if(
2871+ m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
2872+ [ok:ok],,
2873+ [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
2874+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
2875+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
2876+
2877+_AM_IF_OPTION([no-define],,
2878+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
2879+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
2880+
2881+# Some tools Automake needs.
2882+AC_REQUIRE([AM_SANITY_CHECK])dnl
2883+AC_REQUIRE([AC_ARG_PROGRAM])dnl
2884+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2885+AM_MISSING_PROG([AUTOCONF], [autoconf])
2886+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2887+AM_MISSING_PROG([AUTOHEADER], [autoheader])
2888+AM_MISSING_PROG([MAKEINFO], [makeinfo])
2889+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
2890+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
2891+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
2892+# For better backward compatibility. To be removed once Automake 1.9.x
2893+# dies out for good. For more background, see:
2894+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2895+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2896+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
2897+# We need awk for the "check" target. The system "awk" is bad on
2898+# some platforms.
2899+AC_REQUIRE([AC_PROG_AWK])dnl
2900+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
2901+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
2902+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
2903+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2904+ [_AM_PROG_TAR([v7])])])
2905+_AM_IF_OPTION([no-dependencies],,
2906+[AC_PROVIDE_IFELSE([AC_PROG_CC],
2907+ [_AM_DEPENDENCIES([CC])],
2908+ [m4_define([AC_PROG_CC],
2909+ m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
2910+AC_PROVIDE_IFELSE([AC_PROG_CXX],
2911+ [_AM_DEPENDENCIES([CXX])],
2912+ [m4_define([AC_PROG_CXX],
2913+ m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
2914+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
2915+ [_AM_DEPENDENCIES([OBJC])],
2916+ [m4_define([AC_PROG_OBJC],
2917+ m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
2918+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
2919+ [_AM_DEPENDENCIES([OBJCXX])],
2920+ [m4_define([AC_PROG_OBJCXX],
2921+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
2922+])
2923+AC_REQUIRE([AM_SILENT_RULES])dnl
2924+dnl The testsuite driver may need to know about EXEEXT, so add the
2925+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
2926+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
2927+AC_CONFIG_COMMANDS_PRE(dnl
2928+[m4_provide_if([_AM_COMPILER_EXEEXT],
2929+ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
2930+
2931+# POSIX will say in a future version that running "rm -f" with no argument
2932+# is OK; and we want to be able to make that assumption in our Makefile
2933+# recipes. So use an aggressive probe to check that the usage we want is
2934+# actually supported "in the wild" to an acceptable degree.
2935+# See automake bug#10828.
2936+# To make any issue more visible, cause the running configure to be aborted
2937+# by default if the 'rm' program in use doesn't match our expectations; the
2938+# user can still override this though.
2939+if rm -f && rm -fr && rm -rf; then : OK; else
2940+ cat >&2 <<'END'
2941+Oops!
2942+
2943+Your 'rm' program seems unable to run without file operands specified
2944+on the command line, even when the '-f' option is present. This is contrary
2945+to the behaviour of most rm programs out there, and not conforming with
2946+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2947+
2948+Please tell bug-automake@gnu.org about your system, including the value
2949+of your $PATH and any error possibly output before this message. This
2950+can help us improve future automake versions.
2951+
2952+END
2953+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2954+ echo 'Configuration will proceed anyway, since you have set the' >&2
2955+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2956+ echo >&2
2957+ else
2958+ cat >&2 <<'END'
2959+Aborting the configuration process, to ensure you take notice of the issue.
2960+
2961+You can download and install GNU coreutils to get an 'rm' implementation
2962+that behaves properly: <http://www.gnu.org/software/coreutils/>.
2963+
2964+If you want to complete the configuration process using your problematic
2965+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2966+to "yes", and re-run configure.
2967+
2968+END
2969+ AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
2970+ fi
2971+fi
2972+])
2973+
2974+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
2975+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
2976+dnl mangled by Autoconf and run in a shell conditional statement.
2977+m4_define([_AC_COMPILER_EXEEXT],
2978+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
2979+
2980+# When config.status generates a header, we must update the stamp-h file.
2981+# This file resides in the same directory as the config header
2982+# that is generated. The stamp files are numbered to have different names.
2983+
2984+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
2985+# loop where config.status creates the headers, so we can generate
2986+# our stamp files there.
2987+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
2988+[# Compute $1's index in $config_headers.
2989+_am_arg=$1
2990+_am_stamp_count=1
2991+for _am_header in $config_headers :; do
2992+ case $_am_header in
2993+ $_am_arg | $_am_arg:* )
2994+ break ;;
2995+ * )
2996+ _am_stamp_count=`expr $_am_stamp_count + 1` ;;
2997+ esac
2998+done
2999+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
3000+
3001+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
3002+#
3003+# This file is free software; the Free Software Foundation
3004+# gives unlimited permission to copy and/or distribute it,
3005+# with or without modifications, as long as this notice is preserved.
3006+
3007+# AM_PROG_INSTALL_SH
3008+# ------------------
3009+# Define $install_sh.
3010+AC_DEFUN([AM_PROG_INSTALL_SH],
3011+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
3012+if test x"${install_sh}" != xset; then
3013+ case $am_aux_dir in
3014+ *\ * | *\ *)
3015+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3016+ *)
3017+ install_sh="\${SHELL} $am_aux_dir/install-sh"
3018+ esac
3019+fi
3020+AC_SUBST([install_sh])])
3021+
3022+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
3023+#
3024+# This file is free software; the Free Software Foundation
3025+# gives unlimited permission to copy and/or distribute it,
3026+# with or without modifications, as long as this notice is preserved.
3027+
3028+# Check whether the underlying file-system supports filenames
3029+# with a leading dot. For instance MS-DOS doesn't.
3030+AC_DEFUN([AM_SET_LEADING_DOT],
3031+[rm -rf .tst 2>/dev/null
3032+mkdir .tst 2>/dev/null
3033+if test -d .tst; then
3034+ am__leading_dot=.
3035+else
3036+ am__leading_dot=_
3037+fi
3038+rmdir .tst 2>/dev/null
3039+AC_SUBST([am__leading_dot])])
3040+
3041+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
3042+# From Jim Meyering
3043+
3044+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
3045+#
3046+# This file is free software; the Free Software Foundation
3047+# gives unlimited permission to copy and/or distribute it,
3048+# with or without modifications, as long as this notice is preserved.
3049+
3050+# AM_MAINTAINER_MODE([DEFAULT-MODE])
3051+# ----------------------------------
3052+# Control maintainer-specific portions of Makefiles.
3053+# Default is to disable them, unless 'enable' is passed literally.
3054+# For symmetry, 'disable' may be passed as well. Anyway, the user
3055+# can override the default with the --enable/--disable switch.
3056+AC_DEFUN([AM_MAINTAINER_MODE],
3057+[m4_case(m4_default([$1], [disable]),
3058+ [enable], [m4_define([am_maintainer_other], [disable])],
3059+ [disable], [m4_define([am_maintainer_other], [enable])],
3060+ [m4_define([am_maintainer_other], [enable])
3061+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
3062+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
3063+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
3064+ AC_ARG_ENABLE([maintainer-mode],
3065+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
3066+ am_maintainer_other[ make rules and dependencies not useful
3067+ (and sometimes confusing) to the casual installer])],
3068+ [USE_MAINTAINER_MODE=$enableval],
3069+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
3070+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
3071+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
3072+ MAINT=$MAINTAINER_MODE_TRUE
3073+ AC_SUBST([MAINT])dnl
3074+]
3075+)
3076+
3077+# Check to see how 'make' treats includes. -*- Autoconf -*-
3078+
3079+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
3080+#
3081+# This file is free software; the Free Software Foundation
3082+# gives unlimited permission to copy and/or distribute it,
3083+# with or without modifications, as long as this notice is preserved.
3084+
3085+# AM_MAKE_INCLUDE()
3086+# -----------------
3087+# Check to see how make treats includes.
3088+AC_DEFUN([AM_MAKE_INCLUDE],
3089+[am_make=${MAKE-make}
3090+cat > confinc << 'END'
3091+am__doit:
3092+ @echo this is the am__doit target
3093+.PHONY: am__doit
3094+END
3095+# If we don't find an include directive, just comment out the code.
3096+AC_MSG_CHECKING([for style of include used by $am_make])
3097+am__include="#"
3098+am__quote=
3099+_am_result=none
3100+# First try GNU make style include.
3101+echo "include confinc" > confmf
3102+# Ignore all kinds of additional output from 'make'.
3103+case `$am_make -s -f confmf 2> /dev/null` in #(
3104+*the\ am__doit\ target*)
3105+ am__include=include
3106+ am__quote=
3107+ _am_result=GNU
3108+ ;;
3109+esac
3110+# Now try BSD make style include.
3111+if test "$am__include" = "#"; then
3112+ echo '.include "confinc"' > confmf
3113+ case `$am_make -s -f confmf 2> /dev/null` in #(
3114+ *the\ am__doit\ target*)
3115+ am__include=.include
3116+ am__quote="\""
3117+ _am_result=BSD
3118+ ;;
3119+ esac
3120+fi
3121+AC_SUBST([am__include])
3122+AC_SUBST([am__quote])
3123+AC_MSG_RESULT([$_am_result])
3124+rm -f confinc confmf
3125+])
3126+
3127+# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
3128+
3129+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
3130+#
3131+# This file is free software; the Free Software Foundation
3132+# gives unlimited permission to copy and/or distribute it,
3133+# with or without modifications, as long as this notice is preserved.
3134+
3135+# AM_MISSING_PROG(NAME, PROGRAM)
3136+# ------------------------------
3137+AC_DEFUN([AM_MISSING_PROG],
3138+[AC_REQUIRE([AM_MISSING_HAS_RUN])
3139+$1=${$1-"${am_missing_run}$2"}
3140+AC_SUBST($1)])
3141+
3142+# AM_MISSING_HAS_RUN
3143+# ------------------
3144+# Define MISSING if not defined so far and test if it is modern enough.
3145+# If it is, set am_missing_run to use it, otherwise, to nothing.
3146+AC_DEFUN([AM_MISSING_HAS_RUN],
3147+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
3148+AC_REQUIRE_AUX_FILE([missing])dnl
3149+if test x"${MISSING+set}" != xset; then
3150+ case $am_aux_dir in
3151+ *\ * | *\ *)
3152+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3153+ *)
3154+ MISSING="\${SHELL} $am_aux_dir/missing" ;;
3155+ esac
3156+fi
3157+# Use eval to expand $SHELL
3158+if eval "$MISSING --is-lightweight"; then
3159+ am_missing_run="$MISSING "
3160+else
3161+ am_missing_run=
3162+ AC_MSG_WARN(['missing' script is too old or missing])
3163+fi
3164+])
3165+
3166+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
3167+#
3168+# This file is free software; the Free Software Foundation
3169+# gives unlimited permission to copy and/or distribute it,
3170+# with or without modifications, as long as this notice is preserved.
3171+
3172+# AM_PROG_MKDIR_P
3173+# ---------------
3174+# Check for 'mkdir -p'.
3175+AC_DEFUN([AM_PROG_MKDIR_P],
3176+[AC_PREREQ([2.60])dnl
3177+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
3178+dnl FIXME we are no longer going to remove this! adjust warning
3179+dnl FIXME message accordingly.
3180+AC_DIAGNOSE([obsolete],
3181+[$0: this macro is deprecated, and will soon be removed.
3182+You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
3183+and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.])
3184+dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
3185+dnl while keeping a definition of mkdir_p for backward compatibility.
3186+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
3187+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
3188+dnl Makefile.ins that do not define MKDIR_P, so we do our own
3189+dnl adjustment using top_builddir (which is defined more often than
3190+dnl MKDIR_P).
3191+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
3192+case $mkdir_p in
3193+ [[\\/$]]* | ?:[[\\/]]*) ;;
3194+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3195+esac
3196+])
3197+
3198+# Helper functions for option handling. -*- Autoconf -*-
3199+
3200+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
3201+#
3202+# This file is free software; the Free Software Foundation
3203+# gives unlimited permission to copy and/or distribute it,
3204+# with or without modifications, as long as this notice is preserved.
3205+
3206+# _AM_MANGLE_OPTION(NAME)
3207+# -----------------------
3208+AC_DEFUN([_AM_MANGLE_OPTION],
3209+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
3210+
3211+# _AM_SET_OPTION(NAME)
3212+# --------------------
3213+# Set option NAME. Presently that only means defining a flag for this option.
3214+AC_DEFUN([_AM_SET_OPTION],
3215+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
3216+
3217+# _AM_SET_OPTIONS(OPTIONS)
3218+# ------------------------
3219+# OPTIONS is a space-separated list of Automake options.
3220+AC_DEFUN([_AM_SET_OPTIONS],
3221+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
3222+
3223+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
3224+# -------------------------------------------
3225+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3226+AC_DEFUN([_AM_IF_OPTION],
3227+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
3228+
3229+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
3230+#
3231+# This file is free software; the Free Software Foundation
3232+# gives unlimited permission to copy and/or distribute it,
3233+# with or without modifications, as long as this notice is preserved.
3234+
3235+# _AM_PROG_CC_C_O
3236+# ---------------
3237+# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
3238+# to automatically call this.
3239+AC_DEFUN([_AM_PROG_CC_C_O],
3240+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
3241+AC_REQUIRE_AUX_FILE([compile])dnl
3242+AC_LANG_PUSH([C])dnl
3243+AC_CACHE_CHECK(
3244+ [whether $CC understands -c and -o together],
3245+ [am_cv_prog_cc_c_o],
3246+ [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
3247+ # Make sure it works both with $CC and with simple cc.
3248+ # Following AC_PROG_CC_C_O, we do the test twice because some
3249+ # compilers refuse to overwrite an existing .o file with -o,
3250+ # though they will create one.
3251+ am_cv_prog_cc_c_o=yes
3252+ for am_i in 1 2; do
3253+ if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
3254+ && test -f conftest2.$ac_objext; then
3255+ : OK
3256+ else
3257+ am_cv_prog_cc_c_o=no
3258+ break
3259+ fi
3260+ done
3261+ rm -f core conftest*
3262+ unset am_i])
3263+if test "$am_cv_prog_cc_c_o" != yes; then
3264+ # Losing compiler, so override with the script.
3265+ # FIXME: It is wrong to rewrite CC.
3266+ # But if we don't then we get into trouble of one sort or another.
3267+ # A longer-term fix would be to have automake use am__CC in this case,
3268+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3269+ CC="$am_aux_dir/compile $CC"
3270+fi
3271+AC_LANG_POP([C])])
3272+
3273+# For backward compatibility.
3274+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
3275+
3276+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
3277+#
3278+# This file is free software; the Free Software Foundation
3279+# gives unlimited permission to copy and/or distribute it,
3280+# with or without modifications, as long as this notice is preserved.
3281+
3282+# AM_RUN_LOG(COMMAND)
3283+# -------------------
3284+# Run COMMAND, save the exit status in ac_status, and log it.
3285+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
3286+AC_DEFUN([AM_RUN_LOG],
3287+[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
3288+ ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
3289+ ac_status=$?
3290+ echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
3291+ (exit $ac_status); }])
3292+
3293+# Check to make sure that the build environment is sane. -*- Autoconf -*-
3294+
3295+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
3296+#
3297+# This file is free software; the Free Software Foundation
3298+# gives unlimited permission to copy and/or distribute it,
3299+# with or without modifications, as long as this notice is preserved.
3300+
3301+# AM_SANITY_CHECK
3302+# ---------------
3303+AC_DEFUN([AM_SANITY_CHECK],
3304+[AC_MSG_CHECKING([whether build environment is sane])
3305+# Reject unsafe characters in $srcdir or the absolute working directory
3306+# name. Accept space and tab only in the latter.
3307+am_lf='
3308+'
3309+case `pwd` in
3310+ *[[\\\"\#\$\&\'\`$am_lf]]*)
3311+ AC_MSG_ERROR([unsafe absolute working directory name]);;
3312+esac
3313+case $srcdir in
3314+ *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
3315+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
3316+esac
3317+
3318+# Do 'set' in a subshell so we don't clobber the current shell's
3319+# arguments. Must try -L first in case configure is actually a
3320+# symlink; some systems play weird games with the mod time of symlinks
3321+# (eg FreeBSD returns the mod time of the symlink's containing
3322+# directory).
3323+if (
3324+ am_has_slept=no
3325+ for am_try in 1 2; do
3326+ echo "timestamp, slept: $am_has_slept" > conftest.file
3327+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3328+ if test "$[*]" = "X"; then
3329+ # -L didn't work.
3330+ set X `ls -t "$srcdir/configure" conftest.file`
3331+ fi
3332+ if test "$[*]" != "X $srcdir/configure conftest.file" \
3333+ && test "$[*]" != "X conftest.file $srcdir/configure"; then
3334+
3335+ # If neither matched, then we have a broken ls. This can happen
3336+ # if, for instance, CONFIG_SHELL is bash and it inherits a
3337+ # broken ls alias from the environment. This has actually
3338+ # happened. Such a system could not be considered "sane".
3339+ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
3340+ alias in your environment])
3341+ fi
3342+ if test "$[2]" = conftest.file || test $am_try -eq 2; then
3343+ break
3344+ fi
3345+ # Just in case.
3346+ sleep 1
3347+ am_has_slept=yes
3348+ done
3349+ test "$[2]" = conftest.file
3350+ )
3351+then
3352+ # Ok.
3353+ :
3354+else
3355+ AC_MSG_ERROR([newly created file is older than distributed files!
3356+Check your system clock])
3357+fi
3358+AC_MSG_RESULT([yes])
3359+# If we didn't sleep, we still need to ensure time stamps of config.status and
3360+# generated files are strictly newer.
3361+am_sleep_pid=
3362+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3363+ ( sleep 1 ) &
3364+ am_sleep_pid=$!
3365+fi
3366+AC_CONFIG_COMMANDS_PRE(
3367+ [AC_MSG_CHECKING([that generated files are newer than configure])
3368+ if test -n "$am_sleep_pid"; then
3369+ # Hide warnings about reused PIDs.
3370+ wait $am_sleep_pid 2>/dev/null
3371+ fi
3372+ AC_MSG_RESULT([done])])
3373+rm -f conftest.file
3374+])
3375+
3376+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
3377+#
3378+# This file is free software; the Free Software Foundation
3379+# gives unlimited permission to copy and/or distribute it,
3380+# with or without modifications, as long as this notice is preserved.
3381+
3382+# AM_SILENT_RULES([DEFAULT])
3383+# --------------------------
3384+# Enable less verbose build rules; with the default set to DEFAULT
3385+# ("yes" being less verbose, "no" or empty being verbose).
3386+AC_DEFUN([AM_SILENT_RULES],
3387+[AC_ARG_ENABLE([silent-rules], [dnl
3388+AS_HELP_STRING(
3389+ [--enable-silent-rules],
3390+ [less verbose build output (undo: "make V=1")])
3391+AS_HELP_STRING(
3392+ [--disable-silent-rules],
3393+ [verbose build output (undo: "make V=0")])dnl
3394+])
3395+case $enable_silent_rules in @%:@ (((
3396+ yes) AM_DEFAULT_VERBOSITY=0;;
3397+ no) AM_DEFAULT_VERBOSITY=1;;
3398+ *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
3399+esac
3400+dnl
3401+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
3402+dnl do not support nested variable expansions.
3403+dnl See automake bug#9928 and bug#10237.
3404+am_make=${MAKE-make}
3405+AC_CACHE_CHECK([whether $am_make supports nested variables],
3406+ [am_cv_make_support_nested_variables],
3407+ [if AS_ECHO([['TRUE=$(BAR$(V))
3408+BAR0=false
3409+BAR1=true
3410+V=1
3411+am__doit:
3412+ @$(TRUE)
3413+.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
3414+ am_cv_make_support_nested_variables=yes
3415+else
3416+ am_cv_make_support_nested_variables=no
3417+fi])
3418+if test $am_cv_make_support_nested_variables = yes; then
3419+ dnl Using '$V' instead of '$(V)' breaks IRIX make.
3420+ AM_V='$(V)'
3421+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3422+else
3423+ AM_V=$AM_DEFAULT_VERBOSITY
3424+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3425+fi
3426+AC_SUBST([AM_V])dnl
3427+AM_SUBST_NOTMAKE([AM_V])dnl
3428+AC_SUBST([AM_DEFAULT_V])dnl
3429+AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
3430+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
3431+AM_BACKSLASH='\'
3432+AC_SUBST([AM_BACKSLASH])dnl
3433+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
3434+])
3435+
3436+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
3437+#
3438+# This file is free software; the Free Software Foundation
3439+# gives unlimited permission to copy and/or distribute it,
3440+# with or without modifications, as long as this notice is preserved.
3441+
3442+# AM_PROG_INSTALL_STRIP
3443+# ---------------------
3444+# One issue with vendor 'install' (even GNU) is that you can't
3445+# specify the program used to strip binaries. This is especially
3446+# annoying in cross-compiling environments, where the build's strip
3447+# is unlikely to handle the host's binaries.
3448+# Fortunately install-sh will honor a STRIPPROG variable, so we
3449+# always use install-sh in "make install-strip", and initialize
3450+# STRIPPROG with the value of the STRIP variable (set by the user).
3451+AC_DEFUN([AM_PROG_INSTALL_STRIP],
3452+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
3453+# Installed binaries are usually stripped using 'strip' when the user
3454+# run "make install-strip". However 'strip' might not be the right
3455+# tool to use in cross-compilation environments, therefore Automake
3456+# will honor the 'STRIP' environment variable to overrule this program.
3457+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
3458+if test "$cross_compiling" != no; then
3459+ AC_CHECK_TOOL([STRIP], [strip], :)
3460+fi
3461+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3462+AC_SUBST([INSTALL_STRIP_PROGRAM])])
3463+
3464+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
3465+#
3466+# This file is free software; the Free Software Foundation
3467+# gives unlimited permission to copy and/or distribute it,
3468+# with or without modifications, as long as this notice is preserved.
3469+
3470+# _AM_SUBST_NOTMAKE(VARIABLE)
3471+# ---------------------------
3472+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
3473+# This macro is traced by Automake.
3474+AC_DEFUN([_AM_SUBST_NOTMAKE])
3475+
3476+# AM_SUBST_NOTMAKE(VARIABLE)
3477+# --------------------------
3478+# Public sister of _AM_SUBST_NOTMAKE.
3479+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
3480+
3481+# Check how to create a tarball. -*- Autoconf -*-
3482+
3483+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
3484+#
3485+# This file is free software; the Free Software Foundation
3486+# gives unlimited permission to copy and/or distribute it,
3487+# with or without modifications, as long as this notice is preserved.
3488+
3489+# _AM_PROG_TAR(FORMAT)
3490+# --------------------
3491+# Check how to create a tarball in format FORMAT.
3492+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
3493+#
3494+# Substitute a variable $(am__tar) that is a command
3495+# writing to stdout a FORMAT-tarball containing the directory
3496+# $tardir.
3497+# tardir=directory && $(am__tar) > result.tar
3498+#
3499+# Substitute a variable $(am__untar) that extract such
3500+# a tarball read from stdin.
3501+# $(am__untar) < result.tar
3502+#
3503+AC_DEFUN([_AM_PROG_TAR],
3504+[# Always define AMTAR for backward compatibility. Yes, it's still used
3505+# in the wild :-( We should find a proper way to deprecate it ...
3506+AC_SUBST([AMTAR], ['$${TAR-tar}'])
3507+
3508+# We'll loop over all known methods to create a tar archive until one works.
3509+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
3510+
3511+m4_if([$1], [v7],
3512+ [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
3513+
3514+ [m4_case([$1],
3515+ [ustar],
3516+ [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
3517+ # There is notably a 21 bits limit for the UID and the GID. In fact,
3518+ # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3519+ # and bug#13588).
3520+ am_max_uid=2097151 # 2^21 - 1
3521+ am_max_gid=$am_max_uid
3522+ # The $UID and $GID variables are not portable, so we need to resort
3523+ # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
3524+ # below are definitely unexpected, so allow the users to see them
3525+ # (that is, avoid stderr redirection).
3526+ am_uid=`id -u || echo unknown`
3527+ am_gid=`id -g || echo unknown`
3528+ AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
3529+ if test $am_uid -le $am_max_uid; then
3530+ AC_MSG_RESULT([yes])
3531+ else
3532+ AC_MSG_RESULT([no])
3533+ _am_tools=none
3534+ fi
3535+ AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
3536+ if test $am_gid -le $am_max_gid; then
3537+ AC_MSG_RESULT([yes])
3538+ else
3539+ AC_MSG_RESULT([no])
3540+ _am_tools=none
3541+ fi],
3542+
3543+ [pax],
3544+ [],
3545+
3546+ [m4_fatal([Unknown tar format])])
3547+
3548+ AC_MSG_CHECKING([how to create a $1 tar archive])
3549+
3550+ # Go ahead even if we have the value already cached. We do so because we
3551+ # need to set the values for the 'am__tar' and 'am__untar' variables.
3552+ _am_tools=${am_cv_prog_tar_$1-$_am_tools}
3553+
3554+ for _am_tool in $_am_tools; do
3555+ case $_am_tool in
3556+ gnutar)
3557+ for _am_tar in tar gnutar gtar; do
3558+ AM_RUN_LOG([$_am_tar --version]) && break
3559+ done
3560+ am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
3561+ am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
3562+ am__untar="$_am_tar -xf -"
3563+ ;;
3564+ plaintar)
3565+ # Must skip GNU tar: if it does not support --format= it doesn't create
3566+ # ustar tarball either.
3567+ (tar --version) >/dev/null 2>&1 && continue
3568+ am__tar='tar chf - "$$tardir"'
3569+ am__tar_='tar chf - "$tardir"'
3570+ am__untar='tar xf -'
3571+ ;;
3572+ pax)
3573+ am__tar='pax -L -x $1 -w "$$tardir"'
3574+ am__tar_='pax -L -x $1 -w "$tardir"'
3575+ am__untar='pax -r'
3576+ ;;
3577+ cpio)
3578+ am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
3579+ am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
3580+ am__untar='cpio -i -H $1 -d'
3581+ ;;
3582+ none)
3583+ am__tar=false
3584+ am__tar_=false
3585+ am__untar=false
3586+ ;;
3587+ esac
3588+
3589+ # If the value was cached, stop now. We just wanted to have am__tar
3590+ # and am__untar set.
3591+ test -n "${am_cv_prog_tar_$1}" && break
3592+
3593+ # tar/untar a dummy directory, and stop if the command works.
3594+ rm -rf conftest.dir
3595+ mkdir conftest.dir
3596+ echo GrepMe > conftest.dir/file
3597+ AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
3598+ rm -rf conftest.dir
3599+ if test -s conftest.tar; then
3600+ AM_RUN_LOG([$am__untar <conftest.tar])
3601+ AM_RUN_LOG([cat conftest.dir/file])
3602+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3603+ fi
3604+ done
3605+ rm -rf conftest.dir
3606+
3607+ AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
3608+ AC_MSG_RESULT([$am_cv_prog_tar_$1])])
3609+
3610+AC_SUBST([am__tar])
3611+AC_SUBST([am__untar])
3612+]) # _AM_PROG_TAR
3613+
3614+m4_include([m4/gettext.m4])
3615+m4_include([m4/iconv.m4])
3616+m4_include([m4/intlmacosx.m4])
3617+m4_include([m4/lib-ld.m4])
3618+m4_include([m4/lib-link.m4])
3619+m4_include([m4/lib-prefix.m4])
3620+m4_include([m4/libnih.m4])
3621+m4_include([m4/libtool.m4])
3622+m4_include([m4/ltoptions.m4])
3623+m4_include([m4/ltsugar.m4])
3624+m4_include([m4/ltversion.m4])
3625+m4_include([m4/lt~obsolete.m4])
3626+m4_include([m4/nls.m4])
3627+m4_include([m4/pkg.m4])
3628+m4_include([m4/po.m4])
3629+m4_include([m4/progtest.m4])
3630
3631=== added file 'compile'
3632--- compile 1970-01-01 00:00:00 +0000
3633+++ compile 2015-01-17 15:39:45 +0000
3634@@ -0,0 +1,347 @@
3635+#! /bin/sh
3636+# Wrapper for compilers which do not understand '-c -o'.
3637+
3638+scriptversion=2012-10-14.11; # UTC
3639+
3640+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
3641+# Written by Tom Tromey <tromey@cygnus.com>.
3642+#
3643+# This program is free software; you can redistribute it and/or modify
3644+# it under the terms of the GNU General Public License as published by
3645+# the Free Software Foundation; either version 2, or (at your option)
3646+# any later version.
3647+#
3648+# This program is distributed in the hope that it will be useful,
3649+# but WITHOUT ANY WARRANTY; without even the implied warranty of
3650+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3651+# GNU General Public License for more details.
3652+#
3653+# You should have received a copy of the GNU General Public License
3654+# along with this program. If not, see <http://www.gnu.org/licenses/>.
3655+
3656+# As a special exception to the GNU General Public License, if you
3657+# distribute this file as part of a program that contains a
3658+# configuration script generated by Autoconf, you may include it under
3659+# the same distribution terms that you use for the rest of that program.
3660+
3661+# This file is maintained in Automake, please report
3662+# bugs to <bug-automake@gnu.org> or send patches to
3663+# <automake-patches@gnu.org>.
3664+
3665+nl='
3666+'
3667+
3668+# We need space, tab and new line, in precisely that order. Quoting is
3669+# there to prevent tools from complaining about whitespace usage.
3670+IFS=" "" $nl"
3671+
3672+file_conv=
3673+
3674+# func_file_conv build_file lazy
3675+# Convert a $build file to $host form and store it in $file
3676+# Currently only supports Windows hosts. If the determined conversion
3677+# type is listed in (the comma separated) LAZY, no conversion will
3678+# take place.
3679+func_file_conv ()
3680+{
3681+ file=$1
3682+ case $file in
3683+ / | /[!/]*) # absolute file, and not a UNC file
3684+ if test -z "$file_conv"; then
3685+ # lazily determine how to convert abs files
3686+ case `uname -s` in
3687+ MINGW*)
3688+ file_conv=mingw
3689+ ;;
3690+ CYGWIN*)
3691+ file_conv=cygwin
3692+ ;;
3693+ *)
3694+ file_conv=wine
3695+ ;;
3696+ esac
3697+ fi
3698+ case $file_conv/,$2, in
3699+ *,$file_conv,*)
3700+ ;;
3701+ mingw/*)
3702+ file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
3703+ ;;
3704+ cygwin/*)
3705+ file=`cygpath -m "$file" || echo "$file"`
3706+ ;;
3707+ wine/*)
3708+ file=`winepath -w "$file" || echo "$file"`
3709+ ;;
3710+ esac
3711+ ;;
3712+ esac
3713+}
3714+
3715+# func_cl_dashL linkdir
3716+# Make cl look for libraries in LINKDIR
3717+func_cl_dashL ()
3718+{
3719+ func_file_conv "$1"
3720+ if test -z "$lib_path"; then
3721+ lib_path=$file
3722+ else
3723+ lib_path="$lib_path;$file"
3724+ fi
3725+ linker_opts="$linker_opts -LIBPATH:$file"
3726+}
3727+
3728+# func_cl_dashl library
3729+# Do a library search-path lookup for cl
3730+func_cl_dashl ()
3731+{
3732+ lib=$1
3733+ found=no
3734+ save_IFS=$IFS
3735+ IFS=';'
3736+ for dir in $lib_path $LIB
3737+ do
3738+ IFS=$save_IFS
3739+ if $shared && test -f "$dir/$lib.dll.lib"; then
3740+ found=yes
3741+ lib=$dir/$lib.dll.lib
3742+ break
3743+ fi
3744+ if test -f "$dir/$lib.lib"; then
3745+ found=yes
3746+ lib=$dir/$lib.lib
3747+ break
3748+ fi
3749+ if test -f "$dir/lib$lib.a"; then
3750+ found=yes
3751+ lib=$dir/lib$lib.a
3752+ break
3753+ fi
3754+ done
3755+ IFS=$save_IFS
3756+
3757+ if test "$found" != yes; then
3758+ lib=$lib.lib
3759+ fi
3760+}
3761+
3762+# func_cl_wrapper cl arg...
3763+# Adjust compile command to suit cl
3764+func_cl_wrapper ()
3765+{
3766+ # Assume a capable shell
3767+ lib_path=
3768+ shared=:
3769+ linker_opts=
3770+ for arg
3771+ do
3772+ if test -n "$eat"; then
3773+ eat=
3774+ else
3775+ case $1 in
3776+ -o)
3777+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
3778+ eat=1
3779+ case $2 in
3780+ *.o | *.[oO][bB][jJ])
3781+ func_file_conv "$2"
3782+ set x "$@" -Fo"$file"
3783+ shift
3784+ ;;
3785+ *)
3786+ func_file_conv "$2"
3787+ set x "$@" -Fe"$file"
3788+ shift
3789+ ;;
3790+ esac
3791+ ;;
3792+ -I)
3793+ eat=1
3794+ func_file_conv "$2" mingw
3795+ set x "$@" -I"$file"
3796+ shift
3797+ ;;
3798+ -I*)
3799+ func_file_conv "${1#-I}" mingw
3800+ set x "$@" -I"$file"
3801+ shift
3802+ ;;
3803+ -l)
3804+ eat=1
3805+ func_cl_dashl "$2"
3806+ set x "$@" "$lib"
3807+ shift
3808+ ;;
3809+ -l*)
3810+ func_cl_dashl "${1#-l}"
3811+ set x "$@" "$lib"
3812+ shift
3813+ ;;
3814+ -L)
3815+ eat=1
3816+ func_cl_dashL "$2"
3817+ ;;
3818+ -L*)
3819+ func_cl_dashL "${1#-L}"
3820+ ;;
3821+ -static)
3822+ shared=false
3823+ ;;
3824+ -Wl,*)
3825+ arg=${1#-Wl,}
3826+ save_ifs="$IFS"; IFS=','
3827+ for flag in $arg; do
3828+ IFS="$save_ifs"
3829+ linker_opts="$linker_opts $flag"
3830+ done
3831+ IFS="$save_ifs"
3832+ ;;
3833+ -Xlinker)
3834+ eat=1
3835+ linker_opts="$linker_opts $2"
3836+ ;;
3837+ -*)
3838+ set x "$@" "$1"
3839+ shift
3840+ ;;
3841+ *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
3842+ func_file_conv "$1"
3843+ set x "$@" -Tp"$file"
3844+ shift
3845+ ;;
3846+ *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
3847+ func_file_conv "$1" mingw
3848+ set x "$@" "$file"
3849+ shift
3850+ ;;
3851+ *)
3852+ set x "$@" "$1"
3853+ shift
3854+ ;;
3855+ esac
3856+ fi
3857+ shift
3858+ done
3859+ if test -n "$linker_opts"; then
3860+ linker_opts="-link$linker_opts"
3861+ fi
3862+ exec "$@" $linker_opts
3863+ exit 1
3864+}
3865+
3866+eat=
3867+
3868+case $1 in
3869+ '')
3870+ echo "$0: No command. Try '$0 --help' for more information." 1>&2
3871+ exit 1;
3872+ ;;
3873+ -h | --h*)
3874+ cat <<\EOF
3875+Usage: compile [--help] [--version] PROGRAM [ARGS]
3876+
3877+Wrapper for compilers which do not understand '-c -o'.
3878+Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
3879+arguments, and rename the output as expected.
3880+
3881+If you are trying to build a whole package this is not the
3882+right script to run: please start by reading the file 'INSTALL'.
3883+
3884+Report bugs to <bug-automake@gnu.org>.
3885+EOF
3886+ exit $?
3887+ ;;
3888+ -v | --v*)
3889+ echo "compile $scriptversion"
3890+ exit $?
3891+ ;;
3892+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
3893+ func_cl_wrapper "$@" # Doesn't return...
3894+ ;;
3895+esac
3896+
3897+ofile=
3898+cfile=
3899+
3900+for arg
3901+do
3902+ if test -n "$eat"; then
3903+ eat=
3904+ else
3905+ case $1 in
3906+ -o)
3907+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
3908+ # So we strip '-o arg' only if arg is an object.
3909+ eat=1
3910+ case $2 in
3911+ *.o | *.obj)
3912+ ofile=$2
3913+ ;;
3914+ *)
3915+ set x "$@" -o "$2"
3916+ shift
3917+ ;;
3918+ esac
3919+ ;;
3920+ *.c)
3921+ cfile=$1
3922+ set x "$@" "$1"
3923+ shift
3924+ ;;
3925+ *)
3926+ set x "$@" "$1"
3927+ shift
3928+ ;;
3929+ esac
3930+ fi
3931+ shift
3932+done
3933+
3934+if test -z "$ofile" || test -z "$cfile"; then
3935+ # If no '-o' option was seen then we might have been invoked from a
3936+ # pattern rule where we don't need one. That is ok -- this is a
3937+ # normal compilation that the losing compiler can handle. If no
3938+ # '.c' file was seen then we are probably linking. That is also
3939+ # ok.
3940+ exec "$@"
3941+fi
3942+
3943+# Name of file we expect compiler to create.
3944+cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
3945+
3946+# Create the lock directory.
3947+# Note: use '[/\\:.-]' here to ensure that we don't use the same name
3948+# that we are using for the .o file. Also, base the name on the expected
3949+# object file name, since that is what matters with a parallel build.
3950+lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
3951+while true; do
3952+ if mkdir "$lockdir" >/dev/null 2>&1; then
3953+ break
3954+ fi
3955+ sleep 1
3956+done
3957+# FIXME: race condition here if user kills between mkdir and trap.
3958+trap "rmdir '$lockdir'; exit 1" 1 2 15
3959+
3960+# Run the compile.
3961+"$@"
3962+ret=$?
3963+
3964+if test -f "$cofile"; then
3965+ test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
3966+elif test -f "${cofile}bj"; then
3967+ test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
3968+fi
3969+
3970+rmdir "$lockdir"
3971+exit $ret
3972+
3973+# Local Variables:
3974+# mode: shell-script
3975+# sh-indentation: 2
3976+# eval: (add-hook 'write-file-hooks 'time-stamp)
3977+# time-stamp-start: "scriptversion="
3978+# time-stamp-format: "%:y-%02m-%02d.%02H"
3979+# time-stamp-time-zone: "UTC"
3980+# time-stamp-end: "; # UTC"
3981+# End:
3982
3983=== added file 'conf/Makefile.in'
3984--- conf/Makefile.in 1970-01-01 00:00:00 +0000
3985+++ conf/Makefile.in 2015-01-17 15:39:45 +0000
3986@@ -0,0 +1,529 @@
3987+# Makefile.in generated by automake 1.14.1 from Makefile.am.
3988+# @configure_input@
3989+
3990+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
3991+
3992+# This Makefile.in is free software; the Free Software Foundation
3993+# gives unlimited permission to copy and/or distribute it,
3994+# with or without modifications, as long as this notice is preserved.
3995+
3996+# This program is distributed in the hope that it will be useful,
3997+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
3998+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
3999+# PARTICULAR PURPOSE.
4000+
4001+@SET_MAKE@
4002+
4003+VPATH = @srcdir@
4004+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
4005+am__make_running_with_option = \
4006+ case $${target_option-} in \
4007+ ?) ;; \
4008+ *) echo "am__make_running_with_option: internal error: invalid" \
4009+ "target option '$${target_option-}' specified" >&2; \
4010+ exit 1;; \
4011+ esac; \
4012+ has_opt=no; \
4013+ sane_makeflags=$$MAKEFLAGS; \
4014+ if $(am__is_gnu_make); then \
4015+ sane_makeflags=$$MFLAGS; \
4016+ else \
4017+ case $$MAKEFLAGS in \
4018+ *\\[\ \ ]*) \
4019+ bs=\\; \
4020+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
4021+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
4022+ esac; \
4023+ fi; \
4024+ skip_next=no; \
4025+ strip_trailopt () \
4026+ { \
4027+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
4028+ }; \
4029+ for flg in $$sane_makeflags; do \
4030+ test $$skip_next = yes && { skip_next=no; continue; }; \
4031+ case $$flg in \
4032+ *=*|--*) continue;; \
4033+ -*I) strip_trailopt 'I'; skip_next=yes;; \
4034+ -*I?*) strip_trailopt 'I';; \
4035+ -*O) strip_trailopt 'O'; skip_next=yes;; \
4036+ -*O?*) strip_trailopt 'O';; \
4037+ -*l) strip_trailopt 'l'; skip_next=yes;; \
4038+ -*l?*) strip_trailopt 'l';; \
4039+ -[dEDm]) skip_next=yes;; \
4040+ -[JT]) skip_next=yes;; \
4041+ esac; \
4042+ case $$flg in \
4043+ *$$target_option*) has_opt=yes; break;; \
4044+ esac; \
4045+ done; \
4046+ test $$has_opt = yes
4047+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
4048+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
4049+pkgdatadir = $(datadir)/@PACKAGE@
4050+pkgincludedir = $(includedir)/@PACKAGE@
4051+pkglibdir = $(libdir)/@PACKAGE@
4052+pkglibexecdir = $(libexecdir)/@PACKAGE@
4053+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
4054+install_sh_DATA = $(install_sh) -c -m 644
4055+install_sh_PROGRAM = $(install_sh) -c
4056+install_sh_SCRIPT = $(install_sh) -c
4057+INSTALL_HEADER = $(INSTALL_DATA)
4058+transform = $(program_transform_name)
4059+NORMAL_INSTALL = :
4060+PRE_INSTALL = :
4061+POST_INSTALL = :
4062+NORMAL_UNINSTALL = :
4063+PRE_UNINSTALL = :
4064+POST_UNINSTALL = :
4065+build_triplet = @build@
4066+host_triplet = @host@
4067+subdir = conf
4068+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
4069+ $(dist_init_DATA)
4070+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
4071+am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
4072+ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
4073+ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
4074+ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libnih.m4 \
4075+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
4076+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
4077+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
4078+ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
4079+ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
4080+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
4081+ $(ACLOCAL_M4)
4082+mkinstalldirs = $(install_sh) -d
4083+CONFIG_HEADER = $(top_builddir)/config.h
4084+CONFIG_CLEAN_FILES =
4085+CONFIG_CLEAN_VPATH_FILES =
4086+AM_V_P = $(am__v_P_@AM_V@)
4087+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
4088+am__v_P_0 = false
4089+am__v_P_1 = :
4090+AM_V_GEN = $(am__v_GEN_@AM_V@)
4091+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
4092+am__v_GEN_0 = @echo " GEN " $@;
4093+am__v_GEN_1 =
4094+AM_V_at = $(am__v_at_@AM_V@)
4095+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
4096+am__v_at_0 = @
4097+am__v_at_1 =
4098+SOURCES =
4099+DIST_SOURCES =
4100+am__can_run_installinfo = \
4101+ case $$AM_UPDATE_INFO_DIR in \
4102+ n|no|NO) false;; \
4103+ *) (install-info --version) >/dev/null 2>&1;; \
4104+ esac
4105+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
4106+am__vpath_adj = case $$p in \
4107+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
4108+ *) f=$$p;; \
4109+ esac;
4110+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
4111+am__install_max = 40
4112+am__nobase_strip_setup = \
4113+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
4114+am__nobase_strip = \
4115+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
4116+am__nobase_list = $(am__nobase_strip_setup); \
4117+ for p in $$list; do echo "$$p $$p"; done | \
4118+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
4119+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
4120+ if (++n[$$2] == $(am__install_max)) \
4121+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
4122+ END { for (dir in files) print dir, files[dir] }'
4123+am__base_list = \
4124+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
4125+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
4126+am__uninstall_files_from_dir = { \
4127+ test -z "$$files" \
4128+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
4129+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
4130+ $(am__cd) "$$dir" && rm -f $$files; }; \
4131+ }
4132+am__installdirs = "$(DESTDIR)$(initdir)"
4133+DATA = $(dist_init_DATA)
4134+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
4135+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4136+ABI_COMPLIANCE_CHECKER = @ABI_COMPLIANCE_CHECKER@
4137+ACLOCAL = @ACLOCAL@
4138+AMTAR = @AMTAR@
4139+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
4140+AR = @AR@
4141+AUTOCONF = @AUTOCONF@
4142+AUTOHEADER = @AUTOHEADER@
4143+AUTOMAKE = @AUTOMAKE@
4144+AWK = @AWK@
4145+CC = @CC@
4146+CCDEPMODE = @CCDEPMODE@
4147+CFLAGS = @CFLAGS@
4148+CGMANAGER_CFLAGS = @CGMANAGER_CFLAGS@
4149+CGMANAGER_LIBS = @CGMANAGER_LIBS@
4150+CPP = @CPP@
4151+CPPFLAGS = @CPPFLAGS@
4152+CYGPATH_W = @CYGPATH_W@
4153+DBUS_CFLAGS = @DBUS_CFLAGS@
4154+DBUS_LIBS = @DBUS_LIBS@
4155+DCONF_CFLAGS = @DCONF_CFLAGS@
4156+DCONF_LIBS = @DCONF_LIBS@
4157+DEFS = @DEFS@
4158+DEPDIR = @DEPDIR@
4159+DLLTOOL = @DLLTOOL@
4160+DSYMUTIL = @DSYMUTIL@
4161+DUMPBIN = @DUMPBIN@
4162+ECHO_C = @ECHO_C@
4163+ECHO_N = @ECHO_N@
4164+ECHO_T = @ECHO_T@
4165+EGREP = @EGREP@
4166+EXEEXT = @EXEEXT@
4167+FGREP = @FGREP@
4168+GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
4169+GIO_CFLAGS = @GIO_CFLAGS@
4170+GIO_LIBS = @GIO_LIBS@
4171+GMSGFMT = @GMSGFMT@
4172+GMSGFMT_015 = @GMSGFMT_015@
4173+GREP = @GREP@
4174+INSTALL = @INSTALL@
4175+INSTALL_DATA = @INSTALL_DATA@
4176+INSTALL_PROGRAM = @INSTALL_PROGRAM@
4177+INSTALL_SCRIPT = @INSTALL_SCRIPT@
4178+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
4179+INTLLIBS = @INTLLIBS@
4180+INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
4181+JSON_CFLAGS = @JSON_CFLAGS@
4182+JSON_LIBS = @JSON_LIBS@
4183+LD = @LD@
4184+LDFLAGS = @LDFLAGS@
4185+LIBICONV = @LIBICONV@
4186+LIBINTL = @LIBINTL@
4187+LIBOBJS = @LIBOBJS@
4188+LIBS = @LIBS@
4189+LIBTOOL = @LIBTOOL@
4190+LIPO = @LIPO@
4191+LN_S = @LN_S@
4192+LTLIBICONV = @LTLIBICONV@
4193+LTLIBINTL = @LTLIBINTL@
4194+LTLIBOBJS = @LTLIBOBJS@
4195+MAINT = @MAINT@
4196+MAKEINFO = @MAKEINFO@
4197+MANIFEST_TOOL = @MANIFEST_TOOL@
4198+MKDIR_P = @MKDIR_P@
4199+MSGFMT = @MSGFMT@
4200+MSGFMT_015 = @MSGFMT_015@
4201+MSGMERGE = @MSGMERGE@
4202+NIH_CFLAGS = @NIH_CFLAGS@
4203+NIH_DBUS_CFLAGS = @NIH_DBUS_CFLAGS@
4204+NIH_DBUS_LIBS = @NIH_DBUS_LIBS@
4205+NIH_DBUS_TOOL = @NIH_DBUS_TOOL@
4206+NIH_LIBS = @NIH_LIBS@
4207+NM = @NM@
4208+NMEDIT = @NMEDIT@
4209+OBJDUMP = @OBJDUMP@
4210+OBJEXT = @OBJEXT@
4211+OTOOL = @OTOOL@
4212+OTOOL64 = @OTOOL64@
4213+PACKAGE = @PACKAGE@
4214+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
4215+PACKAGE_COPYRIGHT = @PACKAGE_COPYRIGHT@
4216+PACKAGE_NAME = @PACKAGE_NAME@
4217+PACKAGE_STRING = @PACKAGE_STRING@
4218+PACKAGE_TARNAME = @PACKAGE_TARNAME@
4219+PACKAGE_URL = @PACKAGE_URL@
4220+PACKAGE_VERSION = @PACKAGE_VERSION@
4221+PATH_SEPARATOR = @PATH_SEPARATOR@
4222+PKG_CONFIG = @PKG_CONFIG@
4223+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
4224+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
4225+POSUB = @POSUB@
4226+RANLIB = @RANLIB@
4227+SED = @SED@
4228+SET_MAKE = @SET_MAKE@
4229+SHELL = @SHELL@
4230+STRIP = @STRIP@
4231+UDEV_CFLAGS = @UDEV_CFLAGS@
4232+UDEV_LIBS = @UDEV_LIBS@
4233+USE_NLS = @USE_NLS@
4234+VERSION = @VERSION@
4235+XGETTEXT = @XGETTEXT@
4236+XGETTEXT_015 = @XGETTEXT_015@
4237+XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
4238+abs_builddir = @abs_builddir@
4239+abs_srcdir = @abs_srcdir@
4240+abs_top_builddir = @abs_top_builddir@
4241+abs_top_srcdir = @abs_top_srcdir@
4242+ac_ct_AR = @ac_ct_AR@
4243+ac_ct_CC = @ac_ct_CC@
4244+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
4245+am__include = @am__include@
4246+am__leading_dot = @am__leading_dot@
4247+am__quote = @am__quote@
4248+am__tar = @am__tar@
4249+am__untar = @am__untar@
4250+bindir = @bindir@
4251+build = @build@
4252+build_alias = @build_alias@
4253+build_cpu = @build_cpu@
4254+build_os = @build_os@
4255+build_vendor = @build_vendor@
4256+builddir = @builddir@
4257+datadir = @datadir@
4258+datarootdir = @datarootdir@
4259+docdir = @docdir@
4260+dvidir = @dvidir@
4261+exec_prefix = @exec_prefix@
4262+host = @host@
4263+host_alias = @host_alias@
4264+host_cpu = @host_cpu@
4265+host_os = @host_os@
4266+host_vendor = @host_vendor@
4267+htmldir = @htmldir@
4268+includedir = @includedir@
4269+infodir = @infodir@
4270+install_sh = @install_sh@
4271+libdir = @libdir@
4272+libexecdir = @libexecdir@
4273+localedir = @localedir@
4274+localstatedir = @localstatedir@
4275+mandir = @mandir@
4276+mkdir_p = @mkdir_p@
4277+oldincludedir = @oldincludedir@
4278+pdfdir = @pdfdir@
4279+prefix = @prefix@
4280+program_transform_name = @program_transform_name@
4281+psdir = @psdir@
4282+sbindir = @sbindir@
4283+sharedstatedir = @sharedstatedir@
4284+srcdir = @srcdir@
4285+sysconfdir = @sysconfdir@
4286+target_alias = @target_alias@
4287+top_build_prefix = @top_build_prefix@
4288+top_builddir = @top_builddir@
4289+top_srcdir = @top_srcdir@
4290+initdir = $(sysconfdir)/init
4291+dist_init_DATA = \
4292+ rc-sysinit.conf \
4293+ rc.conf \
4294+ rcS.conf \
4295+ control-alt-delete.conf
4296+
4297+all: all-am
4298+
4299+.SUFFIXES:
4300+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
4301+ @for dep in $?; do \
4302+ case '$(am__configure_deps)' in \
4303+ *$$dep*) \
4304+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
4305+ && { if test -f $@; then exit 0; else break; fi; }; \
4306+ exit 1;; \
4307+ esac; \
4308+ done; \
4309+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf/Makefile'; \
4310+ $(am__cd) $(top_srcdir) && \
4311+ $(AUTOMAKE) --gnu conf/Makefile
4312+.PRECIOUS: Makefile
4313+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
4314+ @case '$?' in \
4315+ *config.status*) \
4316+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
4317+ *) \
4318+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
4319+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
4320+ esac;
4321+
4322+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
4323+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
4324+
4325+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
4326+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
4327+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
4328+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
4329+$(am__aclocal_m4_deps):
4330+
4331+mostlyclean-libtool:
4332+ -rm -f *.lo
4333+
4334+clean-libtool:
4335+ -rm -rf .libs _libs
4336+install-dist_initDATA: $(dist_init_DATA)
4337+ @$(NORMAL_INSTALL)
4338+ @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \
4339+ if test -n "$$list"; then \
4340+ echo " $(MKDIR_P) '$(DESTDIR)$(initdir)'"; \
4341+ $(MKDIR_P) "$(DESTDIR)$(initdir)" || exit 1; \
4342+ fi; \
4343+ for p in $$list; do \
4344+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4345+ echo "$$d$$p"; \
4346+ done | $(am__base_list) | \
4347+ while read files; do \
4348+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(initdir)'"; \
4349+ $(INSTALL_DATA) $$files "$(DESTDIR)$(initdir)" || exit $$?; \
4350+ done
4351+
4352+uninstall-dist_initDATA:
4353+ @$(NORMAL_UNINSTALL)
4354+ @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \
4355+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4356+ dir='$(DESTDIR)$(initdir)'; $(am__uninstall_files_from_dir)
4357+tags TAGS:
4358+
4359+ctags CTAGS:
4360+
4361+cscope cscopelist:
4362+
4363+
4364+distdir: $(DISTFILES)
4365+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4366+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4367+ list='$(DISTFILES)'; \
4368+ dist_files=`for file in $$list; do echo $$file; done | \
4369+ sed -e "s|^$$srcdirstrip/||;t" \
4370+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
4371+ case $$dist_files in \
4372+ */*) $(MKDIR_P) `echo "$$dist_files" | \
4373+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
4374+ sort -u` ;; \
4375+ esac; \
4376+ for file in $$dist_files; do \
4377+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
4378+ if test -d $$d/$$file; then \
4379+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4380+ if test -d "$(distdir)/$$file"; then \
4381+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4382+ fi; \
4383+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
4384+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
4385+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4386+ fi; \
4387+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
4388+ else \
4389+ test -f "$(distdir)/$$file" \
4390+ || cp -p $$d/$$file "$(distdir)/$$file" \
4391+ || exit 1; \
4392+ fi; \
4393+ done
4394+check-am: all-am
4395+check: check-am
4396+all-am: Makefile $(DATA)
4397+installdirs:
4398+ for dir in "$(DESTDIR)$(initdir)"; do \
4399+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4400+ done
4401+install: install-am
4402+install-exec: install-exec-am
4403+install-data: install-data-am
4404+uninstall: uninstall-am
4405+
4406+install-am: all-am
4407+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4408+
4409+installcheck: installcheck-am
4410+install-strip:
4411+ if test -z '$(STRIP)'; then \
4412+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4413+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4414+ install; \
4415+ else \
4416+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4417+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4418+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
4419+ fi
4420+mostlyclean-generic:
4421+
4422+clean-generic:
4423+
4424+distclean-generic:
4425+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4426+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
4427+
4428+maintainer-clean-generic:
4429+ @echo "This command is intended for maintainers to use"
4430+ @echo "it deletes files that may require special tools to rebuild."
4431+clean: clean-am
4432+
4433+clean-am: clean-generic clean-libtool mostlyclean-am
4434+
4435+distclean: distclean-am
4436+ -rm -f Makefile
4437+distclean-am: clean-am distclean-generic
4438+
4439+dvi: dvi-am
4440+
4441+dvi-am:
4442+
4443+html: html-am
4444+
4445+html-am:
4446+
4447+info: info-am
4448+
4449+info-am:
4450+
4451+install-data-am: install-dist_initDATA
4452+
4453+install-dvi: install-dvi-am
4454+
4455+install-dvi-am:
4456+
4457+install-exec-am:
4458+
4459+install-html: install-html-am
4460+
4461+install-html-am:
4462+
4463+install-info: install-info-am
4464+
4465+install-info-am:
4466+
4467+install-man:
4468+
4469+install-pdf: install-pdf-am
4470+
4471+install-pdf-am:
4472+
4473+install-ps: install-ps-am
4474+
4475+install-ps-am:
4476+
4477+installcheck-am:
4478+
4479+maintainer-clean: maintainer-clean-am
4480+ -rm -f Makefile
4481+maintainer-clean-am: distclean-am maintainer-clean-generic
4482+
4483+mostlyclean: mostlyclean-am
4484+
4485+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
4486+
4487+pdf: pdf-am
4488+
4489+pdf-am:
4490+
4491+ps: ps-am
4492+
4493+ps-am:
4494+
4495+uninstall-am: uninstall-dist_initDATA
4496+
4497+.MAKE: install-am install-strip
4498+
4499+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
4500+ cscopelist-am ctags-am distclean distclean-generic \
4501+ distclean-libtool distdir dvi dvi-am html html-am info info-am \
4502+ install install-am install-data install-data-am \
4503+ install-dist_initDATA install-dvi install-dvi-am install-exec \
4504+ install-exec-am install-html install-html-am install-info \
4505+ install-info-am install-man install-pdf install-pdf-am \
4506+ install-ps install-ps-am install-strip installcheck \
4507+ installcheck-am installdirs maintainer-clean \
4508+ maintainer-clean-generic mostlyclean mostlyclean-generic \
4509+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
4510+ uninstall-am uninstall-dist_initDATA
4511+
4512+
4513+# Tell versions [3.59,3.63) of GNU make to not export all variables.
4514+# Otherwise a system limit (for SysV at least) may be exceeded.
4515+.NOEXPORT:
4516
4517=== modified file 'conf/rc-sysinit.conf'
4518--- conf/rc-sysinit.conf 2011-06-01 14:04:30 +0000
4519+++ conf/rc-sysinit.conf 2015-01-17 15:39:45 +0000
4520@@ -6,7 +6,7 @@
4521 description "System V initialisation compatibility"
4522 author "Scott James Remnant <scott@netsplit.com>"
4523
4524-start on startup
4525+start on (filesystem and static-network-up) or failsafe-boot
4526 stop on runlevel
4527
4528 # Default runlevel, this may be overriden on the kernel command-line
4529@@ -23,9 +23,11 @@
4530 env RUNLEVEL=
4531 env PREVLEVEL=
4532
4533+console output
4534+env INIT_VERBOSE
4535+
4536 task
4537
4538-console owner
4539 script
4540 # Check for default runlevel in /etc/inittab
4541 if [ -r /etc/inittab ]
4542
4543=== modified file 'conf/rc.conf'
4544--- conf/rc.conf 2009-07-08 19:55:15 +0000
4545+++ conf/rc.conf 2015-01-17 15:39:45 +0000
4546@@ -6,13 +6,23 @@
4547 description "System V runlevel compatibility"
4548 author "Scott James Remnant <scott@netsplit.com>"
4549
4550+emits deconfiguring-networking
4551+emits unmounted-remote-filesystems
4552+
4553 start on runlevel [0123456]
4554 stop on runlevel [!$RUNLEVEL]
4555
4556 export RUNLEVEL
4557 export PREVLEVEL
4558
4559+console output
4560+env INIT_VERBOSE
4561+
4562 task
4563
4564-console output
4565-exec /etc/init.d/rc $RUNLEVEL
4566+script
4567+if [ "$RUNLEVEL" = "0" -o "$RUNLEVEL" = "1" -o "$RUNLEVEL" = "6" ]; then
4568+ status plymouth-shutdown 2>/dev/null >/dev/null && start wait-for-state WAITER=rc WAIT_FOR=plymouth-shutdown || :
4569+fi
4570+/etc/init.d/rc $RUNLEVEL
4571+end script
4572
4573=== added file 'config.guess'
4574--- config.guess 1970-01-01 00:00:00 +0000
4575+++ config.guess 2015-01-17 15:39:45 +0000
4576@@ -0,0 +1,1420 @@
4577+#! /bin/sh
4578+# Attempt to guess a canonical system name.
4579+# Copyright 1992-2014 Free Software Foundation, Inc.
4580+
4581+timestamp='2014-03-23'
4582+
4583+# This file is free software; you can redistribute it and/or modify it
4584+# under the terms of the GNU General Public License as published by
4585+# the Free Software Foundation; either version 3 of the License, or
4586+# (at your option) any later version.
4587+#
4588+# This program is distributed in the hope that it will be useful, but
4589+# WITHOUT ANY WARRANTY; without even the implied warranty of
4590+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4591+# General Public License for more details.
4592+#
4593+# You should have received a copy of the GNU General Public License
4594+# along with this program; if not, see <http://www.gnu.org/licenses/>.
4595+#
4596+# As a special exception to the GNU General Public License, if you
4597+# distribute this file as part of a program that contains a
4598+# configuration script generated by Autoconf, you may include it under
4599+# the same distribution terms that you use for the rest of that
4600+# program. This Exception is an additional permission under section 7
4601+# of the GNU General Public License, version 3 ("GPLv3").
4602+#
4603+# Originally written by Per Bothner.
4604+#
4605+# You can get the latest version of this script from:
4606+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
4607+#
4608+# Please send patches with a ChangeLog entry to config-patches@gnu.org.
4609+
4610+
4611+me=`echo "$0" | sed -e 's,.*/,,'`
4612+
4613+usage="\
4614+Usage: $0 [OPTION]
4615+
4616+Output the configuration name of the system \`$me' is run on.
4617+
4618+Operation modes:
4619+ -h, --help print this help, then exit
4620+ -t, --time-stamp print date of last modification, then exit
4621+ -v, --version print version number, then exit
4622+
4623+Report bugs and patches to <config-patches@gnu.org>."
4624+
4625+version="\
4626+GNU config.guess ($timestamp)
4627+
4628+Originally written by Per Bothner.
4629+Copyright 1992-2014 Free Software Foundation, Inc.
4630+
4631+This is free software; see the source for copying conditions. There is NO
4632+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
4633+
4634+help="
4635+Try \`$me --help' for more information."
4636+
4637+# Parse command line
4638+while test $# -gt 0 ; do
4639+ case $1 in
4640+ --time-stamp | --time* | -t )
4641+ echo "$timestamp" ; exit ;;
4642+ --version | -v )
4643+ echo "$version" ; exit ;;
4644+ --help | --h* | -h )
4645+ echo "$usage"; exit ;;
4646+ -- ) # Stop option processing
4647+ shift; break ;;
4648+ - ) # Use stdin as input.
4649+ break ;;
4650+ -* )
4651+ echo "$me: invalid option $1$help" >&2
4652+ exit 1 ;;
4653+ * )
4654+ break ;;
4655+ esac
4656+done
4657+
4658+if test $# != 0; then
4659+ echo "$me: too many arguments$help" >&2
4660+ exit 1
4661+fi
4662+
4663+trap 'exit 1' 1 2 15
4664+
4665+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
4666+# compiler to aid in system detection is discouraged as it requires
4667+# temporary files to be created and, as you can see below, it is a
4668+# headache to deal with in a portable fashion.
4669+
4670+# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
4671+# use `HOST_CC' if defined, but it is deprecated.
4672+
4673+# Portable tmp directory creation inspired by the Autoconf team.
4674+
4675+set_cc_for_build='
4676+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
4677+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
4678+: ${TMPDIR=/tmp} ;
4679+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
4680+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
4681+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
4682+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
4683+dummy=$tmp/dummy ;
4684+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
4685+case $CC_FOR_BUILD,$HOST_CC,$CC in
4686+ ,,) echo "int x;" > $dummy.c ;
4687+ for c in cc gcc c89 c99 ; do
4688+ if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
4689+ CC_FOR_BUILD="$c"; break ;
4690+ fi ;
4691+ done ;
4692+ if test x"$CC_FOR_BUILD" = x ; then
4693+ CC_FOR_BUILD=no_compiler_found ;
4694+ fi
4695+ ;;
4696+ ,,*) CC_FOR_BUILD=$CC ;;
4697+ ,*,*) CC_FOR_BUILD=$HOST_CC ;;
4698+esac ; set_cc_for_build= ;'
4699+
4700+# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
4701+# (ghazi@noc.rutgers.edu 1994-08-24)
4702+if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
4703+ PATH=$PATH:/.attbin ; export PATH
4704+fi
4705+
4706+UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
4707+UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
4708+UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
4709+UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
4710+
4711+case "${UNAME_SYSTEM}" in
4712+Linux|GNU|GNU/*)
4713+ # If the system lacks a compiler, then just pick glibc.
4714+ # We could probably try harder.
4715+ LIBC=gnu
4716+
4717+ eval $set_cc_for_build
4718+ cat <<-EOF > $dummy.c
4719+ #include <features.h>
4720+ #if defined(__UCLIBC__)
4721+ LIBC=uclibc
4722+ #elif defined(__dietlibc__)
4723+ LIBC=dietlibc
4724+ #else
4725+ LIBC=gnu
4726+ #endif
4727+ EOF
4728+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
4729+ ;;
4730+esac
4731+
4732+# Note: order is significant - the case branches are not exclusive.
4733+
4734+case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
4735+ *:NetBSD:*:*)
4736+ # NetBSD (nbsd) targets should (where applicable) match one or
4737+ # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
4738+ # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
4739+ # switched to ELF, *-*-netbsd* would select the old
4740+ # object file format. This provides both forward
4741+ # compatibility and a consistent mechanism for selecting the
4742+ # object file format.
4743+ #
4744+ # Note: NetBSD doesn't particularly care about the vendor
4745+ # portion of the name. We always set it to "unknown".
4746+ sysctl="sysctl -n hw.machine_arch"
4747+ UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
4748+ /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
4749+ case "${UNAME_MACHINE_ARCH}" in
4750+ armeb) machine=armeb-unknown ;;
4751+ arm*) machine=arm-unknown ;;
4752+ sh3el) machine=shl-unknown ;;
4753+ sh3eb) machine=sh-unknown ;;
4754+ sh5el) machine=sh5le-unknown ;;
4755+ *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
4756+ esac
4757+ # The Operating System including object format, if it has switched
4758+ # to ELF recently, or will in the future.
4759+ case "${UNAME_MACHINE_ARCH}" in
4760+ arm*|i386|m68k|ns32k|sh3*|sparc|vax)
4761+ eval $set_cc_for_build
4762+ if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
4763+ | grep -q __ELF__
4764+ then
4765+ # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
4766+ # Return netbsd for either. FIX?
4767+ os=netbsd
4768+ else
4769+ os=netbsdelf
4770+ fi
4771+ ;;
4772+ *)
4773+ os=netbsd
4774+ ;;
4775+ esac
4776+ # The OS release
4777+ # Debian GNU/NetBSD machines have a different userland, and
4778+ # thus, need a distinct triplet. However, they do not need
4779+ # kernel version information, so it can be replaced with a
4780+ # suitable tag, in the style of linux-gnu.
4781+ case "${UNAME_VERSION}" in
4782+ Debian*)
4783+ release='-gnu'
4784+ ;;
4785+ *)
4786+ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
4787+ ;;
4788+ esac
4789+ # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
4790+ # contains redundant information, the shorter form:
4791+ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
4792+ echo "${machine}-${os}${release}"
4793+ exit ;;
4794+ *:Bitrig:*:*)
4795+ UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
4796+ echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
4797+ exit ;;
4798+ *:OpenBSD:*:*)
4799+ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
4800+ echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
4801+ exit ;;
4802+ *:ekkoBSD:*:*)
4803+ echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
4804+ exit ;;
4805+ *:SolidBSD:*:*)
4806+ echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
4807+ exit ;;
4808+ macppc:MirBSD:*:*)
4809+ echo powerpc-unknown-mirbsd${UNAME_RELEASE}
4810+ exit ;;
4811+ *:MirBSD:*:*)
4812+ echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
4813+ exit ;;
4814+ alpha:OSF1:*:*)
4815+ case $UNAME_RELEASE in
4816+ *4.0)
4817+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
4818+ ;;
4819+ *5.*)
4820+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
4821+ ;;
4822+ esac
4823+ # According to Compaq, /usr/sbin/psrinfo has been available on
4824+ # OSF/1 and Tru64 systems produced since 1995. I hope that
4825+ # covers most systems running today. This code pipes the CPU
4826+ # types through head -n 1, so we only detect the type of CPU 0.
4827+ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
4828+ case "$ALPHA_CPU_TYPE" in
4829+ "EV4 (21064)")
4830+ UNAME_MACHINE="alpha" ;;
4831+ "EV4.5 (21064)")
4832+ UNAME_MACHINE="alpha" ;;
4833+ "LCA4 (21066/21068)")
4834+ UNAME_MACHINE="alpha" ;;
4835+ "EV5 (21164)")
4836+ UNAME_MACHINE="alphaev5" ;;
4837+ "EV5.6 (21164A)")
4838+ UNAME_MACHINE="alphaev56" ;;
4839+ "EV5.6 (21164PC)")
4840+ UNAME_MACHINE="alphapca56" ;;
4841+ "EV5.7 (21164PC)")
4842+ UNAME_MACHINE="alphapca57" ;;
4843+ "EV6 (21264)")
4844+ UNAME_MACHINE="alphaev6" ;;
4845+ "EV6.7 (21264A)")
4846+ UNAME_MACHINE="alphaev67" ;;
4847+ "EV6.8CB (21264C)")
4848+ UNAME_MACHINE="alphaev68" ;;
4849+ "EV6.8AL (21264B)")
4850+ UNAME_MACHINE="alphaev68" ;;
4851+ "EV6.8CX (21264D)")
4852+ UNAME_MACHINE="alphaev68" ;;
4853+ "EV6.9A (21264/EV69A)")
4854+ UNAME_MACHINE="alphaev69" ;;
4855+ "EV7 (21364)")
4856+ UNAME_MACHINE="alphaev7" ;;
4857+ "EV7.9 (21364A)")
4858+ UNAME_MACHINE="alphaev79" ;;
4859+ esac
4860+ # A Pn.n version is a patched version.
4861+ # A Vn.n version is a released version.
4862+ # A Tn.n version is a released field test version.
4863+ # A Xn.n version is an unreleased experimental baselevel.
4864+ # 1.2 uses "1.2" for uname -r.
4865+ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
4866+ # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
4867+ exitcode=$?
4868+ trap '' 0
4869+ exit $exitcode ;;
4870+ Alpha\ *:Windows_NT*:*)
4871+ # How do we know it's Interix rather than the generic POSIX subsystem?
4872+ # Should we change UNAME_MACHINE based on the output of uname instead
4873+ # of the specific Alpha model?
4874+ echo alpha-pc-interix
4875+ exit ;;
4876+ 21064:Windows_NT:50:3)
4877+ echo alpha-dec-winnt3.5
4878+ exit ;;
4879+ Amiga*:UNIX_System_V:4.0:*)
4880+ echo m68k-unknown-sysv4
4881+ exit ;;
4882+ *:[Aa]miga[Oo][Ss]:*:*)
4883+ echo ${UNAME_MACHINE}-unknown-amigaos
4884+ exit ;;
4885+ *:[Mm]orph[Oo][Ss]:*:*)
4886+ echo ${UNAME_MACHINE}-unknown-morphos
4887+ exit ;;
4888+ *:OS/390:*:*)
4889+ echo i370-ibm-openedition
4890+ exit ;;
4891+ *:z/VM:*:*)
4892+ echo s390-ibm-zvmoe
4893+ exit ;;
4894+ *:OS400:*:*)
4895+ echo powerpc-ibm-os400
4896+ exit ;;
4897+ arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
4898+ echo arm-acorn-riscix${UNAME_RELEASE}
4899+ exit ;;
4900+ arm*:riscos:*:*|arm*:RISCOS:*:*)
4901+ echo arm-unknown-riscos
4902+ exit ;;
4903+ SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
4904+ echo hppa1.1-hitachi-hiuxmpp
4905+ exit ;;
4906+ Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
4907+ # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
4908+ if test "`(/bin/universe) 2>/dev/null`" = att ; then
4909+ echo pyramid-pyramid-sysv3
4910+ else
4911+ echo pyramid-pyramid-bsd
4912+ fi
4913+ exit ;;
4914+ NILE*:*:*:dcosx)
4915+ echo pyramid-pyramid-svr4
4916+ exit ;;
4917+ DRS?6000:unix:4.0:6*)
4918+ echo sparc-icl-nx6
4919+ exit ;;
4920+ DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
4921+ case `/usr/bin/uname -p` in
4922+ sparc) echo sparc-icl-nx7; exit ;;
4923+ esac ;;
4924+ s390x:SunOS:*:*)
4925+ echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
4926+ exit ;;
4927+ sun4H:SunOS:5.*:*)
4928+ echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
4929+ exit ;;
4930+ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
4931+ echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
4932+ exit ;;
4933+ i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
4934+ echo i386-pc-auroraux${UNAME_RELEASE}
4935+ exit ;;
4936+ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
4937+ eval $set_cc_for_build
4938+ SUN_ARCH="i386"
4939+ # If there is a compiler, see if it is configured for 64-bit objects.
4940+ # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
4941+ # This test works for both compilers.
4942+ if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
4943+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
4944+ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
4945+ grep IS_64BIT_ARCH >/dev/null
4946+ then
4947+ SUN_ARCH="x86_64"
4948+ fi
4949+ fi
4950+ echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
4951+ exit ;;
4952+ sun4*:SunOS:6*:*)
4953+ # According to config.sub, this is the proper way to canonicalize
4954+ # SunOS6. Hard to guess exactly what SunOS6 will be like, but
4955+ # it's likely to be more like Solaris than SunOS4.
4956+ echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
4957+ exit ;;
4958+ sun4*:SunOS:*:*)
4959+ case "`/usr/bin/arch -k`" in
4960+ Series*|S4*)
4961+ UNAME_RELEASE=`uname -v`
4962+ ;;
4963+ esac
4964+ # Japanese Language versions have a version number like `4.1.3-JL'.
4965+ echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
4966+ exit ;;
4967+ sun3*:SunOS:*:*)
4968+ echo m68k-sun-sunos${UNAME_RELEASE}
4969+ exit ;;
4970+ sun*:*:4.2BSD:*)
4971+ UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
4972+ test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
4973+ case "`/bin/arch`" in
4974+ sun3)
4975+ echo m68k-sun-sunos${UNAME_RELEASE}
4976+ ;;
4977+ sun4)
4978+ echo sparc-sun-sunos${UNAME_RELEASE}
4979+ ;;
4980+ esac
4981+ exit ;;
4982+ aushp:SunOS:*:*)
4983+ echo sparc-auspex-sunos${UNAME_RELEASE}
4984+ exit ;;
4985+ # The situation for MiNT is a little confusing. The machine name
4986+ # can be virtually everything (everything which is not
4987+ # "atarist" or "atariste" at least should have a processor
4988+ # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
4989+ # to the lowercase version "mint" (or "freemint"). Finally
4990+ # the system name "TOS" denotes a system which is actually not
4991+ # MiNT. But MiNT is downward compatible to TOS, so this should
4992+ # be no problem.
4993+ atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
4994+ echo m68k-atari-mint${UNAME_RELEASE}
4995+ exit ;;
4996+ atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
4997+ echo m68k-atari-mint${UNAME_RELEASE}
4998+ exit ;;
4999+ *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
5000+ echo m68k-atari-mint${UNAME_RELEASE}
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches