Merge lp:~brian-murray/launchpad-integration/stream into lp:launchpad-integration

Proposed by Brian Murray
Status: Rejected
Rejected by: Sebastien Bacher
Proposed branch: lp:~brian-murray/launchpad-integration/stream
Merge into: lp:launchpad-integration
Diff against target: 51029 lines (+50384/-0) (has conflicts)
120 files modified
.bzr-builddeb/default.conf (+2/-0)
ABOUT-NLS (+768/-0)
COPYING (+165/-0)
INSTALL (+365/-0)
Makefile.am (+27/-0)
Makefile.in (+957/-0)
URLS (+103/-0)
acinclude.m4 (+28/-0)
aclocal.m4 (+1874/-0)
autogen.sh (+18/-0)
config.guess (+1502/-0)
config.h.in (+79/-0)
config.rpath (+548/-0)
config.sub (+1714/-0)
configure (+16080/-0)
configure.ac (+105/-0)
debian/changelog (+641/-0)
debian/compat (+1/-0)
debian/control (+219/-0)
debian/copyright (+20/-0)
debian/gir1.2-launchpad-integration-3.0.install (+1/-0)
debian/launchpad-integration.install (+2/-0)
debian/liblaunchpad-integration-3.0-1.install (+1/-0)
debian/liblaunchpad-integration-3.0-dev.install (+5/-0)
debian/liblaunchpad-integration-cil-dev.install (+1/-0)
debian/liblaunchpad-integration-common.install (+2/-0)
debian/liblaunchpad-integration-dev.install (+6/-0)
debian/liblaunchpad-integration1.0-cil.install (+3/-0)
debian/liblaunchpad-integration1.0-cil.installcligac (+1/-0)
debian/liblaunchpad-integration1.install (+1/-0)
debian/liblpint-bonobo-dev.install (+5/-0)
debian/liblpint-bonobo0.install (+1/-0)
debian/python-launchpad-integration.install (+2/-0)
debian/rules (+129/-0)
debian/source/format (+1/-0)
depcomp (+630/-0)
install-sh (+520/-0)
launchpad-integration-3.0.pc.in (+11/-0)
launchpad-integration-sharp.dll.config (+3/-0)
launchpad-integration-sharp.pc.in (+10/-0)
launchpad-integration.in (+12/-0)
launchpad-integration.pc.in (+11/-0)
launchpadintegration/main.py (+75/-0)
launchpadintegration/packageinfo.py (+296/-0)
launchpadintegration/urls.py (+66/-0)
lib/AssemblyInfo.cs (+8/-0)
lib/LaunchpadIntegration.cs (+41/-0)
lib/Makefile.am (+129/-0)
lib/Makefile.in (+892/-0)
lib/__init__.py (+1/-0)
lib/launchpad-integration.c (+399/-0)
lib/launchpad-integration.h (+47/-0)
lib/launchpad-integration.vapi (+30/-0)
lib/lpi.defs (+41/-0)
lib/lpi.override (+13/-0)
lib/lpimodule.c (+24/-0)
lib/lpint-bonobo.c (+208/-0)
lib/lpint-bonobo.h (+18/-0)
lpint-bonobo.pc.in (+11/-0)
ltmain.sh (+8413/-0)
m4/codeset.m4 (+23/-0)
m4/gettext.m4 (+487/-0)
m4/glibc21.m4 (+32/-0)
m4/iconv.m4 (+103/-0)
m4/intdiv0.m4 (+72/-0)
m4/intmax.m4 (+32/-0)
m4/inttypes-pri.m4 (+32/-0)
m4/inttypes.m4 (+27/-0)
m4/inttypes_h.m4 (+28/-0)
m4/isc-posix.m4 (+26/-0)
m4/lcmessage.m4 (+32/-0)
m4/lib-ld.m4 (+112/-0)
m4/lib-link.m4 (+551/-0)
m4/lib-prefix.m4 (+155/-0)
m4/libtool.m4 (+7377/-0)
m4/longdouble.m4 (+30/-0)
m4/longlong.m4 (+25/-0)
m4/ltoptions.m4 (+368/-0)
m4/ltsugar.m4 (+123/-0)
m4/ltversion.m4 (+23/-0)
m4/lt~obsolete.m4 (+92/-0)
m4/nls.m4 (+49/-0)
m4/po.m4 (+426/-0)
m4/printf-posix.m4 (+46/-0)
m4/progtest.m4 (+91/-0)
m4/signed.m4 (+19/-0)
m4/size_max.m4 (+61/-0)
m4/stdint_h.m4 (+28/-0)
m4/uintmax_t.m4 (+32/-0)
m4/ulonglong.m4 (+25/-0)
m4/wchar_t.m4 (+22/-0)
m4/wint_t.m4 (+22/-0)
m4/xsize.m4 (+14/-0)
missing (+376/-0)
mkinstalldirs (+111/-0)
patches/evince-lpint.patch (+57/-0)
patches/gucharmap-lpint.patch (+43/-0)
pixmaps/Makefile.am (+5/-0)
pixmaps/Makefile.in (+455/-0)
pixmaps/lpi-bug.svg (+165/-0)
pixmaps/lpi-translate.svg (+208/-0)
po/LINGUAS (+6/-0)
po/Makefile.in.in (+366/-0)
po/Makevars (+41/-0)
po/Makevars.template (+41/-0)
po/POTFILES.in (+3/-0)
po/Rules-quot (+47/-0)
po/boldquot.sed (+10/-0)
po/de.po (+49/-0)
po/en@boldquot.header (+25/-0)
po/en@quot.header (+22/-0)
po/fr.po (+51/-0)
po/insert-header.sin (+23/-0)
po/launchpad-integration.pot (+50/-0)
po/nl.po (+50/-0)
po/pl.po (+88/-0)
po/pt.po (+50/-0)
po/quot.sed (+6/-0)
po/remove-potcdate.sin (+19/-0)
py-compile (+146/-0)
Conflict adding file .bzr-builddeb.  Moved existing file to .bzr-builddeb.moved.
Conflict adding file AUTHORS.  Moved existing file to AUTHORS.moved.
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
Conflict adding file ChangeLog.  Moved existing file to ChangeLog.moved.
Conflict adding file Makefile.am.  Moved existing file to Makefile.am.moved.
Conflict adding file NEWS.  Moved existing file to NEWS.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file URLS.  Moved existing file to URLS.moved.
Conflict adding file acinclude.m4.  Moved existing file to acinclude.m4.moved.
Conflict adding file autogen.sh.  Moved existing file to autogen.sh.moved.
Conflict adding file configure.ac.  Moved existing file to configure.ac.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
Conflict adding file launchpad-integration-3.0.pc.in.  Moved existing file to launchpad-integration-3.0.pc.in.moved.
Conflict adding file launchpad-integration-sharp.dll.config.  Moved existing file to launchpad-integration-sharp.dll.config.moved.
Conflict adding file launchpad-integration-sharp.pc.in.  Moved existing file to launchpad-integration-sharp.pc.in.moved.
Conflict adding file launchpad-integration.in.  Moved existing file to launchpad-integration.in.moved.
Conflict adding file launchpad-integration.pc.in.  Moved existing file to launchpad-integration.pc.in.moved.
Conflict adding file launchpadintegration.  Moved existing file to launchpadintegration.moved.
Conflict adding file lib.  Moved existing file to lib.moved.
Conflict adding file lpint-bonobo.pc.in.  Moved existing file to lpint-bonobo.pc.in.moved.
Conflict adding file m4.  Moved existing file to m4.moved.
Conflict adding file patches.  Moved existing file to patches.moved.
Conflict adding file pixmaps.  Moved existing file to pixmaps.moved.
Conflict adding file po.  Moved existing file to po.moved.
To merge this branch: bzr merge lp:~brian-murray/launchpad-integration/stream
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+47291@code.launchpad.net

Description of the change

This fixes bug 702455. It seems StreamHandler wants stream not strm.

class StreamHandler(Handler)
 | A handler class which writes logging records, appropriately formatted,
 | to a stream. Note that this class does not close the stream, as
 | sys.stdout or sys.stderr may be used.
 |
 | Method resolution order:
 | StreamHandler
 | Handler
 | Filterer
 | __builtin__.object
 |
 | Methods defined here:
 |
 | __init__(self, stream=None)
 | Initialize the handler.
 |
 | If stream is not specified, sys.stderr is used.

To post a comment you must log in.

Unmerged revisions

54. By Brian Murray

The correct arguement is stream not strm for logging.StreamHandler

53. By Robert Ancell

Rebuild against the latest GTK3 to fix linking issues

52. By Michael Terry

[ Ken Vandine ]
* lib/Makefile.am:
  - Specify LaunchpadIntegration_3_0_gir_PACKAGES

[ Michael Terry ]
* debian/control:
  - Rename gir1.0 to gir1.2 following abi change

51. By Martin Pitt

* Drop 01_ltmain_add_as_needed.patch, and --as-needed option from
  debian/rules. The patch doesn't apply any more, and current gcc does
  --as-needed by default now.
* Convert to 3.0 (native) source format.
* debian/control: Bump Standards-Version to 3.9.1 (no changes necessary).
* Rebuild to support Python 2.7.

50. By Michael Terry

[ Michael Terry ]
* debian/rules:
  - Fix FTBFS by installing the gtk3 library even on non-i386 builds

[ Philip Peitsch ]
* launchpadintegration/packageinfo.py:
  - Allow overriding STATUSFILE by specifying LPI_PACKAGE_FILE env var
* launchpad-integration.in:
  - Allow overriding PYTHONPATH for easier testing

49. By Sebastien Bacher

debian/liblaunchpad-integration-dev.install: use the correct vapi directory

48. By Michael Terry

* Provide GTK+ 3.0 version of the library too
* debian/copyright:
  - Convert to DEP5 format
  - Update to LGPL-3 from GPL-2+

47. By Robert Ancell

* debian/liblaunchpad-integration-dev.install:
  - Install .vapi file into vala-0.12 directory

46. By Robert Ancell

* lib/Makefile.am:
  - Install .vapi file into vala-0.12 directory

45. By Robert Ancell

* lib/Makefile.am:
* debian/liblaunchpad-integration-dev.install:
  - Install .vapi file into vala-0.10 directory

Preview Diff

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

Subscribers

People subscribed via source and target branches

to all changes: