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
=== removed file '.bzrignore'
--- .bzrignore 2013-06-06 10:50:53 +0000
+++ .bzrignore 1970-01-01 00:00:00 +0000
@@ -1,69 +0,0 @@
1*.lo
2*.gcov
3*.gcda
4*.gcno
5.deps
6.libs
7core
8Makefile
9Makefile.in
10Makefile.in.in
11TAGS
12./ABOUT-NLS
13./INSTALL
14./aclocal.m4
15./autom4te.cache
16./compile
17./config.h
18./config.h.in
19./config.cache
20./config.guess
21./config.log
22./config.rpath
23./config.status
24./config.sub
25./configure
26./debian
27./depcomp
28./install-sh
29./intl
30./libtool
31./ltmain.sh
32./missing
33./mkinstalldirs
34./stamp-h1
35m4
36po/Makevars.template
37po/POTFILES
38po/*.sed
39po/*.sin
40po/*.header
41po/Rules-quot
42po/en@quot.insert-header
43po/en@quot.po
44po/en@boldquot.insert-header
45po/en@boldquot.po
46po/stamp-po
47po/*.gmo
48init/com.ubuntu.Upstart.[ch]
49init/com.ubuntu.Upstart.Job.[ch]
50init/com.ubuntu.Upstart.Instance.[ch]
51init/init
52init/test_*
53util/com.ubuntu.Upstart.[ch]
54util/com.ubuntu.Upstart.Job.[ch]
55util/com.ubuntu.Upstart.Instance.[ch]
56util/initctl
57util/reboot
58util/runlevel
59util/shutdown
60util/telinit
61util/test_*
62extra/com.ubuntu.Upstart.[ch]
63extra/com.ubuntu.Upstart.Job.[ch]
64extra/*-bridge
65test-suite.log
66test-driver
67init/tests/.dirstamp
68init/tests/libwrap_inotify.la
69scripts/data/upstart-monitor.svg
700
=== added file 'ABOUT-NLS'
--- ABOUT-NLS 1970-01-01 00:00:00 +0000
+++ ABOUT-NLS 2015-01-17 15:39:45 +0000
@@ -0,0 +1,1068 @@
11 Notes on the Free Translation Project
2***************************************
3
4Free software is going international! The Free Translation Project is
5a way to get maintainers of free software, translators, and users all
6together, so that free software will gradually become able to speak many
7languages. A few packages already provide translations for their
8messages.
9
10 If you found this `ABOUT-NLS' file inside a distribution, you may
11assume that the distributed package does use GNU `gettext' internally,
12itself available at your nearest GNU archive site. But you do _not_
13need to install GNU `gettext' prior to configuring, installing or using
14this package with messages translated.
15
16 Installers will find here some useful hints. These notes also
17explain how users should proceed for getting the programs to use the
18available translations. They tell how people wanting to contribute and
19work on translations can contact the appropriate team.
20
21 When reporting bugs in the `intl/' directory or bugs which may be
22related to internationalization, you should tell about the version of
23`gettext' which is used. The information can be found in the
24`intl/VERSION' file, in internationalized packages.
25
261.1 Quick configuration advice
27==============================
28
29If you want to exploit the full power of internationalization, you
30should configure it using
31
32 ./configure --with-included-gettext
33
34to force usage of internationalizing routines provided within this
35package, despite the existence of internationalizing capabilities in the
36operating system where this package is being installed. So far, only
37the `gettext' implementation in the GNU C library version 2 provides as
38many features (such as locale alias, message inheritance, automatic
39charset conversion or plural form handling) as the implementation here.
40It is also not possible to offer this additional functionality on top
41of a `catgets' implementation. Future versions of GNU `gettext' will
42very likely convey even more functionality. So it might be a good idea
43to change to GNU `gettext' as soon as possible.
44
45 So you need _not_ provide this option if you are using GNU libc 2 or
46you have installed a recent copy of the GNU gettext package with the
47included `libintl'.
48
491.2 INSTALL Matters
50===================
51
52Some packages are "localizable" when properly installed; the programs
53they contain can be made to speak your own native language. Most such
54packages use GNU `gettext'. Other packages have their own ways to
55internationalization, predating GNU `gettext'.
56
57 By default, this package will be installed to allow translation of
58messages. It will automatically detect whether the system already
59provides the GNU `gettext' functions. If not, the included GNU
60`gettext' library will be used. This library is wholly contained
61within this package, usually in the `intl/' subdirectory, so prior
62installation of the GNU `gettext' package is _not_ required.
63Installers may use special options at configuration time for changing
64the default behaviour. The commands:
65
66 ./configure --with-included-gettext
67 ./configure --disable-nls
68
69will, respectively, bypass any pre-existing `gettext' to use the
70internationalizing routines provided within this package, or else,
71_totally_ disable translation of messages.
72
73 When you already have GNU `gettext' installed on your system and run
74configure without an option for your new package, `configure' will
75probably detect the previously built and installed `libintl.a' file and
76will decide to use this. This might not be desirable. You should use
77the more recent version of the GNU `gettext' library. I.e. if the file
78`intl/VERSION' shows that the library which comes with this package is
79more recent, you should use
80
81 ./configure --with-included-gettext
82
83to prevent auto-detection.
84
85 The configuration process will not test for the `catgets' function
86and therefore it will not be used. The reason is that even an
87emulation of `gettext' on top of `catgets' could not provide all the
88extensions of the GNU `gettext' library.
89
90 Internationalized packages usually have many `po/LL.po' files, where
91LL gives an ISO 639 two-letter code identifying the language. Unless
92translations have been forbidden at `configure' time by using the
93`--disable-nls' switch, all available translations are installed
94together with the package. However, the environment variable `LINGUAS'
95may be set, prior to configuration, to limit the installed set.
96`LINGUAS' should then contain a space separated list of two-letter
97codes, stating which languages are allowed.
98
991.3 Using This Package
100======================
101
102As a user, if your language has been installed for this package, you
103only have to set the `LANG' environment variable to the appropriate
104`LL_CC' combination. If you happen to have the `LC_ALL' or some other
105`LC_xxx' environment variables set, you should unset them before
106setting `LANG', otherwise the setting of `LANG' will not have the
107desired effect. Here `LL' is an ISO 639 two-letter language code, and
108`CC' is an ISO 3166 two-letter country code. For example, let's
109suppose that you speak German and live in Germany. At the shell
110prompt, merely execute `setenv LANG de_DE' (in `csh'),
111`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
112This can be done from your `.login' or `.profile' file, once and for
113all.
114
115 You might think that the country code specification is redundant.
116But in fact, some languages have dialects in different countries. For
117example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
118country code serves to distinguish the dialects.
119
120 The locale naming convention of `LL_CC', with `LL' denoting the
121language and `CC' denoting the country, is the one use on systems based
122on GNU libc. On other systems, some variations of this scheme are
123used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
124locales supported by your system for your language by running the
125command `locale -a | grep '^LL''.
126
127 Not all programs have translations for all languages. By default, an
128English message is shown in place of a nonexistent translation. If you
129understand other languages, you can set up a priority list of languages.
130This is done through a different environment variable, called
131`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
132for the purpose of message handling, but you still need to have `LANG'
133set to the primary language; this is required by other parts of the
134system libraries. For example, some Swedish users who would rather
135read translations in German than English for when Swedish is not
136available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
137
138 Special advice for Norwegian users: The language code for Norwegian
139bokma*l changed from `no' to `nb' recently (in 2003). During the
140transition period, while some message catalogs for this language are
141installed under `nb' and some older ones under `no', it's recommended
142for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
143older translations are used.
144
145 In the `LANGUAGE' environment variable, but not in the `LANG'
146environment variable, `LL_CC' combinations can be abbreviated as `LL'
147to denote the language's main dialect. For example, `de' is equivalent
148to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
149(Portuguese as spoken in Portugal) in this context.
150
1511.4 Translating Teams
152=====================
153
154For the Free Translation Project to be a success, we need interested
155people who like their own language and write it well, and who are also
156able to synergize with other translators speaking the same language.
157Each translation team has its own mailing list. The up-to-date list of
158teams can be found at the Free Translation Project's homepage,
159`http://translationproject.org/', in the "Teams" area.
160
161 If you'd like to volunteer to _work_ at translating messages, you
162should become a member of the translating team for your own language.
163The subscribing address is _not_ the same as the list itself, it has
164`-request' appended. For example, speakers of Swedish can send a
165message to `sv-request@li.org', having this message body:
166
167 subscribe
168
169 Keep in mind that team members are expected to participate
170_actively_ in translations, or at solving translational difficulties,
171rather than merely lurking around. If your team does not exist yet and
172you want to start one, or if you are unsure about what to do or how to
173get started, please write to `coordinator@translationproject.org' to
174reach the coordinator for all translator teams.
175
176 The English team is special. It works at improving and uniformizing
177the terminology in use. Proven linguistic skills are praised more than
178programming skills, here.
179
1801.5 Available Packages
181======================
182
183Languages are not equally supported in all packages. The following
184matrix shows the current state of internationalization, as of November
1852007. The matrix shows, in regard of each package, for which languages
186PO files have been submitted to translation coordination, with a
187translation percentage of at least 50%.
188
189 Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
190 +----------------------------------------------------+
191 Compendium | [] [] [] [] |
192 a2ps | [] [] [] [] [] |
193 aegis | () |
194 ant-phone | () |
195 anubis | [] |
196 ap-utils | |
197 aspell | [] [] [] [] [] |
198 bash | [] |
199 bfd | |
200 bibshelf | [] |
201 binutils | |
202 bison | [] [] |
203 bison-runtime | [] |
204 bluez-pin | [] [] [] [] [] |
205 cflow | [] |
206 clisp | [] [] [] |
207 console-tools | [] [] |
208 coreutils | [] [] [] [] |
209 cpio | |
210 cpplib | [] [] [] |
211 cryptonit | [] |
212 dialog | |
213 diffutils | [] [] [] [] [] [] |
214 doodle | [] |
215 e2fsprogs | [] [] |
216 enscript | [] [] [] [] |
217 fetchmail | [] [] () [] [] |
218 findutils | [] |
219 findutils_stable | [] [] [] |
220 flex | [] [] [] |
221 fslint | |
222 gas | |
223 gawk | [] [] [] |
224 gcal | [] |
225 gcc | [] |
226 gettext-examples | [] [] [] [] [] |
227 gettext-runtime | [] [] [] [] [] |
228 gettext-tools | [] [] |
229 gip | [] |
230 gliv | [] [] |
231 glunarclock | [] |
232 gmult | [] [] |
233 gnubiff | () |
234 gnucash | [] [] () () [] |
235 gnuedu | |
236 gnulib | [] |
237 gnunet | |
238 gnunet-gtk | |
239 gnutls | [] |
240 gpe-aerial | [] [] |
241 gpe-beam | [] [] |
242 gpe-calendar | |
243 gpe-clock | [] [] |
244 gpe-conf | [] [] |
245 gpe-contacts | |
246 gpe-edit | [] |
247 gpe-filemanager | |
248 gpe-go | [] |
249 gpe-login | [] [] |
250 gpe-ownerinfo | [] [] |
251 gpe-package | |
252 gpe-sketchbook | [] [] |
253 gpe-su | [] [] |
254 gpe-taskmanager | [] [] |
255 gpe-timesheet | [] |
256 gpe-today | [] [] |
257 gpe-todo | |
258 gphoto2 | [] [] [] [] |
259 gprof | [] [] |
260 gpsdrive | |
261 gramadoir | [] [] |
262 grep | [] [] |
263 gretl | () |
264 gsasl | |
265 gss | |
266 gst-plugins-bad | [] [] |
267 gst-plugins-base | [] [] |
268 gst-plugins-good | [] [] [] |
269 gst-plugins-ugly | [] [] |
270 gstreamer | [] [] [] [] [] [] [] |
271 gtick | () |
272 gtkam | [] [] [] [] |
273 gtkorphan | [] [] |
274 gtkspell | [] [] [] [] |
275 gutenprint | [] |
276 hello | [] [] [] [] [] |
277 herrie | [] |
278 hylafax | |
279 idutils | [] [] |
280 indent | [] [] [] [] |
281 iso_15924 | |
282 iso_3166 | [] [] [] [] [] [] [] [] [] [] [] |
283 iso_3166_2 | |
284 iso_4217 | [] [] [] |
285 iso_639 | [] [] [] [] |
286 jpilot | [] |
287 jtag | |
288 jwhois | |
289 kbd | [] [] [] [] |
290 keytouch | [] [] |
291 keytouch-editor | [] |
292 keytouch-keyboa... | [] |
293 latrine | () |
294 ld | [] |
295 leafpad | [] [] [] [] [] |
296 libc | [] [] [] [] |
297 libexif | [] |
298 libextractor | [] |
299 libgpewidget | [] [] [] |
300 libgpg-error | [] |
301 libgphoto2 | [] [] |
302 libgphoto2_port | [] [] |
303 libgsasl | |
304 libiconv | [] [] |
305 libidn | [] [] [] |
306 lifelines | [] () |
307 lilypond | [] |
308 lingoteach | |
309 lprng | |
310 lynx | [] [] [] [] |
311 m4 | [] [] [] [] |
312 mailfromd | |
313 mailutils | [] |
314 make | [] [] |
315 man-db | [] [] [] |
316 minicom | [] [] [] |
317 nano | [] [] [] |
318 opcodes | [] |
319 parted | [] [] |
320 pilot-qof | |
321 popt | [] [] [] |
322 psmisc | [] |
323 pwdutils | |
324 qof | |
325 radius | [] |
326 recode | [] [] [] [] [] [] |
327 rpm | [] |
328 screem | |
329 scrollkeeper | [] [] [] [] [] [] [] [] |
330 sed | [] [] [] |
331 shared-mime-info | [] [] [] [] () [] [] [] |
332 sharutils | [] [] [] [] [] [] |
333 shishi | |
334 skencil | [] () |
335 solfege | |
336 soundtracker | [] [] |
337 sp | [] |
338 system-tools-ba... | [] [] [] [] [] [] [] [] [] |
339 tar | [] [] |
340 texinfo | [] [] [] |
341 tin | () () |
342 tuxpaint | [] [] [] [] [] [] |
343 unicode-han-tra... | |
344 unicode-transla... | |
345 util-linux | [] [] [] [] |
346 util-linux-ng | [] [] [] [] |
347 vorbis-tools | [] |
348 wastesedge | () |
349 wdiff | [] [] [] [] |
350 wget | [] [] [] |
351 xchat | [] [] [] [] [] [] [] |
352 xkeyboard-config | [] |
353 xpad | [] [] [] |
354 +----------------------------------------------------+
355 af am ar az be bg bs ca cs cy da de el en en_GB eo
356 6 0 2 1 8 26 2 40 48 2 56 88 15 1 15 18
357
358 es et eu fa fi fr ga gl gu he hi hr hu id is it
359 +--------------------------------------------------+
360 Compendium | [] [] [] [] [] |
361 a2ps | [] [] [] () |
362 aegis | |
363 ant-phone | [] |
364 anubis | [] |
365 ap-utils | [] [] |
366 aspell | [] [] [] |
367 bash | [] |
368 bfd | [] [] |
369 bibshelf | [] [] [] |
370 binutils | [] [] [] |
371 bison | [] [] [] [] [] [] |
372 bison-runtime | [] [] [] [] [] |
373 bluez-pin | [] [] [] [] [] |
374 cflow | [] |
375 clisp | [] [] |
376 console-tools | |
377 coreutils | [] [] [] [] [] [] |
378 cpio | [] [] [] |
379 cpplib | [] [] |
380 cryptonit | [] |
381 dialog | [] [] [] |
382 diffutils | [] [] [] [] [] [] [] [] [] |
383 doodle | [] [] |
384 e2fsprogs | [] [] [] |
385 enscript | [] [] [] |
386 fetchmail | [] |
387 findutils | [] [] [] |
388 findutils_stable | [] [] [] [] |
389 flex | [] [] [] |
390 fslint | |
391 gas | [] [] |
392 gawk | [] [] [] [] () |
393 gcal | [] [] |
394 gcc | [] |
395 gettext-examples | [] [] [] [] [] [] [] |
396 gettext-runtime | [] [] [] [] [] [] |
397 gettext-tools | [] [] [] [] |
398 gip | [] [] [] [] |
399 gliv | () |
400 glunarclock | [] [] [] |
401 gmult | [] [] [] |
402 gnubiff | () () |
403 gnucash | () () () |
404 gnuedu | [] |
405 gnulib | [] [] [] |
406 gnunet | |
407 gnunet-gtk | |
408 gnutls | |
409 gpe-aerial | [] [] |
410 gpe-beam | [] [] |
411 gpe-calendar | |
412 gpe-clock | [] [] [] [] |
413 gpe-conf | [] |
414 gpe-contacts | [] [] |
415 gpe-edit | [] [] [] [] |
416 gpe-filemanager | [] |
417 gpe-go | [] [] [] |
418 gpe-login | [] [] [] |
419 gpe-ownerinfo | [] [] [] [] [] |
420 gpe-package | [] |
421 gpe-sketchbook | [] [] |
422 gpe-su | [] [] [] [] |
423 gpe-taskmanager | [] [] [] |
424 gpe-timesheet | [] [] [] [] |
425 gpe-today | [] [] [] [] |
426 gpe-todo | [] |
427 gphoto2 | [] [] [] [] [] |
428 gprof | [] [] [] [] [] |
429 gpsdrive | [] |
430 gramadoir | [] [] |
431 grep | [] [] [] |
432 gretl | [] [] [] () |
433 gsasl | [] [] |
434 gss | [] [] |
435 gst-plugins-bad | [] [] [] [] |
436 gst-plugins-base | [] [] [] [] |
437 gst-plugins-good | [] [] [] [] [] |
438 gst-plugins-ugly | [] [] [] [] |
439 gstreamer | [] [] [] |
440 gtick | [] [] [] |
441 gtkam | [] [] [] [] |
442 gtkorphan | [] [] |
443 gtkspell | [] [] [] [] [] [] [] |
444 gutenprint | [] |
445 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
446 herrie | [] |
447 hylafax | |
448 idutils | [] [] [] [] [] |
449 indent | [] [] [] [] [] [] [] [] [] [] |
450 iso_15924 | [] |
451 iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
452 iso_3166_2 | [] |
453 iso_4217 | [] [] [] [] [] [] |
454 iso_639 | [] [] [] [] [] [] |
455 jpilot | [] [] |
456 jtag | [] |
457 jwhois | [] [] [] [] [] |
458 kbd | [] [] |
459 keytouch | [] [] [] |
460 keytouch-editor | [] |
461 keytouch-keyboa... | [] [] |
462 latrine | [] [] |
463 ld | [] [] [] [] |
464 leafpad | [] [] [] [] [] [] |
465 libc | [] [] [] [] [] |
466 libexif | [] |
467 libextractor | [] |
468 libgpewidget | [] [] [] [] [] |
469 libgpg-error | [] |
470 libgphoto2 | [] [] [] |
471 libgphoto2_port | [] [] |
472 libgsasl | [] [] |
473 libiconv | [] [] [] |
474 libidn | [] [] |
475 lifelines | () |
476 lilypond | [] [] [] |
477 lingoteach | [] [] [] |
478 lprng | |
479 lynx | [] [] [] |
480 m4 | [] [] [] [] |
481 mailfromd | |
482 mailutils | [] [] |
483 make | [] [] [] [] [] [] [] [] |
484 man-db | [] |
485 minicom | [] [] [] [] |
486 nano | [] [] [] [] [] [] [] |
487 opcodes | [] [] [] [] |
488 parted | [] [] [] |
489 pilot-qof | |
490 popt | [] [] [] [] |
491 psmisc | [] [] |
492 pwdutils | |
493 qof | [] |
494 radius | [] [] |
495 recode | [] [] [] [] [] [] [] [] |
496 rpm | [] [] |
497 screem | |
498 scrollkeeper | [] [] [] |
499 sed | [] [] [] [] [] |
500 shared-mime-info | [] [] [] [] [] [] |
501 sharutils | [] [] [] [] [] [] [] [] |
502 shishi | [] |
503 skencil | [] [] |
504 solfege | [] |
505 soundtracker | [] [] [] |
506 sp | [] |
507 system-tools-ba... | [] [] [] [] [] [] [] [] [] |
508 tar | [] [] [] [] [] |
509 texinfo | [] [] [] |
510 tin | [] () |
511 tuxpaint | [] [] |
512 unicode-han-tra... | |
513 unicode-transla... | [] [] |
514 util-linux | [] [] [] [] [] [] [] |
515 util-linux-ng | [] [] [] [] [] [] [] |
516 vorbis-tools | |
517 wastesedge | () |
518 wdiff | [] [] [] [] [] [] [] [] |
519 wget | [] [] [] [] [] [] [] [] |
520 xchat | [] [] [] [] [] [] [] |
521 xkeyboard-config | [] [] [] [] |
522 xpad | [] [] [] |
523 +--------------------------------------------------+
524 es et eu fa fi fr ga gl gu he hi hr hu id is it
525 85 22 14 2 48 101 61 12 2 8 2 6 53 29 1 52
526
527 ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn
528 +--------------------------------------------------+
529 Compendium | [] |
530 a2ps | () [] [] |
531 aegis | () |
532 ant-phone | [] |
533 anubis | [] [] [] |
534 ap-utils | [] |
535 aspell | [] [] |
536 bash | [] |
537 bfd | |
538 bibshelf | [] |
539 binutils | |
540 bison | [] [] [] |
541 bison-runtime | [] [] [] |
542 bluez-pin | [] [] [] |
543 cflow | |
544 clisp | [] |
545 console-tools | |
546 coreutils | [] |
547 cpio | [] |
548 cpplib | [] |
549 cryptonit | [] |
550 dialog | [] [] |
551 diffutils | [] [] [] |
552 doodle | |
553 e2fsprogs | [] |
554 enscript | [] |
555 fetchmail | [] [] |
556 findutils | [] |
557 findutils_stable | [] |
558 flex | [] [] |
559 fslint | |
560 gas | |
561 gawk | [] [] |
562 gcal | |
563 gcc | |
564 gettext-examples | [] [] [] |
565 gettext-runtime | [] [] [] |
566 gettext-tools | [] [] |
567 gip | [] [] |
568 gliv | [] |
569 glunarclock | [] [] |
570 gmult | [] [] [] |
571 gnubiff | |
572 gnucash | () () () |
573 gnuedu | |
574 gnulib | [] [] |
575 gnunet | |
576 gnunet-gtk | |
577 gnutls | [] |
578 gpe-aerial | [] |
579 gpe-beam | [] |
580 gpe-calendar | [] |
581 gpe-clock | [] [] [] |
582 gpe-conf | [] [] [] |
583 gpe-contacts | [] |
584 gpe-edit | [] [] [] |
585 gpe-filemanager | [] [] |
586 gpe-go | [] [] [] |
587 gpe-login | [] [] [] |
588 gpe-ownerinfo | [] [] |
589 gpe-package | [] [] |
590 gpe-sketchbook | [] [] |
591 gpe-su | [] [] [] |
592 gpe-taskmanager | [] [] [] [] |
593 gpe-timesheet | [] |
594 gpe-today | [] [] |
595 gpe-todo | [] |
596 gphoto2 | [] [] |
597 gprof | [] |
598 gpsdrive | [] |
599 gramadoir | () |
600 grep | [] [] |
601 gretl | |
602 gsasl | [] |
603 gss | |
604 gst-plugins-bad | [] |
605 gst-plugins-base | [] |
606 gst-plugins-good | [] |
607 gst-plugins-ugly | [] |
608 gstreamer | [] |
609 gtick | [] |
610 gtkam | [] [] |
611 gtkorphan | [] |
612 gtkspell | [] [] |
613 gutenprint | [] |
614 hello | [] [] [] [] [] [] [] |
615 herrie | [] |
616 hylafax | |
617 idutils | [] |
618 indent | [] [] |
619 iso_15924 | [] |
620 iso_3166 | [] [] [] [] [] [] [] [] |
621 iso_3166_2 | [] |
622 iso_4217 | [] [] [] |
623 iso_639 | [] [] [] [] |
624 jpilot | () () |
625 jtag | |
626 jwhois | [] |
627 kbd | [] |
628 keytouch | [] |
629 keytouch-editor | [] |
630 keytouch-keyboa... | |
631 latrine | [] |
632 ld | |
633 leafpad | [] [] |
634 libc | [] [] [] |
635 libexif | |
636 libextractor | |
637 libgpewidget | [] |
638 libgpg-error | |
639 libgphoto2 | [] |
640 libgphoto2_port | [] |
641 libgsasl | [] |
642 libiconv | [] |
643 libidn | [] [] |
644 lifelines | [] |
645 lilypond | [] |
646 lingoteach | [] |
647 lprng | |
648 lynx | [] [] |
649 m4 | [] [] |
650 mailfromd | |
651 mailutils | |
652 make | [] [] [] |
653 man-db | |
654 minicom | [] |
655 nano | [] [] [] |
656 opcodes | [] |
657 parted | [] [] |
658 pilot-qof | |
659 popt | [] [] [] |
660 psmisc | [] [] [] |
661 pwdutils | |
662 qof | |
663 radius | |
664 recode | [] |
665 rpm | [] [] |
666 screem | [] |
667 scrollkeeper | [] [] [] [] |
668 sed | [] [] |
669 shared-mime-info | [] [] [] [] [] [] [] |
670 sharutils | [] [] |
671 shishi | |
672 skencil | |
673 solfege | () () |
674 soundtracker | |
675 sp | () |
676 system-tools-ba... | [] [] [] [] |
677 tar | [] [] [] |
678 texinfo | [] [] |
679 tin | |
680 tuxpaint | () [] [] |
681 unicode-han-tra... | |
682 unicode-transla... | |
683 util-linux | [] [] |
684 util-linux-ng | [] [] |
685 vorbis-tools | |
686 wastesedge | [] |
687 wdiff | [] [] |
688 wget | [] [] |
689 xchat | [] [] [] [] |
690 xkeyboard-config | [] [] [] |
691 xpad | [] [] [] |
692 +--------------------------------------------------+
693 ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn
694 51 2 25 3 2 0 6 0 2 2 20 0 11 1 103 6
695
696 or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
697 +--------------------------------------------------+
698 Compendium | [] [] [] [] [] |
699 a2ps | () [] [] [] [] [] [] |
700 aegis | () () |
701 ant-phone | [] [] |
702 anubis | [] [] [] |
703 ap-utils | () |
704 aspell | [] [] [] |
705 bash | [] [] |
706 bfd | |
707 bibshelf | [] |
708 binutils | [] [] |
709 bison | [] [] [] [] [] |
710 bison-runtime | [] [] [] [] [] |
711 bluez-pin | [] [] [] [] [] [] [] [] [] |
712 cflow | [] |
713 clisp | [] |
714 console-tools | [] |
715 coreutils | [] [] [] [] |
716 cpio | [] [] [] |
717 cpplib | [] |
718 cryptonit | [] [] |
719 dialog | [] |
720 diffutils | [] [] [] [] [] [] |
721 doodle | [] [] |
722 e2fsprogs | [] [] |
723 enscript | [] [] [] [] [] |
724 fetchmail | [] [] [] |
725 findutils | [] [] [] |
726 findutils_stable | [] [] [] [] [] [] |
727 flex | [] [] [] [] [] |
728 fslint | [] |
729 gas | |
730 gawk | [] [] [] [] |
731 gcal | [] |
732 gcc | [] [] |
733 gettext-examples | [] [] [] [] [] [] [] [] |
734 gettext-runtime | [] [] [] [] [] [] [] [] |
735 gettext-tools | [] [] [] [] [] [] [] |
736 gip | [] [] [] [] |
737 gliv | [] [] [] [] [] [] |
738 glunarclock | [] [] [] [] [] [] |
739 gmult | [] [] [] [] |
740 gnubiff | () [] |
741 gnucash | () [] |
742 gnuedu | |
743 gnulib | [] [] [] |
744 gnunet | |
745 gnunet-gtk | [] |
746 gnutls | [] [] |
747 gpe-aerial | [] [] [] [] [] [] [] |
748 gpe-beam | [] [] [] [] [] [] [] |
749 gpe-calendar | [] [] [] [] |
750 gpe-clock | [] [] [] [] [] [] [] [] |
751 gpe-conf | [] [] [] [] [] [] [] |
752 gpe-contacts | [] [] [] [] [] |
753 gpe-edit | [] [] [] [] [] [] [] [] [] |
754 gpe-filemanager | [] [] |
755 gpe-go | [] [] [] [] [] [] [] [] |
756 gpe-login | [] [] [] [] [] [] [] [] |
757 gpe-ownerinfo | [] [] [] [] [] [] [] [] |
758 gpe-package | [] [] |
759 gpe-sketchbook | [] [] [] [] [] [] [] [] |
760 gpe-su | [] [] [] [] [] [] [] [] |
761 gpe-taskmanager | [] [] [] [] [] [] [] [] |
762 gpe-timesheet | [] [] [] [] [] [] [] [] |
763 gpe-today | [] [] [] [] [] [] [] [] |
764 gpe-todo | [] [] [] [] |
765 gphoto2 | [] [] [] [] [] [] |
766 gprof | [] [] [] |
767 gpsdrive | [] [] |
768 gramadoir | [] [] |
769 grep | [] [] [] [] |
770 gretl | [] [] [] |
771 gsasl | [] [] [] |
772 gss | [] [] [] [] |
773 gst-plugins-bad | [] [] [] |
774 gst-plugins-base | [] [] |
775 gst-plugins-good | [] [] |
776 gst-plugins-ugly | [] [] [] |
777 gstreamer | [] [] [] [] |
778 gtick | [] |
779 gtkam | [] [] [] [] [] |
780 gtkorphan | [] |
781 gtkspell | [] [] [] [] [] [] [] [] |
782 gutenprint | [] |
783 hello | [] [] [] [] [] [] [] [] |
784 herrie | [] [] [] |
785 hylafax | |
786 idutils | [] [] [] [] [] |
787 indent | [] [] [] [] [] [] [] |
788 iso_15924 | |
789 iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
790 iso_3166_2 | |
791 iso_4217 | [] [] [] [] [] [] [] |
792 iso_639 | [] [] [] [] [] [] [] |
793 jpilot | |
794 jtag | [] |
795 jwhois | [] [] [] [] |
796 kbd | [] [] [] |
797 keytouch | [] |
798 keytouch-editor | [] |
799 keytouch-keyboa... | [] |
800 latrine | |
801 ld | [] |
802 leafpad | [] [] [] [] [] [] |
803 libc | [] [] [] [] |
804 libexif | [] [] |
805 libextractor | [] [] |
806 libgpewidget | [] [] [] [] [] [] [] [] |
807 libgpg-error | [] [] [] |
808 libgphoto2 | [] |
809 libgphoto2_port | [] [] [] |
810 libgsasl | [] [] [] [] |
811 libiconv | [] [] [] |
812 libidn | [] [] () |
813 lifelines | [] [] |
814 lilypond | |
815 lingoteach | [] |
816 lprng | [] |
817 lynx | [] [] [] |
818 m4 | [] [] [] [] [] |
819 mailfromd | [] |
820 mailutils | [] [] [] |
821 make | [] [] [] [] |
822 man-db | [] [] [] [] |
823 minicom | [] [] [] [] [] |
824 nano | [] [] [] [] |
825 opcodes | [] [] |
826 parted | [] |
827 pilot-qof | |
828 popt | [] [] [] [] |
829 psmisc | [] [] |
830 pwdutils | [] [] |
831 qof | [] [] |
832 radius | [] [] |
833 recode | [] [] [] [] [] [] [] |
834 rpm | [] [] [] [] |
835 screem | |
836 scrollkeeper | [] [] [] [] [] [] [] |
837 sed | [] [] [] [] [] [] [] [] [] |
838 shared-mime-info | [] [] [] [] [] [] |
839 sharutils | [] [] [] [] |
840 shishi | [] |
841 skencil | [] [] [] |
842 solfege | [] |
843 soundtracker | [] [] |
844 sp | |
845 system-tools-ba... | [] [] [] [] [] [] [] [] [] |
846 tar | [] [] [] [] |
847 texinfo | [] [] [] [] |
848 tin | () |
849 tuxpaint | [] [] [] [] [] [] |
850 unicode-han-tra... | |
851 unicode-transla... | |
852 util-linux | [] [] [] [] |
853 util-linux-ng | [] [] [] [] |
854 vorbis-tools | [] |
855 wastesedge | |
856 wdiff | [] [] [] [] [] [] [] |
857 wget | [] [] [] [] |
858 xchat | [] [] [] [] [] [] [] |
859 xkeyboard-config | [] [] [] |
860 xpad | [] [] [] |
861 +--------------------------------------------------+
862 or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
863 0 5 77 31 53 4 58 72 3 45 46 9 45 122 3
864
865 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
866 +---------------------------------------------------+
867 Compendium | [] [] [] [] | 19
868 a2ps | [] [] [] | 19
869 aegis | [] | 1
870 ant-phone | [] [] | 6
871 anubis | [] [] [] | 11
872 ap-utils | () [] | 4
873 aspell | [] [] [] | 16
874 bash | [] | 6
875 bfd | | 2
876 bibshelf | [] | 7
877 binutils | [] [] [] [] | 9
878 bison | [] [] [] [] | 20
879 bison-runtime | [] [] [] [] | 18
880 bluez-pin | [] [] [] [] [] [] | 28
881 cflow | [] [] | 5
882 clisp | | 9
883 console-tools | [] [] | 5
884 coreutils | [] [] [] | 18
885 cpio | [] [] [] [] | 11
886 cpplib | [] [] [] [] [] | 12
887 cryptonit | [] | 6
888 dialog | [] [] [] | 9
889 diffutils | [] [] [] [] [] | 29
890 doodle | [] | 6
891 e2fsprogs | [] [] | 10
892 enscript | [] [] [] | 16
893 fetchmail | [] [] | 12
894 findutils | [] [] [] | 11
895 findutils_stable | [] [] [] [] | 18
896 flex | [] [] | 15
897 fslint | [] | 2
898 gas | [] | 3
899 gawk | [] [] [] | 16
900 gcal | [] | 5
901 gcc | [] [] [] | 7
902 gettext-examples | [] [] [] [] [] [] | 29
903 gettext-runtime | [] [] [] [] [] [] | 28
904 gettext-tools | [] [] [] [] [] | 20
905 gip | [] [] | 13
906 gliv | [] [] | 11
907 glunarclock | [] [] [] | 15
908 gmult | [] [] [] [] | 16
909 gnubiff | [] | 2
910 gnucash | () [] | 5
911 gnuedu | [] | 2
912 gnulib | [] | 10
913 gnunet | | 0
914 gnunet-gtk | [] [] | 3
915 gnutls | | 4
916 gpe-aerial | [] [] | 14
917 gpe-beam | [] [] | 14
918 gpe-calendar | [] [] | 7
919 gpe-clock | [] [] [] [] | 21
920 gpe-conf | [] [] [] | 16
921 gpe-contacts | [] [] | 10
922 gpe-edit | [] [] [] [] [] | 22
923 gpe-filemanager | [] [] | 7
924 gpe-go | [] [] [] [] | 19
925 gpe-login | [] [] [] [] [] | 21
926 gpe-ownerinfo | [] [] [] [] | 21
927 gpe-package | [] | 6
928 gpe-sketchbook | [] [] | 16
929 gpe-su | [] [] [] [] | 21
930 gpe-taskmanager | [] [] [] [] | 21
931 gpe-timesheet | [] [] [] [] | 18
932 gpe-today | [] [] [] [] [] | 21
933 gpe-todo | [] [] | 8
934 gphoto2 | [] [] [] [] | 21
935 gprof | [] [] | 13
936 gpsdrive | [] | 5
937 gramadoir | [] | 7
938 grep | [] | 12
939 gretl | | 6
940 gsasl | [] [] [] | 9
941 gss | [] | 7
942 gst-plugins-bad | [] [] [] | 13
943 gst-plugins-base | [] [] | 11
944 gst-plugins-good | [] [] [] [] [] | 16
945 gst-plugins-ugly | [] [] [] | 13
946 gstreamer | [] [] [] | 18
947 gtick | [] [] | 7
948 gtkam | [] | 16
949 gtkorphan | [] | 7
950 gtkspell | [] [] [] [] [] [] | 27
951 gutenprint | | 4
952 hello | [] [] [] [] [] | 38
953 herrie | [] [] | 8
954 hylafax | | 0
955 idutils | [] [] | 15
956 indent | [] [] [] [] [] | 28
957 iso_15924 | [] [] | 4
958 iso_3166 | [] [] [] [] [] [] [] [] [] | 54
959 iso_3166_2 | [] [] | 4
960 iso_4217 | [] [] [] [] [] | 24
961 iso_639 | [] [] [] [] [] | 26
962 jpilot | [] [] [] [] | 7
963 jtag | [] | 3
964 jwhois | [] [] [] | 13
965 kbd | [] [] [] | 13
966 keytouch | [] | 8
967 keytouch-editor | [] | 5
968 keytouch-keyboa... | [] | 5
969 latrine | [] [] | 5
970 ld | [] [] [] [] | 10
971 leafpad | [] [] [] [] [] | 24
972 libc | [] [] [] | 19
973 libexif | [] | 5
974 libextractor | [] | 5
975 libgpewidget | [] [] [] | 20
976 libgpg-error | [] | 6
977 libgphoto2 | [] [] | 9
978 libgphoto2_port | [] [] [] | 11
979 libgsasl | [] | 8
980 libiconv | [] [] | 11
981 libidn | [] [] | 11
982 lifelines | | 4
983 lilypond | [] | 6
984 lingoteach | [] | 6
985 lprng | [] | 2
986 lynx | [] [] [] | 15
987 m4 | [] [] [] | 18
988 mailfromd | [] [] | 3
989 mailutils | [] [] | 8
990 make | [] [] [] | 20
991 man-db | [] | 9
992 minicom | [] | 14
993 nano | [] [] [] | 20
994 opcodes | [] [] | 10
995 parted | [] [] [] | 11
996 pilot-qof | [] | 1
997 popt | [] [] [] [] | 18
998 psmisc | [] [] | 10
999 pwdutils | [] | 3
1000 qof | [] | 4
1001 radius | [] [] | 7
1002 recode | [] [] [] | 25
1003 rpm | [] [] [] [] | 13
1004 screem | [] | 2
1005 scrollkeeper | [] [] [] [] | 26
1006 sed | [] [] [] [] | 23
1007 shared-mime-info | [] [] [] | 29
1008 sharutils | [] [] [] | 23
1009 shishi | [] | 3
1010 skencil | [] | 7
1011 solfege | [] | 3
1012 soundtracker | [] [] | 9
1013 sp | [] | 3
1014 system-tools-ba... | [] [] [] [] [] [] [] | 38
1015 tar | [] [] [] | 17
1016 texinfo | [] [] [] | 15
1017 tin | | 1
1018 tuxpaint | [] [] [] | 19
1019 unicode-han-tra... | | 0
1020 unicode-transla... | | 2
1021 util-linux | [] [] [] | 20
1022 util-linux-ng | [] [] [] | 20
1023 vorbis-tools | [] [] | 4
1024 wastesedge | | 1
1025 wdiff | [] [] | 23
1026 wget | [] [] [] | 20
1027 xchat | [] [] [] [] | 29
1028 xkeyboard-config | [] [] [] | 14
1029 xpad | [] [] [] | 15
1030 +---------------------------------------------------+
1031 76 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
1032 163 domains 0 3 1 74 51 0 143 21 1 57 7 45 0 2036
1033
1034 Some counters in the preceding matrix are higher than the number of
1035visible blocks let us expect. This is because a few extra PO files are
1036used for implementing regional variants of languages, or language
1037dialects.
1038
1039 For a PO file in the matrix above to be effective, the package to
1040which it applies should also have been internationalized and
1041distributed as such by its maintainer. There might be an observable
1042lag between the mere existence a PO file and its wide availability in a
1043distribution.
1044
1045 If November 2007 seems to be old, you may fetch a more recent copy
1046of this `ABOUT-NLS' file on most GNU archive sites. The most
1047up-to-date matrix with full percentage details can be found at
1048`http://translationproject.org/extra/matrix.html'.
1049
10501.6 Using `gettext' in new packages
1051===================================
1052
1053If you are writing a freely available program and want to
1054internationalize it you are welcome to use GNU `gettext' in your
1055package. Of course you have to respect the GNU Library General Public
1056License which covers the use of the GNU `gettext' library. This means
1057in particular that even non-free programs can use `libintl' as a shared
1058library, whereas only free software can use `libintl' as a static
1059library or use modified versions of `libintl'.
1060
1061 Once the sources are changed appropriately and the setup can handle
1062the use of `gettext' the only thing missing are the translations. The
1063Free Translation Project is also available for packages which are not
1064developed inside the GNU project. Therefore the information given above
1065applies also for every other Free Software Project. Contact
1066`coordinator@translationproject.org' to make the `.pot' files available
1067to the translation teams.
1068
01069
=== added file 'INSTALL'
--- INSTALL 1970-01-01 00:00:00 +0000
+++ INSTALL 2015-01-17 15:39:45 +0000
@@ -0,0 +1,370 @@
1Installation Instructions
2*************************
3
4Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
5Inc.
6
7 Copying and distribution of this file, with or without modification,
8are permitted in any medium without royalty provided the copyright
9notice and this notice are preserved. This file is offered as-is,
10without warranty of any kind.
11
12Basic Installation
13==================
14
15 Briefly, the shell command `./configure && make && make install'
16should configure, build, and install this package. The following
17more-detailed instructions are generic; see the `README' file for
18instructions specific to this package. Some packages provide this
19`INSTALL' file but do not implement all of the features documented
20below. The lack of an optional feature in a given package is not
21necessarily a bug. More recommendations for GNU packages can be found
22in *note Makefile Conventions: (standards)Makefile Conventions.
23
24 The `configure' shell script attempts to guess correct values for
25various system-dependent variables used during compilation. It uses
26those values to create a `Makefile' in each directory of the package.
27It may also create one or more `.h' files containing system-dependent
28definitions. Finally, it creates a shell script `config.status' that
29you can run in the future to recreate the current configuration, and a
30file `config.log' containing compiler output (useful mainly for
31debugging `configure').
32
33 It can also use an optional file (typically called `config.cache'
34and enabled with `--cache-file=config.cache' or simply `-C') that saves
35the results of its tests to speed up reconfiguring. Caching is
36disabled by default to prevent problems with accidental use of stale
37cache files.
38
39 If you need to do unusual things to compile the package, please try
40to figure out how `configure' could check whether to do them, and mail
41diffs or instructions to the address given in the `README' so they can
42be considered for the next release. If you are using the cache, and at
43some point `config.cache' contains results you don't want to keep, you
44may remove or edit it.
45
46 The file `configure.ac' (or `configure.in') is used to create
47`configure' by a program called `autoconf'. You need `configure.ac' if
48you want to change it or regenerate `configure' using a newer version
49of `autoconf'.
50
51 The simplest way to compile this package is:
52
53 1. `cd' to the directory containing the package's source code and type
54 `./configure' to configure the package for your system.
55
56 Running `configure' might take a while. While running, it prints
57 some messages telling which features it is checking for.
58
59 2. Type `make' to compile the package.
60
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
63
64 4. Type `make install' to install the programs and any data files and
65 documentation. When installing into a prefix owned by root, it is
66 recommended that the package be configured and built as a regular
67 user, and only the `make install' phase executed with root
68 privileges.
69
70 5. Optionally, type `make installcheck' to repeat any self-tests, but
71 this time using the binaries in their final installed location.
72 This target does not install anything. Running this target as a
73 regular user, particularly if the prior `make install' required
74 root privileges, verifies that the installation completed
75 correctly.
76
77 6. You can remove the program binaries and object files from the
78 source code directory by typing `make clean'. To also remove the
79 files that `configure' created (so you can compile the package for
80 a different kind of computer), type `make distclean'. There is
81 also a `make maintainer-clean' target, but that is intended mainly
82 for the package's developers. If you use it, you may have to get
83 all sorts of other programs in order to regenerate files that came
84 with the distribution.
85
86 7. Often, you can also type `make uninstall' to remove the installed
87 files again. In practice, not all packages have tested that
88 uninstallation works correctly, even though it is required by the
89 GNU Coding Standards.
90
91 8. Some packages, particularly those that use Automake, provide `make
92 distcheck', which can by used by developers to test that all other
93 targets like `make install' and `make uninstall' work correctly.
94 This target is generally not run by end users.
95
96Compilers and Options
97=====================
98
99 Some systems require unusual options for compilation or linking that
100the `configure' script does not know about. Run `./configure --help'
101for details on some of the pertinent environment variables.
102
103 You can give `configure' initial values for configuration parameters
104by setting variables in the command line or in the environment. Here
105is an example:
106
107 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
108
109 *Note Defining Variables::, for more details.
110
111Compiling For Multiple Architectures
112====================================
113
114 You can compile the package for more than one kind of computer at the
115same time, by placing the object files for each architecture in their
116own directory. To do this, you can use GNU `make'. `cd' to the
117directory where you want the object files and executables to go and run
118the `configure' script. `configure' automatically checks for the
119source code in the directory that `configure' is in and in `..'. This
120is known as a "VPATH" build.
121
122 With a non-GNU `make', it is safer to compile the package for one
123architecture at a time in the source code directory. After you have
124installed the package for one architecture, use `make distclean' before
125reconfiguring for another architecture.
126
127 On MacOS X 10.5 and later systems, you can create libraries and
128executables that work on multiple system types--known as "fat" or
129"universal" binaries--by specifying multiple `-arch' options to the
130compiler but only a single `-arch' option to the preprocessor. Like
131this:
132
133 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
135 CPP="gcc -E" CXXCPP="g++ -E"
136
137 This is not guaranteed to produce working output in all cases, you
138may have to build one architecture at a time and combine the results
139using the `lipo' tool if you have problems.
140
141Installation Names
142==================
143
144 By default, `make install' installs the package's commands under
145`/usr/local/bin', include files under `/usr/local/include', etc. You
146can specify an installation prefix other than `/usr/local' by giving
147`configure' the option `--prefix=PREFIX', where PREFIX must be an
148absolute file name.
149
150 You can specify separate installation prefixes for
151architecture-specific files and architecture-independent files. If you
152pass the option `--exec-prefix=PREFIX' to `configure', the package uses
153PREFIX as the prefix for installing programs and libraries.
154Documentation and other data files still use the regular prefix.
155
156 In addition, if you use an unusual directory layout you can give
157options like `--bindir=DIR' to specify different values for particular
158kinds of files. Run `configure --help' for a list of the directories
159you can set and what kinds of files go in them. In general, the
160default for these options is expressed in terms of `${prefix}', so that
161specifying just `--prefix' will affect all of the other directory
162specifications that were not explicitly provided.
163
164 The most portable way to affect installation locations is to pass the
165correct locations to `configure'; however, many packages provide one or
166both of the following shortcuts of passing variable assignments to the
167`make install' command line to change installation locations without
168having to reconfigure or recompile.
169
170 The first method involves providing an override variable for each
171affected directory. For example, `make install
172prefix=/alternate/directory' will choose an alternate location for all
173directory configuration variables that were expressed in terms of
174`${prefix}'. Any directories that were specified during `configure',
175but not in terms of `${prefix}', must each be overridden at install
176time for the entire installation to be relocated. The approach of
177makefile variable overrides for each directory variable is required by
178the GNU Coding Standards, and ideally causes no recompilation.
179However, some platforms have known limitations with the semantics of
180shared libraries that end up requiring recompilation when using this
181method, particularly noticeable in packages that use GNU Libtool.
182
183 The second method involves providing the `DESTDIR' variable. For
184example, `make install DESTDIR=/alternate/directory' will prepend
185`/alternate/directory' before all installation names. The approach of
186`DESTDIR' overrides is not required by the GNU Coding Standards, and
187does not work on platforms that have drive letters. On the other hand,
188it does better at avoiding recompilation issues, and works well even
189when some directory options were not specified in terms of `${prefix}'
190at `configure' time.
191
192Optional Features
193=================
194
195 If the package supports it, you can cause programs to be installed
196with an extra prefix or suffix on their names by giving `configure' the
197option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
198
199 Some packages pay attention to `--enable-FEATURE' options to
200`configure', where FEATURE indicates an optional part of the package.
201They may also pay attention to `--with-PACKAGE' options, where PACKAGE
202is something like `gnu-as' or `x' (for the X Window System). The
203`README' should mention any `--enable-' and `--with-' options that the
204package recognizes.
205
206 For packages that use the X Window System, `configure' can usually
207find the X include and library files automatically, but if it doesn't,
208you can use the `configure' options `--x-includes=DIR' and
209`--x-libraries=DIR' to specify their locations.
210
211 Some packages offer the ability to configure how verbose the
212execution of `make' will be. For these packages, running `./configure
213--enable-silent-rules' sets the default to minimal output, which can be
214overridden with `make V=1'; while running `./configure
215--disable-silent-rules' sets the default to verbose, which can be
216overridden with `make V=0'.
217
218Particular systems
219==================
220
221 On HP-UX, the default C compiler is not ANSI C compatible. If GNU
222CC is not installed, it is recommended to use the following options in
223order to use an ANSI C compiler:
224
225 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
226
227and if that doesn't work, install pre-built binaries of GCC for HP-UX.
228
229 HP-UX `make' updates targets which have the same time stamps as
230their prerequisites, which makes it generally unusable when shipped
231generated files such as `configure' are involved. Use GNU `make'
232instead.
233
234 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
235parse its `<wchar.h>' header file. The option `-nodtk' can be used as
236a workaround. If GNU CC is not installed, it is therefore recommended
237to try
238
239 ./configure CC="cc"
240
241and if that doesn't work, try
242
243 ./configure CC="cc -nodtk"
244
245 On Solaris, don't put `/usr/ucb' early in your `PATH'. This
246directory contains several dysfunctional programs; working variants of
247these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
248in your `PATH', put it _after_ `/usr/bin'.
249
250 On Haiku, software installed for all users goes in `/boot/common',
251not `/usr/local'. It is recommended to use the following options:
252
253 ./configure --prefix=/boot/common
254
255Specifying the System Type
256==========================
257
258 There may be some features `configure' cannot figure out
259automatically, but needs to determine by the type of machine the package
260will run on. Usually, assuming the package is built to be run on the
261_same_ architectures, `configure' can figure that out, but if it prints
262a message saying it cannot guess the machine type, give it the
263`--build=TYPE' option. TYPE can either be a short name for the system
264type, such as `sun4', or a canonical name which has the form:
265
266 CPU-COMPANY-SYSTEM
267
268where SYSTEM can have one of these forms:
269
270 OS
271 KERNEL-OS
272
273 See the file `config.sub' for the possible values of each field. If
274`config.sub' isn't included in this package, then this package doesn't
275need to know the machine type.
276
277 If you are _building_ compiler tools for cross-compiling, you should
278use the option `--target=TYPE' to select the type of system they will
279produce code for.
280
281 If you want to _use_ a cross compiler, that generates code for a
282platform different from the build platform, you should specify the
283"host" platform (i.e., that on which the generated programs will
284eventually be run) with `--host=TYPE'.
285
286Sharing Defaults
287================
288
289 If you want to set default values for `configure' scripts to share,
290you can create a site shell script called `config.site' that gives
291default values for variables like `CC', `cache_file', and `prefix'.
292`configure' looks for `PREFIX/share/config.site' if it exists, then
293`PREFIX/etc/config.site' if it exists. Or, you can set the
294`CONFIG_SITE' environment variable to the location of the site script.
295A warning: not all `configure' scripts look for a site script.
296
297Defining Variables
298==================
299
300 Variables not defined in a site shell script can be set in the
301environment passed to `configure'. However, some packages may run
302configure again during the build, and the customized values of these
303variables may be lost. In order to avoid this problem, you should set
304them in the `configure' command line, using `VAR=value'. For example:
305
306 ./configure CC=/usr/local2/bin/gcc
307
308causes the specified `gcc' to be used as the C compiler (unless it is
309overridden in the site shell script).
310
311Unfortunately, this technique does not work for `CONFIG_SHELL' due to
312an Autoconf limitation. Until the limitation is lifted, you can use
313this workaround:
314
315 CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
316
317`configure' Invocation
318======================
319
320 `configure' recognizes the following options to control how it
321operates.
322
323`--help'
324`-h'
325 Print a summary of all of the options to `configure', and exit.
326
327`--help=short'
328`--help=recursive'
329 Print a summary of the options unique to this package's
330 `configure', and exit. The `short' variant lists options used
331 only in the top level, while the `recursive' variant lists options
332 also present in any nested packages.
333
334`--version'
335`-V'
336 Print the version of Autoconf used to generate the `configure'
337 script, and exit.
338
339`--cache-file=FILE'
340 Enable the cache: use and save the results of the tests in FILE,
341 traditionally `config.cache'. FILE defaults to `/dev/null' to
342 disable caching.
343
344`--config-cache'
345`-C'
346 Alias for `--cache-file=config.cache'.
347
348`--quiet'
349`--silent'
350`-q'
351 Do not print messages saying which checks are being made. To
352 suppress all normal output, redirect it to `/dev/null' (any error
353 messages will still be shown).
354
355`--srcdir=DIR'
356 Look for the package's source code in directory DIR. Usually
357 `configure' can determine that directory automatically.
358
359`--prefix=DIR'
360 Use DIR as the installation prefix. *note Installation Names::
361 for more details, including other options available for fine-tuning
362 the installation locations.
363
364`--no-create'
365`-n'
366 Run the configure checks, but stop before creating any output
367 files.
368
369`configure' also accepts some other, not widely useful, options. Run
370`configure --help' for more details.
0371
=== added file 'Makefile.in'
--- Makefile.in 1970-01-01 00:00:00 +0000
+++ Makefile.in 2015-01-17 15:39:45 +0000
@@ -0,0 +1,854 @@
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
30 case $$MAKEFLAGS in \
31 *\\[\ \ ]*) \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35 esac; \
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = .
81DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/configure $(am__configure_deps) \
84 $(srcdir)/config.h.in ABOUT-NLS COPYING TODO compile \
85 config.guess config.rpath config.sub depcomp install-sh \
86 missing ltmain.sh
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
89 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
90 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
91 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libnih.m4 \
92 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
93 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
94 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
95 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
96 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 configure.lineno config.status.lineno
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo " GEN " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120 ctags-recursive dvi-recursive html-recursive info-recursive \
121 install-data-recursive install-dvi-recursive \
122 install-exec-recursive install-html-recursive \
123 install-info-recursive install-pdf-recursive \
124 install-ps-recursive install-recursive installcheck-recursive \
125 installdirs-recursive pdf-recursive ps-recursive \
126 tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133 distclean-recursive maintainer-clean-recursive
134am__recursive_targets = \
135 $(RECURSIVE_TARGETS) \
136 $(RECURSIVE_CLEAN_TARGETS) \
137 $(am__extra_recursive_targets)
138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
139 cscope distdir dist dist-all distcheck
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
141 $(LISP)config.h.in
142# Read a list of newline-separated strings from the standard input,
143# and print each of them once, without duplicates. Input order is
144# *not* preserved.
145am__uniquify_input = $(AWK) '\
146 BEGIN { nonempty = 0; } \
147 { items[$$0] = 1; nonempty = 1; } \
148 END { if (nonempty) { for (i in items) print i; }; } \
149'
150# Make sure the list of sources is unique. This is necessary because,
151# e.g., the same source file might be shared among _SOURCES variables
152# for different programs/libraries.
153am__define_uniq_tagged_files = \
154 list='$(am__tagged_files)'; \
155 unique=`for i in $$list; do \
156 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157 done | $(am__uniquify_input)`
158ETAGS = etags
159CTAGS = ctags
160CSCOPE = cscope
161DIST_SUBDIRS = $(SUBDIRS)
162DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163distdir = $(PACKAGE)-$(VERSION)
164top_distdir = $(distdir)
165am__remove_distdir = \
166 if test -d "$(distdir)"; then \
167 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
168 && rm -rf "$(distdir)" \
169 || { sleep 5 && rm -rf "$(distdir)"; }; \
170 else :; fi
171am__post_remove_distdir = $(am__remove_distdir)
172am__relativize = \
173 dir0=`pwd`; \
174 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
175 sed_rest='s,^[^/]*/*,,'; \
176 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
177 sed_butlast='s,/*[^/]*$$,,'; \
178 while test -n "$$dir1"; do \
179 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
180 if test "$$first" != "."; then \
181 if test "$$first" = ".."; then \
182 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
183 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
184 else \
185 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
186 if test "$$first2" = "$$first"; then \
187 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
188 else \
189 dir2="../$$dir2"; \
190 fi; \
191 dir0="$$dir0"/"$$first"; \
192 fi; \
193 fi; \
194 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
195 done; \
196 reldir="$$dir2"
197DIST_ARCHIVES = $(distdir).tar.gz
198GZIP_ENV = --best
199DIST_TARGETS = dist-gzip
200distuninstallcheck_listfiles = find . -type f -print
201am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
202 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
203distcleancheck_listfiles = find . -type f -print
204ABI_COMPLIANCE_CHECKER = @ABI_COMPLIANCE_CHECKER@
205ACLOCAL = @ACLOCAL@
206AMTAR = @AMTAR@
207AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208AR = @AR@
209AUTOCONF = @AUTOCONF@
210AUTOHEADER = @AUTOHEADER@
211AUTOMAKE = @AUTOMAKE@
212AWK = @AWK@
213CC = @CC@
214CCDEPMODE = @CCDEPMODE@
215CFLAGS = @CFLAGS@
216CGMANAGER_CFLAGS = @CGMANAGER_CFLAGS@
217CGMANAGER_LIBS = @CGMANAGER_LIBS@
218CPP = @CPP@
219CPPFLAGS = @CPPFLAGS@
220CYGPATH_W = @CYGPATH_W@
221DBUS_CFLAGS = @DBUS_CFLAGS@
222DBUS_LIBS = @DBUS_LIBS@
223DCONF_CFLAGS = @DCONF_CFLAGS@
224DCONF_LIBS = @DCONF_LIBS@
225DEFS = @DEFS@
226DEPDIR = @DEPDIR@
227DLLTOOL = @DLLTOOL@
228DSYMUTIL = @DSYMUTIL@
229DUMPBIN = @DUMPBIN@
230ECHO_C = @ECHO_C@
231ECHO_N = @ECHO_N@
232ECHO_T = @ECHO_T@
233EGREP = @EGREP@
234EXEEXT = @EXEEXT@
235FGREP = @FGREP@
236GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
237GIO_CFLAGS = @GIO_CFLAGS@
238GIO_LIBS = @GIO_LIBS@
239GMSGFMT = @GMSGFMT@
240GMSGFMT_015 = @GMSGFMT_015@
241GREP = @GREP@
242INSTALL = @INSTALL@
243INSTALL_DATA = @INSTALL_DATA@
244INSTALL_PROGRAM = @INSTALL_PROGRAM@
245INSTALL_SCRIPT = @INSTALL_SCRIPT@
246INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
247INTLLIBS = @INTLLIBS@
248INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
249JSON_CFLAGS = @JSON_CFLAGS@
250JSON_LIBS = @JSON_LIBS@
251LD = @LD@
252LDFLAGS = @LDFLAGS@
253LIBICONV = @LIBICONV@
254LIBINTL = @LIBINTL@
255LIBOBJS = @LIBOBJS@
256LIBS = @LIBS@
257LIBTOOL = @LIBTOOL@
258LIPO = @LIPO@
259LN_S = @LN_S@
260LTLIBICONV = @LTLIBICONV@
261LTLIBINTL = @LTLIBINTL@
262LTLIBOBJS = @LTLIBOBJS@
263MAINT = @MAINT@
264MAKEINFO = @MAKEINFO@
265MANIFEST_TOOL = @MANIFEST_TOOL@
266MKDIR_P = @MKDIR_P@
267MSGFMT = @MSGFMT@
268MSGFMT_015 = @MSGFMT_015@
269MSGMERGE = @MSGMERGE@
270NIH_CFLAGS = @NIH_CFLAGS@
271NIH_DBUS_CFLAGS = @NIH_DBUS_CFLAGS@
272NIH_DBUS_LIBS = @NIH_DBUS_LIBS@
273NIH_DBUS_TOOL = @NIH_DBUS_TOOL@
274NIH_LIBS = @NIH_LIBS@
275NM = @NM@
276NMEDIT = @NMEDIT@
277OBJDUMP = @OBJDUMP@
278OBJEXT = @OBJEXT@
279OTOOL = @OTOOL@
280OTOOL64 = @OTOOL64@
281PACKAGE = @PACKAGE@
282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283PACKAGE_COPYRIGHT = @PACKAGE_COPYRIGHT@
284PACKAGE_NAME = @PACKAGE_NAME@
285PACKAGE_STRING = @PACKAGE_STRING@
286PACKAGE_TARNAME = @PACKAGE_TARNAME@
287PACKAGE_URL = @PACKAGE_URL@
288PACKAGE_VERSION = @PACKAGE_VERSION@
289PATH_SEPARATOR = @PATH_SEPARATOR@
290PKG_CONFIG = @PKG_CONFIG@
291PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
292PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
293POSUB = @POSUB@
294RANLIB = @RANLIB@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298STRIP = @STRIP@
299UDEV_CFLAGS = @UDEV_CFLAGS@
300UDEV_LIBS = @UDEV_LIBS@
301USE_NLS = @USE_NLS@
302VERSION = @VERSION@
303XGETTEXT = @XGETTEXT@
304XGETTEXT_015 = @XGETTEXT_015@
305XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
306abs_builddir = @abs_builddir@
307abs_srcdir = @abs_srcdir@
308abs_top_builddir = @abs_top_builddir@
309abs_top_srcdir = @abs_top_srcdir@
310ac_ct_AR = @ac_ct_AR@
311ac_ct_CC = @ac_ct_CC@
312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
313am__include = @am__include@
314am__leading_dot = @am__leading_dot@
315am__quote = @am__quote@
316am__tar = @am__tar@
317am__untar = @am__untar@
318bindir = @bindir@
319build = @build@
320build_alias = @build_alias@
321build_cpu = @build_cpu@
322build_os = @build_os@
323build_vendor = @build_vendor@
324builddir = @builddir@
325datadir = @datadir@
326datarootdir = @datarootdir@
327docdir = @docdir@
328dvidir = @dvidir@
329exec_prefix = @exec_prefix@
330host = @host@
331host_alias = @host_alias@
332host_cpu = @host_cpu@
333host_os = @host_os@
334host_vendor = @host_vendor@
335htmldir = @htmldir@
336includedir = @includedir@
337infodir = @infodir@
338install_sh = @install_sh@
339libdir = @libdir@
340libexecdir = @libexecdir@
341localedir = @localedir@
342localstatedir = @localstatedir@
343mandir = @mandir@
344mkdir_p = @mkdir_p@
345oldincludedir = @oldincludedir@
346pdfdir = @pdfdir@
347prefix = @prefix@
348program_transform_name = @program_transform_name@
349psdir = @psdir@
350sbindir = @sbindir@
351sharedstatedir = @sharedstatedir@
352srcdir = @srcdir@
353sysconfdir = @sysconfdir@
354target_alias = @target_alias@
355top_build_prefix = @top_build_prefix@
356top_builddir = @top_builddir@
357top_srcdir = @top_srcdir@
358SUBDIRS = test dbus init util extra lib conf doc contrib po scripts
359EXTRA_DIST = HACKING README.tests
360ACLOCAL_AMFLAGS = --install -I m4
361
362# Broken with gcc-4.8 on ubuntu saucy at the moment
363AM_DISTCHECK_CONFIGURE_FLAGS = --disable-abi-check
364all: config.h
365 $(MAKE) $(AM_MAKEFLAGS) all-recursive
366
367.SUFFIXES:
368am--refresh: Makefile
369 @:
370$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
371 @for dep in $?; do \
372 case '$(am__configure_deps)' in \
373 *$$dep*) \
374 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
375 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
376 && exit 0; \
377 exit 1;; \
378 esac; \
379 done; \
380 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
381 $(am__cd) $(top_srcdir) && \
382 $(AUTOMAKE) --gnu Makefile
383.PRECIOUS: Makefile
384Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385 @case '$?' in \
386 *config.status*) \
387 echo ' $(SHELL) ./config.status'; \
388 $(SHELL) ./config.status;; \
389 *) \
390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
391 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
392 esac;
393
394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395 $(SHELL) ./config.status --recheck
396
397$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
398 $(am__cd) $(srcdir) && $(AUTOCONF)
399$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
400 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
401$(am__aclocal_m4_deps):
402
403config.h: stamp-h1
404 @test -f $@ || rm -f stamp-h1
405 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
406
407stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
408 @rm -f stamp-h1
409 cd $(top_builddir) && $(SHELL) ./config.status config.h
410$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
411 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
412 rm -f stamp-h1
413 touch $@
414
415distclean-hdr:
416 -rm -f config.h stamp-h1
417
418mostlyclean-libtool:
419 -rm -f *.lo
420
421clean-libtool:
422 -rm -rf .libs _libs
423
424distclean-libtool:
425 -rm -f libtool config.lt
426
427# This directory's subdirectories are mostly independent; you can cd
428# into them and run 'make' without going through this Makefile.
429# To change the values of 'make' variables: instead of editing Makefiles,
430# (1) if the variable is set in 'config.status', edit 'config.status'
431# (which will cause the Makefiles to be regenerated when you run 'make');
432# (2) otherwise, pass the desired values on the 'make' command line.
433$(am__recursive_targets):
434 @fail=; \
435 if $(am__make_keepgoing); then \
436 failcom='fail=yes'; \
437 else \
438 failcom='exit 1'; \
439 fi; \
440 dot_seen=no; \
441 target=`echo $@ | sed s/-recursive//`; \
442 case "$@" in \
443 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
444 *) list='$(SUBDIRS)' ;; \
445 esac; \
446 for subdir in $$list; do \
447 echo "Making $$target in $$subdir"; \
448 if test "$$subdir" = "."; then \
449 dot_seen=yes; \
450 local_target="$$target-am"; \
451 else \
452 local_target="$$target"; \
453 fi; \
454 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
455 || eval $$failcom; \
456 done; \
457 if test "$$dot_seen" = "no"; then \
458 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
459 fi; test -z "$$fail"
460
461ID: $(am__tagged_files)
462 $(am__define_uniq_tagged_files); mkid -fID $$unique
463tags: tags-recursive
464TAGS: tags
465
466tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
467 set x; \
468 here=`pwd`; \
469 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
470 include_option=--etags-include; \
471 empty_fix=.; \
472 else \
473 include_option=--include; \
474 empty_fix=; \
475 fi; \
476 list='$(SUBDIRS)'; for subdir in $$list; do \
477 if test "$$subdir" = .; then :; else \
478 test ! -f $$subdir/TAGS || \
479 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
480 fi; \
481 done; \
482 $(am__define_uniq_tagged_files); \
483 shift; \
484 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
485 test -n "$$unique" || unique=$$empty_fix; \
486 if test $$# -gt 0; then \
487 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488 "$$@" $$unique; \
489 else \
490 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491 $$unique; \
492 fi; \
493 fi
494ctags: ctags-recursive
495
496CTAGS: ctags
497ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
498 $(am__define_uniq_tagged_files); \
499 test -z "$(CTAGS_ARGS)$$unique" \
500 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501 $$unique
502
503GTAGS:
504 here=`$(am__cd) $(top_builddir) && pwd` \
505 && $(am__cd) $(top_srcdir) \
506 && gtags -i $(GTAGS_ARGS) "$$here"
507cscope: cscope.files
508 test ! -s cscope.files \
509 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
510clean-cscope:
511 -rm -f cscope.files
512cscope.files: clean-cscope cscopelist
513cscopelist: cscopelist-recursive
514
515cscopelist-am: $(am__tagged_files)
516 list='$(am__tagged_files)'; \
517 case "$(srcdir)" in \
518 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
519 *) sdir=$(subdir)/$(srcdir) ;; \
520 esac; \
521 for i in $$list; do \
522 if test -f "$$i"; then \
523 echo "$(subdir)/$$i"; \
524 else \
525 echo "$$sdir/$$i"; \
526 fi; \
527 done >> $(top_builddir)/cscope.files
528
529distclean-tags:
530 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
531 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
532
533distdir: $(DISTFILES)
534 @case `sed 15q $(srcdir)/NEWS` in \
535 *"$(VERSION)"*) : ;; \
536 *) \
537 echo "NEWS not updated; not releasing" 1>&2; \
538 exit 1;; \
539 esac
540 $(am__remove_distdir)
541 test -d "$(distdir)" || mkdir "$(distdir)"
542 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544 list='$(DISTFILES)'; \
545 dist_files=`for file in $$list; do echo $$file; done | \
546 sed -e "s|^$$srcdirstrip/||;t" \
547 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
548 case $$dist_files in \
549 */*) $(MKDIR_P) `echo "$$dist_files" | \
550 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
551 sort -u` ;; \
552 esac; \
553 for file in $$dist_files; do \
554 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
555 if test -d $$d/$$file; then \
556 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
557 if test -d "$(distdir)/$$file"; then \
558 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559 fi; \
560 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
562 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563 fi; \
564 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
565 else \
566 test -f "$(distdir)/$$file" \
567 || cp -p $$d/$$file "$(distdir)/$$file" \
568 || exit 1; \
569 fi; \
570 done
571 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
572 if test "$$subdir" = .; then :; else \
573 $(am__make_dryrun) \
574 || test -d "$(distdir)/$$subdir" \
575 || $(MKDIR_P) "$(distdir)/$$subdir" \
576 || exit 1; \
577 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
578 $(am__relativize); \
579 new_distdir=$$reldir; \
580 dir1=$$subdir; dir2="$(top_distdir)"; \
581 $(am__relativize); \
582 new_top_distdir=$$reldir; \
583 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
584 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
585 ($(am__cd) $$subdir && \
586 $(MAKE) $(AM_MAKEFLAGS) \
587 top_distdir="$$new_top_distdir" \
588 distdir="$$new_distdir" \
589 am__remove_distdir=: \
590 am__skip_length_check=: \
591 am__skip_mode_fix=: \
592 distdir) \
593 || exit 1; \
594 fi; \
595 done
596 -test -n "$(am__skip_mode_fix)" \
597 || find "$(distdir)" -type d ! -perm -755 \
598 -exec chmod u+rwx,go+rx {} \; -o \
599 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
600 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
601 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
602 || chmod -R a+r "$(distdir)"
603dist-gzip: distdir
604 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
605 $(am__post_remove_distdir)
606
607dist-bzip2: distdir
608 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
609 $(am__post_remove_distdir)
610
611dist-lzip: distdir
612 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
613 $(am__post_remove_distdir)
614
615dist-xz: distdir
616 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
617 $(am__post_remove_distdir)
618
619dist-tarZ: distdir
620 @echo WARNING: "Support for shar distribution archives is" \
621 "deprecated." >&2
622 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
623 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
624 $(am__post_remove_distdir)
625
626dist-shar: distdir
627 @echo WARNING: "Support for distribution archives compressed with" \
628 "legacy program 'compress' is deprecated." >&2
629 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
630 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
631 $(am__post_remove_distdir)
632
633dist-zip: distdir
634 -rm -f $(distdir).zip
635 zip -rq $(distdir).zip $(distdir)
636 $(am__post_remove_distdir)
637
638dist dist-all:
639 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
640 $(am__post_remove_distdir)
641
642# This target untars the dist file and tries a VPATH configuration. Then
643# it guarantees that the distribution is self-contained by making another
644# tarfile.
645distcheck: dist
646 case '$(DIST_ARCHIVES)' in \
647 *.tar.gz*) \
648 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
649 *.tar.bz2*) \
650 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
651 *.tar.lz*) \
652 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
653 *.tar.xz*) \
654 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
655 *.tar.Z*) \
656 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
657 *.shar.gz*) \
658 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
659 *.zip*) \
660 unzip $(distdir).zip ;;\
661 esac
662 chmod -R a-w $(distdir)
663 chmod u+w $(distdir)
664 mkdir $(distdir)/_build $(distdir)/_inst
665 chmod a-w $(distdir)
666 test -d $(distdir)/_build || exit 0; \
667 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
668 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
669 && am__cwd=`pwd` \
670 && $(am__cd) $(distdir)/_build \
671 && ../configure \
672 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
673 $(DISTCHECK_CONFIGURE_FLAGS) \
674 --srcdir=.. --prefix="$$dc_install_base" \
675 && $(MAKE) $(AM_MAKEFLAGS) \
676 && $(MAKE) $(AM_MAKEFLAGS) dvi \
677 && $(MAKE) $(AM_MAKEFLAGS) check \
678 && $(MAKE) $(AM_MAKEFLAGS) install \
679 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
680 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
681 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
682 distuninstallcheck \
683 && chmod -R a-w "$$dc_install_base" \
684 && ({ \
685 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
686 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
687 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
688 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
689 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
690 } || { rm -rf "$$dc_destdir"; exit 1; }) \
691 && rm -rf "$$dc_destdir" \
692 && $(MAKE) $(AM_MAKEFLAGS) dist \
693 && rm -rf $(DIST_ARCHIVES) \
694 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
695 && cd "$$am__cwd" \
696 || exit 1
697 $(am__post_remove_distdir)
698 @(echo "$(distdir) archives ready for distribution: "; \
699 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
700 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
701distuninstallcheck:
702 @test -n '$(distuninstallcheck_dir)' || { \
703 echo 'ERROR: trying to run $@ with an empty' \
704 '$$(distuninstallcheck_dir)' >&2; \
705 exit 1; \
706 }; \
707 $(am__cd) '$(distuninstallcheck_dir)' || { \
708 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
709 exit 1; \
710 }; \
711 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
712 || { echo "ERROR: files left after uninstall:" ; \
713 if test -n "$(DESTDIR)"; then \
714 echo " (check DESTDIR support)"; \
715 fi ; \
716 $(distuninstallcheck_listfiles) ; \
717 exit 1; } >&2
718distcleancheck: distclean
719 @if test '$(srcdir)' = . ; then \
720 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
721 exit 1 ; \
722 fi
723 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
724 || { echo "ERROR: files left in build directory after distclean:" ; \
725 $(distcleancheck_listfiles) ; \
726 exit 1; } >&2
727check-am: all-am
728check: check-recursive
729all-am: Makefile config.h
730installdirs: installdirs-recursive
731installdirs-am:
732install: install-recursive
733install-exec: install-exec-recursive
734install-data: install-data-recursive
735uninstall: uninstall-recursive
736
737install-am: all-am
738 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
739
740installcheck: installcheck-recursive
741install-strip:
742 if test -z '$(STRIP)'; then \
743 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
744 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
745 install; \
746 else \
747 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
748 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
749 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
750 fi
751mostlyclean-generic:
752
753clean-generic:
754
755distclean-generic:
756 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
757 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
758
759maintainer-clean-generic:
760 @echo "This command is intended for maintainers to use"
761 @echo "it deletes files that may require special tools to rebuild."
762clean: clean-recursive
763
764clean-am: clean-generic clean-libtool mostlyclean-am
765
766distclean: distclean-recursive
767 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
768 -rm -f Makefile
769distclean-am: clean-am distclean-generic distclean-hdr \
770 distclean-libtool distclean-tags
771
772dvi: dvi-recursive
773
774dvi-am:
775
776html: html-recursive
777
778html-am:
779
780info: info-recursive
781
782info-am:
783
784install-data-am:
785
786install-dvi: install-dvi-recursive
787
788install-dvi-am:
789
790install-exec-am:
791
792install-html: install-html-recursive
793
794install-html-am:
795
796install-info: install-info-recursive
797
798install-info-am:
799
800install-man:
801
802install-pdf: install-pdf-recursive
803
804install-pdf-am:
805
806install-ps: install-ps-recursive
807
808install-ps-am:
809
810installcheck-am:
811
812maintainer-clean: maintainer-clean-recursive
813 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
814 -rm -rf $(top_srcdir)/autom4te.cache
815 -rm -f Makefile
816maintainer-clean-am: distclean-am maintainer-clean-generic
817
818mostlyclean: mostlyclean-recursive
819
820mostlyclean-am: mostlyclean-generic mostlyclean-libtool
821
822pdf: pdf-recursive
823
824pdf-am:
825
826ps: ps-recursive
827
828ps-am:
829
830uninstall-am:
831
832.MAKE: $(am__recursive_targets) all install-am install-strip
833
834.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
835 am--refresh check check-am clean clean-cscope clean-generic \
836 clean-libtool cscope cscopelist-am ctags ctags-am dist \
837 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
838 dist-xz dist-zip distcheck distclean distclean-generic \
839 distclean-hdr distclean-libtool distclean-tags distcleancheck \
840 distdir distuninstallcheck dvi dvi-am html html-am info \
841 info-am install install-am install-data install-data-am \
842 install-dvi install-dvi-am install-exec install-exec-am \
843 install-html install-html-am install-info install-info-am \
844 install-man install-pdf install-pdf-am install-ps \
845 install-ps-am install-strip installcheck installcheck-am \
846 installdirs installdirs-am maintainer-clean \
847 maintainer-clean-generic mostlyclean mostlyclean-generic \
848 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
849 uninstall-am
850
851
852# Tell versions [3.59,3.63) of GNU make to not export all variables.
853# Otherwise a system limit (for SysV at least) may be exceeded.
854.NOEXPORT:
0855
=== modified file 'NEWS'
--- NEWS 2014-09-04 11:10:40 +0000
+++ NEWS 2015-01-17 15:39:45 +0000
@@ -1,5 +1,3 @@
11.14 xxxx-xx-xx ""
2
31.13.2 2014-09-04 "It looks lush from the side"11.13.2 2014-09-04 "It looks lush from the side"
42
5 * Enforce 'initctl set-env' from being called from system job3 * Enforce 'initctl set-env' from being called from system job
64
=== added file 'aclocal.m4'
--- aclocal.m4 1970-01-01 00:00:00 +0000
+++ aclocal.m4 2015-01-17 15:39:45 +0000
@@ -0,0 +1,1234 @@
1# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15m4_ifndef([AC_AUTOCONF_VERSION],
16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18[m4_warning([this file was generated for autoconf 2.69.
19You have another version of autoconf. It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.
21To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
23# Copyright (C) 2002-2013 Free Software Foundation, Inc.
24#
25# This file is free software; the Free Software Foundation
26# gives unlimited permission to copy and/or distribute it,
27# with or without modifications, as long as this notice is preserved.
28
29# AM_AUTOMAKE_VERSION(VERSION)
30# ----------------------------
31# Automake X.Y traces this macro to ensure aclocal.m4 has been
32# generated from the m4 files accompanying Automake X.Y.
33# (This private macro should not be called outside this file.)
34AC_DEFUN([AM_AUTOMAKE_VERSION],
35[am__api_version='1.14'
36dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
37dnl require some minimum version. Point them to the right macro.
38m4_if([$1], [1.14.1], [],
39 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
40])
41
42# _AM_AUTOCONF_VERSION(VERSION)
43# -----------------------------
44# aclocal traces this macro to find the Autoconf version.
45# This is a private macro too. Using m4_define simplifies
46# the logic in aclocal, which can simply ignore this definition.
47m4_define([_AM_AUTOCONF_VERSION], [])
48
49# AM_SET_CURRENT_AUTOMAKE_VERSION
50# -------------------------------
51# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
52# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
53AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54[AM_AUTOMAKE_VERSION([1.14.1])dnl
55m4_ifndef([AC_AUTOCONF_VERSION],
56 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
57_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
58
59# AM_AUX_DIR_EXPAND -*- Autoconf -*-
60
61# Copyright (C) 2001-2013 Free Software Foundation, Inc.
62#
63# This file is free software; the Free Software Foundation
64# gives unlimited permission to copy and/or distribute it,
65# with or without modifications, as long as this notice is preserved.
66
67# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
68# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
69# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
70#
71# Of course, Automake must honor this variable whenever it calls a
72# tool from the auxiliary directory. The problem is that $srcdir (and
73# therefore $ac_aux_dir as well) can be either absolute or relative,
74# depending on how configure is run. This is pretty annoying, since
75# it makes $ac_aux_dir quite unusable in subdirectories: in the top
76# source directory, any form will work fine, but in subdirectories a
77# relative path needs to be adjusted first.
78#
79# $ac_aux_dir/missing
80# fails when called from a subdirectory if $ac_aux_dir is relative
81# $top_srcdir/$ac_aux_dir/missing
82# fails if $ac_aux_dir is absolute,
83# fails when called from a subdirectory in a VPATH build with
84# a relative $ac_aux_dir
85#
86# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
87# are both prefixed by $srcdir. In an in-source build this is usually
88# harmless because $srcdir is '.', but things will broke when you
89# start a VPATH build or use an absolute $srcdir.
90#
91# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
92# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
93# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
94# and then we would define $MISSING as
95# MISSING="\${SHELL} $am_aux_dir/missing"
96# This will work as long as MISSING is not called from configure, because
97# unfortunately $(top_srcdir) has no meaning in configure.
98# However there are other variables, like CC, which are often used in
99# configure, and could therefore not use this "fixed" $ac_aux_dir.
100#
101# Another solution, used here, is to always expand $ac_aux_dir to an
102# absolute PATH. The drawback is that using absolute paths prevent a
103# configured tree to be moved without reconfiguration.
104
105AC_DEFUN([AM_AUX_DIR_EXPAND],
106[dnl Rely on autoconf to set up CDPATH properly.
107AC_PREREQ([2.50])dnl
108# expand $ac_aux_dir to an absolute path
109am_aux_dir=`cd $ac_aux_dir && pwd`
110])
111
112# AM_CONDITIONAL -*- Autoconf -*-
113
114# Copyright (C) 1997-2013 Free Software Foundation, Inc.
115#
116# This file is free software; the Free Software Foundation
117# gives unlimited permission to copy and/or distribute it,
118# with or without modifications, as long as this notice is preserved.
119
120# AM_CONDITIONAL(NAME, SHELL-CONDITION)
121# -------------------------------------
122# Define a conditional.
123AC_DEFUN([AM_CONDITIONAL],
124[AC_PREREQ([2.52])dnl
125 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
126 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
127AC_SUBST([$1_TRUE])dnl
128AC_SUBST([$1_FALSE])dnl
129_AM_SUBST_NOTMAKE([$1_TRUE])dnl
130_AM_SUBST_NOTMAKE([$1_FALSE])dnl
131m4_define([_AM_COND_VALUE_$1], [$2])dnl
132if $2; then
133 $1_TRUE=
134 $1_FALSE='#'
135else
136 $1_TRUE='#'
137 $1_FALSE=
138fi
139AC_CONFIG_COMMANDS_PRE(
140[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
141 AC_MSG_ERROR([[conditional "$1" was never defined.
142Usually this means the macro was only invoked conditionally.]])
143fi])])
144
145# Copyright (C) 1999-2013 Free Software Foundation, Inc.
146#
147# This file is free software; the Free Software Foundation
148# gives unlimited permission to copy and/or distribute it,
149# with or without modifications, as long as this notice is preserved.
150
151
152# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
153# written in clear, in which case automake, when reading aclocal.m4,
154# will think it sees a *use*, and therefore will trigger all it's
155# C support machinery. Also note that it means that autoscan, seeing
156# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
157
158
159# _AM_DEPENDENCIES(NAME)
160# ----------------------
161# See how the compiler implements dependency checking.
162# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
163# We try a few techniques and use that to set a single cache variable.
164#
165# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
166# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
167# dependency, and given that the user is not expected to run this macro,
168# just rely on AC_PROG_CC.
169AC_DEFUN([_AM_DEPENDENCIES],
170[AC_REQUIRE([AM_SET_DEPDIR])dnl
171AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
172AC_REQUIRE([AM_MAKE_INCLUDE])dnl
173AC_REQUIRE([AM_DEP_TRACK])dnl
174
175m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
176 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
177 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
178 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
179 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
180 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
181 [depcc="$$1" am_compiler_list=])
182
183AC_CACHE_CHECK([dependency style of $depcc],
184 [am_cv_$1_dependencies_compiler_type],
185[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
186 # We make a subdir and do the tests there. Otherwise we can end up
187 # making bogus files that we don't know about and never remove. For
188 # instance it was reported that on HP-UX the gcc test will end up
189 # making a dummy file named 'D' -- because '-MD' means "put the output
190 # in D".
191 rm -rf conftest.dir
192 mkdir conftest.dir
193 # Copy depcomp to subdir because otherwise we won't find it if we're
194 # using a relative directory.
195 cp "$am_depcomp" conftest.dir
196 cd conftest.dir
197 # We will build objects and dependencies in a subdirectory because
198 # it helps to detect inapplicable dependency modes. For instance
199 # both Tru64's cc and ICC support -MD to output dependencies as a
200 # side effect of compilation, but ICC will put the dependencies in
201 # the current directory while Tru64 will put them in the object
202 # directory.
203 mkdir sub
204
205 am_cv_$1_dependencies_compiler_type=none
206 if test "$am_compiler_list" = ""; then
207 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
208 fi
209 am__universal=false
210 m4_case([$1], [CC],
211 [case " $depcc " in #(
212 *\ -arch\ *\ -arch\ *) am__universal=true ;;
213 esac],
214 [CXX],
215 [case " $depcc " in #(
216 *\ -arch\ *\ -arch\ *) am__universal=true ;;
217 esac])
218
219 for depmode in $am_compiler_list; do
220 # Setup a source with many dependencies, because some compilers
221 # like to wrap large dependency lists on column 80 (with \), and
222 # we should not choose a depcomp mode which is confused by this.
223 #
224 # We need to recreate these files for each test, as the compiler may
225 # overwrite some of them when testing with obscure command lines.
226 # This happens at least with the AIX C compiler.
227 : > sub/conftest.c
228 for i in 1 2 3 4 5 6; do
229 echo '#include "conftst'$i'.h"' >> sub/conftest.c
230 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
231 # Solaris 10 /bin/sh.
232 echo '/* dummy */' > sub/conftst$i.h
233 done
234 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
235
236 # We check with '-c' and '-o' for the sake of the "dashmstdout"
237 # mode. It turns out that the SunPro C++ compiler does not properly
238 # handle '-M -o', and we need to detect this. Also, some Intel
239 # versions had trouble with output in subdirs.
240 am__obj=sub/conftest.${OBJEXT-o}
241 am__minus_obj="-o $am__obj"
242 case $depmode in
243 gcc)
244 # This depmode causes a compiler race in universal mode.
245 test "$am__universal" = false || continue
246 ;;
247 nosideeffect)
248 # After this tag, mechanisms are not by side-effect, so they'll
249 # only be used when explicitly requested.
250 if test "x$enable_dependency_tracking" = xyes; then
251 continue
252 else
253 break
254 fi
255 ;;
256 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
257 # This compiler won't grok '-c -o', but also, the minuso test has
258 # not run yet. These depmodes are late enough in the game, and
259 # so weak that their functioning should not be impacted.
260 am__obj=conftest.${OBJEXT-o}
261 am__minus_obj=
262 ;;
263 none) break ;;
264 esac
265 if depmode=$depmode \
266 source=sub/conftest.c object=$am__obj \
267 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
268 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
269 >/dev/null 2>conftest.err &&
270 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
271 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
272 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
273 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
274 # icc doesn't choke on unknown options, it will just issue warnings
275 # or remarks (even with -Werror). So we grep stderr for any message
276 # that says an option was ignored or not supported.
277 # When given -MP, icc 7.0 and 7.1 complain thusly:
278 # icc: Command line warning: ignoring option '-M'; no argument required
279 # The diagnosis changed in icc 8.0:
280 # icc: Command line remark: option '-MP' not supported
281 if (grep 'ignoring option' conftest.err ||
282 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
283 am_cv_$1_dependencies_compiler_type=$depmode
284 break
285 fi
286 fi
287 done
288
289 cd ..
290 rm -rf conftest.dir
291else
292 am_cv_$1_dependencies_compiler_type=none
293fi
294])
295AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
296AM_CONDITIONAL([am__fastdep$1], [
297 test "x$enable_dependency_tracking" != xno \
298 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
299])
300
301
302# AM_SET_DEPDIR
303# -------------
304# Choose a directory name for dependency files.
305# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
306AC_DEFUN([AM_SET_DEPDIR],
307[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
308AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
309])
310
311
312# AM_DEP_TRACK
313# ------------
314AC_DEFUN([AM_DEP_TRACK],
315[AC_ARG_ENABLE([dependency-tracking], [dnl
316AS_HELP_STRING(
317 [--enable-dependency-tracking],
318 [do not reject slow dependency extractors])
319AS_HELP_STRING(
320 [--disable-dependency-tracking],
321 [speeds up one-time build])])
322if test "x$enable_dependency_tracking" != xno; then
323 am_depcomp="$ac_aux_dir/depcomp"
324 AMDEPBACKSLASH='\'
325 am__nodep='_no'
326fi
327AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
328AC_SUBST([AMDEPBACKSLASH])dnl
329_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
330AC_SUBST([am__nodep])dnl
331_AM_SUBST_NOTMAKE([am__nodep])dnl
332])
333
334# Generate code to set up dependency tracking. -*- Autoconf -*-
335
336# Copyright (C) 1999-2013 Free Software Foundation, Inc.
337#
338# This file is free software; the Free Software Foundation
339# gives unlimited permission to copy and/or distribute it,
340# with or without modifications, as long as this notice is preserved.
341
342
343# _AM_OUTPUT_DEPENDENCY_COMMANDS
344# ------------------------------
345AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
346[{
347 # Older Autoconf quotes --file arguments for eval, but not when files
348 # are listed without --file. Let's play safe and only enable the eval
349 # if we detect the quoting.
350 case $CONFIG_FILES in
351 *\'*) eval set x "$CONFIG_FILES" ;;
352 *) set x $CONFIG_FILES ;;
353 esac
354 shift
355 for mf
356 do
357 # Strip MF so we end up with the name of the file.
358 mf=`echo "$mf" | sed -e 's/:.*$//'`
359 # Check whether this is an Automake generated Makefile or not.
360 # We used to match only the files named 'Makefile.in', but
361 # some people rename them; so instead we look at the file content.
362 # Grep'ing the first line is not enough: some people post-process
363 # each Makefile.in and add a new line on top of each file to say so.
364 # Grep'ing the whole file is not good either: AIX grep has a line
365 # limit of 2048, but all sed's we know have understand at least 4000.
366 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
367 dirpart=`AS_DIRNAME("$mf")`
368 else
369 continue
370 fi
371 # Extract the definition of DEPDIR, am__include, and am__quote
372 # from the Makefile without running 'make'.
373 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
374 test -z "$DEPDIR" && continue
375 am__include=`sed -n 's/^am__include = //p' < "$mf"`
376 test -z "$am__include" && continue
377 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
378 # Find all dependency output files, they are included files with
379 # $(DEPDIR) in their names. We invoke sed twice because it is the
380 # simplest approach to changing $(DEPDIR) to its actual value in the
381 # expansion.
382 for file in `sed -n "
383 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
384 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
385 # Make sure the directory exists.
386 test -f "$dirpart/$file" && continue
387 fdir=`AS_DIRNAME(["$file"])`
388 AS_MKDIR_P([$dirpart/$fdir])
389 # echo "creating $dirpart/$file"
390 echo '# dummy' > "$dirpart/$file"
391 done
392 done
393}
394])# _AM_OUTPUT_DEPENDENCY_COMMANDS
395
396
397# AM_OUTPUT_DEPENDENCY_COMMANDS
398# -----------------------------
399# This macro should only be invoked once -- use via AC_REQUIRE.
400#
401# This code is only required when automatic dependency tracking
402# is enabled. FIXME. This creates each '.P' file that we will
403# need in order to bootstrap the dependency handling code.
404AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
405[AC_CONFIG_COMMANDS([depfiles],
406 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
407 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
408])
409
410# Do all the work for Automake. -*- Autoconf -*-
411
412# Copyright (C) 1996-2013 Free Software Foundation, Inc.
413#
414# This file is free software; the Free Software Foundation
415# gives unlimited permission to copy and/or distribute it,
416# with or without modifications, as long as this notice is preserved.
417
418# This macro actually does too much. Some checks are only needed if
419# your package does certain things. But this isn't really a big deal.
420
421dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
422m4_define([AC_PROG_CC],
423m4_defn([AC_PROG_CC])
424[_AM_PROG_CC_C_O
425])
426
427# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
428# AM_INIT_AUTOMAKE([OPTIONS])
429# -----------------------------------------------
430# The call with PACKAGE and VERSION arguments is the old style
431# call (pre autoconf-2.50), which is being phased out. PACKAGE
432# and VERSION should now be passed to AC_INIT and removed from
433# the call to AM_INIT_AUTOMAKE.
434# We support both call styles for the transition. After
435# the next Automake release, Autoconf can make the AC_INIT
436# arguments mandatory, and then we can depend on a new Autoconf
437# release and drop the old call support.
438AC_DEFUN([AM_INIT_AUTOMAKE],
439[AC_PREREQ([2.65])dnl
440dnl Autoconf wants to disallow AM_ names. We explicitly allow
441dnl the ones we care about.
442m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
443AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
444AC_REQUIRE([AC_PROG_INSTALL])dnl
445if test "`cd $srcdir && pwd`" != "`pwd`"; then
446 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
447 # is not polluted with repeated "-I."
448 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
449 # test to see if srcdir already configured
450 if test -f $srcdir/config.status; then
451 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
452 fi
453fi
454
455# test whether we have cygpath
456if test -z "$CYGPATH_W"; then
457 if (cygpath --version) >/dev/null 2>/dev/null; then
458 CYGPATH_W='cygpath -w'
459 else
460 CYGPATH_W=echo
461 fi
462fi
463AC_SUBST([CYGPATH_W])
464
465# Define the identity of the package.
466dnl Distinguish between old-style and new-style calls.
467m4_ifval([$2],
468[AC_DIAGNOSE([obsolete],
469 [$0: two- and three-arguments forms are deprecated.])
470m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
471 AC_SUBST([PACKAGE], [$1])dnl
472 AC_SUBST([VERSION], [$2])],
473[_AM_SET_OPTIONS([$1])dnl
474dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
475m4_if(
476 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
477 [ok:ok],,
478 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
479 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
480 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
481
482_AM_IF_OPTION([no-define],,
483[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
484 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
485
486# Some tools Automake needs.
487AC_REQUIRE([AM_SANITY_CHECK])dnl
488AC_REQUIRE([AC_ARG_PROGRAM])dnl
489AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
490AM_MISSING_PROG([AUTOCONF], [autoconf])
491AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
492AM_MISSING_PROG([AUTOHEADER], [autoheader])
493AM_MISSING_PROG([MAKEINFO], [makeinfo])
494AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
495AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
496AC_REQUIRE([AC_PROG_MKDIR_P])dnl
497# For better backward compatibility. To be removed once Automake 1.9.x
498# dies out for good. For more background, see:
499# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
500# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
501AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
502# We need awk for the "check" target. The system "awk" is bad on
503# some platforms.
504AC_REQUIRE([AC_PROG_AWK])dnl
505AC_REQUIRE([AC_PROG_MAKE_SET])dnl
506AC_REQUIRE([AM_SET_LEADING_DOT])dnl
507_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
508 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
509 [_AM_PROG_TAR([v7])])])
510_AM_IF_OPTION([no-dependencies],,
511[AC_PROVIDE_IFELSE([AC_PROG_CC],
512 [_AM_DEPENDENCIES([CC])],
513 [m4_define([AC_PROG_CC],
514 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
515AC_PROVIDE_IFELSE([AC_PROG_CXX],
516 [_AM_DEPENDENCIES([CXX])],
517 [m4_define([AC_PROG_CXX],
518 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
519AC_PROVIDE_IFELSE([AC_PROG_OBJC],
520 [_AM_DEPENDENCIES([OBJC])],
521 [m4_define([AC_PROG_OBJC],
522 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
523AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
524 [_AM_DEPENDENCIES([OBJCXX])],
525 [m4_define([AC_PROG_OBJCXX],
526 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
527])
528AC_REQUIRE([AM_SILENT_RULES])dnl
529dnl The testsuite driver may need to know about EXEEXT, so add the
530dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
531dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
532AC_CONFIG_COMMANDS_PRE(dnl
533[m4_provide_if([_AM_COMPILER_EXEEXT],
534 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
535
536# POSIX will say in a future version that running "rm -f" with no argument
537# is OK; and we want to be able to make that assumption in our Makefile
538# recipes. So use an aggressive probe to check that the usage we want is
539# actually supported "in the wild" to an acceptable degree.
540# See automake bug#10828.
541# To make any issue more visible, cause the running configure to be aborted
542# by default if the 'rm' program in use doesn't match our expectations; the
543# user can still override this though.
544if rm -f && rm -fr && rm -rf; then : OK; else
545 cat >&2 <<'END'
546Oops!
547
548Your 'rm' program seems unable to run without file operands specified
549on the command line, even when the '-f' option is present. This is contrary
550to the behaviour of most rm programs out there, and not conforming with
551the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
552
553Please tell bug-automake@gnu.org about your system, including the value
554of your $PATH and any error possibly output before this message. This
555can help us improve future automake versions.
556
557END
558 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
559 echo 'Configuration will proceed anyway, since you have set the' >&2
560 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
561 echo >&2
562 else
563 cat >&2 <<'END'
564Aborting the configuration process, to ensure you take notice of the issue.
565
566You can download and install GNU coreutils to get an 'rm' implementation
567that behaves properly: <http://www.gnu.org/software/coreutils/>.
568
569If you want to complete the configuration process using your problematic
570'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
571to "yes", and re-run configure.
572
573END
574 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
575 fi
576fi
577])
578
579dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
580dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
581dnl mangled by Autoconf and run in a shell conditional statement.
582m4_define([_AC_COMPILER_EXEEXT],
583m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
584
585# When config.status generates a header, we must update the stamp-h file.
586# This file resides in the same directory as the config header
587# that is generated. The stamp files are numbered to have different names.
588
589# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
590# loop where config.status creates the headers, so we can generate
591# our stamp files there.
592AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
593[# Compute $1's index in $config_headers.
594_am_arg=$1
595_am_stamp_count=1
596for _am_header in $config_headers :; do
597 case $_am_header in
598 $_am_arg | $_am_arg:* )
599 break ;;
600 * )
601 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
602 esac
603done
604echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
605
606# Copyright (C) 2001-2013 Free Software Foundation, Inc.
607#
608# This file is free software; the Free Software Foundation
609# gives unlimited permission to copy and/or distribute it,
610# with or without modifications, as long as this notice is preserved.
611
612# AM_PROG_INSTALL_SH
613# ------------------
614# Define $install_sh.
615AC_DEFUN([AM_PROG_INSTALL_SH],
616[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
617if test x"${install_sh}" != xset; then
618 case $am_aux_dir in
619 *\ * | *\ *)
620 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
621 *)
622 install_sh="\${SHELL} $am_aux_dir/install-sh"
623 esac
624fi
625AC_SUBST([install_sh])])
626
627# Copyright (C) 2003-2013 Free Software Foundation, Inc.
628#
629# This file is free software; the Free Software Foundation
630# gives unlimited permission to copy and/or distribute it,
631# with or without modifications, as long as this notice is preserved.
632
633# Check whether the underlying file-system supports filenames
634# with a leading dot. For instance MS-DOS doesn't.
635AC_DEFUN([AM_SET_LEADING_DOT],
636[rm -rf .tst 2>/dev/null
637mkdir .tst 2>/dev/null
638if test -d .tst; then
639 am__leading_dot=.
640else
641 am__leading_dot=_
642fi
643rmdir .tst 2>/dev/null
644AC_SUBST([am__leading_dot])])
645
646# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
647# From Jim Meyering
648
649# Copyright (C) 1996-2013 Free Software Foundation, Inc.
650#
651# This file is free software; the Free Software Foundation
652# gives unlimited permission to copy and/or distribute it,
653# with or without modifications, as long as this notice is preserved.
654
655# AM_MAINTAINER_MODE([DEFAULT-MODE])
656# ----------------------------------
657# Control maintainer-specific portions of Makefiles.
658# Default is to disable them, unless 'enable' is passed literally.
659# For symmetry, 'disable' may be passed as well. Anyway, the user
660# can override the default with the --enable/--disable switch.
661AC_DEFUN([AM_MAINTAINER_MODE],
662[m4_case(m4_default([$1], [disable]),
663 [enable], [m4_define([am_maintainer_other], [disable])],
664 [disable], [m4_define([am_maintainer_other], [enable])],
665 [m4_define([am_maintainer_other], [enable])
666 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
667AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
668 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
669 AC_ARG_ENABLE([maintainer-mode],
670 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
671 am_maintainer_other[ make rules and dependencies not useful
672 (and sometimes confusing) to the casual installer])],
673 [USE_MAINTAINER_MODE=$enableval],
674 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
675 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
676 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
677 MAINT=$MAINTAINER_MODE_TRUE
678 AC_SUBST([MAINT])dnl
679]
680)
681
682# Check to see how 'make' treats includes. -*- Autoconf -*-
683
684# Copyright (C) 2001-2013 Free Software Foundation, Inc.
685#
686# This file is free software; the Free Software Foundation
687# gives unlimited permission to copy and/or distribute it,
688# with or without modifications, as long as this notice is preserved.
689
690# AM_MAKE_INCLUDE()
691# -----------------
692# Check to see how make treats includes.
693AC_DEFUN([AM_MAKE_INCLUDE],
694[am_make=${MAKE-make}
695cat > confinc << 'END'
696am__doit:
697 @echo this is the am__doit target
698.PHONY: am__doit
699END
700# If we don't find an include directive, just comment out the code.
701AC_MSG_CHECKING([for style of include used by $am_make])
702am__include="#"
703am__quote=
704_am_result=none
705# First try GNU make style include.
706echo "include confinc" > confmf
707# Ignore all kinds of additional output from 'make'.
708case `$am_make -s -f confmf 2> /dev/null` in #(
709*the\ am__doit\ target*)
710 am__include=include
711 am__quote=
712 _am_result=GNU
713 ;;
714esac
715# Now try BSD make style include.
716if test "$am__include" = "#"; then
717 echo '.include "confinc"' > confmf
718 case `$am_make -s -f confmf 2> /dev/null` in #(
719 *the\ am__doit\ target*)
720 am__include=.include
721 am__quote="\""
722 _am_result=BSD
723 ;;
724 esac
725fi
726AC_SUBST([am__include])
727AC_SUBST([am__quote])
728AC_MSG_RESULT([$_am_result])
729rm -f confinc confmf
730])
731
732# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
733
734# Copyright (C) 1997-2013 Free Software Foundation, Inc.
735#
736# This file is free software; the Free Software Foundation
737# gives unlimited permission to copy and/or distribute it,
738# with or without modifications, as long as this notice is preserved.
739
740# AM_MISSING_PROG(NAME, PROGRAM)
741# ------------------------------
742AC_DEFUN([AM_MISSING_PROG],
743[AC_REQUIRE([AM_MISSING_HAS_RUN])
744$1=${$1-"${am_missing_run}$2"}
745AC_SUBST($1)])
746
747# AM_MISSING_HAS_RUN
748# ------------------
749# Define MISSING if not defined so far and test if it is modern enough.
750# If it is, set am_missing_run to use it, otherwise, to nothing.
751AC_DEFUN([AM_MISSING_HAS_RUN],
752[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
753AC_REQUIRE_AUX_FILE([missing])dnl
754if test x"${MISSING+set}" != xset; then
755 case $am_aux_dir in
756 *\ * | *\ *)
757 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
758 *)
759 MISSING="\${SHELL} $am_aux_dir/missing" ;;
760 esac
761fi
762# Use eval to expand $SHELL
763if eval "$MISSING --is-lightweight"; then
764 am_missing_run="$MISSING "
765else
766 am_missing_run=
767 AC_MSG_WARN(['missing' script is too old or missing])
768fi
769])
770
771# Copyright (C) 2003-2013 Free Software Foundation, Inc.
772#
773# This file is free software; the Free Software Foundation
774# gives unlimited permission to copy and/or distribute it,
775# with or without modifications, as long as this notice is preserved.
776
777# AM_PROG_MKDIR_P
778# ---------------
779# Check for 'mkdir -p'.
780AC_DEFUN([AM_PROG_MKDIR_P],
781[AC_PREREQ([2.60])dnl
782AC_REQUIRE([AC_PROG_MKDIR_P])dnl
783dnl FIXME we are no longer going to remove this! adjust warning
784dnl FIXME message accordingly.
785AC_DIAGNOSE([obsolete],
786[$0: this macro is deprecated, and will soon be removed.
787You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
788and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.])
789dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
790dnl while keeping a definition of mkdir_p for backward compatibility.
791dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
792dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
793dnl Makefile.ins that do not define MKDIR_P, so we do our own
794dnl adjustment using top_builddir (which is defined more often than
795dnl MKDIR_P).
796AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
797case $mkdir_p in
798 [[\\/$]]* | ?:[[\\/]]*) ;;
799 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
800esac
801])
802
803# Helper functions for option handling. -*- Autoconf -*-
804
805# Copyright (C) 2001-2013 Free Software Foundation, Inc.
806#
807# This file is free software; the Free Software Foundation
808# gives unlimited permission to copy and/or distribute it,
809# with or without modifications, as long as this notice is preserved.
810
811# _AM_MANGLE_OPTION(NAME)
812# -----------------------
813AC_DEFUN([_AM_MANGLE_OPTION],
814[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
815
816# _AM_SET_OPTION(NAME)
817# --------------------
818# Set option NAME. Presently that only means defining a flag for this option.
819AC_DEFUN([_AM_SET_OPTION],
820[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
821
822# _AM_SET_OPTIONS(OPTIONS)
823# ------------------------
824# OPTIONS is a space-separated list of Automake options.
825AC_DEFUN([_AM_SET_OPTIONS],
826[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
827
828# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
829# -------------------------------------------
830# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
831AC_DEFUN([_AM_IF_OPTION],
832[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
833
834# Copyright (C) 1999-2013 Free Software Foundation, Inc.
835#
836# This file is free software; the Free Software Foundation
837# gives unlimited permission to copy and/or distribute it,
838# with or without modifications, as long as this notice is preserved.
839
840# _AM_PROG_CC_C_O
841# ---------------
842# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
843# to automatically call this.
844AC_DEFUN([_AM_PROG_CC_C_O],
845[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
846AC_REQUIRE_AUX_FILE([compile])dnl
847AC_LANG_PUSH([C])dnl
848AC_CACHE_CHECK(
849 [whether $CC understands -c and -o together],
850 [am_cv_prog_cc_c_o],
851 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
852 # Make sure it works both with $CC and with simple cc.
853 # Following AC_PROG_CC_C_O, we do the test twice because some
854 # compilers refuse to overwrite an existing .o file with -o,
855 # though they will create one.
856 am_cv_prog_cc_c_o=yes
857 for am_i in 1 2; do
858 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
859 && test -f conftest2.$ac_objext; then
860 : OK
861 else
862 am_cv_prog_cc_c_o=no
863 break
864 fi
865 done
866 rm -f core conftest*
867 unset am_i])
868if test "$am_cv_prog_cc_c_o" != yes; then
869 # Losing compiler, so override with the script.
870 # FIXME: It is wrong to rewrite CC.
871 # But if we don't then we get into trouble of one sort or another.
872 # A longer-term fix would be to have automake use am__CC in this case,
873 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
874 CC="$am_aux_dir/compile $CC"
875fi
876AC_LANG_POP([C])])
877
878# For backward compatibility.
879AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
880
881# Copyright (C) 2001-2013 Free Software Foundation, Inc.
882#
883# This file is free software; the Free Software Foundation
884# gives unlimited permission to copy and/or distribute it,
885# with or without modifications, as long as this notice is preserved.
886
887# AM_RUN_LOG(COMMAND)
888# -------------------
889# Run COMMAND, save the exit status in ac_status, and log it.
890# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
891AC_DEFUN([AM_RUN_LOG],
892[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
893 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
894 ac_status=$?
895 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
896 (exit $ac_status); }])
897
898# Check to make sure that the build environment is sane. -*- Autoconf -*-
899
900# Copyright (C) 1996-2013 Free Software Foundation, Inc.
901#
902# This file is free software; the Free Software Foundation
903# gives unlimited permission to copy and/or distribute it,
904# with or without modifications, as long as this notice is preserved.
905
906# AM_SANITY_CHECK
907# ---------------
908AC_DEFUN([AM_SANITY_CHECK],
909[AC_MSG_CHECKING([whether build environment is sane])
910# Reject unsafe characters in $srcdir or the absolute working directory
911# name. Accept space and tab only in the latter.
912am_lf='
913'
914case `pwd` in
915 *[[\\\"\#\$\&\'\`$am_lf]]*)
916 AC_MSG_ERROR([unsafe absolute working directory name]);;
917esac
918case $srcdir in
919 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
920 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
921esac
922
923# Do 'set' in a subshell so we don't clobber the current shell's
924# arguments. Must try -L first in case configure is actually a
925# symlink; some systems play weird games with the mod time of symlinks
926# (eg FreeBSD returns the mod time of the symlink's containing
927# directory).
928if (
929 am_has_slept=no
930 for am_try in 1 2; do
931 echo "timestamp, slept: $am_has_slept" > conftest.file
932 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
933 if test "$[*]" = "X"; then
934 # -L didn't work.
935 set X `ls -t "$srcdir/configure" conftest.file`
936 fi
937 if test "$[*]" != "X $srcdir/configure conftest.file" \
938 && test "$[*]" != "X conftest.file $srcdir/configure"; then
939
940 # If neither matched, then we have a broken ls. This can happen
941 # if, for instance, CONFIG_SHELL is bash and it inherits a
942 # broken ls alias from the environment. This has actually
943 # happened. Such a system could not be considered "sane".
944 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
945 alias in your environment])
946 fi
947 if test "$[2]" = conftest.file || test $am_try -eq 2; then
948 break
949 fi
950 # Just in case.
951 sleep 1
952 am_has_slept=yes
953 done
954 test "$[2]" = conftest.file
955 )
956then
957 # Ok.
958 :
959else
960 AC_MSG_ERROR([newly created file is older than distributed files!
961Check your system clock])
962fi
963AC_MSG_RESULT([yes])
964# If we didn't sleep, we still need to ensure time stamps of config.status and
965# generated files are strictly newer.
966am_sleep_pid=
967if grep 'slept: no' conftest.file >/dev/null 2>&1; then
968 ( sleep 1 ) &
969 am_sleep_pid=$!
970fi
971AC_CONFIG_COMMANDS_PRE(
972 [AC_MSG_CHECKING([that generated files are newer than configure])
973 if test -n "$am_sleep_pid"; then
974 # Hide warnings about reused PIDs.
975 wait $am_sleep_pid 2>/dev/null
976 fi
977 AC_MSG_RESULT([done])])
978rm -f conftest.file
979])
980
981# Copyright (C) 2009-2013 Free Software Foundation, Inc.
982#
983# This file is free software; the Free Software Foundation
984# gives unlimited permission to copy and/or distribute it,
985# with or without modifications, as long as this notice is preserved.
986
987# AM_SILENT_RULES([DEFAULT])
988# --------------------------
989# Enable less verbose build rules; with the default set to DEFAULT
990# ("yes" being less verbose, "no" or empty being verbose).
991AC_DEFUN([AM_SILENT_RULES],
992[AC_ARG_ENABLE([silent-rules], [dnl
993AS_HELP_STRING(
994 [--enable-silent-rules],
995 [less verbose build output (undo: "make V=1")])
996AS_HELP_STRING(
997 [--disable-silent-rules],
998 [verbose build output (undo: "make V=0")])dnl
999])
1000case $enable_silent_rules in @%:@ (((
1001 yes) AM_DEFAULT_VERBOSITY=0;;
1002 no) AM_DEFAULT_VERBOSITY=1;;
1003 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1004esac
1005dnl
1006dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1007dnl do not support nested variable expansions.
1008dnl See automake bug#9928 and bug#10237.
1009am_make=${MAKE-make}
1010AC_CACHE_CHECK([whether $am_make supports nested variables],
1011 [am_cv_make_support_nested_variables],
1012 [if AS_ECHO([['TRUE=$(BAR$(V))
1013BAR0=false
1014BAR1=true
1015V=1
1016am__doit:
1017 @$(TRUE)
1018.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1019 am_cv_make_support_nested_variables=yes
1020else
1021 am_cv_make_support_nested_variables=no
1022fi])
1023if test $am_cv_make_support_nested_variables = yes; then
1024 dnl Using '$V' instead of '$(V)' breaks IRIX make.
1025 AM_V='$(V)'
1026 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1027else
1028 AM_V=$AM_DEFAULT_VERBOSITY
1029 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1030fi
1031AC_SUBST([AM_V])dnl
1032AM_SUBST_NOTMAKE([AM_V])dnl
1033AC_SUBST([AM_DEFAULT_V])dnl
1034AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1035AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1036AM_BACKSLASH='\'
1037AC_SUBST([AM_BACKSLASH])dnl
1038_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1039])
1040
1041# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1042#
1043# This file is free software; the Free Software Foundation
1044# gives unlimited permission to copy and/or distribute it,
1045# with or without modifications, as long as this notice is preserved.
1046
1047# AM_PROG_INSTALL_STRIP
1048# ---------------------
1049# One issue with vendor 'install' (even GNU) is that you can't
1050# specify the program used to strip binaries. This is especially
1051# annoying in cross-compiling environments, where the build's strip
1052# is unlikely to handle the host's binaries.
1053# Fortunately install-sh will honor a STRIPPROG variable, so we
1054# always use install-sh in "make install-strip", and initialize
1055# STRIPPROG with the value of the STRIP variable (set by the user).
1056AC_DEFUN([AM_PROG_INSTALL_STRIP],
1057[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1058# Installed binaries are usually stripped using 'strip' when the user
1059# run "make install-strip". However 'strip' might not be the right
1060# tool to use in cross-compilation environments, therefore Automake
1061# will honor the 'STRIP' environment variable to overrule this program.
1062dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1063if test "$cross_compiling" != no; then
1064 AC_CHECK_TOOL([STRIP], [strip], :)
1065fi
1066INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1067AC_SUBST([INSTALL_STRIP_PROGRAM])])
1068
1069# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1070#
1071# This file is free software; the Free Software Foundation
1072# gives unlimited permission to copy and/or distribute it,
1073# with or without modifications, as long as this notice is preserved.
1074
1075# _AM_SUBST_NOTMAKE(VARIABLE)
1076# ---------------------------
1077# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1078# This macro is traced by Automake.
1079AC_DEFUN([_AM_SUBST_NOTMAKE])
1080
1081# AM_SUBST_NOTMAKE(VARIABLE)
1082# --------------------------
1083# Public sister of _AM_SUBST_NOTMAKE.
1084AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1085
1086# Check how to create a tarball. -*- Autoconf -*-
1087
1088# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1089#
1090# This file is free software; the Free Software Foundation
1091# gives unlimited permission to copy and/or distribute it,
1092# with or without modifications, as long as this notice is preserved.
1093
1094# _AM_PROG_TAR(FORMAT)
1095# --------------------
1096# Check how to create a tarball in format FORMAT.
1097# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1098#
1099# Substitute a variable $(am__tar) that is a command
1100# writing to stdout a FORMAT-tarball containing the directory
1101# $tardir.
1102# tardir=directory && $(am__tar) > result.tar
1103#
1104# Substitute a variable $(am__untar) that extract such
1105# a tarball read from stdin.
1106# $(am__untar) < result.tar
1107#
1108AC_DEFUN([_AM_PROG_TAR],
1109[# Always define AMTAR for backward compatibility. Yes, it's still used
1110# in the wild :-( We should find a proper way to deprecate it ...
1111AC_SUBST([AMTAR], ['$${TAR-tar}'])
1112
1113# We'll loop over all known methods to create a tar archive until one works.
1114_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1115
1116m4_if([$1], [v7],
1117 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1118
1119 [m4_case([$1],
1120 [ustar],
1121 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1122 # There is notably a 21 bits limit for the UID and the GID. In fact,
1123 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1124 # and bug#13588).
1125 am_max_uid=2097151 # 2^21 - 1
1126 am_max_gid=$am_max_uid
1127 # The $UID and $GID variables are not portable, so we need to resort
1128 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1129 # below are definitely unexpected, so allow the users to see them
1130 # (that is, avoid stderr redirection).
1131 am_uid=`id -u || echo unknown`
1132 am_gid=`id -g || echo unknown`
1133 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1134 if test $am_uid -le $am_max_uid; then
1135 AC_MSG_RESULT([yes])
1136 else
1137 AC_MSG_RESULT([no])
1138 _am_tools=none
1139 fi
1140 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1141 if test $am_gid -le $am_max_gid; then
1142 AC_MSG_RESULT([yes])
1143 else
1144 AC_MSG_RESULT([no])
1145 _am_tools=none
1146 fi],
1147
1148 [pax],
1149 [],
1150
1151 [m4_fatal([Unknown tar format])])
1152
1153 AC_MSG_CHECKING([how to create a $1 tar archive])
1154
1155 # Go ahead even if we have the value already cached. We do so because we
1156 # need to set the values for the 'am__tar' and 'am__untar' variables.
1157 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1158
1159 for _am_tool in $_am_tools; do
1160 case $_am_tool in
1161 gnutar)
1162 for _am_tar in tar gnutar gtar; do
1163 AM_RUN_LOG([$_am_tar --version]) && break
1164 done
1165 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1166 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1167 am__untar="$_am_tar -xf -"
1168 ;;
1169 plaintar)
1170 # Must skip GNU tar: if it does not support --format= it doesn't create
1171 # ustar tarball either.
1172 (tar --version) >/dev/null 2>&1 && continue
1173 am__tar='tar chf - "$$tardir"'
1174 am__tar_='tar chf - "$tardir"'
1175 am__untar='tar xf -'
1176 ;;
1177 pax)
1178 am__tar='pax -L -x $1 -w "$$tardir"'
1179 am__tar_='pax -L -x $1 -w "$tardir"'
1180 am__untar='pax -r'
1181 ;;
1182 cpio)
1183 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1184 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1185 am__untar='cpio -i -H $1 -d'
1186 ;;
1187 none)
1188 am__tar=false
1189 am__tar_=false
1190 am__untar=false
1191 ;;
1192 esac
1193
1194 # If the value was cached, stop now. We just wanted to have am__tar
1195 # and am__untar set.
1196 test -n "${am_cv_prog_tar_$1}" && break
1197
1198 # tar/untar a dummy directory, and stop if the command works.
1199 rm -rf conftest.dir
1200 mkdir conftest.dir
1201 echo GrepMe > conftest.dir/file
1202 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1203 rm -rf conftest.dir
1204 if test -s conftest.tar; then
1205 AM_RUN_LOG([$am__untar <conftest.tar])
1206 AM_RUN_LOG([cat conftest.dir/file])
1207 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1208 fi
1209 done
1210 rm -rf conftest.dir
1211
1212 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1213 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1214
1215AC_SUBST([am__tar])
1216AC_SUBST([am__untar])
1217]) # _AM_PROG_TAR
1218
1219m4_include([m4/gettext.m4])
1220m4_include([m4/iconv.m4])
1221m4_include([m4/intlmacosx.m4])
1222m4_include([m4/lib-ld.m4])
1223m4_include([m4/lib-link.m4])
1224m4_include([m4/lib-prefix.m4])
1225m4_include([m4/libnih.m4])
1226m4_include([m4/libtool.m4])
1227m4_include([m4/ltoptions.m4])
1228m4_include([m4/ltsugar.m4])
1229m4_include([m4/ltversion.m4])
1230m4_include([m4/lt~obsolete.m4])
1231m4_include([m4/nls.m4])
1232m4_include([m4/pkg.m4])
1233m4_include([m4/po.m4])
1234m4_include([m4/progtest.m4])
01235
=== added file 'compile'
--- compile 1970-01-01 00:00:00 +0000
+++ compile 2015-01-17 15:39:45 +0000
@@ -0,0 +1,347 @@
1#! /bin/sh
2# Wrapper for compilers which do not understand '-c -o'.
3
4scriptversion=2012-10-14.11; # UTC
5
6# Copyright (C) 1999-2013 Free Software Foundation, Inc.
7# Written by Tom Tromey <tromey@cygnus.com>.
8#
9# This program is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 2, or (at your option)
12# any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program. If not, see <http://www.gnu.org/licenses/>.
21
22# As a special exception to the GNU General Public License, if you
23# distribute this file as part of a program that contains a
24# configuration script generated by Autoconf, you may include it under
25# the same distribution terms that you use for the rest of that program.
26
27# This file is maintained in Automake, please report
28# bugs to <bug-automake@gnu.org> or send patches to
29# <automake-patches@gnu.org>.
30
31nl='
32'
33
34# We need space, tab and new line, in precisely that order. Quoting is
35# there to prevent tools from complaining about whitespace usage.
36IFS=" "" $nl"
37
38file_conv=
39
40# func_file_conv build_file lazy
41# Convert a $build file to $host form and store it in $file
42# Currently only supports Windows hosts. If the determined conversion
43# type is listed in (the comma separated) LAZY, no conversion will
44# take place.
45func_file_conv ()
46{
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
50 if test -z "$file_conv"; then
51 # lazily determine how to convert abs files
52 case `uname -s` in
53 MINGW*)
54 file_conv=mingw
55 ;;
56 CYGWIN*)
57 file_conv=cygwin
58 ;;
59 *)
60 file_conv=wine
61 ;;
62 esac
63 fi
64 case $file_conv/,$2, in
65 *,$file_conv,*)
66 ;;
67 mingw/*)
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
69 ;;
70 cygwin/*)
71 file=`cygpath -m "$file" || echo "$file"`
72 ;;
73 wine/*)
74 file=`winepath -w "$file" || echo "$file"`
75 ;;
76 esac
77 ;;
78 esac
79}
80
81# func_cl_dashL linkdir
82# Make cl look for libraries in LINKDIR
83func_cl_dashL ()
84{
85 func_file_conv "$1"
86 if test -z "$lib_path"; then
87 lib_path=$file
88 else
89 lib_path="$lib_path;$file"
90 fi
91 linker_opts="$linker_opts -LIBPATH:$file"
92}
93
94# func_cl_dashl library
95# Do a library search-path lookup for cl
96func_cl_dashl ()
97{
98 lib=$1
99 found=no
100 save_IFS=$IFS
101 IFS=';'
102 for dir in $lib_path $LIB
103 do
104 IFS=$save_IFS
105 if $shared && test -f "$dir/$lib.dll.lib"; then
106 found=yes
107 lib=$dir/$lib.dll.lib
108 break
109 fi
110 if test -f "$dir/$lib.lib"; then
111 found=yes
112 lib=$dir/$lib.lib
113 break
114 fi
115 if test -f "$dir/lib$lib.a"; then
116 found=yes
117 lib=$dir/lib$lib.a
118 break
119 fi
120 done
121 IFS=$save_IFS
122
123 if test "$found" != yes; then
124 lib=$lib.lib
125 fi
126}
127
128# func_cl_wrapper cl arg...
129# Adjust compile command to suit cl
130func_cl_wrapper ()
131{
132 # Assume a capable shell
133 lib_path=
134 shared=:
135 linker_opts=
136 for arg
137 do
138 if test -n "$eat"; then
139 eat=
140 else
141 case $1 in
142 -o)
143 # configure might choose to run compile as 'compile cc -o foo foo.c'.
144 eat=1
145 case $2 in
146 *.o | *.[oO][bB][jJ])
147 func_file_conv "$2"
148 set x "$@" -Fo"$file"
149 shift
150 ;;
151 *)
152 func_file_conv "$2"
153 set x "$@" -Fe"$file"
154 shift
155 ;;
156 esac
157 ;;
158 -I)
159 eat=1
160 func_file_conv "$2" mingw
161 set x "$@" -I"$file"
162 shift
163 ;;
164 -I*)
165 func_file_conv "${1#-I}" mingw
166 set x "$@" -I"$file"
167 shift
168 ;;
169 -l)
170 eat=1
171 func_cl_dashl "$2"
172 set x "$@" "$lib"
173 shift
174 ;;
175 -l*)
176 func_cl_dashl "${1#-l}"
177 set x "$@" "$lib"
178 shift
179 ;;
180 -L)
181 eat=1
182 func_cl_dashL "$2"
183 ;;
184 -L*)
185 func_cl_dashL "${1#-L}"
186 ;;
187 -static)
188 shared=false
189 ;;
190 -Wl,*)
191 arg=${1#-Wl,}
192 save_ifs="$IFS"; IFS=','
193 for flag in $arg; do
194 IFS="$save_ifs"
195 linker_opts="$linker_opts $flag"
196 done
197 IFS="$save_ifs"
198 ;;
199 -Xlinker)
200 eat=1
201 linker_opts="$linker_opts $2"
202 ;;
203 -*)
204 set x "$@" "$1"
205 shift
206 ;;
207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
208 func_file_conv "$1"
209 set x "$@" -Tp"$file"
210 shift
211 ;;
212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
213 func_file_conv "$1" mingw
214 set x "$@" "$file"
215 shift
216 ;;
217 *)
218 set x "$@" "$1"
219 shift
220 ;;
221 esac
222 fi
223 shift
224 done
225 if test -n "$linker_opts"; then
226 linker_opts="-link$linker_opts"
227 fi
228 exec "$@" $linker_opts
229 exit 1
230}
231
232eat=
233
234case $1 in
235 '')
236 echo "$0: No command. Try '$0 --help' for more information." 1>&2
237 exit 1;
238 ;;
239 -h | --h*)
240 cat <<\EOF
241Usage: compile [--help] [--version] PROGRAM [ARGS]
242
243Wrapper for compilers which do not understand '-c -o'.
244Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
245arguments, and rename the output as expected.
246
247If you are trying to build a whole package this is not the
248right script to run: please start by reading the file 'INSTALL'.
249
250Report bugs to <bug-automake@gnu.org>.
251EOF
252 exit $?
253 ;;
254 -v | --v*)
255 echo "compile $scriptversion"
256 exit $?
257 ;;
258 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
259 func_cl_wrapper "$@" # Doesn't return...
260 ;;
261esac
262
263ofile=
264cfile=
265
266for arg
267do
268 if test -n "$eat"; then
269 eat=
270 else
271 case $1 in
272 -o)
273 # configure might choose to run compile as 'compile cc -o foo foo.c'.
274 # So we strip '-o arg' only if arg is an object.
275 eat=1
276 case $2 in
277 *.o | *.obj)
278 ofile=$2
279 ;;
280 *)
281 set x "$@" -o "$2"
282 shift
283 ;;
284 esac
285 ;;
286 *.c)
287 cfile=$1
288 set x "$@" "$1"
289 shift
290 ;;
291 *)
292 set x "$@" "$1"
293 shift
294 ;;
295 esac
296 fi
297 shift
298done
299
300if test -z "$ofile" || test -z "$cfile"; then
301 # If no '-o' option was seen then we might have been invoked from a
302 # pattern rule where we don't need one. That is ok -- this is a
303 # normal compilation that the losing compiler can handle. If no
304 # '.c' file was seen then we are probably linking. That is also
305 # ok.
306 exec "$@"
307fi
308
309# Name of file we expect compiler to create.
310cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
311
312# Create the lock directory.
313# Note: use '[/\\:.-]' here to ensure that we don't use the same name
314# that we are using for the .o file. Also, base the name on the expected
315# object file name, since that is what matters with a parallel build.
316lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
317while true; do
318 if mkdir "$lockdir" >/dev/null 2>&1; then
319 break
320 fi
321 sleep 1
322done
323# FIXME: race condition here if user kills between mkdir and trap.
324trap "rmdir '$lockdir'; exit 1" 1 2 15
325
326# Run the compile.
327"$@"
328ret=$?
329
330if test -f "$cofile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
332elif test -f "${cofile}bj"; then
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
334fi
335
336rmdir "$lockdir"
337exit $ret
338
339# Local Variables:
340# mode: shell-script
341# sh-indentation: 2
342# eval: (add-hook 'write-file-hooks 'time-stamp)
343# time-stamp-start: "scriptversion="
344# time-stamp-format: "%:y-%02m-%02d.%02H"
345# time-stamp-time-zone: "UTC"
346# time-stamp-end: "; # UTC"
347# End:
0348
=== added file 'conf/Makefile.in'
--- conf/Makefile.in 1970-01-01 00:00:00 +0000
+++ conf/Makefile.in 2015-01-17 15:39:45 +0000
@@ -0,0 +1,529 @@
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = conf
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(dist_init_DATA)
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
86 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
87 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
88 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libnih.m4 \
89 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
90 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
91 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
92 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
93 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100AM_V_P = $(am__v_P_@AM_V@)
101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102am__v_P_0 = false
103am__v_P_1 = :
104AM_V_GEN = $(am__v_GEN_@AM_V@)
105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106am__v_GEN_0 = @echo " GEN " $@;
107am__v_GEN_1 =
108AM_V_at = $(am__v_at_@AM_V@)
109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110am__v_at_0 = @
111am__v_at_1 =
112SOURCES =
113DIST_SOURCES =
114am__can_run_installinfo = \
115 case $$AM_UPDATE_INFO_DIR in \
116 n|no|NO) false;; \
117 *) (install-info --version) >/dev/null 2>&1;; \
118 esac
119am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
120am__vpath_adj = case $$p in \
121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122 *) f=$$p;; \
123 esac;
124am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
125am__install_max = 40
126am__nobase_strip_setup = \
127 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
128am__nobase_strip = \
129 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
130am__nobase_list = $(am__nobase_strip_setup); \
131 for p in $$list; do echo "$$p $$p"; done | \
132 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
133 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
134 if (++n[$$2] == $(am__install_max)) \
135 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
136 END { for (dir in files) print dir, files[dir] }'
137am__base_list = \
138 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
139 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
140am__uninstall_files_from_dir = { \
141 test -z "$$files" \
142 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
143 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
144 $(am__cd) "$$dir" && rm -f $$files; }; \
145 }
146am__installdirs = "$(DESTDIR)$(initdir)"
147DATA = $(dist_init_DATA)
148am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150ABI_COMPLIANCE_CHECKER = @ABI_COMPLIANCE_CHECKER@
151ACLOCAL = @ACLOCAL@
152AMTAR = @AMTAR@
153AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154AR = @AR@
155AUTOCONF = @AUTOCONF@
156AUTOHEADER = @AUTOHEADER@
157AUTOMAKE = @AUTOMAKE@
158AWK = @AWK@
159CC = @CC@
160CCDEPMODE = @CCDEPMODE@
161CFLAGS = @CFLAGS@
162CGMANAGER_CFLAGS = @CGMANAGER_CFLAGS@
163CGMANAGER_LIBS = @CGMANAGER_LIBS@
164CPP = @CPP@
165CPPFLAGS = @CPPFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DBUS_CFLAGS = @DBUS_CFLAGS@
168DBUS_LIBS = @DBUS_LIBS@
169DCONF_CFLAGS = @DCONF_CFLAGS@
170DCONF_LIBS = @DCONF_LIBS@
171DEFS = @DEFS@
172DEPDIR = @DEPDIR@
173DLLTOOL = @DLLTOOL@
174DSYMUTIL = @DSYMUTIL@
175DUMPBIN = @DUMPBIN@
176ECHO_C = @ECHO_C@
177ECHO_N = @ECHO_N@
178ECHO_T = @ECHO_T@
179EGREP = @EGREP@
180EXEEXT = @EXEEXT@
181FGREP = @FGREP@
182GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
183GIO_CFLAGS = @GIO_CFLAGS@
184GIO_LIBS = @GIO_LIBS@
185GMSGFMT = @GMSGFMT@
186GMSGFMT_015 = @GMSGFMT_015@
187GREP = @GREP@
188INSTALL = @INSTALL@
189INSTALL_DATA = @INSTALL_DATA@
190INSTALL_PROGRAM = @INSTALL_PROGRAM@
191INSTALL_SCRIPT = @INSTALL_SCRIPT@
192INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193INTLLIBS = @INTLLIBS@
194INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
195JSON_CFLAGS = @JSON_CFLAGS@
196JSON_LIBS = @JSON_LIBS@
197LD = @LD@
198LDFLAGS = @LDFLAGS@
199LIBICONV = @LIBICONV@
200LIBINTL = @LIBINTL@
201LIBOBJS = @LIBOBJS@
202LIBS = @LIBS@
203LIBTOOL = @LIBTOOL@
204LIPO = @LIPO@
205LN_S = @LN_S@
206LTLIBICONV = @LTLIBICONV@
207LTLIBINTL = @LTLIBINTL@
208LTLIBOBJS = @LTLIBOBJS@
209MAINT = @MAINT@
210MAKEINFO = @MAKEINFO@
211MANIFEST_TOOL = @MANIFEST_TOOL@
212MKDIR_P = @MKDIR_P@
213MSGFMT = @MSGFMT@
214MSGFMT_015 = @MSGFMT_015@
215MSGMERGE = @MSGMERGE@
216NIH_CFLAGS = @NIH_CFLAGS@
217NIH_DBUS_CFLAGS = @NIH_DBUS_CFLAGS@
218NIH_DBUS_LIBS = @NIH_DBUS_LIBS@
219NIH_DBUS_TOOL = @NIH_DBUS_TOOL@
220NIH_LIBS = @NIH_LIBS@
221NM = @NM@
222NMEDIT = @NMEDIT@
223OBJDUMP = @OBJDUMP@
224OBJEXT = @OBJEXT@
225OTOOL = @OTOOL@
226OTOOL64 = @OTOOL64@
227PACKAGE = @PACKAGE@
228PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229PACKAGE_COPYRIGHT = @PACKAGE_COPYRIGHT@
230PACKAGE_NAME = @PACKAGE_NAME@
231PACKAGE_STRING = @PACKAGE_STRING@
232PACKAGE_TARNAME = @PACKAGE_TARNAME@
233PACKAGE_URL = @PACKAGE_URL@
234PACKAGE_VERSION = @PACKAGE_VERSION@
235PATH_SEPARATOR = @PATH_SEPARATOR@
236PKG_CONFIG = @PKG_CONFIG@
237PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
238PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
239POSUB = @POSUB@
240RANLIB = @RANLIB@
241SED = @SED@
242SET_MAKE = @SET_MAKE@
243SHELL = @SHELL@
244STRIP = @STRIP@
245UDEV_CFLAGS = @UDEV_CFLAGS@
246UDEV_LIBS = @UDEV_LIBS@
247USE_NLS = @USE_NLS@
248VERSION = @VERSION@
249XGETTEXT = @XGETTEXT@
250XGETTEXT_015 = @XGETTEXT_015@
251XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
252abs_builddir = @abs_builddir@
253abs_srcdir = @abs_srcdir@
254abs_top_builddir = @abs_top_builddir@
255abs_top_srcdir = @abs_top_srcdir@
256ac_ct_AR = @ac_ct_AR@
257ac_ct_CC = @ac_ct_CC@
258ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
259am__include = @am__include@
260am__leading_dot = @am__leading_dot@
261am__quote = @am__quote@
262am__tar = @am__tar@
263am__untar = @am__untar@
264bindir = @bindir@
265build = @build@
266build_alias = @build_alias@
267build_cpu = @build_cpu@
268build_os = @build_os@
269build_vendor = @build_vendor@
270builddir = @builddir@
271datadir = @datadir@
272datarootdir = @datarootdir@
273docdir = @docdir@
274dvidir = @dvidir@
275exec_prefix = @exec_prefix@
276host = @host@
277host_alias = @host_alias@
278host_cpu = @host_cpu@
279host_os = @host_os@
280host_vendor = @host_vendor@
281htmldir = @htmldir@
282includedir = @includedir@
283infodir = @infodir@
284install_sh = @install_sh@
285libdir = @libdir@
286libexecdir = @libexecdir@
287localedir = @localedir@
288localstatedir = @localstatedir@
289mandir = @mandir@
290mkdir_p = @mkdir_p@
291oldincludedir = @oldincludedir@
292pdfdir = @pdfdir@
293prefix = @prefix@
294program_transform_name = @program_transform_name@
295psdir = @psdir@
296sbindir = @sbindir@
297sharedstatedir = @sharedstatedir@
298srcdir = @srcdir@
299sysconfdir = @sysconfdir@
300target_alias = @target_alias@
301top_build_prefix = @top_build_prefix@
302top_builddir = @top_builddir@
303top_srcdir = @top_srcdir@
304initdir = $(sysconfdir)/init
305dist_init_DATA = \
306 rc-sysinit.conf \
307 rc.conf \
308 rcS.conf \
309 control-alt-delete.conf
310
311all: all-am
312
313.SUFFIXES:
314$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
315 @for dep in $?; do \
316 case '$(am__configure_deps)' in \
317 *$$dep*) \
318 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319 && { if test -f $@; then exit 0; else break; fi; }; \
320 exit 1;; \
321 esac; \
322 done; \
323 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf/Makefile'; \
324 $(am__cd) $(top_srcdir) && \
325 $(AUTOMAKE) --gnu conf/Makefile
326.PRECIOUS: Makefile
327Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328 @case '$?' in \
329 *config.status*) \
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331 *) \
332 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
333 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
334 esac;
335
336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
339$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(am__aclocal_m4_deps):
344
345mostlyclean-libtool:
346 -rm -f *.lo
347
348clean-libtool:
349 -rm -rf .libs _libs
350install-dist_initDATA: $(dist_init_DATA)
351 @$(NORMAL_INSTALL)
352 @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \
353 if test -n "$$list"; then \
354 echo " $(MKDIR_P) '$(DESTDIR)$(initdir)'"; \
355 $(MKDIR_P) "$(DESTDIR)$(initdir)" || exit 1; \
356 fi; \
357 for p in $$list; do \
358 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
359 echo "$$d$$p"; \
360 done | $(am__base_list) | \
361 while read files; do \
362 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(initdir)'"; \
363 $(INSTALL_DATA) $$files "$(DESTDIR)$(initdir)" || exit $$?; \
364 done
365
366uninstall-dist_initDATA:
367 @$(NORMAL_UNINSTALL)
368 @list='$(dist_init_DATA)'; test -n "$(initdir)" || list=; \
369 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
370 dir='$(DESTDIR)$(initdir)'; $(am__uninstall_files_from_dir)
371tags TAGS:
372
373ctags CTAGS:
374
375cscope cscopelist:
376
377
378distdir: $(DISTFILES)
379 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381 list='$(DISTFILES)'; \
382 dist_files=`for file in $$list; do echo $$file; done | \
383 sed -e "s|^$$srcdirstrip/||;t" \
384 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
385 case $$dist_files in \
386 */*) $(MKDIR_P) `echo "$$dist_files" | \
387 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
388 sort -u` ;; \
389 esac; \
390 for file in $$dist_files; do \
391 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
392 if test -d $$d/$$file; then \
393 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
394 if test -d "$(distdir)/$$file"; then \
395 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
396 fi; \
397 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
398 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
399 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
400 fi; \
401 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
402 else \
403 test -f "$(distdir)/$$file" \
404 || cp -p $$d/$$file "$(distdir)/$$file" \
405 || exit 1; \
406 fi; \
407 done
408check-am: all-am
409check: check-am
410all-am: Makefile $(DATA)
411installdirs:
412 for dir in "$(DESTDIR)$(initdir)"; do \
413 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
414 done
415install: install-am
416install-exec: install-exec-am
417install-data: install-data-am
418uninstall: uninstall-am
419
420install-am: all-am
421 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
422
423installcheck: installcheck-am
424install-strip:
425 if test -z '$(STRIP)'; then \
426 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428 install; \
429 else \
430 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
431 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
432 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
433 fi
434mostlyclean-generic:
435
436clean-generic:
437
438distclean-generic:
439 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
440 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
441
442maintainer-clean-generic:
443 @echo "This command is intended for maintainers to use"
444 @echo "it deletes files that may require special tools to rebuild."
445clean: clean-am
446
447clean-am: clean-generic clean-libtool mostlyclean-am
448
449distclean: distclean-am
450 -rm -f Makefile
451distclean-am: clean-am distclean-generic
452
453dvi: dvi-am
454
455dvi-am:
456
457html: html-am
458
459html-am:
460
461info: info-am
462
463info-am:
464
465install-data-am: install-dist_initDATA
466
467install-dvi: install-dvi-am
468
469install-dvi-am:
470
471install-exec-am:
472
473install-html: install-html-am
474
475install-html-am:
476
477install-info: install-info-am
478
479install-info-am:
480
481install-man:
482
483install-pdf: install-pdf-am
484
485install-pdf-am:
486
487install-ps: install-ps-am
488
489install-ps-am:
490
491installcheck-am:
492
493maintainer-clean: maintainer-clean-am
494 -rm -f Makefile
495maintainer-clean-am: distclean-am maintainer-clean-generic
496
497mostlyclean: mostlyclean-am
498
499mostlyclean-am: mostlyclean-generic mostlyclean-libtool
500
501pdf: pdf-am
502
503pdf-am:
504
505ps: ps-am
506
507ps-am:
508
509uninstall-am: uninstall-dist_initDATA
510
511.MAKE: install-am install-strip
512
513.PHONY: all all-am check check-am clean clean-generic clean-libtool \
514 cscopelist-am ctags-am distclean distclean-generic \
515 distclean-libtool distdir dvi dvi-am html html-am info info-am \
516 install install-am install-data install-data-am \
517 install-dist_initDATA install-dvi install-dvi-am install-exec \
518 install-exec-am install-html install-html-am install-info \
519 install-info-am install-man install-pdf install-pdf-am \
520 install-ps install-ps-am install-strip installcheck \
521 installcheck-am installdirs maintainer-clean \
522 maintainer-clean-generic mostlyclean mostlyclean-generic \
523 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
524 uninstall-am uninstall-dist_initDATA
525
526
527# Tell versions [3.59,3.63) of GNU make to not export all variables.
528# Otherwise a system limit (for SysV at least) may be exceeded.
529.NOEXPORT:
0530
=== modified file 'conf/rc-sysinit.conf'
--- conf/rc-sysinit.conf 2011-06-01 14:04:30 +0000
+++ conf/rc-sysinit.conf 2015-01-17 15:39:45 +0000
@@ -6,7 +6,7 @@
6description "System V initialisation compatibility"6description "System V initialisation compatibility"
7author "Scott James Remnant <scott@netsplit.com>"7author "Scott James Remnant <scott@netsplit.com>"
88
9start on startup9start on (filesystem and static-network-up) or failsafe-boot
10stop on runlevel10stop on runlevel
1111
12# Default runlevel, this may be overriden on the kernel command-line12# Default runlevel, this may be overriden on the kernel command-line
@@ -23,9 +23,11 @@
23env RUNLEVEL=23env RUNLEVEL=
24env PREVLEVEL=24env PREVLEVEL=
2525
26console output
27env INIT_VERBOSE
28
26task29task
2730
28console owner
29script31script
30 # Check for default runlevel in /etc/inittab32 # Check for default runlevel in /etc/inittab
31 if [ -r /etc/inittab ]33 if [ -r /etc/inittab ]
3234
=== modified file 'conf/rc.conf'
--- conf/rc.conf 2009-07-08 19:55:15 +0000
+++ conf/rc.conf 2015-01-17 15:39:45 +0000
@@ -6,13 +6,23 @@
6description "System V runlevel compatibility"6description "System V runlevel compatibility"
7author "Scott James Remnant <scott@netsplit.com>"7author "Scott James Remnant <scott@netsplit.com>"
88
9emits deconfiguring-networking
10emits unmounted-remote-filesystems
11
9start on runlevel [0123456]12start on runlevel [0123456]
10stop on runlevel [!$RUNLEVEL]13stop on runlevel [!$RUNLEVEL]
1114
12export RUNLEVEL15export RUNLEVEL
13export PREVLEVEL16export PREVLEVEL
1417
18console output
19env INIT_VERBOSE
20
15task21task
1622
17console output23script
18exec /etc/init.d/rc $RUNLEVEL24if [ "$RUNLEVEL" = "0" -o "$RUNLEVEL" = "1" -o "$RUNLEVEL" = "6" ]; then
25 status plymouth-shutdown 2>/dev/null >/dev/null && start wait-for-state WAITER=rc WAIT_FOR=plymouth-shutdown || :
26fi
27/etc/init.d/rc $RUNLEVEL
28end script
1929
=== added file 'config.guess'
--- config.guess 1970-01-01 00:00:00 +0000
+++ config.guess 2015-01-17 15:39:45 +0000
@@ -0,0 +1,1420 @@
1#! /bin/sh
2# Attempt to guess a canonical system name.
3# Copyright 1992-2014 Free Software Foundation, Inc.
4
5timestamp='2014-03-23'
6
7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful, but
13# WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15# General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program; if not, see <http://www.gnu.org/licenses/>.
19#
20# As a special exception to the GNU General Public License, if you
21# distribute this file as part of a program that contains a
22# configuration script generated by Autoconf, you may include it under
23# the same distribution terms that you use for the rest of that
24# program. This Exception is an additional permission under section 7
25# of the GNU General Public License, version 3 ("GPLv3").
26#
27# Originally written by Per Bothner.
28#
29# You can get the latest version of this script from:
30# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
31#
32# Please send patches with a ChangeLog entry to config-patches@gnu.org.
33
34
35me=`echo "$0" | sed -e 's,.*/,,'`
36
37usage="\
38Usage: $0 [OPTION]
39
40Output the configuration name of the system \`$me' is run on.
41
42Operation modes:
43 -h, --help print this help, then exit
44 -t, --time-stamp print date of last modification, then exit
45 -v, --version print version number, then exit
46
47Report bugs and patches to <config-patches@gnu.org>."
48
49version="\
50GNU config.guess ($timestamp)
51
52Originally written by Per Bothner.
53Copyright 1992-2014 Free Software Foundation, Inc.
54
55This is free software; see the source for copying conditions. There is NO
56warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
57
58help="
59Try \`$me --help' for more information."
60
61# Parse command line
62while test $# -gt 0 ; do
63 case $1 in
64 --time-stamp | --time* | -t )
65 echo "$timestamp" ; exit ;;
66 --version | -v )
67 echo "$version" ; exit ;;
68 --help | --h* | -h )
69 echo "$usage"; exit ;;
70 -- ) # Stop option processing
71 shift; break ;;
72 - ) # Use stdin as input.
73 break ;;
74 -* )
75 echo "$me: invalid option $1$help" >&2
76 exit 1 ;;
77 * )
78 break ;;
79 esac
80done
81
82if test $# != 0; then
83 echo "$me: too many arguments$help" >&2
84 exit 1
85fi
86
87trap 'exit 1' 1 2 15
88
89# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
90# compiler to aid in system detection is discouraged as it requires
91# temporary files to be created and, as you can see below, it is a
92# headache to deal with in a portable fashion.
93
94# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
95# use `HOST_CC' if defined, but it is deprecated.
96
97# Portable tmp directory creation inspired by the Autoconf team.
98
99set_cc_for_build='
100trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
101trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
102: ${TMPDIR=/tmp} ;
103 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
104 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
105 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
107dummy=$tmp/dummy ;
108tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
109case $CC_FOR_BUILD,$HOST_CC,$CC in
110 ,,) echo "int x;" > $dummy.c ;
111 for c in cc gcc c89 c99 ; do
112 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
113 CC_FOR_BUILD="$c"; break ;
114 fi ;
115 done ;
116 if test x"$CC_FOR_BUILD" = x ; then
117 CC_FOR_BUILD=no_compiler_found ;
118 fi
119 ;;
120 ,,*) CC_FOR_BUILD=$CC ;;
121 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
122esac ; set_cc_for_build= ;'
123
124# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
125# (ghazi@noc.rutgers.edu 1994-08-24)
126if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
127 PATH=$PATH:/.attbin ; export PATH
128fi
129
130UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
131UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
132UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
133UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
134
135case "${UNAME_SYSTEM}" in
136Linux|GNU|GNU/*)
137 # If the system lacks a compiler, then just pick glibc.
138 # We could probably try harder.
139 LIBC=gnu
140
141 eval $set_cc_for_build
142 cat <<-EOF > $dummy.c
143 #include <features.h>
144 #if defined(__UCLIBC__)
145 LIBC=uclibc
146 #elif defined(__dietlibc__)
147 LIBC=dietlibc
148 #else
149 LIBC=gnu
150 #endif
151 EOF
152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
153 ;;
154esac
155
156# Note: order is significant - the case branches are not exclusive.
157
158case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
159 *:NetBSD:*:*)
160 # NetBSD (nbsd) targets should (where applicable) match one or
161 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
162 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
163 # switched to ELF, *-*-netbsd* would select the old
164 # object file format. This provides both forward
165 # compatibility and a consistent mechanism for selecting the
166 # object file format.
167 #
168 # Note: NetBSD doesn't particularly care about the vendor
169 # portion of the name. We always set it to "unknown".
170 sysctl="sysctl -n hw.machine_arch"
171 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
172 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
173 case "${UNAME_MACHINE_ARCH}" in
174 armeb) machine=armeb-unknown ;;
175 arm*) machine=arm-unknown ;;
176 sh3el) machine=shl-unknown ;;
177 sh3eb) machine=sh-unknown ;;
178 sh5el) machine=sh5le-unknown ;;
179 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
180 esac
181 # The Operating System including object format, if it has switched
182 # to ELF recently, or will in the future.
183 case "${UNAME_MACHINE_ARCH}" in
184 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
185 eval $set_cc_for_build
186 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
187 | grep -q __ELF__
188 then
189 # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
190 # Return netbsd for either. FIX?
191 os=netbsd
192 else
193 os=netbsdelf
194 fi
195 ;;
196 *)
197 os=netbsd
198 ;;
199 esac
200 # The OS release
201 # Debian GNU/NetBSD machines have a different userland, and
202 # thus, need a distinct triplet. However, they do not need
203 # kernel version information, so it can be replaced with a
204 # suitable tag, in the style of linux-gnu.
205 case "${UNAME_VERSION}" in
206 Debian*)
207 release='-gnu'
208 ;;
209 *)
210 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
211 ;;
212 esac
213 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
214 # contains redundant information, the shorter form:
215 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
216 echo "${machine}-${os}${release}"
217 exit ;;
218 *:Bitrig:*:*)
219 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
220 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
221 exit ;;
222 *:OpenBSD:*:*)
223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
224 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
225 exit ;;
226 *:ekkoBSD:*:*)
227 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
228 exit ;;
229 *:SolidBSD:*:*)
230 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
231 exit ;;
232 macppc:MirBSD:*:*)
233 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
234 exit ;;
235 *:MirBSD:*:*)
236 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
237 exit ;;
238 alpha:OSF1:*:*)
239 case $UNAME_RELEASE in
240 *4.0)
241 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
242 ;;
243 *5.*)
244 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
245 ;;
246 esac
247 # According to Compaq, /usr/sbin/psrinfo has been available on
248 # OSF/1 and Tru64 systems produced since 1995. I hope that
249 # covers most systems running today. This code pipes the CPU
250 # types through head -n 1, so we only detect the type of CPU 0.
251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
252 case "$ALPHA_CPU_TYPE" in
253 "EV4 (21064)")
254 UNAME_MACHINE="alpha" ;;
255 "EV4.5 (21064)")
256 UNAME_MACHINE="alpha" ;;
257 "LCA4 (21066/21068)")
258 UNAME_MACHINE="alpha" ;;
259 "EV5 (21164)")
260 UNAME_MACHINE="alphaev5" ;;
261 "EV5.6 (21164A)")
262 UNAME_MACHINE="alphaev56" ;;
263 "EV5.6 (21164PC)")
264 UNAME_MACHINE="alphapca56" ;;
265 "EV5.7 (21164PC)")
266 UNAME_MACHINE="alphapca57" ;;
267 "EV6 (21264)")
268 UNAME_MACHINE="alphaev6" ;;
269 "EV6.7 (21264A)")
270 UNAME_MACHINE="alphaev67" ;;
271 "EV6.8CB (21264C)")
272 UNAME_MACHINE="alphaev68" ;;
273 "EV6.8AL (21264B)")
274 UNAME_MACHINE="alphaev68" ;;
275 "EV6.8CX (21264D)")
276 UNAME_MACHINE="alphaev68" ;;
277 "EV6.9A (21264/EV69A)")
278 UNAME_MACHINE="alphaev69" ;;
279 "EV7 (21364)")
280 UNAME_MACHINE="alphaev7" ;;
281 "EV7.9 (21364A)")
282 UNAME_MACHINE="alphaev79" ;;
283 esac
284 # A Pn.n version is a patched version.
285 # A Vn.n version is a released version.
286 # A Tn.n version is a released field test version.
287 # A Xn.n version is an unreleased experimental baselevel.
288 # 1.2 uses "1.2" for uname -r.
289 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
290 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
291 exitcode=$?
292 trap '' 0
293 exit $exitcode ;;
294 Alpha\ *:Windows_NT*:*)
295 # How do we know it's Interix rather than the generic POSIX subsystem?
296 # Should we change UNAME_MACHINE based on the output of uname instead
297 # of the specific Alpha model?
298 echo alpha-pc-interix
299 exit ;;
300 21064:Windows_NT:50:3)
301 echo alpha-dec-winnt3.5
302 exit ;;
303 Amiga*:UNIX_System_V:4.0:*)
304 echo m68k-unknown-sysv4
305 exit ;;
306 *:[Aa]miga[Oo][Ss]:*:*)
307 echo ${UNAME_MACHINE}-unknown-amigaos
308 exit ;;
309 *:[Mm]orph[Oo][Ss]:*:*)
310 echo ${UNAME_MACHINE}-unknown-morphos
311 exit ;;
312 *:OS/390:*:*)
313 echo i370-ibm-openedition
314 exit ;;
315 *:z/VM:*:*)
316 echo s390-ibm-zvmoe
317 exit ;;
318 *:OS400:*:*)
319 echo powerpc-ibm-os400
320 exit ;;
321 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
322 echo arm-acorn-riscix${UNAME_RELEASE}
323 exit ;;
324 arm*:riscos:*:*|arm*:RISCOS:*:*)
325 echo arm-unknown-riscos
326 exit ;;
327 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
328 echo hppa1.1-hitachi-hiuxmpp
329 exit ;;
330 Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
331 # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
332 if test "`(/bin/universe) 2>/dev/null`" = att ; then
333 echo pyramid-pyramid-sysv3
334 else
335 echo pyramid-pyramid-bsd
336 fi
337 exit ;;
338 NILE*:*:*:dcosx)
339 echo pyramid-pyramid-svr4
340 exit ;;
341 DRS?6000:unix:4.0:6*)
342 echo sparc-icl-nx6
343 exit ;;
344 DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
345 case `/usr/bin/uname -p` in
346 sparc) echo sparc-icl-nx7; exit ;;
347 esac ;;
348 s390x:SunOS:*:*)
349 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
350 exit ;;
351 sun4H:SunOS:5.*:*)
352 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
353 exit ;;
354 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
355 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
356 exit ;;
357 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
358 echo i386-pc-auroraux${UNAME_RELEASE}
359 exit ;;
360 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
361 eval $set_cc_for_build
362 SUN_ARCH="i386"
363 # If there is a compiler, see if it is configured for 64-bit objects.
364 # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
365 # This test works for both compilers.
366 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
367 if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
368 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
369 grep IS_64BIT_ARCH >/dev/null
370 then
371 SUN_ARCH="x86_64"
372 fi
373 fi
374 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
375 exit ;;
376 sun4*:SunOS:6*:*)
377 # According to config.sub, this is the proper way to canonicalize
378 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
379 # it's likely to be more like Solaris than SunOS4.
380 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
381 exit ;;
382 sun4*:SunOS:*:*)
383 case "`/usr/bin/arch -k`" in
384 Series*|S4*)
385 UNAME_RELEASE=`uname -v`
386 ;;
387 esac
388 # Japanese Language versions have a version number like `4.1.3-JL'.
389 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
390 exit ;;
391 sun3*:SunOS:*:*)
392 echo m68k-sun-sunos${UNAME_RELEASE}
393 exit ;;
394 sun*:*:4.2BSD:*)
395 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
396 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
397 case "`/bin/arch`" in
398 sun3)
399 echo m68k-sun-sunos${UNAME_RELEASE}
400 ;;
401 sun4)
402 echo sparc-sun-sunos${UNAME_RELEASE}
403 ;;
404 esac
405 exit ;;
406 aushp:SunOS:*:*)
407 echo sparc-auspex-sunos${UNAME_RELEASE}
408 exit ;;
409 # The situation for MiNT is a little confusing. The machine name
410 # can be virtually everything (everything which is not
411 # "atarist" or "atariste" at least should have a processor
412 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
413 # to the lowercase version "mint" (or "freemint"). Finally
414 # the system name "TOS" denotes a system which is actually not
415 # MiNT. But MiNT is downward compatible to TOS, so this should
416 # be no problem.
417 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
418 echo m68k-atari-mint${UNAME_RELEASE}
419 exit ;;
420 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
421 echo m68k-atari-mint${UNAME_RELEASE}
422 exit ;;
423 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
424 echo m68k-atari-mint${UNAME_RELEASE}
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches