Merge lp:~cyphermox/ubuntu/natty/evolution-rss/688776.stan+debfixes into lp:ubuntu/natty/evolution-rss

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 22
Proposed branch: lp:~cyphermox/ubuntu/natty/evolution-rss/688776.stan+debfixes
Merge into: lp:ubuntu/natty/evolution-rss
Diff against target: 14651 lines (+5960/-2787)
31 files modified
ABOUT-NLS (+1282/-0)
ChangeLog (+157/-0)
Makefile.in (+8/-5)
NEWS (+21/-0)
TODO (+1/-0)
aclocal.m4 (+24/-54)
config.rpath (+672/-0)
configure (+1604/-1466)
configure.ac (+38/-16)
debian/changelog (+13/-0)
debian/control (+4/-3)
debian/patches/allow_build_with_newer_webkit_43ca18b.diff (+22/-0)
debian/patches/deprecated_gtk_symbols_e4b39fa.diff (+89/-0)
ltmain.sh (+1044/-705)
m4/libtool.m4 (+543/-462)
m4/ltoptions.m4 (+7/-6)
m4/ltversion.m4 (+5/-5)
m4/lt~obsolete.m4 (+9/-3)
m4/nls.m4 (+32/-0)
pixmaps/Makefile.in (+5/-2)
po/Makevars (+25/-0)
po/POTFILES.skip (+3/-0)
src/Makefile.am (+1/-0)
src/Makefile.in (+6/-2)
src/notification.c (+3/-2)
src/parser.c (+89/-20)
src/parser.h (+33/-5)
src/rss-config-factory.c (+68/-9)
src/rss-config-factory.h (+4/-0)
src/rss-image.c (+40/-15)
src/rss.c (+108/-7)
To merge this branch: bzr merge lp:~cyphermox/ubuntu/natty/evolution-rss/688776.stan+debfixes
Reviewer Review Type Date Requested Status
Micah Gersten (community) Approve
Review via email: mp+47090@code.launchpad.net

Description of the change

Tristan Hill's excellent work to fix evolution-rss, plus the packaging changes reverted as suggested by Micah Gersten.

To post a comment you must log in.
20. By Mathieu Trudel-Lapierre

Remove one blob that doesn't belong in the backported deprecated symbols patch,
as it doesn't apply to evo-rss until after 0.2.2.

Revision history for this message
Micah Gersten (micahg) wrote :

Thank you for updating this merge! A few more comments:
debian/patches/webkitglobals_include.patch is missing DEP-3 headers (missing description entirely)
It's good to keep patch suffixes consistent (.diff vs .patch)
I think there should be a note in the git commit patch that you removed part of it.

review: Needs Fixing
21. By Mathieu Trudel-Lapierre

Replace patch of uncertain origin with the equivalent already committed to
upstream git.

22. By Mathieu Trudel-Lapierre

Explicitly mention changes to upstream patch (cherry-picked from git master)

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Hi Micah,
The changes you suggested are done. You mentioned checking whether the notes/details in the patches were valid DEP-3. I believe they are, but what's the verdict? ;)

Revision history for this message
Micah Gersten (micahg) wrote :

Looks good, thanks for your work on this

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'ABOUT-NLS'
--- ABOUT-NLS 1970-01-01 00:00:00 +0000
+++ ABOUT-NLS 2011-01-24 16:22:16 +0000
@@ -0,0 +1,1282 @@
11 Notes on the Free Translation Project
2***************************************
3
4Free software is going international! The Free Translation Project is
5a way to get maintainers of free software, translators, and users all
6together, so that free software will gradually become able to speak many
7languages. A few packages already provide translations for their
8messages.
9
10 If you found this `ABOUT-NLS' file inside a distribution, you may
11assume that the distributed package does use GNU `gettext' internally,
12itself available at your nearest GNU archive site. But you do _not_
13need to install GNU `gettext' prior to configuring, installing or using
14this package with messages translated.
15
16 Installers will find here some useful hints. These notes also
17explain how users should proceed for getting the programs to use the
18available translations. They tell how people wanting to contribute and
19work on translations can contact the appropriate team.
20
211.1 INSTALL Matters
22===================
23
24Some packages are "localizable" when properly installed; the programs
25they contain can be made to speak your own native language. Most such
26packages use GNU `gettext'. Other packages have their own ways to
27internationalization, predating GNU `gettext'.
28
29 By default, this package will be installed to allow translation of
30messages. It will automatically detect whether the system already
31provides the GNU `gettext' functions. Installers may use special
32options at configuration time for changing the default behaviour. The
33command:
34
35 ./configure --disable-nls
36
37will _totally_ disable translation of messages.
38
39 When you already have GNU `gettext' installed on your system and run
40configure without an option for your new package, `configure' will
41probably detect the previously built and installed `libintl' library
42and will decide to use it. If not, you may have to to use the
43`--with-libintl-prefix' option to tell `configure' where to look for it.
44
45 Internationalized packages usually have many `po/LL.po' files, where
46LL gives an ISO 639 two-letter code identifying the language. Unless
47translations have been forbidden at `configure' time by using the
48`--disable-nls' switch, all available translations are installed
49together with the package. However, the environment variable `LINGUAS'
50may be set, prior to configuration, to limit the installed set.
51`LINGUAS' should then contain a space separated list of two-letter
52codes, stating which languages are allowed.
53
541.2 Using This Package
55======================
56
57As a user, if your language has been installed for this package, you
58only have to set the `LANG' environment variable to the appropriate
59`LL_CC' combination. If you happen to have the `LC_ALL' or some other
60`LC_xxx' environment variables set, you should unset them before
61setting `LANG', otherwise the setting of `LANG' will not have the
62desired effect. Here `LL' is an ISO 639 two-letter language code, and
63`CC' is an ISO 3166 two-letter country code. For example, let's
64suppose that you speak German and live in Germany. At the shell
65prompt, merely execute `setenv LANG de_DE' (in `csh'),
66`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
67This can be done from your `.login' or `.profile' file, once and for
68all.
69
70 You might think that the country code specification is redundant.
71But in fact, some languages have dialects in different countries. For
72example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
73country code serves to distinguish the dialects.
74
75 The locale naming convention of `LL_CC', with `LL' denoting the
76language and `CC' denoting the country, is the one use on systems based
77on GNU libc. On other systems, some variations of this scheme are
78used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
79locales supported by your system for your language by running the
80command `locale -a | grep '^LL''.
81
82 Not all programs have translations for all languages. By default, an
83English message is shown in place of a nonexistent translation. If you
84understand other languages, you can set up a priority list of languages.
85This is done through a different environment variable, called
86`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
87for the purpose of message handling, but you still need to have `LANG'
88set to the primary language; this is required by other parts of the
89system libraries. For example, some Swedish users who would rather
90read translations in German than English for when Swedish is not
91available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
92
93 Special advice for Norwegian users: The language code for Norwegian
94bokma*l changed from `no' to `nb' recently (in 2003). During the
95transition period, while some message catalogs for this language are
96installed under `nb' and some older ones under `no', it's recommended
97for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
98older translations are used.
99
100 In the `LANGUAGE' environment variable, but not in the `LANG'
101environment variable, `LL_CC' combinations can be abbreviated as `LL'
102to denote the language's main dialect. For example, `de' is equivalent
103to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
104(Portuguese as spoken in Portugal) in this context.
105
1061.3 Translating Teams
107=====================
108
109For the Free Translation Project to be a success, we need interested
110people who like their own language and write it well, and who are also
111able to synergize with other translators speaking the same language.
112Each translation team has its own mailing list. The up-to-date list of
113teams can be found at the Free Translation Project's homepage,
114`http://translationproject.org/', in the "Teams" area.
115
116 If you'd like to volunteer to _work_ at translating messages, you
117should become a member of the translating team for your own language.
118The subscribing address is _not_ the same as the list itself, it has
119`-request' appended. For example, speakers of Swedish can send a
120message to `sv-request@li.org', having this message body:
121
122 subscribe
123
124 Keep in mind that team members are expected to participate
125_actively_ in translations, or at solving translational difficulties,
126rather than merely lurking around. If your team does not exist yet and
127you want to start one, or if you are unsure about what to do or how to
128get started, please write to `coordinator@translationproject.org' to
129reach the coordinator for all translator teams.
130
131 The English team is special. It works at improving and uniformizing
132the terminology in use. Proven linguistic skills are praised more than
133programming skills, here.
134
1351.4 Available Packages
136======================
137
138Languages are not equally supported in all packages. The following
139matrix shows the current state of internationalization, as of June
1402010. The matrix shows, in regard of each package, for which languages
141PO files have been submitted to translation coordination, with a
142translation percentage of at least 50%.
143
144 Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca
145 +--------------------------------------------------+
146 a2ps | [] [] |
147 aegis | |
148 ant-phone | |
149 anubis | |
150 aspell | [] [] |
151 bash | |
152 bfd | |
153 bibshelf | [] |
154 binutils | |
155 bison | |
156 bison-runtime | [] |
157 bluez-pin | [] [] |
158 bombono-dvd | |
159 buzztard | |
160 cflow | |
161 clisp | |
162 coreutils | [] [] |
163 cpio | |
164 cppi | |
165 cpplib | [] |
166 cryptsetup | |
167 dfarc | |
168 dialog | [] [] |
169 dico | |
170 diffutils | [] |
171 dink | |
172 doodle | |
173 e2fsprogs | [] |
174 enscript | [] |
175 exif | |
176 fetchmail | [] |
177 findutils | [] |
178 flex | [] |
179 freedink | |
180 gas | |
181 gawk | [] [] |
182 gcal | [] |
183 gcc | |
184 gettext-examples | [] [] [] [] |
185 gettext-runtime | [] [] |
186 gettext-tools | [] [] |
187 gip | [] |
188 gjay | |
189 gliv | [] |
190 glunarclock | [] [] |
191 gnubiff | |
192 gnucash | [] |
193 gnuedu | |
194 gnulib | |
195 gnunet | |
196 gnunet-gtk | |
197 gnutls | |
198 gold | |
199 gpe-aerial | |
200 gpe-beam | |
201 gpe-bluetooth | |
202 gpe-calendar | |
203 gpe-clock | [] |
204 gpe-conf | |
205 gpe-contacts | |
206 gpe-edit | |
207 gpe-filemanager | |
208 gpe-go | |
209 gpe-login | |
210 gpe-ownerinfo | [] |
211 gpe-package | |
212 gpe-sketchbook | |
213 gpe-su | [] |
214 gpe-taskmanager | [] |
215 gpe-timesheet | [] |
216 gpe-today | [] |
217 gpe-todo | |
218 gphoto2 | |
219 gprof | [] |
220 gpsdrive | |
221 gramadoir | |
222 grep | |
223 grub | [] [] |
224 gsasl | |
225 gss | |
226 gst-plugins-bad | [] |
227 gst-plugins-base | [] |
228 gst-plugins-good | [] |
229 gst-plugins-ugly | [] |
230 gstreamer | [] [] [] |
231 gtick | |
232 gtkam | [] |
233 gtkorphan | [] |
234 gtkspell | [] [] [] |
235 gutenprint | |
236 hello | [] |
237 help2man | |
238 hylafax | |
239 idutils | |
240 indent | [] [] |
241 iso_15924 | |
242 iso_3166 | [] [] [] [] [] [] [] |
243 iso_3166_2 | |
244 iso_4217 | |
245 iso_639 | [] [] [] [] |
246 iso_639_3 | |
247 jwhois | |
248 kbd | |
249 keytouch | [] |
250 keytouch-editor | |
251 keytouch-keyboa... | [] |
252 klavaro | [] |
253 latrine | |
254 ld | [] |
255 leafpad | [] [] |
256 libc | [] [] |
257 libexif | () |
258 libextractor | |
259 libgnutls | |
260 libgpewidget | |
261 libgpg-error | |
262 libgphoto2 | |
263 libgphoto2_port | |
264 libgsasl | |
265 libiconv | [] |
266 libidn | |
267 lifelines | |
268 liferea | [] [] |
269 lilypond | |
270 linkdr | [] |
271 lordsawar | |
272 lprng | |
273 lynx | [] |
274 m4 | |
275 mailfromd | |
276 mailutils | |
277 make | |
278 man-db | |
279 man-db-manpages | |
280 minicom | |
281 mkisofs | |
282 myserver | |
283 nano | [] [] |
284 opcodes | |
285 parted | |
286 pies | |
287 popt | |
288 psmisc | |
289 pspp | [] |
290 pwdutils | |
291 radius | [] |
292 recode | [] [] |
293 rosegarden | |
294 rpm | |
295 rush | |
296 sarg | |
297 screem | |
298 scrollkeeper | [] [] [] |
299 sed | [] [] |
300 sharutils | [] [] |
301 shishi | |
302 skencil | |
303 solfege | |
304 solfege-manual | |
305 soundtracker | |
306 sp | |
307 sysstat | |
308 tar | [] |
309 texinfo | |
310 tin | |
311 unicode-han-tra... | |
312 unicode-transla... | |
313 util-linux-ng | [] |
314 vice | |
315 vmm | |
316 vorbis-tools | |
317 wastesedge | |
318 wdiff | |
319 wget | [] [] |
320 wyslij-po | |
321 xchat | [] [] [] [] |
322 xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
323 xkeyboard-config | [] [] |
324 +--------------------------------------------------+
325 af am an ar as ast az be be@latin bg bn_IN bs ca
326 6 0 1 2 3 19 1 10 3 28 3 1 38
327
328 crh cs da de el en en_GB en_ZA eo es et eu fa
329 +-------------------------------------------------+
330 a2ps | [] [] [] [] [] [] [] |
331 aegis | [] [] [] |
332 ant-phone | [] () |
333 anubis | [] [] |
334 aspell | [] [] [] [] [] |
335 bash | [] [] [] |
336 bfd | [] |
337 bibshelf | [] [] [] |
338 binutils | [] |
339 bison | [] [] |
340 bison-runtime | [] [] [] [] |
341 bluez-pin | [] [] [] [] [] [] |
342 bombono-dvd | [] |
343 buzztard | [] [] [] |
344 cflow | [] [] |
345 clisp | [] [] [] [] |
346 coreutils | [] [] [] [] |
347 cpio | |
348 cppi | |
349 cpplib | [] [] [] |
350 cryptsetup | [] |
351 dfarc | [] [] [] |
352 dialog | [] [] [] [] [] |
353 dico | |
354 diffutils | [] [] [] [] [] [] |
355 dink | [] [] [] |
356 doodle | [] |
357 e2fsprogs | [] [] [] |
358 enscript | [] [] [] |
359 exif | () [] [] |
360 fetchmail | [] [] () [] [] [] |
361 findutils | [] [] [] |
362 flex | [] [] |
363 freedink | [] [] [] |
364 gas | [] |
365 gawk | [] [] [] |
366 gcal | [] |
367 gcc | [] [] |
368 gettext-examples | [] [] [] [] |
369 gettext-runtime | [] [] [] [] |
370 gettext-tools | [] [] [] |
371 gip | [] [] [] [] |
372 gjay | [] |
373 gliv | [] [] [] |
374 glunarclock | [] [] |
375 gnubiff | () |
376 gnucash | [] () () () () |
377 gnuedu | [] [] |
378 gnulib | [] [] |
379 gnunet | |
380 gnunet-gtk | [] |
381 gnutls | [] [] |
382 gold | [] |
383 gpe-aerial | [] [] [] [] |
384 gpe-beam | [] [] [] [] |
385 gpe-bluetooth | [] [] |
386 gpe-calendar | [] |
387 gpe-clock | [] [] [] [] |
388 gpe-conf | [] [] [] |
389 gpe-contacts | [] [] [] |
390 gpe-edit | [] [] |
391 gpe-filemanager | [] [] [] |
392 gpe-go | [] [] [] [] |
393 gpe-login | [] [] |
394 gpe-ownerinfo | [] [] [] [] |
395 gpe-package | [] [] [] |
396 gpe-sketchbook | [] [] [] [] |
397 gpe-su | [] [] [] [] |
398 gpe-taskmanager | [] [] [] [] |
399 gpe-timesheet | [] [] [] [] |
400 gpe-today | [] [] [] [] |
401 gpe-todo | [] [] [] |
402 gphoto2 | [] [] () [] [] [] |
403 gprof | [] [] [] |
404 gpsdrive | [] [] [] |
405 gramadoir | [] [] [] |
406 grep | [] |
407 grub | [] [] |
408 gsasl | [] |
409 gss | |
410 gst-plugins-bad | [] [] [] [] [] |
411 gst-plugins-base | [] [] [] [] [] |
412 gst-plugins-good | [] [] [] [] [] [] |
413 gst-plugins-ugly | [] [] [] [] [] [] |
414 gstreamer | [] [] [] [] [] |
415 gtick | [] () [] |
416 gtkam | [] [] () [] [] |
417 gtkorphan | [] [] [] [] |
418 gtkspell | [] [] [] [] [] [] [] |
419 gutenprint | [] [] [] |
420 hello | [] [] [] [] |
421 help2man | [] |
422 hylafax | [] [] |
423 idutils | [] [] |
424 indent | [] [] [] [] [] [] [] |
425 iso_15924 | [] () [] [] |
426 iso_3166 | [] [] [] [] () [] [] [] () |
427 iso_3166_2 | () |
428 iso_4217 | [] [] [] () [] [] |
429 iso_639 | [] [] [] [] () [] [] |
430 iso_639_3 | [] |
431 jwhois | [] |
432 kbd | [] [] [] [] [] |
433 keytouch | [] [] |
434 keytouch-editor | [] [] |
435 keytouch-keyboa... | [] |
436 klavaro | [] [] [] [] |
437 latrine | [] () |
438 ld | [] [] |
439 leafpad | [] [] [] [] [] [] |
440 libc | [] [] [] [] |
441 libexif | [] [] () |
442 libextractor | |
443 libgnutls | [] |
444 libgpewidget | [] [] |
445 libgpg-error | [] [] |
446 libgphoto2 | [] () |
447 libgphoto2_port | [] () [] |
448 libgsasl | |
449 libiconv | [] [] [] [] [] |
450 libidn | [] [] [] |
451 lifelines | [] () |
452 liferea | [] [] [] [] [] |
453 lilypond | [] [] [] |
454 linkdr | [] [] [] |
455 lordsawar | [] |
456 lprng | |
457 lynx | [] [] [] [] |
458 m4 | [] [] [] [] |
459 mailfromd | |
460 mailutils | [] |
461 make | [] [] [] |
462 man-db | |
463 man-db-manpages | |
464 minicom | [] [] [] [] |
465 mkisofs | |
466 myserver | |
467 nano | [] [] [] |
468 opcodes | [] [] |
469 parted | [] [] |
470 pies | |
471 popt | [] [] [] [] [] |
472 psmisc | [] [] [] |
473 pspp | [] |
474 pwdutils | [] |
475 radius | [] |
476 recode | [] [] [] [] [] [] |
477 rosegarden | () () () |
478 rpm | [] [] [] |
479 rush | |
480 sarg | |
481 screem | |
482 scrollkeeper | [] [] [] [] [] |
483 sed | [] [] [] [] [] [] |
484 sharutils | [] [] [] [] |
485 shishi | |
486 skencil | [] () [] |
487 solfege | [] [] [] |
488 solfege-manual | [] [] |
489 soundtracker | [] [] [] |
490 sp | [] |
491 sysstat | [] [] [] |
492 tar | [] [] [] [] |
493 texinfo | [] [] [] |
494 tin | [] [] |
495 unicode-han-tra... | |
496 unicode-transla... | |
497 util-linux-ng | [] [] [] [] |
498 vice | () () |
499 vmm | [] |
500 vorbis-tools | [] [] |
501 wastesedge | [] |
502 wdiff | [] [] |
503 wget | [] [] [] |
504 wyslij-po | |
505 xchat | [] [] [] [] [] |
506 xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
507 xkeyboard-config | [] [] [] [] [] [] |
508 +-------------------------------------------------+
509 crh cs da de el en en_GB en_ZA eo es et eu fa
510 5 64 105 117 18 1 8 0 28 89 18 19 0
511
512 fi fr ga gl gu he hi hr hu hy id is it ja ka kn
513 +----------------------------------------------------+
514 a2ps | [] [] [] [] |
515 aegis | [] [] |
516 ant-phone | [] [] |
517 anubis | [] [] [] [] |
518 aspell | [] [] [] [] |
519 bash | [] [] [] [] |
520 bfd | [] [] [] |
521 bibshelf | [] [] [] [] [] |
522 binutils | [] [] [] |
523 bison | [] [] [] [] |
524 bison-runtime | [] [] [] [] [] [] |
525 bluez-pin | [] [] [] [] [] [] [] [] |
526 bombono-dvd | [] |
527 buzztard | [] |
528 cflow | [] [] [] |
529 clisp | [] |
530 coreutils | [] [] [] [] [] |
531 cpio | [] [] [] [] |
532 cppi | [] [] |
533 cpplib | [] [] [] |
534 cryptsetup | [] [] [] |
535 dfarc | [] [] [] |
536 dialog | [] [] [] [] [] [] [] |
537 dico | |
538 diffutils | [] [] [] [] [] [] [] [] [] |
539 dink | [] |
540 doodle | [] [] |
541 e2fsprogs | [] [] |
542 enscript | [] [] [] [] |
543 exif | [] [] [] [] [] [] |
544 fetchmail | [] [] [] [] |
545 findutils | [] [] [] [] [] [] |
546 flex | [] [] [] |
547 freedink | [] [] [] |
548 gas | [] [] |
549 gawk | [] [] [] [] () [] |
550 gcal | [] |
551 gcc | [] |
552 gettext-examples | [] [] [] [] [] [] [] |
553 gettext-runtime | [] [] [] [] [] [] |
554 gettext-tools | [] [] [] [] |
555 gip | [] [] [] [] [] [] |
556 gjay | [] |
557 gliv | [] () |
558 glunarclock | [] [] [] [] |
559 gnubiff | () [] () |
560 gnucash | () () () () () [] |
561 gnuedu | [] [] |
562 gnulib | [] [] [] [] [] [] |
563 gnunet | |
564 gnunet-gtk | [] |
565 gnutls | [] [] |
566 gold | [] [] |
567 gpe-aerial | [] [] [] |
568 gpe-beam | [] [] [] [] |
569 gpe-bluetooth | [] [] [] [] |
570 gpe-calendar | [] [] |
571 gpe-clock | [] [] [] [] [] |
572 gpe-conf | [] [] [] [] |
573 gpe-contacts | [] [] [] [] |
574 gpe-edit | [] [] [] |
575 gpe-filemanager | [] [] [] [] |
576 gpe-go | [] [] [] [] [] |
577 gpe-login | [] [] [] |
578 gpe-ownerinfo | [] [] [] [] [] |
579 gpe-package | [] [] [] |
580 gpe-sketchbook | [] [] [] [] |
581 gpe-su | [] [] [] [] [] [] |
582 gpe-taskmanager | [] [] [] [] [] |
583 gpe-timesheet | [] [] [] [] [] |
584 gpe-today | [] [] [] [] [] [] [] |
585 gpe-todo | [] [] [] |
586 gphoto2 | [] [] [] [] [] [] |
587 gprof | [] [] [] [] |
588 gpsdrive | [] [] [] |
589 gramadoir | [] [] [] |
590 grep | [] [] |
591 grub | [] [] [] [] |
592 gsasl | [] [] [] [] [] |
593 gss | [] [] [] [] [] |
594 gst-plugins-bad | [] [] [] [] [] [] |
595 gst-plugins-base | [] [] [] [] [] [] |
596 gst-plugins-good | [] [] [] [] [] [] |
597 gst-plugins-ugly | [] [] [] [] [] [] |
598 gstreamer | [] [] [] [] [] |
599 gtick | [] [] [] [] [] |
600 gtkam | [] [] [] [] [] |
601 gtkorphan | [] [] [] |
602 gtkspell | [] [] [] [] [] [] [] [] [] |
603 gutenprint | [] [] [] [] |
604 hello | [] [] [] |
605 help2man | [] [] |
606 hylafax | [] |
607 idutils | [] [] [] [] [] [] |
608 indent | [] [] [] [] [] [] [] [] |
609 iso_15924 | [] () [] [] |
610 iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] |
611 iso_3166_2 | () [] [] [] |
612 iso_4217 | [] () [] [] [] [] |
613 iso_639 | [] () [] [] [] [] [] [] [] |
614 iso_639_3 | () [] [] |
615 jwhois | [] [] [] [] [] |
616 kbd | [] [] |
617 keytouch | [] [] [] [] [] [] |
618 keytouch-editor | [] [] [] [] [] |
619 keytouch-keyboa... | [] [] [] [] [] |
620 klavaro | [] [] |
621 latrine | [] [] [] |
622 ld | [] [] [] [] |
623 leafpad | [] [] [] [] [] [] [] () |
624 libc | [] [] [] [] [] |
625 libexif | [] |
626 libextractor | |
627 libgnutls | [] [] |
628 libgpewidget | [] [] [] [] |
629 libgpg-error | [] [] |
630 libgphoto2 | [] [] [] |
631 libgphoto2_port | [] [] [] |
632 libgsasl | [] [] [] [] [] |
633 libiconv | [] [] [] [] [] [] |
634 libidn | [] [] [] [] |
635 lifelines | () |
636 liferea | [] [] [] [] |
637 lilypond | [] [] |
638 linkdr | [] [] [] [] [] |
639 lordsawar | |
640 lprng | [] |
641 lynx | [] [] [] [] [] |
642 m4 | [] [] [] [] [] [] |
643 mailfromd | |
644 mailutils | [] [] |
645 make | [] [] [] [] [] [] [] [] [] |
646 man-db | [] [] |
647 man-db-manpages | [] |
648 minicom | [] [] [] [] [] |
649 mkisofs | [] [] [] [] |
650 myserver | |
651 nano | [] [] [] [] [] [] |
652 opcodes | [] [] [] [] |
653 parted | [] [] [] [] |
654 pies | |
655 popt | [] [] [] [] [] [] [] [] [] |
656 psmisc | [] [] [] |
657 pspp | |
658 pwdutils | [] [] |
659 radius | [] [] |
660 recode | [] [] [] [] [] [] [] [] |
661 rosegarden | () () () () () |
662 rpm | [] [] |
663 rush | |
664 sarg | [] |
665 screem | [] [] |
666 scrollkeeper | [] [] [] [] |
667 sed | [] [] [] [] [] [] [] [] |
668 sharutils | [] [] [] [] [] [] [] |
669 shishi | [] |
670 skencil | [] |
671 solfege | [] [] [] [] |
672 solfege-manual | [] [] |
673 soundtracker | [] [] |
674 sp | [] () |
675 sysstat | [] [] [] [] [] |
676 tar | [] [] [] [] [] [] [] |
677 texinfo | [] [] [] [] |
678 tin | [] |
679 unicode-han-tra... | |
680 unicode-transla... | [] [] |
681 util-linux-ng | [] [] [] [] [] [] |
682 vice | () () () |
683 vmm | [] |
684 vorbis-tools | [] |
685 wastesedge | () () |
686 wdiff | [] |
687 wget | [] [] [] [] [] [] [] [] |
688 wyslij-po | [] [] [] |
689 xchat | [] [] [] [] [] [] [] [] [] |
690 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
691 xkeyboard-config | [] [] [] [] [] |
692 +----------------------------------------------------+
693 fi fr ga gl gu he hi hr hu hy id is it ja ka kn
694 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4
695
696 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
697 +-----------------------------------------------+
698 a2ps | [] |
699 aegis | |
700 ant-phone | |
701 anubis | [] [] |
702 aspell | [] |
703 bash | |
704 bfd | |
705 bibshelf | [] [] |
706 binutils | |
707 bison | [] |
708 bison-runtime | [] [] [] [] [] |
709 bluez-pin | [] [] [] [] [] |
710 bombono-dvd | |
711 buzztard | |
712 cflow | |
713 clisp | |
714 coreutils | [] |
715 cpio | |
716 cppi | |
717 cpplib | |
718 cryptsetup | |
719 dfarc | [] |
720 dialog | [] [] [] [] [] |
721 dico | |
722 diffutils | [] [] |
723 dink | |
724 doodle | |
725 e2fsprogs | |
726 enscript | |
727 exif | [] |
728 fetchmail | |
729 findutils | |
730 flex | |
731 freedink | [] |
732 gas | |
733 gawk | |
734 gcal | |
735 gcc | |
736 gettext-examples | [] [] [] [] |
737 gettext-runtime | [] |
738 gettext-tools | [] |
739 gip | [] [] |
740 gjay | |
741 gliv | |
742 glunarclock | [] |
743 gnubiff | |
744 gnucash | () () () () |
745 gnuedu | |
746 gnulib | |
747 gnunet | |
748 gnunet-gtk | |
749 gnutls | [] |
750 gold | |
751 gpe-aerial | [] |
752 gpe-beam | [] |
753 gpe-bluetooth | [] [] |
754 gpe-calendar | [] |
755 gpe-clock | [] [] [] [] [] |
756 gpe-conf | [] [] |
757 gpe-contacts | [] [] |
758 gpe-edit | [] |
759 gpe-filemanager | [] [] |
760 gpe-go | [] [] [] |
761 gpe-login | [] |
762 gpe-ownerinfo | [] [] |
763 gpe-package | [] [] |
764 gpe-sketchbook | [] [] |
765 gpe-su | [] [] [] [] [] [] |
766 gpe-taskmanager | [] [] [] [] [] [] |
767 gpe-timesheet | [] [] |
768 gpe-today | [] [] [] [] |
769 gpe-todo | [] [] |
770 gphoto2 | |
771 gprof | [] |
772 gpsdrive | |
773 gramadoir | |
774 grep | |
775 grub | |
776 gsasl | |
777 gss | |
778 gst-plugins-bad | [] [] [] [] |
779 gst-plugins-base | [] [] |
780 gst-plugins-good | [] [] |
781 gst-plugins-ugly | [] [] [] [] [] |
782 gstreamer | |
783 gtick | |
784 gtkam | [] |
785 gtkorphan | [] [] |
786 gtkspell | [] [] [] [] [] [] [] |
787 gutenprint | |
788 hello | [] [] [] |
789 help2man | |
790 hylafax | |
791 idutils | |
792 indent | |
793 iso_15924 | [] [] |
794 iso_3166 | [] [] () [] [] [] [] [] |
795 iso_3166_2 | |
796 iso_4217 | [] [] |
797 iso_639 | [] [] |
798 iso_639_3 | [] |
799 jwhois | [] |
800 kbd | |
801 keytouch | [] |
802 keytouch-editor | [] |
803 keytouch-keyboa... | [] |
804 klavaro | [] |
805 latrine | [] |
806 ld | |
807 leafpad | [] [] [] |
808 libc | [] |
809 libexif | |
810 libextractor | |
811 libgnutls | [] |
812 libgpewidget | [] [] |
813 libgpg-error | |
814 libgphoto2 | |
815 libgphoto2_port | |
816 libgsasl | |
817 libiconv | |
818 libidn | |
819 lifelines | |
820 liferea | |
821 lilypond | |
822 linkdr | |
823 lordsawar | |
824 lprng | |
825 lynx | |
826 m4 | |
827 mailfromd | |
828 mailutils | |
829 make | [] |
830 man-db | |
831 man-db-manpages | |
832 minicom | [] |
833 mkisofs | |
834 myserver | |
835 nano | [] [] |
836 opcodes | |
837 parted | |
838 pies | |
839 popt | [] [] [] |
840 psmisc | |
841 pspp | |
842 pwdutils | |
843 radius | |
844 recode | |
845 rosegarden | |
846 rpm | |
847 rush | |
848 sarg | |
849 screem | |
850 scrollkeeper | [] [] |
851 sed | |
852 sharutils | |
853 shishi | |
854 skencil | |
855 solfege | [] |
856 solfege-manual | |
857 soundtracker | |
858 sp | |
859 sysstat | [] |
860 tar | [] |
861 texinfo | [] |
862 tin | |
863 unicode-han-tra... | |
864 unicode-transla... | |
865 util-linux-ng | |
866 vice | |
867 vmm | |
868 vorbis-tools | |
869 wastesedge | |
870 wdiff | |
871 wget | [] |
872 wyslij-po | |
873 xchat | [] [] [] |
874 xdg-user-dirs | [] [] [] [] [] [] [] [] |
875 xkeyboard-config | [] [] [] |
876 +-----------------------------------------------+
877 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
878 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1
879
880 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
881 +---------------------------------------------------+
882 a2ps | [] [] [] [] [] [] [] [] |
883 aegis | [] [] [] |
884 ant-phone | [] [] |
885 anubis | [] [] [] |
886 aspell | [] [] [] [] [] |
887 bash | [] [] |
888 bfd | [] |
889 bibshelf | [] [] |
890 binutils | [] [] |
891 bison | [] [] [] |
892 bison-runtime | [] [] [] [] [] [] [] |
893 bluez-pin | [] [] [] [] [] [] [] [] |
894 bombono-dvd | [] () |
895 buzztard | [] [] |
896 cflow | [] |
897 clisp | [] [] |
898 coreutils | [] [] [] [] [] [] |
899 cpio | [] [] [] |
900 cppi | [] |
901 cpplib | [] |
902 cryptsetup | [] |
903 dfarc | [] |
904 dialog | [] [] [] [] |
905 dico | [] |
906 diffutils | [] [] [] [] [] [] |
907 dink | () |
908 doodle | [] [] |
909 e2fsprogs | [] [] |
910 enscript | [] [] [] [] [] |
911 exif | [] [] [] () [] |
912 fetchmail | [] [] [] [] |
913 findutils | [] [] [] [] [] |
914 flex | [] [] [] [] [] |
915 freedink | [] [] |
916 gas | |
917 gawk | [] [] [] [] |
918 gcal | |
919 gcc | [] |
920 gettext-examples | [] [] [] [] [] [] [] [] |
921 gettext-runtime | [] [] [] [] [] [] [] [] [] |
922 gettext-tools | [] [] [] [] [] [] |
923 gip | [] [] [] [] [] |
924 gjay | |
925 gliv | [] [] [] [] [] [] |
926 glunarclock | [] [] [] [] [] |
927 gnubiff | [] () |
928 gnucash | [] () () () |
929 gnuedu | [] |
930 gnulib | [] [] [] [] |
931 gnunet | |
932 gnunet-gtk | |
933 gnutls | [] [] |
934 gold | |
935 gpe-aerial | [] [] [] [] [] [] [] |
936 gpe-beam | [] [] [] [] [] [] [] |
937 gpe-bluetooth | [] [] |
938 gpe-calendar | [] [] [] [] |
939 gpe-clock | [] [] [] [] [] [] [] [] |
940 gpe-conf | [] [] [] [] [] [] [] |
941 gpe-contacts | [] [] [] [] [] |
942 gpe-edit | [] [] [] |
943 gpe-filemanager | [] [] [] |
944 gpe-go | [] [] [] [] [] [] [] [] |
945 gpe-login | [] [] |
946 gpe-ownerinfo | [] [] [] [] [] [] [] [] |
947 gpe-package | [] [] |
948 gpe-sketchbook | [] [] [] [] [] [] [] |
949 gpe-su | [] [] [] [] [] [] [] [] |
950 gpe-taskmanager | [] [] [] [] [] [] [] [] |
951 gpe-timesheet | [] [] [] [] [] [] [] [] |
952 gpe-today | [] [] [] [] [] [] [] [] |
953 gpe-todo | [] [] [] [] [] |
954 gphoto2 | [] [] [] [] [] [] [] [] |
955 gprof | [] [] [] |
956 gpsdrive | [] [] |
957 gramadoir | [] [] |
958 grep | [] [] [] [] |
959 grub | [] [] [] |
960 gsasl | [] [] [] [] |
961 gss | [] [] [] |
962 gst-plugins-bad | [] [] [] [] [] [] |
963 gst-plugins-base | [] [] [] [] [] |
964 gst-plugins-good | [] [] [] [] [] |
965 gst-plugins-ugly | [] [] [] [] [] [] |
966 gstreamer | [] [] [] [] [] |
967 gtick | [] [] [] |
968 gtkam | [] [] [] [] [] [] |
969 gtkorphan | [] |
970 gtkspell | [] [] [] [] [] [] [] [] [] [] |
971 gutenprint | [] [] |
972 hello | [] [] [] [] |
973 help2man | [] [] |
974 hylafax | [] |
975 idutils | [] [] [] [] [] |
976 indent | [] [] [] [] [] [] [] |
977 iso_15924 | [] [] [] [] |
978 iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] |
979 iso_3166_2 | [] [] [] |
980 iso_4217 | [] [] [] [] [] [] [] [] |
981 iso_639 | [] [] [] [] [] [] [] [] [] |
982 iso_639_3 | [] [] |
983 jwhois | [] [] [] [] |
984 kbd | [] [] [] |
985 keytouch | [] [] [] |
986 keytouch-editor | [] [] [] |
987 keytouch-keyboa... | [] [] [] |
988 klavaro | [] [] |
989 latrine | [] [] |
990 ld | |
991 leafpad | [] [] [] [] [] [] [] [] [] |
992 libc | [] [] [] [] |
993 libexif | [] [] () [] |
994 libextractor | |
995 libgnutls | [] [] |
996 libgpewidget | [] [] [] |
997 libgpg-error | [] [] |
998 libgphoto2 | [] [] |
999 libgphoto2_port | [] [] [] [] [] |
1000 libgsasl | [] [] [] [] [] |
1001 libiconv | [] [] [] [] [] |
1002 libidn | [] [] |
1003 lifelines | [] [] |
1004 liferea | [] [] [] [] [] () () [] |
1005 lilypond | [] |
1006 linkdr | [] [] [] |
1007 lordsawar | |
1008 lprng | [] |
1009 lynx | [] [] [] |
1010 m4 | [] [] [] [] [] |
1011 mailfromd | [] |
1012 mailutils | [] |
1013 make | [] [] [] [] |
1014 man-db | [] [] [] |
1015 man-db-manpages | [] [] [] |
1016 minicom | [] [] [] [] |
1017 mkisofs | [] [] [] |
1018 myserver | |
1019 nano | [] [] [] [] |
1020 opcodes | [] [] |
1021 parted | [] [] [] [] |
1022 pies | [] |
1023 popt | [] [] [] [] |
1024 psmisc | [] [] [] |
1025 pspp | [] [] |
1026 pwdutils | [] |
1027 radius | [] [] [] |
1028 recode | [] [] [] [] [] [] [] [] |
1029 rosegarden | () () |
1030 rpm | [] [] [] |
1031 rush | [] [] |
1032 sarg | |
1033 screem | |
1034 scrollkeeper | [] [] [] [] [] [] [] [] |
1035 sed | [] [] [] [] [] [] [] [] [] |
1036 sharutils | [] [] [] [] |
1037 shishi | [] |
1038 skencil | [] [] |
1039 solfege | [] [] [] [] |
1040 solfege-manual | [] [] [] |
1041 soundtracker | [] |
1042 sp | |
1043 sysstat | [] [] [] [] |
1044 tar | [] [] [] [] |
1045 texinfo | [] [] [] [] |
1046 tin | [] |
1047 unicode-han-tra... | |
1048 unicode-transla... | |
1049 util-linux-ng | [] [] [] [] [] |
1050 vice | [] |
1051 vmm | [] |
1052 vorbis-tools | [] [] |
1053 wastesedge | [] |
1054 wdiff | [] [] |
1055 wget | [] [] [] [] [] [] [] |
1056 wyslij-po | [] [] [] |
1057 xchat | [] [] [] [] [] [] [] [] [] |
1058 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
1059 xkeyboard-config | [] [] [] |
1060 +---------------------------------------------------+
1061 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
1062 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37
1063
1064 sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
1065 +---------------------------------------------------+
1066 a2ps | [] [] [] [] [] | 27
1067 aegis | [] | 9
1068 ant-phone | [] [] [] [] | 9
1069 anubis | [] [] [] [] | 15
1070 aspell | [] [] [] | 20
1071 bash | [] [] [] | 12
1072 bfd | [] | 6
1073 bibshelf | [] [] [] | 16
1074 binutils | [] [] | 8
1075 bison | [] [] | 12
1076 bison-runtime | [] [] [] [] [] [] | 29
1077 bluez-pin | [] [] [] [] [] [] [] [] | 37
1078 bombono-dvd | [] | 4
1079 buzztard | [] | 7
1080 cflow | [] [] [] | 9
1081 clisp | | 10
1082 coreutils | [] [] [] [] | 22
1083 cpio | [] [] [] [] [] [] | 13
1084 cppi | [] [] | 5
1085 cpplib | [] [] [] [] [] [] | 14
1086 cryptsetup | [] [] | 7
1087 dfarc | [] | 9
1088 dialog | [] [] [] [] [] [] [] | 30
1089 dico | [] | 2
1090 diffutils | [] [] [] [] [] [] | 30
1091 dink | | 4
1092 doodle | [] [] | 7
1093 e2fsprogs | [] [] [] | 11
1094 enscript | [] [] [] [] | 17
1095 exif | [] [] [] | 16
1096 fetchmail | [] [] [] | 17
1097 findutils | [] [] [] [] [] | 20
1098 flex | [] [] [] [] | 15
1099 freedink | [] | 10
1100 gas | [] | 4
1101 gawk | [] [] [] [] | 18
1102 gcal | [] [] | 5
1103 gcc | [] [] [] | 7
1104 gettext-examples | [] [] [] [] [] [] [] | 34
1105 gettext-runtime | [] [] [] [] [] [] [] | 29
1106 gettext-tools | [] [] [] [] [] [] | 22
1107 gip | [] [] [] [] | 22
1108 gjay | [] | 3
1109 gliv | [] [] [] | 14
1110 glunarclock | [] [] [] [] [] | 19
1111 gnubiff | [] [] | 4
1112 gnucash | () [] () [] () | 10
1113 gnuedu | [] [] | 7
1114 gnulib | [] [] [] [] | 16
1115 gnunet | [] | 1
1116 gnunet-gtk | [] [] [] | 5
1117 gnutls | [] [] [] | 10
1118 gold | [] | 4
1119 gpe-aerial | [] [] [] | 18
1120 gpe-beam | [] [] [] | 19
1121 gpe-bluetooth | [] [] [] | 13
1122 gpe-calendar | [] [] [] [] | 12
1123 gpe-clock | [] [] [] [] [] | 28
1124 gpe-conf | [] [] [] [] | 20
1125 gpe-contacts | [] [] [] | 17
1126 gpe-edit | [] [] [] | 12
1127 gpe-filemanager | [] [] [] [] | 16
1128 gpe-go | [] [] [] [] [] | 25
1129 gpe-login | [] [] [] | 11
1130 gpe-ownerinfo | [] [] [] [] [] | 25
1131 gpe-package | [] [] [] | 13
1132 gpe-sketchbook | [] [] [] | 20
1133 gpe-su | [] [] [] [] [] | 30
1134 gpe-taskmanager | [] [] [] [] [] | 29
1135 gpe-timesheet | [] [] [] [] [] | 25
1136 gpe-today | [] [] [] [] [] [] | 30
1137 gpe-todo | [] [] [] [] | 17
1138 gphoto2 | [] [] [] [] [] | 24
1139 gprof | [] [] [] | 15
1140 gpsdrive | [] [] [] | 11
1141 gramadoir | [] [] [] | 11
1142 grep | [] [] [] | 10
1143 grub | [] [] [] | 14
1144 gsasl | [] [] [] [] | 14
1145 gss | [] [] [] | 11
1146 gst-plugins-bad | [] [] [] [] | 26
1147 gst-plugins-base | [] [] [] [] [] | 24
1148 gst-plugins-good | [] [] [] [] | 24
1149 gst-plugins-ugly | [] [] [] [] [] | 29
1150 gstreamer | [] [] [] [] | 22
1151 gtick | [] [] [] | 13
1152 gtkam | [] [] [] | 20
1153 gtkorphan | [] [] [] | 14
1154 gtkspell | [] [] [] [] [] [] [] [] [] | 45
1155 gutenprint | [] | 10
1156 hello | [] [] [] [] [] [] | 21
1157 help2man | [] [] | 7
1158 hylafax | [] | 5
1159 idutils | [] [] [] [] | 17
1160 indent | [] [] [] [] [] [] | 30
1161 iso_15924 | () [] () [] [] | 16
1162 iso_3166 | [] [] () [] [] () [] [] [] () | 53
1163 iso_3166_2 | () [] () [] | 9
1164 iso_4217 | [] () [] [] () [] [] | 26
1165 iso_639 | [] [] [] () [] () [] [] [] [] | 38
1166 iso_639_3 | [] () | 8
1167 jwhois | [] [] [] [] [] | 16
1168 kbd | [] [] [] [] [] | 15
1169 keytouch | [] [] [] | 16
1170 keytouch-editor | [] [] [] | 14
1171 keytouch-keyboa... | [] [] [] | 14
1172 klavaro | [] | 11
1173 latrine | [] [] [] | 10
1174 ld | [] [] [] [] | 11
1175 leafpad | [] [] [] [] [] [] | 33
1176 libc | [] [] [] [] [] | 21
1177 libexif | [] () | 7
1178 libextractor | [] | 1
1179 libgnutls | [] [] [] | 9
1180 libgpewidget | [] [] [] | 14
1181 libgpg-error | [] [] [] | 9
1182 libgphoto2 | [] [] | 8
1183 libgphoto2_port | [] [] [] [] | 14
1184 libgsasl | [] [] [] | 13
1185 libiconv | [] [] [] [] | 21
1186 libidn | () [] [] | 11
1187 lifelines | [] | 4
1188 liferea | [] [] [] | 21
1189 lilypond | [] | 7
1190 linkdr | [] [] [] [] [] | 17
1191 lordsawar | | 1
1192 lprng | [] | 3
1193 lynx | [] [] [] [] | 17
1194 m4 | [] [] [] [] | 19
1195 mailfromd | [] [] | 3
1196 mailutils | [] | 5
1197 make | [] [] [] [] | 21
1198 man-db | [] [] [] | 8
1199 man-db-manpages | | 4
1200 minicom | [] [] | 16
1201 mkisofs | [] [] | 9
1202 myserver | | 0
1203 nano | [] [] [] [] | 21
1204 opcodes | [] [] [] | 11
1205 parted | [] [] [] [] [] | 15
1206 pies | [] [] | 3
1207 popt | [] [] [] [] [] [] | 27
1208 psmisc | [] [] | 11
1209 pspp | | 4
1210 pwdutils | [] [] | 6
1211 radius | [] [] | 9
1212 recode | [] [] [] [] | 28
1213 rosegarden | () | 0
1214 rpm | [] [] [] | 11
1215 rush | [] [] | 4
1216 sarg | | 1
1217 screem | [] | 3
1218 scrollkeeper | [] [] [] [] [] | 27
1219 sed | [] [] [] [] [] | 30
1220 sharutils | [] [] [] [] [] | 22
1221 shishi | [] | 3
1222 skencil | [] [] | 7
1223 solfege | [] [] [] [] | 16
1224 solfege-manual | [] | 8
1225 soundtracker | [] [] [] | 9
1226 sp | [] | 3
1227 sysstat | [] [] | 15
1228 tar | [] [] [] [] [] [] | 23
1229 texinfo | [] [] [] [] [] | 17
1230 tin | | 4
1231 unicode-han-tra... | | 0
1232 unicode-transla... | | 2
1233 util-linux-ng | [] [] [] [] | 20
1234 vice | () () | 1
1235 vmm | [] | 4
1236 vorbis-tools | [] | 6
1237 wastesedge | | 2
1238 wdiff | [] [] | 7
1239 wget | [] [] [] [] [] | 26
1240 wyslij-po | [] [] | 8
1241 xchat | [] [] [] [] [] [] | 36
1242 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63
1243 xkeyboard-config | [] [] [] | 22
1244 +---------------------------------------------------+
1245 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
1246 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618
1247
1248 Some counters in the preceding matrix are higher than the number of
1249visible blocks let us expect. This is because a few extra PO files are
1250used for implementing regional variants of languages, or language
1251dialects.
1252
1253 For a PO file in the matrix above to be effective, the package to
1254which it applies should also have been internationalized and
1255distributed as such by its maintainer. There might be an observable
1256lag between the mere existence a PO file and its wide availability in a
1257distribution.
1258
1259 If June 2010 seems to be old, you may fetch a more recent copy of
1260this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
1261matrix with full percentage details can be found at
1262`http://translationproject.org/extra/matrix.html'.
1263
12641.5 Using `gettext' in new packages
1265===================================
1266
1267If you are writing a freely available program and want to
1268internationalize it you are welcome to use GNU `gettext' in your
1269package. Of course you have to respect the GNU Library General Public
1270License which covers the use of the GNU `gettext' library. This means
1271in particular that even non-free programs can use `libintl' as a shared
1272library, whereas only free software can use `libintl' as a static
1273library or use modified versions of `libintl'.
1274
1275 Once the sources are changed appropriately and the setup can handle
1276the use of `gettext' the only thing missing are the translations. The
1277Free Translation Project is also available for packages which are not
1278developed inside the GNU project. Therefore the information given above
1279applies also for every other Free Software Project. Contact
1280`coordinator@translationproject.org' to make the `.pot' files available
1281to the translation teams.
1282
01283
=== modified file 'ChangeLog'
--- ChangeLog 2010-09-05 21:13:36 +0000
+++ ChangeLog 2011-01-24 16:22:16 +0000
@@ -1,5 +1,162 @@
1# Generated by Makefile. Do not edit.1# Generated by Makefile. Do not edit.
22
3commit 54e57906b0ede0d1f4066c5e34cb7c406b473798
4Author: Lucian Langa <lucilanga@gnome.org>
5Date: Sun Dec 19 17:48:56 2010 +0200
6
7 add last moment fix for gtkhtml detection
8
9 configure.ac | 10 +++++++++-
10 src/Makefile.am | 1 +
11 2 files changed, 10 insertions(+), 1 deletions(-)
12
13commit 7253fb54a34f9d63847321f0ebf0be15f6fbe679
14Author: Lucian Langa <lucilanga@gnome.org>
15Date: Sun Dec 19 09:42:10 2010 +0200
16
17 NEWS update for 0.2.2 release
18
19 NEWS | 14 ++++++++++++++
20 1 files changed, 14 insertions(+), 0 deletions(-)
21
22commit b2bf29c72ad0670e49d0b35e44f81e8504e49e07
23Author: Lucian Langa <lucilanga@gnome.org>
24Date: Sun Dec 12 17:42:47 2010 +0200
25
26 do not generate warnings on missing shell view
27
28 src/notification.c | 5 +++--
29 1 files changed, 3 insertions(+), 2 deletions(-)
30
31commit ed67995aa31497b4f8beb63976d118b191abc2d6
32Author: Lucian Langa <lucilanga@gnome.org>
33Date: Mon Dec 6 00:12:09 2010 +0200
34
35 fix render engine combo box
36
37 src/rss-config-factory.c | 12 ++++++------
38 1 files changed, 6 insertions(+), 6 deletions(-)
39
40commit 3207ce4bf15334c3abdb91ada7e814aa2f6184ea
41Author: Lucian Langa <lucilanga@gnome.org>
42Date: Sun Dec 5 10:25:13 2010 +0200
43
44 fix gtkhtml detection
45
46 configure.ac | 20 +++++++++++++++-----
47 1 files changed, 15 insertions(+), 5 deletions(-)
48
49commit 17e1f8553f9abc2322dbe07893df75aa14cec7f1
50Author: Lucian Langa <lucilanga@gnome.org>
51Date: Sat Dec 4 00:19:37 2010 +0200
52
53 fix sending out rss messages
54
55 configure.ac | 26 +++++++++++++++-----------
56 src/parser.c | 25 +++++++------------------
57 2 files changed, 22 insertions(+), 29 deletions(-)
58
59commit 4f05983378a360cf86edd12d322ebb1b62713eb2
60Author: Lucian Langa <lucilanga@gnome.org>
61Date: Fri Dec 3 14:13:01 2010 +0200
62
63 Bug 635157 - Bad character encoding when showing full text
64
65 src/rss.c | 11 ++++++++---
66 1 files changed, 8 insertions(+), 3 deletions(-)
67
68commit 1bfa8cc00bbceb035bad8c6d5d9547b45feba8d5
69Author: Lucian Langa <lucilanga@gnome.org>
70Date: Wed Dec 1 14:02:53 2010 +0200
71
72 fallback to <link> when resolving atom relative links
73
74 src/parser.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
75 src/parser.h | 38 +++++++++++++++++++++++---
76 2 files changed, 114 insertions(+), 6 deletions(-)
77
78commit da162058db718cd8c13cd3c9b921216196b5f802
79Author: Lucian Langa <lucilanga@gnome.org>
80Date: Sat Oct 30 19:28:57 2010 +0300
81
82 prefer folder info instead of folder object in display_folder_icon()
83 It considerably speeds up the startup phase
84
85 src/rss-image.c | 19 ++++++++-----------
86 1 files changed, 8 insertions(+), 11 deletions(-)
87
88commit 6ff70e88f556c4e070c32879263f7547793563c8
89Author: Lucian Langa <lucilanga@gnome.org>
90Date: Wed Oct 6 21:44:32 2010 +0300
91
92 post release version bump
93
94 configure.ac | 2 +-
95 1 files changed, 1 insertions(+), 1 deletions(-)
96
97commit ec7f7f71e3d0f8cf06d528313cf3aa0ec008e764
98Author: Lucian Langa <lucilanga@gnome.org>
99Date: Wed Oct 6 21:39:00 2010 +0300
100
101 update version for 0.2.1 release
102
103 NEWS | 7 +++++++
104 TODO | 1 +
105 configure.ac | 2 +-
106 3 files changed, 9 insertions(+), 1 deletions(-)
107
108commit 04947f7c133910fa4fa5c1aba6c319536da86846
109Author: Lucian Langa <lucilanga@gnome.org>
110Date: Tue Oct 5 20:48:40 2010 +0300
111
112 fix compiler warnings
113
114 src/parser.c | 2 +-
115 src/rss-config-factory.c | 2 +-
116 src/rss.c | 1 -
117 3 files changed, 2 insertions(+), 3 deletions(-)
118
119commit 89de79c4df967652e35e5ffabea9908e9ca4c656
120Author: Lucian Langa <lucilanga@gnome.org>
121Date: Tue Oct 5 20:45:10 2010 +0300
122
123 work around e_preferences_window modifications
124
125 src/rss-config-factory.c | 12 ++++++++++++
126 1 files changed, 12 insertions(+), 0 deletions(-)
127
128commit 2a378b2ba8b9a713064ee6e9fe6ee56063361857
129Author: Lucian Langa <lucilanga@gnome.org>
130Date: Tue Oct 5 20:20:14 2010 +0300
131
132 adapt to GError camel modifications
133
134 po/POTFILES.in | 2 +-
135 src/rss-config-factory.c | 51 ++++++++++++++++++++++++++-
136 src/rss-config-factory.h | 4 ++
137 src/rss-image.c | 32 +++++++++++++++--
138 src/rss.c | 85 ++++++++++++++++++++++++++++++++++++++++++++--
139 5 files changed, 164 insertions(+), 10 deletions(-)
140
141commit c70062c09be1557a632c32a5b96d2798377a7de3
142Author: Lucian Langa <lucilanga@gnome.org>
143Date: Tue Oct 5 08:29:28 2010 +0300
144
145 adapt to EMFormat changes
146
147 src/rss-image.c | 4 ++++
148 src/rss.c | 12 ++++++++++++
149 2 files changed, 16 insertions(+), 0 deletions(-)
150
151commit 3e96e0533d2e2f2e0b596afbc3c1146fe134354b
152Author: Lucian Langa <lucilanga@gnome.org>
153Date: Tue Oct 5 08:29:13 2010 +0300
154
155 work around latest gtk deprecations
156
157 src/rss.c | 6 ++++++
158 1 files changed, 6 insertions(+), 0 deletions(-)
159
3commit c773129cd7bd3769a05e778a336c075f105d3303160commit c773129cd7bd3769a05e778a336c075f105d3303
4Author: Lucian Langa <lucilanga@gnome.org>161Author: Lucian Langa <lucilanga@gnome.org>
5Date: Tue Jul 20 23:01:57 2010 +0300162Date: Tue Jul 20 23:01:57 2010 +0300
6163
=== modified file 'Makefile.in'
--- Makefile.in 2010-09-05 21:13:36 +0000
+++ Makefile.in 2011-01-24 16:22:16 +0000
@@ -37,16 +37,16 @@
37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39 $(srcdir)/evolution-rss.spec.in $(top_srcdir)/configure \39 $(srcdir)/evolution-rss.spec.in $(top_srcdir)/configure \
40 AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile \40 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile \
41 config.guess config.sub depcomp install-sh ltmain.sh missing \41 config.guess config.rpath config.sub depcomp install-sh \
42 mkinstalldirs42 ltmain.sh missing mkinstalldirs
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m443ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \44am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
45 $(top_srcdir)/m4/evolution.m4 $(top_srcdir)/m4/gecko.m4 \45 $(top_srcdir)/m4/evolution.m4 $(top_srcdir)/m4/gecko.m4 \
46 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \46 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
47 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \47 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \48 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49 $(top_srcdir)/configure.ac49 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.ac
50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)51 $(ACLOCAL_M4)
52am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \52am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -179,8 +179,10 @@
179GMSGFMT = @GMSGFMT@179GMSGFMT = @GMSGFMT@
180GPP = @GPP@180GPP = @GPP@
181GREP = @GREP@181GREP = @GREP@
182GTKHTML_CFLAGS = @GTKHTML_CFLAGS@
182GTKHTML_EDITOR_CFLAGS = @GTKHTML_EDITOR_CFLAGS@183GTKHTML_EDITOR_CFLAGS = @GTKHTML_EDITOR_CFLAGS@
183GTKHTML_EDITOR_LIBS = @GTKHTML_EDITOR_LIBS@184GTKHTML_EDITOR_LIBS = @GTKHTML_EDITOR_LIBS@
185GTKHTML_LIBS = @GTKHTML_LIBS@
184GTK_VERSION = @GTK_VERSION@186GTK_VERSION = @GTK_VERSION@
185HAVE_BUGGY_GECKO = @HAVE_BUGGY_GECKO@187HAVE_BUGGY_GECKO = @HAVE_BUGGY_GECKO@
186HAVE_GECKO = @HAVE_GECKO@188HAVE_GECKO = @HAVE_GECKO@
@@ -245,6 +247,8 @@
245PACKAGE_VERSION = @PACKAGE_VERSION@247PACKAGE_VERSION = @PACKAGE_VERSION@
246PATH_SEPARATOR = @PATH_SEPARATOR@248PATH_SEPARATOR = @PATH_SEPARATOR@
247PKG_CONFIG = @PKG_CONFIG@249PKG_CONFIG = @PKG_CONFIG@
250PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
251PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
248PLUGINDIR_IN_SERVER_FILE = @PLUGINDIR_IN_SERVER_FILE@252PLUGINDIR_IN_SERVER_FILE = @PLUGINDIR_IN_SERVER_FILE@
249PLUGIN_INSTALL_DIR = @PLUGIN_INSTALL_DIR@253PLUGIN_INSTALL_DIR = @PLUGIN_INSTALL_DIR@
250POFILES = @POFILES@254POFILES = @POFILES@
@@ -310,7 +314,6 @@
310libexecdir = @libexecdir@314libexecdir = @libexecdir@
311localedir = @localedir@315localedir = @localedir@
312localstatedir = @localstatedir@316localstatedir = @localstatedir@
313lt_ECHO = @lt_ECHO@
314mandir = @mandir@317mandir = @mandir@
315mkdir_p = @mkdir_p@318mkdir_p = @mkdir_p@
316oldincludedir = @oldincludedir@319oldincludedir = @oldincludedir@
317320
=== modified file 'NEWS'
--- NEWS 2010-09-05 21:13:36 +0000
+++ NEWS 2011-01-24 16:22:16 +0000
@@ -1,3 +1,24 @@
1Evolution-RSS 0.2.2
2------------------------------
3
4Miscellaneous Fixes:
5 Remove warnings on missing shellview.
6 Fix render engine combo.
7 Fix gtkhtml detection.
8 Fix sending RSS articles as mails.
9 Improve displaying of folder icons (it greately speeds up the loading)
10
11Bug fixes:
12635157 - Bad character encoding when showing full text
13636053 - Host-relative links in atom feed don't work
14
15Evolution-RSS 0.2.1
16------------------------------
17
18Miscellaneous Fixes:
19 Add support for evolution 2.32
20
21
1Evolution-RSS 0.2.022Evolution-RSS 0.2.0
2------------------------------23------------------------------
324
425
=== modified file 'TODO'
--- TODO 2010-09-05 21:13:36 +0000
+++ TODO 2011-01-24 16:22:16 +0000
@@ -41,3 +41,4 @@
41 * check key->session big memleak ?41 * check key->session big memleak ?
42 * markup fail perhaps in web auth dialog42 * markup fail perhaps in web auth dialog
43 * nice to add progressive downloading of images43 * nice to add progressive downloading of images
44 * redraw browser window after submit ?
4445
=== modified file 'aclocal.m4'
--- aclocal.m4 2010-09-05 21:13:36 +0000
+++ aclocal.m4 2011-01-24 16:22:16 +0000
@@ -13,8 +13,8 @@
1313
14m4_ifndef([AC_AUTOCONF_VERSION],14m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.66],,
17[m4_warning([this file was generated for autoconf 2.65.17[m4_warning([this file was generated for autoconf 2.66.
18You have another version of autoconf. It may work, but is not guaranteed to.18You have another version of autoconf. It may work, but is not guaranteed to.
19If you have problems, you may need to regenerate the build system entirely.19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])])20To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -346,7 +346,7 @@
346346
347 dnl These rules are solely for the distribution goal. While doing this347 dnl These rules are solely for the distribution goal. While doing this
348 dnl we only have to keep exactly one list of the available catalogs348 dnl we only have to keep exactly one list of the available catalogs
349 dnl in configure.in.349 dnl in configure.ac.
350 for lang in $ALL_LINGUAS; do350 for lang in $ALL_LINGUAS; do
351 GMOFILES="$GMOFILES $lang.gmo"351 GMOFILES="$GMOFILES $lang.gmo"
352 POFILES="$POFILES $lang.po"352 POFILES="$POFILES $lang.po"
@@ -475,7 +475,7 @@
475dnl475dnl
476dnl Now the definitions that aclocal will find476dnl Now the definitions that aclocal will find
477dnl477dnl
478ifdef(glib_configure_in,[],[478ifdef(glib_configure_ac,[],[
479AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])479AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
480AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])480AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
481])dnl481])dnl
@@ -639,40 +639,8 @@
639 AC_SUBST(WARN_CXXFLAGS)639 AC_SUBST(WARN_CXXFLAGS)
640])640])
641641
642# nls.m4 serial 5 (gettext-0.18)
643dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
644dnl Inc.
645dnl This file is free software; the Free Software Foundation
646dnl gives unlimited permission to copy and/or distribute it,
647dnl with or without modifications, as long as this notice is preserved.
648dnl
649dnl This file can can be used in projects which are not available under
650dnl the GNU General Public License or the GNU Library General Public
651dnl License but which still want to provide support for the GNU gettext
652dnl functionality.
653dnl Please note that the actual code of the GNU gettext library is covered
654dnl by the GNU Library General Public License, and the rest of the GNU
655dnl gettext package package is covered by the GNU General Public License.
656dnl They are *not* in the public domain.
657
658dnl Authors:
659dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
660dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
661
662AC_PREREQ([2.50])
663
664AC_DEFUN([AM_NLS],
665[
666 AC_MSG_CHECKING([whether NLS is requested])
667 dnl Default is enabled NLS
668 AC_ARG_ENABLE([nls],
669 [ --disable-nls do not use Native Language Support],
670 USE_NLS=$enableval, USE_NLS=yes)
671 AC_MSG_RESULT([$USE_NLS])
672 AC_SUBST([USE_NLS])
673])
674
675# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-642# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
643# serial 1 (pkg-config-0.24)
676# 644#
677# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.645# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
678#646#
@@ -700,7 +668,10 @@
700AC_DEFUN([PKG_PROG_PKG_CONFIG],668AC_DEFUN([PKG_PROG_PKG_CONFIG],
701[m4_pattern_forbid([^_?PKG_[A-Z_]+$])669[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
702m4_pattern_allow([^PKG_CONFIG(_PATH)?$])670m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
703AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl671AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
672AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
673AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
674
704if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then675if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
705 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])676 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
706fi677fi
@@ -713,7 +684,6 @@
713 AC_MSG_RESULT([no])684 AC_MSG_RESULT([no])
714 PKG_CONFIG=""685 PKG_CONFIG=""
715 fi686 fi
716
717fi[]dnl687fi[]dnl
718])# PKG_PROG_PKG_CONFIG688])# PKG_PROG_PKG_CONFIG
719689
@@ -722,21 +692,20 @@
722# Check to see whether a particular set of modules exists. Similar692# Check to see whether a particular set of modules exists. Similar
723# to PKG_CHECK_MODULES(), but does not set variables or print errors.693# to PKG_CHECK_MODULES(), but does not set variables or print errors.
724#694#
725#695# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
726# Similar to PKG_CHECK_MODULES, make sure that the first instance of696# only at the first occurence in configure.ac, so if the first place
727# this or PKG_CHECK_MODULES is called, or make sure to call697# it's called might be skipped (such as if it is within an "if", you
728# PKG_CHECK_EXISTS manually698# have to call PKG_CHECK_EXISTS manually
729# --------------------------------------------------------------699# --------------------------------------------------------------
730AC_DEFUN([PKG_CHECK_EXISTS],700AC_DEFUN([PKG_CHECK_EXISTS],
731[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl701[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
732if test -n "$PKG_CONFIG" && \702if test -n "$PKG_CONFIG" && \
733 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then703 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
734 m4_ifval([$2], [$2], [:])704 m4_default([$2], [:])
735m4_ifvaln([$3], [else705m4_ifvaln([$3], [else
736 $3])dnl706 $3])dnl
737fi])707fi])
738708
739
740# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])709# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
741# ---------------------------------------------710# ---------------------------------------------
742m4_define([_PKG_CONFIG],711m4_define([_PKG_CONFIG],
@@ -789,6 +758,7 @@
789See the pkg-config man page for more details.])758See the pkg-config man page for more details.])
790759
791if test $pkg_failed = yes; then760if test $pkg_failed = yes; then
761 AC_MSG_RESULT([no])
792 _PKG_SHORT_ERRORS_SUPPORTED762 _PKG_SHORT_ERRORS_SUPPORTED
793 if test $_pkg_short_errors_supported = yes; then763 if test $_pkg_short_errors_supported = yes; then
794 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`764 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
@@ -798,7 +768,7 @@
798 # Put the nasty error message in config.log where it belongs768 # Put the nasty error message in config.log where it belongs
799 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD769 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
800770
801 ifelse([$4], , [AC_MSG_ERROR(dnl771 m4_default([$4], [AC_MSG_ERROR(
802[Package requirements ($2) were not met:772[Package requirements ($2) were not met:
803773
804$$1_PKG_ERRORS774$$1_PKG_ERRORS
@@ -806,25 +776,24 @@
806Consider adjusting the PKG_CONFIG_PATH environment variable if you776Consider adjusting the PKG_CONFIG_PATH environment variable if you
807installed software in a non-standard prefix.777installed software in a non-standard prefix.
808778
809_PKG_TEXT779_PKG_TEXT])
810])],780 ])
811 [AC_MSG_RESULT([no])
812 $4])
813elif test $pkg_failed = untried; then781elif test $pkg_failed = untried; then
814 ifelse([$4], , [AC_MSG_FAILURE(dnl782 AC_MSG_RESULT([no])
783 m4_default([$4], [AC_MSG_FAILURE(
815[The pkg-config script could not be found or is too old. Make sure it784[The pkg-config script could not be found or is too old. Make sure it
816is in your PATH or set the PKG_CONFIG environment variable to the full785is in your PATH or set the PKG_CONFIG environment variable to the full
817path to pkg-config.786path to pkg-config.
818787
819_PKG_TEXT788_PKG_TEXT
820789
821To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],790To get pkg-config, see <http://pkg-config.freedesktop.org/>.])
822 [$4])791 ])
823else792else
824 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS793 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
825 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS794 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
826 AC_MSG_RESULT([yes])795 AC_MSG_RESULT([yes])
827 ifelse([$3], , :, [$3])796 $3
828fi[]dnl797fi[]dnl
829])# PKG_CHECK_MODULES798])# PKG_CHECK_MODULES
830799
@@ -1869,3 +1838,4 @@
1869m4_include([m4/ltsugar.m4])1838m4_include([m4/ltsugar.m4])
1870m4_include([m4/ltversion.m4])1839m4_include([m4/ltversion.m4])
1871m4_include([m4/lt~obsolete.m4])1840m4_include([m4/lt~obsolete.m4])
1841m4_include([m4/nls.m4])
18721842
=== added file 'config.rpath'
--- config.rpath 1970-01-01 00:00:00 +0000
+++ config.rpath 2011-01-24 16:22:16 +0000
@@ -0,0 +1,672 @@
1#! /bin/sh
2# Output a system dependent set of variables, describing how to set the
3# run time search path of shared libraries in an executable.
4#
5# Copyright 1996-2010 Free Software Foundation, Inc.
6# Taken from GNU libtool, 2001
7# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
8#
9# This file is free software; the Free Software Foundation gives
10# unlimited permission to copy and/or distribute it, with or without
11# modifications, as long as this notice is preserved.
12#
13# The first argument passed to this file is the canonical host specification,
14# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
15# or
16# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
17# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
18# should be set by the caller.
19#
20# The set of defined variables is at the end of this script.
21
22# Known limitations:
23# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
24# than 256 bytes, otherwise the compiler driver will dump core. The only
25# known workaround is to choose shorter directory names for the build
26# directory and/or the installation directory.
27
28# All known linkers require a `.a' archive for static linking (except MSVC,
29# which needs '.lib').
30libext=a
31shrext=.so
32
33host="$1"
34host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
37
38# Code taken from libtool.m4's _LT_CC_BASENAME.
39
40for cc_temp in $CC""; do
41 case $cc_temp in
42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
43 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
44 \-*) ;;
45 *) break;;
46 esac
47done
48cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
49
50# Code taken from libtool.m4's _LT_COMPILER_PIC.
51
52wl=
53if test "$GCC" = yes; then
54 wl='-Wl,'
55else
56 case "$host_os" in
57 aix*)
58 wl='-Wl,'
59 ;;
60 darwin*)
61 case $cc_basename in
62 xlc*)
63 wl='-Wl,'
64 ;;
65 esac
66 ;;
67 mingw* | cygwin* | pw32* | os2* | cegcc*)
68 ;;
69 hpux9* | hpux10* | hpux11*)
70 wl='-Wl,'
71 ;;
72 irix5* | irix6* | nonstopux*)
73 wl='-Wl,'
74 ;;
75 newsos6)
76 ;;
77 linux* | k*bsd*-gnu)
78 case $cc_basename in
79 ecc*)
80 wl='-Wl,'
81 ;;
82 icc* | ifort*)
83 wl='-Wl,'
84 ;;
85 lf95*)
86 wl='-Wl,'
87 ;;
88 pgcc | pgf77 | pgf90)
89 wl='-Wl,'
90 ;;
91 ccc*)
92 wl='-Wl,'
93 ;;
94 como)
95 wl='-lopt='
96 ;;
97 *)
98 case `$CC -V 2>&1 | sed 5q` in
99 *Sun\ C*)
100 wl='-Wl,'
101 ;;
102 esac
103 ;;
104 esac
105 ;;
106 osf3* | osf4* | osf5*)
107 wl='-Wl,'
108 ;;
109 rdos*)
110 ;;
111 solaris*)
112 wl='-Wl,'
113 ;;
114 sunos4*)
115 wl='-Qoption ld '
116 ;;
117 sysv4 | sysv4.2uw2* | sysv4.3*)
118 wl='-Wl,'
119 ;;
120 sysv4*MP*)
121 ;;
122 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
123 wl='-Wl,'
124 ;;
125 unicos*)
126 wl='-Wl,'
127 ;;
128 uts4*)
129 ;;
130 esac
131fi
132
133# Code taken from libtool.m4's _LT_LINKER_SHLIBS.
134
135hardcode_libdir_flag_spec=
136hardcode_libdir_separator=
137hardcode_direct=no
138hardcode_minus_L=no
139
140case "$host_os" in
141 cygwin* | mingw* | pw32* | cegcc*)
142 # FIXME: the MSVC++ port hasn't been tested in a loooong time
143 # When not using gcc, we currently assume that we are using
144 # Microsoft Visual C++.
145 if test "$GCC" != yes; then
146 with_gnu_ld=no
147 fi
148 ;;
149 interix*)
150 # we just hope/assume this is gcc and not c89 (= MSVC++)
151 with_gnu_ld=yes
152 ;;
153 openbsd*)
154 with_gnu_ld=no
155 ;;
156esac
157
158ld_shlibs=yes
159if test "$with_gnu_ld" = yes; then
160 # Set some defaults for GNU ld with shared library support. These
161 # are reset later if shared libraries are not supported. Putting them
162 # here allows them to be overridden if necessary.
163 # Unlike libtool, we use -rpath here, not --rpath, since the documented
164 # option of GNU ld is called -rpath, not --rpath.
165 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
166 case "$host_os" in
167 aix[3-9]*)
168 # On AIX/PPC, the GNU linker is very broken
169 if test "$host_cpu" != ia64; then
170 ld_shlibs=no
171 fi
172 ;;
173 amigaos*)
174 hardcode_libdir_flag_spec='-L$libdir'
175 hardcode_minus_L=yes
176 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
177 # that the semantics of dynamic libraries on AmigaOS, at least up
178 # to version 4, is to share data among multiple programs linked
179 # with the same dynamic library. Since this doesn't match the
180 # behavior of shared libraries on other platforms, we cannot use
181 # them.
182 ld_shlibs=no
183 ;;
184 beos*)
185 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 :
187 else
188 ld_shlibs=no
189 fi
190 ;;
191 cygwin* | mingw* | pw32* | cegcc*)
192 # hardcode_libdir_flag_spec is actually meaningless, as there is
193 # no search path for DLLs.
194 hardcode_libdir_flag_spec='-L$libdir'
195 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
196 :
197 else
198 ld_shlibs=no
199 fi
200 ;;
201 interix[3-9]*)
202 hardcode_direct=no
203 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
204 ;;
205 gnu* | linux* | k*bsd*-gnu)
206 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
207 :
208 else
209 ld_shlibs=no
210 fi
211 ;;
212 netbsd*)
213 ;;
214 solaris*)
215 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
216 ld_shlibs=no
217 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
218 :
219 else
220 ld_shlibs=no
221 fi
222 ;;
223 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
224 case `$LD -v 2>&1` in
225 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
226 ld_shlibs=no
227 ;;
228 *)
229 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
230 hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
231 else
232 ld_shlibs=no
233 fi
234 ;;
235 esac
236 ;;
237 sunos4*)
238 hardcode_direct=yes
239 ;;
240 *)
241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
242 :
243 else
244 ld_shlibs=no
245 fi
246 ;;
247 esac
248 if test "$ld_shlibs" = no; then
249 hardcode_libdir_flag_spec=
250 fi
251else
252 case "$host_os" in
253 aix3*)
254 # Note: this linker hardcodes the directories in LIBPATH if there
255 # are no directories specified by -L.
256 hardcode_minus_L=yes
257 if test "$GCC" = yes; then
258 # Neither direct hardcoding nor static linking is supported with a
259 # broken collect2.
260 hardcode_direct=unsupported
261 fi
262 ;;
263 aix[4-9]*)
264 if test "$host_cpu" = ia64; then
265 # On IA64, the linker does run time linking by default, so we don't
266 # have to do anything special.
267 aix_use_runtimelinking=no
268 else
269 aix_use_runtimelinking=no
270 # Test if we are trying to use run time linking or normal
271 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
272 # need to do runtime linking.
273 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
274 for ld_flag in $LDFLAGS; do
275 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
276 aix_use_runtimelinking=yes
277 break
278 fi
279 done
280 ;;
281 esac
282 fi
283 hardcode_direct=yes
284 hardcode_libdir_separator=':'
285 if test "$GCC" = yes; then
286 case $host_os in aix4.[012]|aix4.[012].*)
287 collect2name=`${CC} -print-prog-name=collect2`
288 if test -f "$collect2name" && \
289 strings "$collect2name" | grep resolve_lib_name >/dev/null
290 then
291 # We have reworked collect2
292 :
293 else
294 # We have old collect2
295 hardcode_direct=unsupported
296 hardcode_minus_L=yes
297 hardcode_libdir_flag_spec='-L$libdir'
298 hardcode_libdir_separator=
299 fi
300 ;;
301 esac
302 fi
303 # Begin _LT_AC_SYS_LIBPATH_AIX.
304 echo 'int main () { return 0; }' > conftest.c
305 ${CC} ${LDFLAGS} conftest.c -o conftest
306 aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
307}'`
308 if test -z "$aix_libpath"; then
309 aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
310}'`
311 fi
312 if test -z "$aix_libpath"; then
313 aix_libpath="/usr/lib:/lib"
314 fi
315 rm -f conftest.c conftest
316 # End _LT_AC_SYS_LIBPATH_AIX.
317 if test "$aix_use_runtimelinking" = yes; then
318 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
319 else
320 if test "$host_cpu" = ia64; then
321 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
322 else
323 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
324 fi
325 fi
326 ;;
327 amigaos*)
328 hardcode_libdir_flag_spec='-L$libdir'
329 hardcode_minus_L=yes
330 # see comment about different semantics on the GNU ld section
331 ld_shlibs=no
332 ;;
333 bsdi[45]*)
334 ;;
335 cygwin* | mingw* | pw32* | cegcc*)
336 # When not using gcc, we currently assume that we are using
337 # Microsoft Visual C++.
338 # hardcode_libdir_flag_spec is actually meaningless, as there is
339 # no search path for DLLs.
340 hardcode_libdir_flag_spec=' '
341 libext=lib
342 ;;
343 darwin* | rhapsody*)
344 hardcode_direct=no
345 if test "$GCC" = yes ; then
346 :
347 else
348 case $cc_basename in
349 xlc*)
350 ;;
351 *)
352 ld_shlibs=no
353 ;;
354 esac
355 fi
356 ;;
357 dgux*)
358 hardcode_libdir_flag_spec='-L$libdir'
359 ;;
360 freebsd1*)
361 ld_shlibs=no
362 ;;
363 freebsd2.2*)
364 hardcode_libdir_flag_spec='-R$libdir'
365 hardcode_direct=yes
366 ;;
367 freebsd2*)
368 hardcode_direct=yes
369 hardcode_minus_L=yes
370 ;;
371 freebsd* | dragonfly*)
372 hardcode_libdir_flag_spec='-R$libdir'
373 hardcode_direct=yes
374 ;;
375 hpux9*)
376 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
377 hardcode_libdir_separator=:
378 hardcode_direct=yes
379 # hardcode_minus_L: Not really in the search PATH,
380 # but as the default location of the library.
381 hardcode_minus_L=yes
382 ;;
383 hpux10*)
384 if test "$with_gnu_ld" = no; then
385 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
386 hardcode_libdir_separator=:
387 hardcode_direct=yes
388 # hardcode_minus_L: Not really in the search PATH,
389 # but as the default location of the library.
390 hardcode_minus_L=yes
391 fi
392 ;;
393 hpux11*)
394 if test "$with_gnu_ld" = no; then
395 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
396 hardcode_libdir_separator=:
397 case $host_cpu in
398 hppa*64*|ia64*)
399 hardcode_direct=no
400 ;;
401 *)
402 hardcode_direct=yes
403 # hardcode_minus_L: Not really in the search PATH,
404 # but as the default location of the library.
405 hardcode_minus_L=yes
406 ;;
407 esac
408 fi
409 ;;
410 irix5* | irix6* | nonstopux*)
411 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
412 hardcode_libdir_separator=:
413 ;;
414 netbsd*)
415 hardcode_libdir_flag_spec='-R$libdir'
416 hardcode_direct=yes
417 ;;
418 newsos6)
419 hardcode_direct=yes
420 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
421 hardcode_libdir_separator=:
422 ;;
423 openbsd*)
424 if test -f /usr/libexec/ld.so; then
425 hardcode_direct=yes
426 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
427 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
428 else
429 case "$host_os" in
430 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
431 hardcode_libdir_flag_spec='-R$libdir'
432 ;;
433 *)
434 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
435 ;;
436 esac
437 fi
438 else
439 ld_shlibs=no
440 fi
441 ;;
442 os2*)
443 hardcode_libdir_flag_spec='-L$libdir'
444 hardcode_minus_L=yes
445 ;;
446 osf3*)
447 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
448 hardcode_libdir_separator=:
449 ;;
450 osf4* | osf5*)
451 if test "$GCC" = yes; then
452 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
453 else
454 # Both cc and cxx compiler support -rpath directly
455 hardcode_libdir_flag_spec='-rpath $libdir'
456 fi
457 hardcode_libdir_separator=:
458 ;;
459 solaris*)
460 hardcode_libdir_flag_spec='-R$libdir'
461 ;;
462 sunos4*)
463 hardcode_libdir_flag_spec='-L$libdir'
464 hardcode_direct=yes
465 hardcode_minus_L=yes
466 ;;
467 sysv4)
468 case $host_vendor in
469 sni)
470 hardcode_direct=yes # is this really true???
471 ;;
472 siemens)
473 hardcode_direct=no
474 ;;
475 motorola)
476 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
477 ;;
478 esac
479 ;;
480 sysv4.3*)
481 ;;
482 sysv4*MP*)
483 if test -d /usr/nec; then
484 ld_shlibs=yes
485 fi
486 ;;
487 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
488 ;;
489 sysv5* | sco3.2v5* | sco5v6*)
490 hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
491 hardcode_libdir_separator=':'
492 ;;
493 uts4*)
494 hardcode_libdir_flag_spec='-L$libdir'
495 ;;
496 *)
497 ld_shlibs=no
498 ;;
499 esac
500fi
501
502# Check dynamic linker characteristics
503# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
504# Unlike libtool.m4, here we don't care about _all_ names of the library, but
505# only about the one the linker finds when passed -lNAME. This is the last
506# element of library_names_spec in libtool.m4, or possibly two of them if the
507# linker has special search rules.
508library_names_spec= # the last element of library_names_spec in libtool.m4
509libname_spec='lib$name'
510case "$host_os" in
511 aix3*)
512 library_names_spec='$libname.a'
513 ;;
514 aix[4-9]*)
515 library_names_spec='$libname$shrext'
516 ;;
517 amigaos*)
518 library_names_spec='$libname.a'
519 ;;
520 beos*)
521 library_names_spec='$libname$shrext'
522 ;;
523 bsdi[45]*)
524 library_names_spec='$libname$shrext'
525 ;;
526 cygwin* | mingw* | pw32* | cegcc*)
527 shrext=.dll
528 library_names_spec='$libname.dll.a $libname.lib'
529 ;;
530 darwin* | rhapsody*)
531 shrext=.dylib
532 library_names_spec='$libname$shrext'
533 ;;
534 dgux*)
535 library_names_spec='$libname$shrext'
536 ;;
537 freebsd1*)
538 ;;
539 freebsd* | dragonfly*)
540 case "$host_os" in
541 freebsd[123]*)
542 library_names_spec='$libname$shrext$versuffix' ;;
543 *)
544 library_names_spec='$libname$shrext' ;;
545 esac
546 ;;
547 gnu*)
548 library_names_spec='$libname$shrext'
549 ;;
550 hpux9* | hpux10* | hpux11*)
551 case $host_cpu in
552 ia64*)
553 shrext=.so
554 ;;
555 hppa*64*)
556 shrext=.sl
557 ;;
558 *)
559 shrext=.sl
560 ;;
561 esac
562 library_names_spec='$libname$shrext'
563 ;;
564 interix[3-9]*)
565 library_names_spec='$libname$shrext'
566 ;;
567 irix5* | irix6* | nonstopux*)
568 library_names_spec='$libname$shrext'
569 case "$host_os" in
570 irix5* | nonstopux*)
571 libsuff= shlibsuff=
572 ;;
573 *)
574 case $LD in
575 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;;
576 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
577 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;;
578 *) libsuff= shlibsuff= ;;
579 esac
580 ;;
581 esac
582 ;;
583 linux*oldld* | linux*aout* | linux*coff*)
584 ;;
585 linux* | k*bsd*-gnu)
586 library_names_spec='$libname$shrext'
587 ;;
588 knetbsd*-gnu)
589 library_names_spec='$libname$shrext'
590 ;;
591 netbsd*)
592 library_names_spec='$libname$shrext'
593 ;;
594 newsos6)
595 library_names_spec='$libname$shrext'
596 ;;
597 nto-qnx*)
598 library_names_spec='$libname$shrext'
599 ;;
600 openbsd*)
601 library_names_spec='$libname$shrext$versuffix'
602 ;;
603 os2*)
604 libname_spec='$name'
605 shrext=.dll
606 library_names_spec='$libname.a'
607 ;;
608 osf3* | osf4* | osf5*)
609 library_names_spec='$libname$shrext'
610 ;;
611 rdos*)
612 ;;
613 solaris*)
614 library_names_spec='$libname$shrext'
615 ;;
616 sunos4*)
617 library_names_spec='$libname$shrext$versuffix'
618 ;;
619 sysv4 | sysv4.3*)
620 library_names_spec='$libname$shrext'
621 ;;
622 sysv4*MP*)
623 library_names_spec='$libname$shrext'
624 ;;
625 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
626 library_names_spec='$libname$shrext'
627 ;;
628 uts4*)
629 library_names_spec='$libname$shrext'
630 ;;
631esac
632
633sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
634escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
635shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
636escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
637escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
638escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
639
640LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
641
642# How to pass a linker flag through the compiler.
643wl="$escaped_wl"
644
645# Static library suffix (normally "a").
646libext="$libext"
647
648# Shared library suffix (normally "so").
649shlibext="$shlibext"
650
651# Format of library name prefix.
652libname_spec="$escaped_libname_spec"
653
654# Library names that the linker finds when passed -lNAME.
655library_names_spec="$escaped_library_names_spec"
656
657# Flag to hardcode \$libdir into a binary during linking.
658# This must work even if \$libdir does not exist.
659hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"
660
661# Whether we need a single -rpath flag with a separated argument.
662hardcode_libdir_separator="$hardcode_libdir_separator"
663
664# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
665# resulting binary.
666hardcode_direct="$hardcode_direct"
667
668# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
669# resulting binary.
670hardcode_minus_L="$hardcode_minus_L"
671
672EOF
0673
=== modified file 'configure'
--- configure 2010-09-05 21:13:36 +0000
+++ configure 2011-01-24 16:22:16 +0000
@@ -1,13 +1,13 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for evolution-rss 0.2.0.3# Generated by GNU Autoconf 2.66 for evolution-rss 0.2.2.
4#4#
5# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss>.5# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss>.
6#6#
7#7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10# Inc.10# Foundation, Inc.
11#11#
12#12#
13# This configure script is free software; the Free Software Foundation13# This configure script is free software; the Free Software Foundation
@@ -173,7 +173,15 @@
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176test \$(( 1 + 1 )) = 2 || exit 1"176test \$(( 1 + 1 )) = 2 || exit 1
177
178 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
179 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
180 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
182 PATH=/empty FPATH=/empty; export PATH FPATH
183 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
184 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :185 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes186 as_have_required=yes
179else187else
@@ -320,7 +328,7 @@
320 test -d "$as_dir" && break328 test -d "$as_dir" && break
321 done329 done
322 test -z "$as_dirs" || eval "mkdir $as_dirs"330 test -z "$as_dirs" || eval "mkdir $as_dirs"
323 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"331 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
324332
325333
326} # as_fn_mkdir_p334} # as_fn_mkdir_p
@@ -360,19 +368,19 @@
360fi # as_fn_arith368fi # as_fn_arith
361369
362370
363# as_fn_error ERROR [LINENO LOG_FD]371# as_fn_error STATUS ERROR [LINENO LOG_FD]
364# ---------------------------------372# ----------------------------------------
365# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are373# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366# provided, also output the error to LOG_FD, referencing LINENO. Then exit the374# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
367# script with status $?, using 1 if that was 0.375# script with STATUS, using 1 if that was 0.
368as_fn_error ()376as_fn_error ()
369{377{
370 as_status=$?; test $as_status -eq 0 && as_status=1378 as_status=$1; test $as_status -eq 0 && as_status=1
371 if test "$3"; then379 if test "$4"; then
372 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack380 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
373 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3381 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
374 fi382 fi
375 $as_echo "$as_me: error: $1" >&2383 $as_echo "$as_me: error: $2" >&2
376 as_fn_exit $as_status384 as_fn_exit $as_status
377} # as_fn_error385} # as_fn_error
378386
@@ -529,161 +537,14 @@
529# Sed expression to map a string onto a valid variable name.537# Sed expression to map a string onto a valid variable name.
530as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"538as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
531539
532
533
534# Check that we are running under the correct shell.
535SHELL=${CONFIG_SHELL-/bin/sh}540SHELL=${CONFIG_SHELL-/bin/sh}
536541
537case X$lt_ECHO in
538X*--fallback-echo)
539 # Remove one level of quotation (which was required for Make).
540 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
541 ;;
542esac
543
544ECHO=${lt_ECHO-echo}
545if test "X$1" = X--no-reexec; then
546 # Discard the --no-reexec flag, and continue.
547 shift
548elif test "X$1" = X--fallback-echo; then
549 # Avoid inline document here, it may be left over
550 :
551elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
552 # Yippee, $ECHO works!
553 :
554else
555 # Restart under the correct shell.
556 exec $SHELL "$0" --no-reexec ${1+"$@"}
557fi
558
559if test "X$1" = X--fallback-echo; then
560 # used as fallback echo
561 shift
562 cat <<_LT_EOF
563$*
564_LT_EOF
565 exit 0
566fi
567
568# The HP-UX ksh and POSIX shell print the target directory to stdout
569# if CDPATH is set.
570(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
571
572if test -z "$lt_ECHO"; then
573 if test "X${echo_test_string+set}" != Xset; then
574 # find a string as large as possible, as long as the shell can cope with it
575 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
576 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
577 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
578 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
579 then
580 break
581 fi
582 done
583 fi
584
585 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
586 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
587 test "X$echo_testing_string" = "X$echo_test_string"; then
588 :
589 else
590 # The Solaris, AIX, and Digital Unix default echo programs unquote
591 # backslashes. This makes it impossible to quote backslashes using
592 # echo "$something" | sed 's/\\/\\\\/g'
593 #
594 # So, first we look for a working echo in the user's PATH.
595
596 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
597 for dir in $PATH /usr/ucb; do
598 IFS="$lt_save_ifs"
599 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
600 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
601 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
602 test "X$echo_testing_string" = "X$echo_test_string"; then
603 ECHO="$dir/echo"
604 break
605 fi
606 done
607 IFS="$lt_save_ifs"
608
609 if test "X$ECHO" = Xecho; then
610 # We didn't find a better echo, so look for alternatives.
611 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
612 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
613 test "X$echo_testing_string" = "X$echo_test_string"; then
614 # This shell has a builtin print -r that does the trick.
615 ECHO='print -r'
616 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
617 test "X$CONFIG_SHELL" != X/bin/ksh; then
618 # If we have ksh, try running configure again with it.
619 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
620 export ORIGINAL_CONFIG_SHELL
621 CONFIG_SHELL=/bin/ksh
622 export CONFIG_SHELL
623 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
624 else
625 # Try using printf.
626 ECHO='printf %s\n'
627 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
628 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
629 test "X$echo_testing_string" = "X$echo_test_string"; then
630 # Cool, printf works
631 :
632 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
633 test "X$echo_testing_string" = 'X\t' &&
634 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
635 test "X$echo_testing_string" = "X$echo_test_string"; then
636 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
637 export CONFIG_SHELL
638 SHELL="$CONFIG_SHELL"
639 export SHELL
640 ECHO="$CONFIG_SHELL $0 --fallback-echo"
641 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
642 test "X$echo_testing_string" = 'X\t' &&
643 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
644 test "X$echo_testing_string" = "X$echo_test_string"; then
645 ECHO="$CONFIG_SHELL $0 --fallback-echo"
646 else
647 # maybe with a smaller string...
648 prev=:
649
650 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
651 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
652 then
653 break
654 fi
655 prev="$cmd"
656 done
657
658 if test "$prev" != 'sed 50q "$0"'; then
659 echo_test_string=`eval $prev`
660 export echo_test_string
661 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
662 else
663 # Oops. We lost completely, so just stick with echo.
664 ECHO=echo
665 fi
666 fi
667 fi
668 fi
669 fi
670fi
671
672# Copy echo and quote the copy suitably for passing to libtool from
673# the Makefile, instead of quoting the original, which is used later.
674lt_ECHO=$ECHO
675if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
676 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
677fi
678
679
680
681542
682test -n "$DJDIR" || exec 7<&0 </dev/null543test -n "$DJDIR" || exec 7<&0 </dev/null
683exec 6>&1544exec 6>&1
684545
685# Name of the host.546# Name of the host.
686# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,547# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
687# so uname gets run too.548# so uname gets run too.
688ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`549ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
689550
@@ -702,8 +563,8 @@
702# Identity of this package.563# Identity of this package.
703PACKAGE_NAME='evolution-rss'564PACKAGE_NAME='evolution-rss'
704PACKAGE_TARNAME='evolution-rss'565PACKAGE_TARNAME='evolution-rss'
705PACKAGE_VERSION='0.2.0'566PACKAGE_VERSION='0.2.2'
706PACKAGE_STRING='evolution-rss 0.2.0'567PACKAGE_STRING='evolution-rss 0.2.2'
707PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss'568PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss'
708PACKAGE_URL=''569PACKAGE_URL=''
709570
@@ -845,6 +706,8 @@
845GTKHTML_EDITOR_CFLAGS706GTKHTML_EDITOR_CFLAGS
846EVOLUTION_RSS_EPLUGIN_LIBS707EVOLUTION_RSS_EPLUGIN_LIBS
847EVOLUTION_RSS_EPLUGIN_CFLAGS708EVOLUTION_RSS_EPLUGIN_CFLAGS
709GTKHTML_LIBS
710GTKHTML_CFLAGS
848LIBSOUP_LIBS711LIBSOUP_LIBS
849LIBSOUP_CFLAGS712LIBSOUP_CFLAGS
850LIBSOUP_22_LIBS713LIBSOUP_22_LIBS
@@ -860,6 +723,8 @@
860EVOLUTION_2_12723EVOLUTION_2_12
861EVOLUTION_EXEC_VERSION724EVOLUTION_EXEC_VERSION
862EVOLUTION_VERSION725EVOLUTION_VERSION
726PKG_CONFIG_LIBDIR
727PKG_CONFIG_PATH
863PKG_CONFIG728PKG_CONFIG
864WARN_CFLAGS729WARN_CFLAGS
865CXXCPP730CXXCPP
@@ -868,7 +733,6 @@
868LIPO733LIPO
869NMEDIT734NMEDIT
870DSYMUTIL735DSYMUTIL
871lt_ECHO
872RANLIB736RANLIB
873AR737AR
874OBJDUMP738OBJDUMP
@@ -1056,12 +920,16 @@
1056CPP920CPP
1057CXXCPP921CXXCPP
1058PKG_CONFIG922PKG_CONFIG
923PKG_CONFIG_PATH
924PKG_CONFIG_LIBDIR
1059LIBSOUP_24_CFLAGS925LIBSOUP_24_CFLAGS
1060LIBSOUP_24_LIBS926LIBSOUP_24_LIBS
1061LIBSOUP_22_CFLAGS927LIBSOUP_22_CFLAGS
1062LIBSOUP_22_LIBS928LIBSOUP_22_LIBS
1063LIBSOUP_CFLAGS929LIBSOUP_CFLAGS
1064LIBSOUP_LIBS930LIBSOUP_LIBS
931GTKHTML_CFLAGS
932GTKHTML_LIBS
1065EVOLUTION_RSS_EPLUGIN_CFLAGS933EVOLUTION_RSS_EPLUGIN_CFLAGS
1066EVOLUTION_RSS_EPLUGIN_LIBS934EVOLUTION_RSS_EPLUGIN_LIBS
1067GTKHTML_EDITOR_CFLAGS935GTKHTML_EDITOR_CFLAGS
@@ -1186,7 +1054,7 @@
1186 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`1054 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1187 # Reject names that are not valid shell variable names.1055 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1056 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1189 as_fn_error "invalid feature name: $ac_useropt"1057 as_fn_error $? "invalid feature name: $ac_useropt"
1190 ac_useropt_orig=$ac_useropt1058 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1059 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in1060 case $ac_user_opts in
@@ -1212,7 +1080,7 @@
1212 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`1080 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1213 # Reject names that are not valid shell variable names.1081 # Reject names that are not valid shell variable names.
1214 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1082 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1215 as_fn_error "invalid feature name: $ac_useropt"1083 as_fn_error $? "invalid feature name: $ac_useropt"
1216 ac_useropt_orig=$ac_useropt1084 ac_useropt_orig=$ac_useropt
1217 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1085 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1218 case $ac_user_opts in1086 case $ac_user_opts in
@@ -1416,7 +1284,7 @@
1416 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1284 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1417 # Reject names that are not valid shell variable names.1285 # Reject names that are not valid shell variable names.
1418 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1286 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1419 as_fn_error "invalid package name: $ac_useropt"1287 as_fn_error $? "invalid package name: $ac_useropt"
1420 ac_useropt_orig=$ac_useropt1288 ac_useropt_orig=$ac_useropt
1421 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1289 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1422 case $ac_user_opts in1290 case $ac_user_opts in
@@ -1432,7 +1300,7 @@
1432 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1300 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1433 # Reject names that are not valid shell variable names.1301 # Reject names that are not valid shell variable names.
1434 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1302 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1435 as_fn_error "invalid package name: $ac_useropt"1303 as_fn_error $? "invalid package name: $ac_useropt"
1436 ac_useropt_orig=$ac_useropt1304 ac_useropt_orig=$ac_useropt
1437 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1305 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1438 case $ac_user_opts in1306 case $ac_user_opts in
@@ -1462,8 +1330,8 @@
1462 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)1330 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1463 x_libraries=$ac_optarg ;;1331 x_libraries=$ac_optarg ;;
14641332
1465 -*) as_fn_error "unrecognized option: \`$ac_option'1333 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1466Try \`$0 --help' for more information."1334Try \`$0 --help' for more information"
1467 ;;1335 ;;
14681336
1469 *=*)1337 *=*)
@@ -1471,7 +1339,7 @@
1471 # Reject names that are not valid shell variable names.1339 # Reject names that are not valid shell variable names.
1472 case $ac_envvar in #(1340 case $ac_envvar in #(
1473 '' | [0-9]* | *[!_$as_cr_alnum]* )1341 '' | [0-9]* | *[!_$as_cr_alnum]* )
1474 as_fn_error "invalid variable name: \`$ac_envvar'" ;;1342 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1475 esac1343 esac
1476 eval $ac_envvar=\$ac_optarg1344 eval $ac_envvar=\$ac_optarg
1477 export $ac_envvar ;;1345 export $ac_envvar ;;
@@ -1489,13 +1357,13 @@
14891357
1490if test -n "$ac_prev"; then1358if test -n "$ac_prev"; then
1491 ac_option=--`echo $ac_prev | sed 's/_/-/g'`1359 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1492 as_fn_error "missing argument to $ac_option"1360 as_fn_error $? "missing argument to $ac_option"
1493fi1361fi
14941362
1495if test -n "$ac_unrecognized_opts"; then1363if test -n "$ac_unrecognized_opts"; then
1496 case $enable_option_checking in1364 case $enable_option_checking in
1497 no) ;;1365 no) ;;
1498 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;1366 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1499 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;1367 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1500 esac1368 esac
1501fi1369fi
@@ -1518,7 +1386,7 @@
1518 [\\/$]* | ?:[\\/]* ) continue;;1386 [\\/$]* | ?:[\\/]* ) continue;;
1519 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;1387 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1520 esac1388 esac
1521 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"1389 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1522done1390done
15231391
1524# There might be people who depend on the old broken behavior: `$host'1392# There might be people who depend on the old broken behavior: `$host'
@@ -1532,8 +1400,8 @@
1532if test "x$host_alias" != x; then1400if test "x$host_alias" != x; then
1533 if test "x$build_alias" = x; then1401 if test "x$build_alias" = x; then
1534 cross_compiling=maybe1402 cross_compiling=maybe
1535 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1403 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1536 If a cross compiler is detected then cross compile mode will be used." >&21404 If a cross compiler is detected then cross compile mode will be used" >&2
1537 elif test "x$build_alias" != "x$host_alias"; then1405 elif test "x$build_alias" != "x$host_alias"; then
1538 cross_compiling=yes1406 cross_compiling=yes
1539 fi1407 fi
@@ -1548,9 +1416,9 @@
1548ac_pwd=`pwd` && test -n "$ac_pwd" &&1416ac_pwd=`pwd` && test -n "$ac_pwd" &&
1549ac_ls_di=`ls -di .` &&1417ac_ls_di=`ls -di .` &&
1550ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||1418ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1551 as_fn_error "working directory cannot be determined"1419 as_fn_error $? "working directory cannot be determined"
1552test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||1420test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1553 as_fn_error "pwd does not report name of working directory"1421 as_fn_error $? "pwd does not report name of working directory"
15541422
15551423
1556# Find the source files, if location was not specified.1424# Find the source files, if location was not specified.
@@ -1589,11 +1457,11 @@
1589fi1457fi
1590if test ! -r "$srcdir/$ac_unique_file"; then1458if test ! -r "$srcdir/$ac_unique_file"; then
1591 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."1459 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1592 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"1460 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1593fi1461fi
1594ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"1462ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1595ac_abs_confdir=`(1463ac_abs_confdir=`(
1596 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"1464 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1597 pwd)`1465 pwd)`
1598# When building in place, set srcdir=.1466# When building in place, set srcdir=.
1599if test "$ac_abs_confdir" = "$ac_pwd"; then1467if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1619,7 +1487,7 @@
1619 # Omit some internal or obsolete options to make the list less imposing.1487 # Omit some internal or obsolete options to make the list less imposing.
1620 # This message is too long to be a string in the A/UX 3.1 sh.1488 # This message is too long to be a string in the A/UX 3.1 sh.
1621 cat <<_ACEOF1489 cat <<_ACEOF
1622\`configure' configures evolution-rss 0.2.0 to adapt to many kinds of systems.1490\`configure' configures evolution-rss 0.2.2 to adapt to many kinds of systems.
16231491
1624Usage: $0 [OPTION]... [VAR=VALUE]...1492Usage: $0 [OPTION]... [VAR=VALUE]...
16251493
@@ -1633,7 +1501,7 @@
1633 --help=short display options specific to this package1501 --help=short display options specific to this package
1634 --help=recursive display the short help of all the included packages1502 --help=recursive display the short help of all the included packages
1635 -V, --version display version information and exit1503 -V, --version display version information and exit
1636 -q, --quiet, --silent do not print \`checking...' messages1504 -q, --quiet, --silent do not print \`checking ...' messages
1637 --cache-file=FILE cache test results in FILE [disabled]1505 --cache-file=FILE cache test results in FILE [disabled]
1638 -C, --config-cache alias for \`--cache-file=config.cache'1506 -C, --config-cache alias for \`--cache-file=config.cache'
1639 -n, --no-create do not create output files1507 -n, --no-create do not create output files
@@ -1689,7 +1557,7 @@
16891557
1690if test -n "$ac_init_help"; then1558if test -n "$ac_init_help"; then
1691 case $ac_init_help in1559 case $ac_init_help in
1692 short | recursive ) echo "Configuration of evolution-rss 0.2.0:";;1560 short | recursive ) echo "Configuration of evolution-rss 0.2.2:";;
1693 esac1561 esac
1694 cat <<\_ACEOF1562 cat <<\_ACEOF
16951563
@@ -1756,6 +1624,10 @@
1756 CPP C preprocessor1624 CPP C preprocessor
1757 CXXCPP C++ preprocessor1625 CXXCPP C++ preprocessor
1758 PKG_CONFIG path to pkg-config utility1626 PKG_CONFIG path to pkg-config utility
1627 PKG_CONFIG_PATH
1628 directories to add to pkg-config's search path
1629 PKG_CONFIG_LIBDIR
1630 path overriding pkg-config's built-in search path
1759 LIBSOUP_24_CFLAGS1631 LIBSOUP_24_CFLAGS
1760 C compiler flags for LIBSOUP_24, overriding pkg-config1632 C compiler flags for LIBSOUP_24, overriding pkg-config
1761 LIBSOUP_24_LIBS1633 LIBSOUP_24_LIBS
@@ -1768,6 +1640,10 @@
1768 C compiler flags for LIBSOUP, overriding pkg-config1640 C compiler flags for LIBSOUP, overriding pkg-config
1769 LIBSOUP_LIBS1641 LIBSOUP_LIBS
1770 linker flags for LIBSOUP, overriding pkg-config1642 linker flags for LIBSOUP, overriding pkg-config
1643 GTKHTML_CFLAGS
1644 C compiler flags for GTKHTML, overriding pkg-config
1645 GTKHTML_LIBS
1646 linker flags for GTKHTML, overriding pkg-config
1771 EVOLUTION_RSS_EPLUGIN_CFLAGS1647 EVOLUTION_RSS_EPLUGIN_CFLAGS
1772 C compiler flags for EVOLUTION_RSS_EPLUGIN, overriding1648 C compiler flags for EVOLUTION_RSS_EPLUGIN, overriding
1773 pkg-config1649 pkg-config
@@ -1864,10 +1740,10 @@
1864test -n "$ac_init_help" && exit $ac_status1740test -n "$ac_init_help" && exit $ac_status
1865if $ac_init_version; then1741if $ac_init_version; then
1866 cat <<\_ACEOF1742 cat <<\_ACEOF
1867evolution-rss configure 0.2.01743evolution-rss configure 0.2.2
1868generated by GNU Autoconf 2.651744generated by GNU Autoconf 2.66
18691745
1870Copyright (C) 2009 Free Software Foundation, Inc.1746Copyright (C) 2010 Free Software Foundation, Inc.
1871This configure script is free software; the Free Software Foundation1747This configure script is free software; the Free Software Foundation
1872gives unlimited permission to copy, distribute and modify it.1748gives unlimited permission to copy, distribute and modify it.
1873_ACEOF1749_ACEOF
@@ -1970,7 +1846,7 @@
1970 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1972$as_echo_n "checking for $2... " >&6; }1848$as_echo_n "checking for $2... " >&6; }
1973if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1849if eval "test \"\${$3+set}\"" = set; then :
1974 $as_echo_n "(cached) " >&61850 $as_echo_n "(cached) " >&6
1975else1851else
1976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2155,7 +2031,7 @@
2155 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2031 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2157$as_echo_n "checking for $2... " >&6; }2033$as_echo_n "checking for $2... " >&6; }
2158if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2034if eval "test \"\${$3+set}\"" = set; then :
2159 $as_echo_n "(cached) " >&62035 $as_echo_n "(cached) " >&6
2160else2036else
2161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2310,10 +2186,10 @@
2310ac_fn_c_check_header_mongrel ()2186ac_fn_c_check_header_mongrel ()
2311{2187{
2312 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2188 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2313 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2189 if eval "test \"\${$3+set}\"" = set; then :
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2315$as_echo_n "checking for $2... " >&6; }2191$as_echo_n "checking for $2... " >&6; }
2316if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2192if eval "test \"\${$3+set}\"" = set; then :
2317 $as_echo_n "(cached) " >&62193 $as_echo_n "(cached) " >&6
2318fi2194fi
2319eval ac_res=\$$32195eval ac_res=\$$3
@@ -2372,17 +2248,15 @@
2372$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}2248$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2374$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2250$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2375( cat <<\_ASBOX2251( $as_echo "## ---------------------------------------------------------------------------- ##
2376## ---------------------------------------------------------------------------- ##
2377## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss ##2252## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss ##
2378## ---------------------------------------------------------------------------- ##2253## ---------------------------------------------------------------------------- ##"
2379_ASBOX
2380 ) | sed "s/^/$as_me: WARNING: /" >&22254 ) | sed "s/^/$as_me: WARNING: /" >&2
2381 ;;2255 ;;
2382esac2256esac
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2384$as_echo_n "checking for $2... " >&6; }2258$as_echo_n "checking for $2... " >&6; }
2385if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2259if eval "test \"\${$3+set}\"" = set; then :
2386 $as_echo_n "(cached) " >&62260 $as_echo_n "(cached) " >&6
2387else2261else
2388 eval "$3=\$ac_header_compiler"2262 eval "$3=\$ac_header_compiler"
@@ -2398,8 +2272,8 @@
2398This file contains any messages produced by compilers while2272This file contains any messages produced by compilers while
2399running configure, to aid debugging if configure makes a mistake.2273running configure, to aid debugging if configure makes a mistake.
24002274
2401It was created by evolution-rss $as_me 0.2.0, which was2275It was created by evolution-rss $as_me 0.2.2, which was
2402generated by GNU Autoconf 2.65. Invocation command line was2276generated by GNU Autoconf 2.66. Invocation command line was
24032277
2404 $ $0 $@2278 $ $0 $@
24052279
@@ -2509,11 +2383,9 @@
2509 {2383 {
2510 echo2384 echo
25112385
2512 cat <<\_ASBOX2386 $as_echo "## ---------------- ##
2513## ---------------- ##
2514## Cache variables. ##2387## Cache variables. ##
2515## ---------------- ##2388## ---------------- ##"
2516_ASBOX
2517 echo2389 echo
2518 # The following way of writing the cache mishandles newlines in values,2390 # The following way of writing the cache mishandles newlines in values,
2519(2391(
@@ -2547,11 +2419,9 @@
2547)2419)
2548 echo2420 echo
25492421
2550 cat <<\_ASBOX2422 $as_echo "## ----------------- ##
2551## ----------------- ##
2552## Output variables. ##2423## Output variables. ##
2553## ----------------- ##2424## ----------------- ##"
2554_ASBOX
2555 echo2425 echo
2556 for ac_var in $ac_subst_vars2426 for ac_var in $ac_subst_vars
2557 do2427 do
@@ -2564,11 +2434,9 @@
2564 echo2434 echo
25652435
2566 if test -n "$ac_subst_files"; then2436 if test -n "$ac_subst_files"; then
2567 cat <<\_ASBOX2437 $as_echo "## ------------------- ##
2568## ------------------- ##
2569## File substitutions. ##2438## File substitutions. ##
2570## ------------------- ##2439## ------------------- ##"
2571_ASBOX
2572 echo2440 echo
2573 for ac_var in $ac_subst_files2441 for ac_var in $ac_subst_files
2574 do2442 do
@@ -2582,11 +2450,9 @@
2582 fi2450 fi
25832451
2584 if test -s confdefs.h; then2452 if test -s confdefs.h; then
2585 cat <<\_ASBOX2453 $as_echo "## ----------- ##
2586## ----------- ##
2587## confdefs.h. ##2454## confdefs.h. ##
2588## ----------- ##2455## ----------- ##"
2589_ASBOX
2590 echo2456 echo
2591 cat confdefs.h2457 cat confdefs.h
2592 echo2458 echo
@@ -2641,7 +2507,12 @@
2641ac_site_file1=NONE2507ac_site_file1=NONE
2642ac_site_file2=NONE2508ac_site_file2=NONE
2643if test -n "$CONFIG_SITE"; then2509if test -n "$CONFIG_SITE"; then
2644 ac_site_file1=$CONFIG_SITE2510 # We do not want a PATH search for config.site.
2511 case $CONFIG_SITE in #((
2512 -*) ac_site_file1=./$CONFIG_SITE;;
2513 */*) ac_site_file1=$CONFIG_SITE;;
2514 *) ac_site_file1=./$CONFIG_SITE;;
2515 esac
2645elif test "x$prefix" != xNONE; then2516elif test "x$prefix" != xNONE; then
2646 ac_site_file1=$prefix/share/config.site2517 ac_site_file1=$prefix/share/config.site
2647 ac_site_file2=$prefix/etc/config.site2518 ac_site_file2=$prefix/etc/config.site
@@ -2656,7 +2527,11 @@
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&52527 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2657$as_echo "$as_me: loading site script $ac_site_file" >&6;}2528$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2658 sed 's/^/| /' "$ac_site_file" >&52529 sed 's/^/| /' "$ac_site_file" >&5
2659 . "$ac_site_file"2530 . "$ac_site_file" \
2531 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2532$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2533as_fn_error $? "failed to load site script $ac_site_file
2534See \`config.log' for more details" "$LINENO" 5; }
2660 fi2535 fi
2661done2536done
26622537
@@ -2732,7 +2607,7 @@
2732$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}2607$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&52608 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2734$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}2609$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2735 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 52610 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2736fi2611fi
2737## -------------------- ##2612## -------------------- ##
2738## Main body of script. ##2613## Main body of script. ##
@@ -2751,16 +2626,22 @@
27512626
2752ac_aux_dir=2627ac_aux_dir=
2753for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do2628for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2754 for ac_t in install-sh install.sh shtool; do2629 if test -f "$ac_dir/install-sh"; then
2755 if test -f "$ac_dir/$ac_t"; then2630 ac_aux_dir=$ac_dir
2756 ac_aux_dir=$ac_dir2631 ac_install_sh="$ac_aux_dir/install-sh -c"
2757 ac_install_sh="$ac_aux_dir/$ac_t -c"2632 break
2758 break 22633 elif test -f "$ac_dir/install.sh"; then
2759 fi2634 ac_aux_dir=$ac_dir
2760 done2635 ac_install_sh="$ac_aux_dir/install.sh -c"
2636 break
2637 elif test -f "$ac_dir/shtool"; then
2638 ac_aux_dir=$ac_dir
2639 ac_install_sh="$ac_aux_dir/shtool install -c"
2640 break
2641 fi
2761done2642done
2762if test -z "$ac_aux_dir"; then2643if test -z "$ac_aux_dir"; then
2763 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 52644 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2764fi2645fi
27652646
2766# These three variables are undocumented and unsupported,2647# These three variables are undocumented and unsupported,
@@ -2876,11 +2757,11 @@
2876'2757'
2877case `pwd` in2758case `pwd` in
2878 *[\\\"\#\$\&\'\`$am_lf]*)2759 *[\\\"\#\$\&\'\`$am_lf]*)
2879 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;2760 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2880esac2761esac
2881case $srcdir in2762case $srcdir in
2882 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)2763 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2883 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;2764 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2884esac2765esac
28852766
2886# Do `set' in a subshell so we don't clobber the current shell's2767# Do `set' in a subshell so we don't clobber the current shell's
@@ -2902,7 +2783,7 @@
2902 # if, for instance, CONFIG_SHELL is bash and it inherits a2783 # if, for instance, CONFIG_SHELL is bash and it inherits a
2903 # broken ls alias from the environment. This has actually2784 # broken ls alias from the environment. This has actually
2904 # happened. Such a system could not be considered "sane".2785 # happened. Such a system could not be considered "sane".
2905 as_fn_error "ls -t appears to fail. Make sure there is not a broken2786 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2906alias in your environment" "$LINENO" 52787alias in your environment" "$LINENO" 5
2907 fi2788 fi
29082789
@@ -2912,7 +2793,7 @@
2912 # Ok.2793 # Ok.
2913 :2794 :
2914else2795else
2915 as_fn_error "newly created file is older than distributed files!2796 as_fn_error $? "newly created file is older than distributed files!
2916Check your system clock" "$LINENO" 52797Check your system clock" "$LINENO" 5
2917fi2798fi
2918{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -3150,7 +3031,7 @@
3150$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }3031$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3151set x ${MAKE-make}3032set x ${MAKE-make}
3152ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`3033ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3153if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :3034if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3154 $as_echo_n "(cached) " >&63035 $as_echo_n "(cached) " >&6
3155else3036else
3156 cat >conftest.make <<\_ACEOF3037 cat >conftest.make <<\_ACEOF
@@ -3158,7 +3039,7 @@
3158all:3039all:
3159 @echo '@@@%%%=$(MAKE)=@@@%%%'3040 @echo '@@@%%%=$(MAKE)=@@@%%%'
3160_ACEOF3041_ACEOF
3161# GNU make sometimes prints "make[1]: Entering...", which would confuse us.3042# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3162case `${MAKE-make} -f conftest.make 2>/dev/null` in3043case `${MAKE-make} -f conftest.make 2>/dev/null` in
3163 *@@@%%%=?*=@@@%%%*)3044 *@@@%%%=?*=@@@%%%*)
3164 eval ac_cv_prog_make_${ac_make}_set=yes;;3045 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -3192,7 +3073,7 @@
3192 am__isrc=' -I$(srcdir)'3073 am__isrc=' -I$(srcdir)'
3193 # test to see if srcdir already configured3074 # test to see if srcdir already configured
3194 if test -f $srcdir/config.status; then3075 if test -f $srcdir/config.status; then
3195 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 53076 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3196 fi3077 fi
3197fi3078fi
31983079
@@ -3208,7 +3089,7 @@
32083089
3209# Define the identity of the package.3090# Define the identity of the package.
3210 PACKAGE='evolution-rss'3091 PACKAGE='evolution-rss'
3211 VERSION='0.2.0'3092 VERSION='0.2.2'
32123093
32133094
3214cat >>confdefs.h <<_ACEOF3095cat >>confdefs.h <<_ACEOF
@@ -3626,8 +3507,8 @@
36263507
3627test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53508test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3628$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3509$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3629as_fn_error "no acceptable C compiler found in \$PATH3510as_fn_error $? "no acceptable C compiler found in \$PATH
3630See \`config.log' for more details." "$LINENO" 5; }3511See \`config.log' for more details" "$LINENO" 5; }
36313512
3632# Provide some information about the compiler.3513# Provide some information about the compiler.
3633$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&53514$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3741,9 +3622,8 @@
37413622
3742{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53623{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3743$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3624$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3744{ as_fn_set_status 773625as_fn_error 77 "C compiler cannot create executables
3745as_fn_error "C compiler cannot create executables3626See \`config.log' for more details" "$LINENO" 5; }
3746See \`config.log' for more details." "$LINENO" 5; }; }
3747else3627else
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&53628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3749$as_echo "yes" >&6; }3629$as_echo "yes" >&6; }
@@ -3785,8 +3665,8 @@
3785else3665else
3786 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53666 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3787$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3667$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3788as_fn_error "cannot compute suffix of executables: cannot compile and link3668as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3789See \`config.log' for more details." "$LINENO" 5; }3669See \`config.log' for more details" "$LINENO" 5; }
3790fi3670fi
3791rm -f conftest conftest$ac_cv_exeext3671rm -f conftest conftest$ac_cv_exeext
3792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&53672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -3843,9 +3723,9 @@
3843 else3723 else
3844 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53724 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3845$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3725$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3846as_fn_error "cannot run C compiled programs.3726as_fn_error $? "cannot run C compiled programs.
3847If you meant to cross compile, use \`--host'.3727If you meant to cross compile, use \`--host'.
3848See \`config.log' for more details." "$LINENO" 5; }3728See \`config.log' for more details" "$LINENO" 5; }
3849 fi3729 fi
3850 fi3730 fi
3851fi3731fi
@@ -3896,8 +3776,8 @@
38963776
3897{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53777{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3898$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3778$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3899as_fn_error "cannot compute suffix of object files: cannot compile3779as_fn_error $? "cannot compute suffix of object files: cannot compile
3900See \`config.log' for more details." "$LINENO" 5; }3780See \`config.log' for more details" "$LINENO" 5; }
3901fi3781fi
3902rm -f conftest.$ac_cv_objext conftest.$ac_ext3782rm -f conftest.$ac_cv_objext conftest.$ac_ext
3903fi3783fi
@@ -4312,7 +4192,7 @@
43124192
4313# Make sure we can run config.sub.4193# Make sure we can run config.sub.
4314$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||4194$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4315 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 54195 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
43164196
4317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&54197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4318$as_echo_n "checking build system type... " >&6; }4198$as_echo_n "checking build system type... " >&6; }
@@ -4323,16 +4203,16 @@
4323test "x$ac_build_alias" = x &&4203test "x$ac_build_alias" = x &&
4324 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`4204 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4325test "x$ac_build_alias" = x &&4205test "x$ac_build_alias" = x &&
4326 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 54206 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4327ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||4207ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4328 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 54208 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
43294209
4330fi4210fi
4331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&54211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4332$as_echo "$ac_cv_build" >&6; }4212$as_echo "$ac_cv_build" >&6; }
4333case $ac_cv_build in4213case $ac_cv_build in
4334*-*-*) ;;4214*-*-*) ;;
4335*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;4215*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4336esac4216esac
4337build=$ac_cv_build4217build=$ac_cv_build
4338ac_save_IFS=$IFS; IFS='-'4218ac_save_IFS=$IFS; IFS='-'
@@ -4357,7 +4237,7 @@
4357 ac_cv_host=$ac_cv_build4237 ac_cv_host=$ac_cv_build
4358else4238else
4359 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||4239 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4360 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 54240 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4361fi4241fi
43624242
4363fi4243fi
@@ -4365,7 +4245,7 @@
4365$as_echo "$ac_cv_host" >&6; }4245$as_echo "$ac_cv_host" >&6; }
4366case $ac_cv_host in4246case $ac_cv_host in
4367*-*-*) ;;4247*-*-*) ;;
4368*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;4248*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4369esac4249esac
4370host=$ac_cv_host4250host=$ac_cv_host
4371ac_save_IFS=$IFS; IFS='-'4251ac_save_IFS=$IFS; IFS='-'
@@ -4427,7 +4307,7 @@
44274307
4428case "$am__api_version" in4308case "$am__api_version" in
4429 1.01234)4309 1.01234)
4430 as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 54310 as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
4431 ;;4311 ;;
4432 *)4312 *)
4433 ;;4313 ;;
@@ -4444,7 +4324,7 @@
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&54324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
4445$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }4325$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
4446 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||4326 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
4447 as_fn_error "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 54327 as_fn_error $? "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 5
4448fi4328fi
44494329
4450# Extract the first word of "intltool-update", so it can be a program name with args.4330# Extract the first word of "intltool-update", so it can be a program name with args.
@@ -4568,7 +4448,7 @@
45684448
45694449
4570if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then4450if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
4571 as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 54451 as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
4572fi4452fi
45734453
4574 INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'4454 INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
@@ -4850,13 +4730,13 @@
48504730
48514731
4852if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then4732if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
4853 as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 54733 as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
4854fi4734fi
4855xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"4735xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
4856mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"4736mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
4857mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"4737mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
4858if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then4738if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
4859 as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 54739 as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
4860fi4740fi
48614741
4862# Extract the first word of "perl", so it can be a program name with args.4742# Extract the first word of "perl", so it can be a program name with args.
@@ -4900,13 +4780,13 @@
49004780
49014781
4902if test -z "$INTLTOOL_PERL"; then4782if test -z "$INTLTOOL_PERL"; then
4903 as_fn_error "perl not found" "$LINENO" 54783 as_fn_error $? "perl not found" "$LINENO" 5
4904fi4784fi
4905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&54785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
4906$as_echo_n "checking for perl >= 5.8.1... " >&6; }4786$as_echo_n "checking for perl >= 5.8.1... " >&6; }
4907$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&14787$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
4908if test $? -ne 0; then4788if test $? -ne 0; then
4909 as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 54789 as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
4910else4790else
4911 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"4791 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&54792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
@@ -4919,7 +4799,7 @@
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&54799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
4920$as_echo "ok" >&6; }4800$as_echo "ok" >&6; }
4921 else4801 else
4922 as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 54802 as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
4923 fi4803 fi
4924fi4804fi
49254805
@@ -5268,8 +5148,8 @@
52685148
5269test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&55149test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5270$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}5150$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5271as_fn_error "no acceptable C compiler found in \$PATH5151as_fn_error $? "no acceptable C compiler found in \$PATH
5272See \`config.log' for more details." "$LINENO" 5; }5152See \`config.log' for more details" "$LINENO" 5; }
52735153
5274# Provide some information about the compiler.5154# Provide some information about the compiler.
5275$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&55155$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -5644,7 +5524,7 @@
5644fi5524fi
5645set dummy $CC; ac_cc=`$as_echo "$2" |5525set dummy $CC; ac_cc=`$as_echo "$2" |
5646 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`5526 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5647if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :5527if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
5648 $as_echo_n "(cached) " >&65528 $as_echo_n "(cached) " >&6
5649else5529else
5650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext5530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6272,8 +6152,8 @@
6272else6152else
6273 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&56153 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6274$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}6154$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6275as_fn_error "C preprocessor \"$CPP\" fails sanity check6155as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6276See \`config.log' for more details." "$LINENO" 5; }6156See \`config.log' for more details" "$LINENO" 5; }
6277fi6157fi
62786158
6279ac_ext=c6159ac_ext=c
@@ -6326,7 +6206,7 @@
63266206
63276207
6328if test "x$GPP" = "xno"; then6208if test "x$GPP" = "xno"; then
6329 as_fn_error "C++ Compiler (g++) not installed" "$LINENO" 56209 as_fn_error $? "C++ Compiler (g++) not installed" "$LINENO" 5
6330fi6210fi
6331#AC_PROG_CXXCPP6211#AC_PROG_CXXCPP
6332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&56212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
@@ -6436,7 +6316,7 @@
6436 done6316 done
6437IFS=$as_save_IFS6317IFS=$as_save_IFS
6438 if test -z "$ac_cv_path_GREP"; then6318 if test -z "$ac_cv_path_GREP"; then
6439 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 56319 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6440 fi6320 fi
6441else6321else
6442 ac_cv_path_GREP=$GREP6322 ac_cv_path_GREP=$GREP
@@ -6502,7 +6382,7 @@
6502 done6382 done
6503IFS=$as_save_IFS6383IFS=$as_save_IFS
6504 if test -z "$ac_cv_path_EGREP"; then6384 if test -z "$ac_cv_path_EGREP"; then
6505 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 56385 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6506 fi6386 fi
6507else6387else
6508 ac_cv_path_EGREP=$EGREP6388 ac_cv_path_EGREP=$EGREP
@@ -6666,8 +6546,8 @@
66666546
66676547
66686548
6669macro_version='2.2.6b'6549macro_version='2.2.10'
6670macro_revision='1.3017'6550macro_revision='1.3175'
66716551
66726552
66736553
@@ -6683,6 +6563,75 @@
66836563
6684ltmain="$ac_aux_dir/ltmain.sh"6564ltmain="$ac_aux_dir/ltmain.sh"
66856565
6566# Backslashify metacharacters that are still active within
6567# double-quoted strings.
6568sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6569
6570# Same as above, but do not quote variable references.
6571double_quote_subst='s/\(["`\\]\)/\\\1/g'
6572
6573# Sed substitution to delay expansion of an escaped shell variable in a
6574# double_quote_subst'ed string.
6575delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6576
6577# Sed substitution to delay expansion of an escaped single quote.
6578delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6579
6580# Sed substitution to avoid accidental globbing in evaled expressions
6581no_glob_subst='s/\*/\\\*/g'
6582
6583ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6584ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6585ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6586
6587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6588$as_echo_n "checking how to print strings... " >&6; }
6589# Test print first, because it will be a builtin if present.
6590if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6591 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6592 ECHO='print -r --'
6593elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6594 ECHO='printf %s\n'
6595else
6596 # Use this function as a fallback that always works.
6597 func_fallback_echo ()
6598 {
6599 eval 'cat <<_LTECHO_EOF
6600$1
6601_LTECHO_EOF'
6602 }
6603 ECHO='func_fallback_echo'
6604fi
6605
6606# func_echo_all arg...
6607# Invoke $ECHO with all args, space-separated.
6608func_echo_all ()
6609{
6610 $ECHO ""
6611}
6612
6613case "$ECHO" in
6614 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6615$as_echo "printf" >&6; } ;;
6616 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6617$as_echo "print -r" >&6; } ;;
6618 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6619$as_echo "cat" >&6; } ;;
6620esac
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&56635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6687$as_echo_n "checking for a sed that does not truncate output... " >&6; }6636$as_echo_n "checking for a sed that does not truncate output... " >&6; }
6688if test "${ac_cv_path_SED+set}" = set; then :6637if test "${ac_cv_path_SED+set}" = set; then :
@@ -6740,7 +6689,7 @@
6740 done6689 done
6741IFS=$as_save_IFS6690IFS=$as_save_IFS
6742 if test -z "$ac_cv_path_SED"; then6691 if test -z "$ac_cv_path_SED"; then
6743 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 56692 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6744 fi6693 fi
6745else6694else
6746 ac_cv_path_SED=$SED6695 ac_cv_path_SED=$SED
@@ -6819,7 +6768,7 @@
6819 done6768 done
6820IFS=$as_save_IFS6769IFS=$as_save_IFS
6821 if test -z "$ac_cv_path_FGREP"; then6770 if test -z "$ac_cv_path_FGREP"; then
6822 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 56771 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6823 fi6772 fi
6824else6773else
6825 ac_cv_path_FGREP=$FGREP6774 ac_cv_path_FGREP=$FGREP
@@ -6935,7 +6884,7 @@
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6936$as_echo "no" >&6; }6885$as_echo "no" >&6; }
6937fi6886fi
6938test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 56887test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&56888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6940$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }6889$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6941if test "${lt_cv_prog_gnu_ld+set}" = set; then :6890if test "${lt_cv_prog_gnu_ld+set}" = set; then :
@@ -7018,8 +6967,11 @@
7018 NM="$lt_cv_path_NM"6967 NM="$lt_cv_path_NM"
7019else6968else
7020 # Didn't find any BSD compatible name lister, look for dumpbin.6969 # Didn't find any BSD compatible name lister, look for dumpbin.
7021 if test -n "$ac_tool_prefix"; then6970 if test -n "$DUMPBIN"; then :
7022 for ac_prog in "dumpbin -symbols" "link -dump -symbols"6971 # Let the user override the test.
6972 else
6973 if test -n "$ac_tool_prefix"; then
6974 for ac_prog in dumpbin "link -dump"
7023 do6975 do
7024 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.6976 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7025set dummy $ac_tool_prefix$ac_prog; ac_word=$26977set dummy $ac_tool_prefix$ac_prog; ac_word=$2
@@ -7063,7 +7015,7 @@
7063fi7015fi
7064if test -z "$DUMPBIN"; then7016if test -z "$DUMPBIN"; then
7065 ac_ct_DUMPBIN=$DUMPBIN7017 ac_ct_DUMPBIN=$DUMPBIN
7066 for ac_prog in "dumpbin -symbols" "link -dump -symbols"7018 for ac_prog in dumpbin "link -dump"
7067do7019do
7068 # Extract the first word of "$ac_prog", so it can be a program name with args.7020 # Extract the first word of "$ac_prog", so it can be a program name with args.
7069set dummy $ac_prog; ac_word=$27021set dummy $ac_prog; ac_word=$2
@@ -7118,6 +7070,15 @@
7118 fi7070 fi
7119fi7071fi
71207072
7073 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
7074 *COFF*)
7075 DUMPBIN="$DUMPBIN -symbols"
7076 ;;
7077 *)
7078 DUMPBIN=:
7079 ;;
7080 esac
7081 fi
71217082
7122 if test "$DUMPBIN" != ":"; then7083 if test "$DUMPBIN" != ":"; then
7123 NM="$DUMPBIN"7084 NM="$DUMPBIN"
@@ -7137,13 +7098,13 @@
7137else7098else
7138 lt_cv_nm_interface="BSD nm"7099 lt_cv_nm_interface="BSD nm"
7139 echo "int some_variable = 0;" > conftest.$ac_ext7100 echo "int some_variable = 0;" > conftest.$ac_ext
7140 (eval echo "\"\$as_me:7140: $ac_compile\"" >&5)7101 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
7141 (eval "$ac_compile" 2>conftest.err)7102 (eval "$ac_compile" 2>conftest.err)
7142 cat conftest.err >&57103 cat conftest.err >&5
7143 (eval echo "\"\$as_me:7143: $NM \\\"conftest.$ac_objext\\\"\"" >&5)7104 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7144 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)7105 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
7145 cat conftest.err >&57106 cat conftest.err >&5
7146 (eval echo "\"\$as_me:7146: output\"" >&5)7107 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
7147 cat conftest.out >&57108 cat conftest.out >&5
7148 if $GREP 'External.*some_variable' conftest.out > /dev/null; then7109 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
7149 lt_cv_nm_interface="MS dumpbin"7110 lt_cv_nm_interface="MS dumpbin"
@@ -7200,6 +7161,11 @@
7200 lt_cv_sys_max_cmd_len=8192;7161 lt_cv_sys_max_cmd_len=8192;
7201 ;;7162 ;;
72027163
7164 mint*)
7165 # On MiNT this can take a long time and run out of memory.
7166 lt_cv_sys_max_cmd_len=8192;
7167 ;;
7168
7203 amigaos*)7169 amigaos*)
7204 # On AmigaOS with pdksh, this test takes hours, literally.7170 # On AmigaOS with pdksh, this test takes hours, literally.
7205 # So we just punt and use a minimum line length of 8192.7171 # So we just punt and use a minimum line length of 8192.
@@ -7264,8 +7230,8 @@
7264 # If test is not a shell built-in, we'll probably end up computing a7230 # If test is not a shell built-in, we'll probably end up computing a
7265 # maximum length that is only half of the actual maximum length, but7231 # maximum length that is only half of the actual maximum length, but
7266 # we can't tell.7232 # we can't tell.
7267 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \7233 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
7268 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&7234 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
7269 test $i != 17 # 1/2 MB should be enough7235 test $i != 17 # 1/2 MB should be enough
7270 do7236 do
7271 i=`expr $i + 1`7237 i=`expr $i + 1`
@@ -7536,16 +7502,18 @@
7536 # Base MSYS/MinGW do not provide the 'file' command needed by7502 # Base MSYS/MinGW do not provide the 'file' command needed by
7537 # func_win32_libid shell function, so use a weaker test based on 'objdump',7503 # func_win32_libid shell function, so use a weaker test based on 'objdump',
7538 # unless we find 'file', for example because we are cross-compiling.7504 # unless we find 'file', for example because we are cross-compiling.
7539 if ( file / ) >/dev/null 2>&1; then7505 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
7506 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
7540 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'7507 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7541 lt_cv_file_magic_cmd='func_win32_libid'7508 lt_cv_file_magic_cmd='func_win32_libid'
7542 else7509 else
7543 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'7510 # Keep this pattern in sync with the one in func_win32_libid.
7511 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
7544 lt_cv_file_magic_cmd='$OBJDUMP -f'7512 lt_cv_file_magic_cmd='$OBJDUMP -f'
7545 fi7513 fi
7546 ;;7514 ;;
75477515
7548cegcc)7516cegcc*)
7549 # use the weaker test based on 'objdump'. See mingw*.7517 # use the weaker test based on 'objdump'. See mingw*.
7550 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'7518 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
7551 lt_cv_file_magic_cmd='$OBJDUMP -f'7519 lt_cv_file_magic_cmd='$OBJDUMP -f'
@@ -7575,6 +7543,10 @@
7575 lt_cv_deplibs_check_method=pass_all7543 lt_cv_deplibs_check_method=pass_all
7576 ;;7544 ;;
75777545
7546haiku*)
7547 lt_cv_deplibs_check_method=pass_all
7548 ;;
7549
7578hpux10.20* | hpux11*)7550hpux10.20* | hpux11*)
7579 lt_cv_file_magic_cmd=/usr/bin/file7551 lt_cv_file_magic_cmd=/usr/bin/file
7580 case $host_cpu in7552 case $host_cpu in
@@ -7583,11 +7555,11 @@
7583 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so7555 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7584 ;;7556 ;;
7585 hppa*64*)7557 hppa*64*)
7586 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'7558 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
7587 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl7559 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7588 ;;7560 ;;
7589 *)7561 *)
7590 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'7562 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7591 lt_cv_file_magic_test_file=/usr/lib/libc.sl7563 lt_cv_file_magic_test_file=/usr/lib/libc.sl
7592 ;;7564 ;;
7593 esac7565 esac
@@ -7609,7 +7581,7 @@
7609 ;;7581 ;;
76107582
7611# This must be Linux ELF.7583# This must be Linux ELF.
7612linux* | k*bsd*-gnu)7584linux* | k*bsd*-gnu | kopensolaris*-gnu)
7613 lt_cv_deplibs_check_method=pass_all7585 lt_cv_deplibs_check_method=pass_all
7614 ;;7586 ;;
76157587
@@ -8025,6 +7997,18 @@
8025 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"7997 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
8026fi7998fi
80277999
8000case $host_os in
8001 darwin*)
8002 lock_old_archive_extraction=yes ;;
8003 *)
8004 lock_old_archive_extraction=no ;;
8005esac
8006
8007
8008
8009
8010
8011
80288012
80298013
80308014
@@ -8194,8 +8178,8 @@
8194 test $ac_status = 0; }; then8178 test $ac_status = 0; }; then
8195 # Now try to grab the symbols.8179 # Now try to grab the symbols.
8196 nlist=conftest.nm8180 nlist=conftest.nm
8197 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&58181 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
8198 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&58182 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
8199 ac_status=$?8183 ac_status=$?
8200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&58184 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8201 test $ac_status = 0; } && test -s "$nlist"; then8185 test $ac_status = 0; } && test -s "$nlist"; then
@@ -8348,7 +8332,7 @@
8348 ;;8332 ;;
8349*-*-irix6*)8333*-*-irix6*)
8350 # Find out which ABI we are using.8334 # Find out which ABI we are using.
8351 echo '#line 8351 "configure"' > conftest.$ac_ext8335 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
8352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&58336 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8353 (eval $ac_compile) 2>&58337 (eval $ac_compile) 2>&5
8354 ac_status=$?8338 ac_status=$?
@@ -9060,6 +9044,38 @@
9060fi9044fi
9061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&59045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
9062$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }9046$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
9048$as_echo_n "checking for -force_load linker flag... " >&6; }
9049if test "${lt_cv_ld_force_load+set}" = set; then :
9050 $as_echo_n "(cached) " >&6
9051else
9052 lt_cv_ld_force_load=no
9053 cat > conftest.c << _LT_EOF
9054int forced_loaded() { return 2;}
9055_LT_EOF
9056 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
9057 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
9058 echo "$AR cru libconftest.a conftest.o" >&5
9059 $AR cru libconftest.a conftest.o 2>&5
9060 echo "$RANLIB libconftest.a" >&5
9061 $RANLIB libconftest.a 2>&5
9062 cat > conftest.c << _LT_EOF
9063int main() { return 0;}
9064_LT_EOF
9065 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
9066 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
9067 _lt_result=$?
9068 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
9069 lt_cv_ld_force_load=yes
9070 else
9071 cat conftest.err >&5
9072 fi
9073 rm -f conftest.err libconftest.a conftest conftest.c
9074 rm -rf conftest.dSYM
9075
9076fi
9077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
9078$as_echo "$lt_cv_ld_force_load" >&6; }
9063 case $host_os in9079 case $host_os in
9064 rhapsody* | darwin1.[012])9080 rhapsody* | darwin1.[012])
9065 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;9081 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
@@ -9087,7 +9103,7 @@
9087 else9103 else
9088 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'9104 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
9089 fi9105 fi
9090 if test "$DSYMUTIL" != ":"; then9106 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
9091 _lt_dsymutil='~$DSYMUTIL $lib || :'9107 _lt_dsymutil='~$DSYMUTIL $lib || :'
9092 else9108 else
9093 _lt_dsymutil=9109 _lt_dsymutil=
@@ -9102,8 +9118,7 @@
9102 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`9118 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9103ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default9119ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9104"9120"
9105eval as_val=\$$as_ac_Header9121if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9106 if test "x$as_val" = x""yes; then :
9107 cat >>confdefs.h <<_ACEOF9122 cat >>confdefs.h <<_ACEOF
9108#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 19123#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9109_ACEOF9124_ACEOF
@@ -9128,530 +9143,6 @@
91289143
91299144
91309145
9131ac_ext=cpp
9132ac_cpp='$CXXCPP $CPPFLAGS'
9133ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9134ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9135ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9136if test -z "$CXX"; then
9137 if test -n "$CCC"; then
9138 CXX=$CCC
9139 else
9140 if test -n "$ac_tool_prefix"; then
9141 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
9142 do
9143 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9144set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9146$as_echo_n "checking for $ac_word... " >&6; }
9147if test "${ac_cv_prog_CXX+set}" = set; then :
9148 $as_echo_n "(cached) " >&6
9149else
9150 if test -n "$CXX"; then
9151 ac_cv_prog_CXX="$CXX" # Let the user override the test.
9152else
9153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9154for as_dir in $PATH
9155do
9156 IFS=$as_save_IFS
9157 test -z "$as_dir" && as_dir=.
9158 for ac_exec_ext in '' $ac_executable_extensions; do
9159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9160 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
9161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9162 break 2
9163 fi
9164done
9165 done
9166IFS=$as_save_IFS
9167
9168fi
9169fi
9170CXX=$ac_cv_prog_CXX
9171if test -n "$CXX"; then
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
9173$as_echo "$CXX" >&6; }
9174else
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9176$as_echo "no" >&6; }
9177fi
9178
9179
9180 test -n "$CXX" && break
9181 done
9182fi
9183if test -z "$CXX"; then
9184 ac_ct_CXX=$CXX
9185 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
9186do
9187 # Extract the first word of "$ac_prog", so it can be a program name with args.
9188set dummy $ac_prog; ac_word=$2
9189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9190$as_echo_n "checking for $ac_word... " >&6; }
9191if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
9192 $as_echo_n "(cached) " >&6
9193else
9194 if test -n "$ac_ct_CXX"; then
9195 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
9196else
9197as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9198for as_dir in $PATH
9199do
9200 IFS=$as_save_IFS
9201 test -z "$as_dir" && as_dir=.
9202 for ac_exec_ext in '' $ac_executable_extensions; do
9203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9204 ac_cv_prog_ac_ct_CXX="$ac_prog"
9205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9206 break 2
9207 fi
9208done
9209 done
9210IFS=$as_save_IFS
9211
9212fi
9213fi
9214ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
9215if test -n "$ac_ct_CXX"; then
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
9217$as_echo "$ac_ct_CXX" >&6; }
9218else
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9220$as_echo "no" >&6; }
9221fi
9222
9223
9224 test -n "$ac_ct_CXX" && break
9225done
9226
9227 if test "x$ac_ct_CXX" = x; then
9228 CXX="g++"
9229 else
9230 case $cross_compiling:$ac_tool_warned in
9231yes:)
9232{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9233$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9234ac_tool_warned=yes ;;
9235esac
9236 CXX=$ac_ct_CXX
9237 fi
9238fi
9239
9240 fi
9241fi
9242# Provide some information about the compiler.
9243$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
9244set X $ac_compile
9245ac_compiler=$2
9246for ac_option in --version -v -V -qversion; do
9247 { { ac_try="$ac_compiler $ac_option >&5"
9248case "(($ac_try" in
9249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9250 *) ac_try_echo=$ac_try;;
9251esac
9252eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9253$as_echo "$ac_try_echo"; } >&5
9254 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
9255 ac_status=$?
9256 if test -s conftest.err; then
9257 sed '10a\
9258... rest of stderr output deleted ...
9259 10q' conftest.err >conftest.er1
9260 cat conftest.er1 >&5
9261 fi
9262 rm -f conftest.er1 conftest.err
9263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9264 test $ac_status = 0; }
9265done
9266
9267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
9268$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
9269if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
9270 $as_echo_n "(cached) " >&6
9271else
9272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9273/* end confdefs.h. */
9274
9275int
9276main ()
9277{
9278#ifndef __GNUC__
9279 choke me
9280#endif
9281
9282 ;
9283 return 0;
9284}
9285_ACEOF
9286if ac_fn_cxx_try_compile "$LINENO"; then :
9287 ac_compiler_gnu=yes
9288else
9289 ac_compiler_gnu=no
9290fi
9291rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9292ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
9293
9294fi
9295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
9296$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
9297if test $ac_compiler_gnu = yes; then
9298 GXX=yes
9299else
9300 GXX=
9301fi
9302ac_test_CXXFLAGS=${CXXFLAGS+set}
9303ac_save_CXXFLAGS=$CXXFLAGS
9304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
9305$as_echo_n "checking whether $CXX accepts -g... " >&6; }
9306if test "${ac_cv_prog_cxx_g+set}" = set; then :
9307 $as_echo_n "(cached) " >&6
9308else
9309 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
9310 ac_cxx_werror_flag=yes
9311 ac_cv_prog_cxx_g=no
9312 CXXFLAGS="-g"
9313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9314/* end confdefs.h. */
9315
9316int
9317main ()
9318{
9319
9320 ;
9321 return 0;
9322}
9323_ACEOF
9324if ac_fn_cxx_try_compile "$LINENO"; then :
9325 ac_cv_prog_cxx_g=yes
9326else
9327 CXXFLAGS=""
9328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9329/* end confdefs.h. */
9330
9331int
9332main ()
9333{
9334
9335 ;
9336 return 0;
9337}
9338_ACEOF
9339if ac_fn_cxx_try_compile "$LINENO"; then :
9340
9341else
9342 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
9343 CXXFLAGS="-g"
9344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9345/* end confdefs.h. */
9346
9347int
9348main ()
9349{
9350
9351 ;
9352 return 0;
9353}
9354_ACEOF
9355if ac_fn_cxx_try_compile "$LINENO"; then :
9356 ac_cv_prog_cxx_g=yes
9357fi
9358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9359fi
9360rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9361fi
9362rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9363 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
9364fi
9365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
9366$as_echo "$ac_cv_prog_cxx_g" >&6; }
9367if test "$ac_test_CXXFLAGS" = set; then
9368 CXXFLAGS=$ac_save_CXXFLAGS
9369elif test $ac_cv_prog_cxx_g = yes; then
9370 if test "$GXX" = yes; then
9371 CXXFLAGS="-g -O2"
9372 else
9373 CXXFLAGS="-g"
9374 fi
9375else
9376 if test "$GXX" = yes; then
9377 CXXFLAGS="-O2"
9378 else
9379 CXXFLAGS=
9380 fi
9381fi
9382ac_ext=c
9383ac_cpp='$CPP $CPPFLAGS'
9384ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9385ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9386ac_compiler_gnu=$ac_cv_c_compiler_gnu
9387
9388depcc="$CXX" am_compiler_list=
9389
9390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
9391$as_echo_n "checking dependency style of $depcc... " >&6; }
9392if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
9393 $as_echo_n "(cached) " >&6
9394else
9395 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
9396 # We make a subdir and do the tests there. Otherwise we can end up
9397 # making bogus files that we don't know about and never remove. For
9398 # instance it was reported that on HP-UX the gcc test will end up
9399 # making a dummy file named `D' -- because `-MD' means `put the output
9400 # in D'.
9401 mkdir conftest.dir
9402 # Copy depcomp to subdir because otherwise we won't find it if we're
9403 # using a relative directory.
9404 cp "$am_depcomp" conftest.dir
9405 cd conftest.dir
9406 # We will build objects and dependencies in a subdirectory because
9407 # it helps to detect inapplicable dependency modes. For instance
9408 # both Tru64's cc and ICC support -MD to output dependencies as a
9409 # side effect of compilation, but ICC will put the dependencies in
9410 # the current directory while Tru64 will put them in the object
9411 # directory.
9412 mkdir sub
9413
9414 am_cv_CXX_dependencies_compiler_type=none
9415 if test "$am_compiler_list" = ""; then
9416 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
9417 fi
9418 am__universal=false
9419 case " $depcc " in #(
9420 *\ -arch\ *\ -arch\ *) am__universal=true ;;
9421 esac
9422
9423 for depmode in $am_compiler_list; do
9424 # Setup a source with many dependencies, because some compilers
9425 # like to wrap large dependency lists on column 80 (with \), and
9426 # we should not choose a depcomp mode which is confused by this.
9427 #
9428 # We need to recreate these files for each test, as the compiler may
9429 # overwrite some of them when testing with obscure command lines.
9430 # This happens at least with the AIX C compiler.
9431 : > sub/conftest.c
9432 for i in 1 2 3 4 5 6; do
9433 echo '#include "conftst'$i'.h"' >> sub/conftest.c
9434 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
9435 # Solaris 8's {/usr,}/bin/sh.
9436 touch sub/conftst$i.h
9437 done
9438 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
9439
9440 # We check with `-c' and `-o' for the sake of the "dashmstdout"
9441 # mode. It turns out that the SunPro C++ compiler does not properly
9442 # handle `-M -o', and we need to detect this. Also, some Intel
9443 # versions had trouble with output in subdirs
9444 am__obj=sub/conftest.${OBJEXT-o}
9445 am__minus_obj="-o $am__obj"
9446 case $depmode in
9447 gcc)
9448 # This depmode causes a compiler race in universal mode.
9449 test "$am__universal" = false || continue
9450 ;;
9451 nosideeffect)
9452 # after this tag, mechanisms are not by side-effect, so they'll
9453 # only be used when explicitly requested
9454 if test "x$enable_dependency_tracking" = xyes; then
9455 continue
9456 else
9457 break
9458 fi
9459 ;;
9460 msvisualcpp | msvcmsys)
9461 # This compiler won't grok `-c -o', but also, the minuso test has
9462 # not run yet. These depmodes are late enough in the game, and
9463 # so weak that their functioning should not be impacted.
9464 am__obj=conftest.${OBJEXT-o}
9465 am__minus_obj=
9466 ;;
9467 none) break ;;
9468 esac
9469 if depmode=$depmode \
9470 source=sub/conftest.c object=$am__obj \
9471 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9472 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
9473 >/dev/null 2>conftest.err &&
9474 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
9475 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
9476 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
9477 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
9478 # icc doesn't choke on unknown options, it will just issue warnings
9479 # or remarks (even with -Werror). So we grep stderr for any message
9480 # that says an option was ignored or not supported.
9481 # When given -MP, icc 7.0 and 7.1 complain thusly:
9482 # icc: Command line warning: ignoring option '-M'; no argument required
9483 # The diagnosis changed in icc 8.0:
9484 # icc: Command line remark: option '-MP' not supported
9485 if (grep 'ignoring option' conftest.err ||
9486 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
9487 am_cv_CXX_dependencies_compiler_type=$depmode
9488 break
9489 fi
9490 fi
9491 done
9492
9493 cd ..
9494 rm -rf conftest.dir
9495else
9496 am_cv_CXX_dependencies_compiler_type=none
9497fi
9498
9499fi
9500{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
9501$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
9502CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
9503
9504 if
9505 test "x$enable_dependency_tracking" != xno \
9506 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
9507 am__fastdepCXX_TRUE=
9508 am__fastdepCXX_FALSE='#'
9509else
9510 am__fastdepCXX_TRUE='#'
9511 am__fastdepCXX_FALSE=
9512fi
9513
9514
9515if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
9516 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
9517 (test "X$CXX" != "Xg++"))) ; then
9518 ac_ext=cpp
9519ac_cpp='$CXXCPP $CPPFLAGS'
9520ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9521ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9522ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
9524$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
9525if test -z "$CXXCPP"; then
9526 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
9527 $as_echo_n "(cached) " >&6
9528else
9529 # Double quotes because CXXCPP needs to be expanded
9530 for CXXCPP in "$CXX -E" "/lib/cpp"
9531 do
9532 ac_preproc_ok=false
9533for ac_cxx_preproc_warn_flag in '' yes
9534do
9535 # Use a header file that comes with gcc, so configuring glibc
9536 # with a fresh cross-compiler works.
9537 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9538 # <limits.h> exists even on freestanding compilers.
9539 # On the NeXT, cc -E runs the code through the compiler's parser,
9540 # not just through cpp. "Syntax error" is here to catch this case.
9541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9542/* end confdefs.h. */
9543#ifdef __STDC__
9544# include <limits.h>
9545#else
9546# include <assert.h>
9547#endif
9548 Syntax error
9549_ACEOF
9550if ac_fn_cxx_try_cpp "$LINENO"; then :
9551
9552else
9553 # Broken: fails on valid input.
9554continue
9555fi
9556rm -f conftest.err conftest.$ac_ext
9557
9558 # OK, works on sane cases. Now check whether nonexistent headers
9559 # can be detected and how.
9560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9561/* end confdefs.h. */
9562#include <ac_nonexistent.h>
9563_ACEOF
9564if ac_fn_cxx_try_cpp "$LINENO"; then :
9565 # Broken: success on invalid input.
9566continue
9567else
9568 # Passes both tests.
9569ac_preproc_ok=:
9570break
9571fi
9572rm -f conftest.err conftest.$ac_ext
9573
9574done
9575# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
9576rm -f conftest.err conftest.$ac_ext
9577if $ac_preproc_ok; then :
9578 break
9579fi
9580
9581 done
9582 ac_cv_prog_CXXCPP=$CXXCPP
9583
9584fi
9585 CXXCPP=$ac_cv_prog_CXXCPP
9586else
9587 ac_cv_prog_CXXCPP=$CXXCPP
9588fi
9589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
9590$as_echo "$CXXCPP" >&6; }
9591ac_preproc_ok=false
9592for ac_cxx_preproc_warn_flag in '' yes
9593do
9594 # Use a header file that comes with gcc, so configuring glibc
9595 # with a fresh cross-compiler works.
9596 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9597 # <limits.h> exists even on freestanding compilers.
9598 # On the NeXT, cc -E runs the code through the compiler's parser,
9599 # not just through cpp. "Syntax error" is here to catch this case.
9600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9601/* end confdefs.h. */
9602#ifdef __STDC__
9603# include <limits.h>
9604#else
9605# include <assert.h>
9606#endif
9607 Syntax error
9608_ACEOF
9609if ac_fn_cxx_try_cpp "$LINENO"; then :
9610
9611else
9612 # Broken: fails on valid input.
9613continue
9614fi
9615rm -f conftest.err conftest.$ac_ext
9616
9617 # OK, works on sane cases. Now check whether nonexistent headers
9618 # can be detected and how.
9619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9620/* end confdefs.h. */
9621#include <ac_nonexistent.h>
9622_ACEOF
9623if ac_fn_cxx_try_cpp "$LINENO"; then :
9624 # Broken: success on invalid input.
9625continue
9626else
9627 # Passes both tests.
9628ac_preproc_ok=:
9629break
9630fi
9631rm -f conftest.err conftest.$ac_ext
9632
9633done
9634# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
9635rm -f conftest.err conftest.$ac_ext
9636if $ac_preproc_ok; then :
9637
9638else
9639 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9640$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9641_lt_caught_CXX_error=yes; }
9642fi
9643
9644ac_ext=c
9645ac_cpp='$CPP $CPPFLAGS'
9646ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9647ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9648ac_compiler_gnu=$ac_cv_c_compiler_gnu
9649
9650else
9651 _lt_caught_CXX_error=yes
9652fi
9653
9654
96559146
96569147
96579148
@@ -9777,6 +9268,7 @@
97779268
97789269
97799270
9271
9780test -z "$LN_S" && LN_S="ln -s"9272test -z "$LN_S" && LN_S="ln -s"
97819273
97829274
@@ -9826,19 +9318,6 @@
98269318
98279319
98289320
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842case $host_os in9321case $host_os in
9843aix3*)9322aix3*)
9844 # AIX sometimes has problems with the GCC collect2 program. For some9323 # AIX sometimes has problems with the GCC collect2 program. For some
@@ -9851,23 +9330,6 @@
9851 ;;9330 ;;
9852esac9331esac
98539332
9854# Sed substitution that helps us do robust quoting. It backslashifies
9855# metacharacters that are still active within double-quoted strings.
9856sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
9857
9858# Same as above, but do not quote variable references.
9859double_quote_subst='s/\(["`\\]\)/\\\1/g'
9860
9861# Sed substitution to delay expansion of an escaped shell variable in a
9862# double_quote_subst'ed string.
9863delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
9864
9865# Sed substitution to delay expansion of an escaped single quote.
9866delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
9867
9868# Sed substitution to avoid accidental globbing in evaled expressions
9869no_glob_subst='s/\*/\\\*/g'
9870
9871# Global variables:9333# Global variables:
9872ofile=libtool9334ofile=libtool
9873can_build_shared=yes9335can_build_shared=yes
@@ -9896,7 +9358,7 @@
9896 *) break;;9358 *) break;;
9897 esac9359 esac
9898done9360done
9899cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`9361cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
99009362
99019363
9902# Only perform the check for file, if the check method requires it9364# Only perform the check for file, if the check method requires it
@@ -10105,7 +9567,12 @@
10105lt_prog_compiler_no_builtin_flag=9567lt_prog_compiler_no_builtin_flag=
101069568
10107if test "$GCC" = yes; then9569if test "$GCC" = yes; then
10108 lt_prog_compiler_no_builtin_flag=' -fno-builtin'9570 case $cc_basename in
9571 nvcc*)
9572 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9573 *)
9574 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9575 esac
101099576
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&59577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10111$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }9578$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
@@ -10125,15 +9592,15 @@
10125 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9592 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10126 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9593 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10127 -e 's:$: $lt_compiler_flag:'`9594 -e 's:$: $lt_compiler_flag:'`
10128 (eval echo "\"\$as_me:10128: $lt_compile\"" >&5)9595 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10129 (eval "$lt_compile" 2>conftest.err)9596 (eval "$lt_compile" 2>conftest.err)
10130 ac_status=$?9597 ac_status=$?
10131 cat conftest.err >&59598 cat conftest.err >&5
10132 echo "$as_me:10132: \$? = $ac_status" >&59599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10133 if (exit $ac_status) && test -s "$ac_outfile"; then9600 if (exit $ac_status) && test -s "$ac_outfile"; then
10134 # The compiler can only warn and ignore the option if not recognized9601 # The compiler can only warn and ignore the option if not recognized
10135 # So say no if there are warnings other than the usual output.9602 # So say no if there are warnings other than the usual output.
10136 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp9603 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10137 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er29604 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10138 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then9605 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10139 lt_cv_prog_compiler_rtti_exceptions=yes9606 lt_cv_prog_compiler_rtti_exceptions=yes
@@ -10211,6 +9678,12 @@
10211 lt_prog_compiler_pic='-fno-common'9678 lt_prog_compiler_pic='-fno-common'
10212 ;;9679 ;;
102139680
9681 haiku*)
9682 # PIC is the default for Haiku.
9683 # The "-static" flag exists, but is broken.
9684 lt_prog_compiler_static=
9685 ;;
9686
10214 hpux*)9687 hpux*)
10215 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit9688 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10216 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag9689 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
@@ -10253,6 +9726,13 @@
10253 lt_prog_compiler_pic='-fPIC'9726 lt_prog_compiler_pic='-fPIC'
10254 ;;9727 ;;
10255 esac9728 esac
9729
9730 case $cc_basename in
9731 nvcc*) # Cuda Compiler Driver 2.2
9732 lt_prog_compiler_wl='-Xlinker '
9733 lt_prog_compiler_pic='-Xcompiler -fPIC'
9734 ;;
9735 esac
10256 else9736 else
10257 # PORTME Check for flag to pass linker flags through the system compiler.9737 # PORTME Check for flag to pass linker flags through the system compiler.
10258 case $host_os in9738 case $host_os in
@@ -10294,7 +9774,7 @@
10294 lt_prog_compiler_static='-non_shared'9774 lt_prog_compiler_static='-non_shared'
10295 ;;9775 ;;
102969776
10297 linux* | k*bsd*-gnu)9777 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10298 case $cc_basename in9778 case $cc_basename in
10299 # old Intel for x86_64 which still supported -KPIC.9779 # old Intel for x86_64 which still supported -KPIC.
10300 ecc*)9780 ecc*)
@@ -10315,7 +9795,7 @@
10315 lt_prog_compiler_pic='--shared'9795 lt_prog_compiler_pic='--shared'
10316 lt_prog_compiler_static='--static'9796 lt_prog_compiler_static='--static'
10317 ;;9797 ;;
10318 pgcc* | pgf77* | pgf90* | pgf95*)9798 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10319 # Portland Group compilers (*not* the Pentium gcc compiler,9799 # Portland Group compilers (*not* the Pentium gcc compiler,
10320 # which looks to be a dead project)9800 # which looks to be a dead project)
10321 lt_prog_compiler_wl='-Wl,'9801 lt_prog_compiler_wl='-Wl,'
@@ -10327,26 +9807,26 @@
10327 # All Alpha code is PIC.9807 # All Alpha code is PIC.
10328 lt_prog_compiler_static='-non_shared'9808 lt_prog_compiler_static='-non_shared'
10329 ;;9809 ;;
10330 xl*)9810 xl* | bgxl* | bgf* | mpixl*)
10331 # IBM XL C 8.0/Fortran 10.1 on PPC9811 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10332 lt_prog_compiler_wl='-Wl,'9812 lt_prog_compiler_wl='-Wl,'
10333 lt_prog_compiler_pic='-qpic'9813 lt_prog_compiler_pic='-qpic'
10334 lt_prog_compiler_static='-qstaticlink'9814 lt_prog_compiler_static='-qstaticlink'
10335 ;;9815 ;;
10336 *)9816 *)
10337 case `$CC -V 2>&1 | sed 5q` in9817 case `$CC -V 2>&1 | sed 5q` in
9818 *Sun\ F* | *Sun*Fortran*)
9819 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9820 lt_prog_compiler_pic='-KPIC'
9821 lt_prog_compiler_static='-Bstatic'
9822 lt_prog_compiler_wl=''
9823 ;;
10338 *Sun\ C*)9824 *Sun\ C*)
10339 # Sun C 5.99825 # Sun C 5.9
10340 lt_prog_compiler_pic='-KPIC'9826 lt_prog_compiler_pic='-KPIC'
10341 lt_prog_compiler_static='-Bstatic'9827 lt_prog_compiler_static='-Bstatic'
10342 lt_prog_compiler_wl='-Wl,'9828 lt_prog_compiler_wl='-Wl,'
10343 ;;9829 ;;
10344 *Sun\ F*)
10345 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10346 lt_prog_compiler_pic='-KPIC'
10347 lt_prog_compiler_static='-Bstatic'
10348 lt_prog_compiler_wl=''
10349 ;;
10350 esac9830 esac
10351 ;;9831 ;;
10352 esac9832 esac
@@ -10377,7 +9857,7 @@
10377 lt_prog_compiler_pic='-KPIC'9857 lt_prog_compiler_pic='-KPIC'
10378 lt_prog_compiler_static='-Bstatic'9858 lt_prog_compiler_static='-Bstatic'
10379 case $cc_basename in9859 case $cc_basename in
10380 f77* | f90* | f95*)9860 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
10381 lt_prog_compiler_wl='-Qoption ld ';;9861 lt_prog_compiler_wl='-Qoption ld ';;
10382 *)9862 *)
10383 lt_prog_compiler_wl='-Wl,';;9863 lt_prog_compiler_wl='-Wl,';;
@@ -10464,15 +9944,15 @@
10464 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9944 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10465 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9945 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10466 -e 's:$: $lt_compiler_flag:'`9946 -e 's:$: $lt_compiler_flag:'`
10467 (eval echo "\"\$as_me:10467: $lt_compile\"" >&5)9947 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10468 (eval "$lt_compile" 2>conftest.err)9948 (eval "$lt_compile" 2>conftest.err)
10469 ac_status=$?9949 ac_status=$?
10470 cat conftest.err >&59950 cat conftest.err >&5
10471 echo "$as_me:10471: \$? = $ac_status" >&59951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10472 if (exit $ac_status) && test -s "$ac_outfile"; then9952 if (exit $ac_status) && test -s "$ac_outfile"; then
10473 # The compiler can only warn and ignore the option if not recognized9953 # The compiler can only warn and ignore the option if not recognized
10474 # So say no if there are warnings other than the usual output.9954 # So say no if there are warnings other than the usual output.
10475 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp9955 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10476 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er29956 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10477 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then9957 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10478 lt_cv_prog_compiler_pic_works=yes9958 lt_cv_prog_compiler_pic_works=yes
@@ -10520,7 +10000,7 @@
10520 if test -s conftest.err; then10000 if test -s conftest.err; then
10521 # Append any errors to the config.log.10001 # Append any errors to the config.log.
10522 cat conftest.err 1>&510002 cat conftest.err 1>&5
10523 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp10003 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10524 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er210004 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10525 if diff conftest.exp conftest.er2 >/dev/null; then10005 if diff conftest.exp conftest.er2 >/dev/null; then
10526 lt_cv_prog_compiler_static_works=yes10006 lt_cv_prog_compiler_static_works=yes
@@ -10569,16 +10049,16 @@
10569 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \10049 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10570 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \10050 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10571 -e 's:$: $lt_compiler_flag:'`10051 -e 's:$: $lt_compiler_flag:'`
10572 (eval echo "\"\$as_me:10572: $lt_compile\"" >&5)10052 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10573 (eval "$lt_compile" 2>out/conftest.err)10053 (eval "$lt_compile" 2>out/conftest.err)
10574 ac_status=$?10054 ac_status=$?
10575 cat out/conftest.err >&510055 cat out/conftest.err >&5
10576 echo "$as_me:10576: \$? = $ac_status" >&510056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10577 if (exit $ac_status) && test -s out/conftest2.$ac_objext10057 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10578 then10058 then
10579 # The compiler can only warn and ignore the option if not recognized10059 # The compiler can only warn and ignore the option if not recognized
10580 # So say no if there are warnings10060 # So say no if there are warnings
10581 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp10061 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10582 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er210062 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10583 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then10063 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10584 lt_cv_prog_compiler_c_o=yes10064 lt_cv_prog_compiler_c_o=yes
@@ -10624,16 +10104,16 @@
10624 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \10104 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10625 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \10105 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10626 -e 's:$: $lt_compiler_flag:'`10106 -e 's:$: $lt_compiler_flag:'`
10627 (eval echo "\"\$as_me:10627: $lt_compile\"" >&5)10107 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10628 (eval "$lt_compile" 2>out/conftest.err)10108 (eval "$lt_compile" 2>out/conftest.err)
10629 ac_status=$?10109 ac_status=$?
10630 cat out/conftest.err >&510110 cat out/conftest.err >&5
10631 echo "$as_me:10631: \$? = $ac_status" >&510111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10632 if (exit $ac_status) && test -s out/conftest2.$ac_objext10112 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10633 then10113 then
10634 # The compiler can only warn and ignore the option if not recognized10114 # The compiler can only warn and ignore the option if not recognized
10635 # So say no if there are warnings10115 # So say no if there are warnings
10636 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp10116 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10637 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er210117 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10638 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then10118 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10639 lt_cv_prog_compiler_c_o=yes10119 lt_cv_prog_compiler_c_o=yes
@@ -10746,7 +10226,33 @@
10746 esac10226 esac
1074710227
10748 ld_shlibs=yes10228 ld_shlibs=yes
10229
10230 # On some targets, GNU ld is compatible enough with the native linker
10231 # that we're better off using the native interface for both.
10232 lt_use_gnu_ld_interface=no
10749 if test "$with_gnu_ld" = yes; then10233 if test "$with_gnu_ld" = yes; then
10234 case $host_os in
10235 aix*)
10236 # The AIX port of GNU ld has always aspired to compatibility
10237 # with the native linker. However, as the warning in the GNU ld
10238 # block says, versions before 2.19.5* couldn't really create working
10239 # shared libraries, regardless of the interface used.
10240 case `$LD -v 2>&1` in
10241 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10242 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10243 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10244 *)
10245 lt_use_gnu_ld_interface=yes
10246 ;;
10247 esac
10248 ;;
10249 *)
10250 lt_use_gnu_ld_interface=yes
10251 ;;
10252 esac
10253 fi
10254
10255 if test "$lt_use_gnu_ld_interface" = yes; then
10750 # If archive_cmds runs LD, not CC, wlarc should be empty10256 # If archive_cmds runs LD, not CC, wlarc should be empty
10751 wlarc='${wl}'10257 wlarc='${wl}'
1075210258
@@ -10764,6 +10270,7 @@
10764 fi10270 fi
10765 supports_anon_versioning=no10271 supports_anon_versioning=no
10766 case `$LD -v 2>&1` in10272 case `$LD -v 2>&1` in
10273 *GNU\ gold*) supports_anon_versioning=yes ;;
10767 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.1110274 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10768 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...10275 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10769 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...10276 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
@@ -10779,11 +10286,12 @@
10779 ld_shlibs=no10286 ld_shlibs=no
10780 cat <<_LT_EOF 1>&210287 cat <<_LT_EOF 1>&2
1078110288
10782*** Warning: the GNU linker, at least up to release 2.9.1, is reported10289*** Warning: the GNU linker, at least up to release 2.19, is reported
10783*** to be unable to reliably create shared libraries on AIX.10290*** to be unable to reliably create shared libraries on AIX.
10784*** Therefore, libtool is disabling shared libraries support. If you10291*** Therefore, libtool is disabling shared libraries support. If you
10785*** really care for shared libraries, you may want to modify your PATH10292*** really care for shared libraries, you may want to install binutils
10786*** so that a non-GNU linker is found, and then restart.10293*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10294*** You will then need to restart the configuration process.
1078710295
10788_LT_EOF10296_LT_EOF
10789 fi10297 fi
@@ -10819,6 +10327,7 @@
10819 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,10327 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10820 # as there is no search path for DLLs.10328 # as there is no search path for DLLs.
10821 hardcode_libdir_flag_spec='-L$libdir'10329 hardcode_libdir_flag_spec='-L$libdir'
10330 export_dynamic_flag_spec='${wl}--export-all-symbols'
10822 allow_undefined_flag=unsupported10331 allow_undefined_flag=unsupported
10823 always_export_symbols=no10332 always_export_symbols=no
10824 enable_shared_with_static_runtimes=yes10333 enable_shared_with_static_runtimes=yes
@@ -10840,6 +10349,11 @@
10840 fi10349 fi
10841 ;;10350 ;;
1084210351
10352 haiku*)
10353 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10354 link_all_deplibs=yes
10355 ;;
10356
10843 interix[3-9]*)10357 interix[3-9]*)
10844 hardcode_direct=no10358 hardcode_direct=no
10845 hardcode_shlibpath_var=no10359 hardcode_shlibpath_var=no
@@ -10855,7 +10369,7 @@
10855 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'10369 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10856 ;;10370 ;;
1085710371
10858 gnu* | linux* | tpf* | k*bsd*-gnu)10372 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10859 tmp_diet=no10373 tmp_diet=no
10860 if test "$host_os" = linux-dietlibc; then10374 if test "$host_os" = linux-dietlibc; then
10861 case $cc_basename in10375 case $cc_basename in
@@ -10869,11 +10383,12 @@
10869 tmp_sharedflag='-shared'10383 tmp_sharedflag='-shared'
10870 case $cc_basename,$host_cpu in10384 case $cc_basename,$host_cpu in
10871 pgcc*) # Portland Group C compiler10385 pgcc*) # Portland Group C compiler
10872 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'10386 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10873 tmp_addflag=' $pic_flag'10387 tmp_addflag=' $pic_flag'
10874 ;;10388 ;;
10875 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers10389 pgf77* | pgf90* | pgf95* | pgfortran*)
10876 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'10390 # Portland Group f77 and f90 compilers
10391 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10877 tmp_addflag=' $pic_flag -Mnomain' ;;10392 tmp_addflag=' $pic_flag -Mnomain' ;;
10878 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia6410393 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10879 tmp_addflag=' -i_dynamic' ;;10394 tmp_addflag=' -i_dynamic' ;;
@@ -10884,13 +10399,17 @@
10884 lf95*) # Lahey Fortran 8.110399 lf95*) # Lahey Fortran 8.1
10885 whole_archive_flag_spec=10400 whole_archive_flag_spec=
10886 tmp_sharedflag='--shared' ;;10401 tmp_sharedflag='--shared' ;;
10887 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)10402 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10888 tmp_sharedflag='-qmkshrobj'10403 tmp_sharedflag='-qmkshrobj'
10889 tmp_addflag= ;;10404 tmp_addflag= ;;
10405 nvcc*) # Cuda Compiler Driver 2.2
10406 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10407 compiler_needs_object=yes
10408 ;;
10890 esac10409 esac
10891 case `$CC -V 2>&1 | sed 5q` in10410 case `$CC -V 2>&1 | sed 5q` in
10892 *Sun\ C*) # Sun C 5.910411 *Sun\ C*) # Sun C 5.9
10893 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'10412 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10894 compiler_needs_object=yes10413 compiler_needs_object=yes
10895 tmp_sharedflag='-G' ;;10414 tmp_sharedflag='-G' ;;
10896 *Sun\ F*) # Sun Fortran 8.310415 *Sun\ F*) # Sun Fortran 8.3
@@ -10906,17 +10425,17 @@
10906 fi10425 fi
1090710426
10908 case $cc_basename in10427 case $cc_basename in
10909 xlf*)10428 xlf* | bgf* | bgxlf* | mpixlf*)
10910 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself10429 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10911 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'10430 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10912 hardcode_libdir_flag_spec=10431 hardcode_libdir_flag_spec=
10913 hardcode_libdir_flag_spec_ld='-rpath $libdir'10432 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10914 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'10433 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
10915 if test "x$supports_anon_versioning" = xyes; then10434 if test "x$supports_anon_versioning" = xyes; then
10916 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~10435 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10917 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~10436 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10918 echo "local: *; };" >> $output_objdir/$libname.ver~10437 echo "local: *; };" >> $output_objdir/$libname.ver~
10919 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'10438 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10920 fi10439 fi
10921 ;;10440 ;;
10922 esac10441 esac
@@ -11037,8 +10556,10 @@
11037 else10556 else
11038 # If we're using GNU nm, then we don't want the "-C" option.10557 # If we're using GNU nm, then we don't want the "-C" option.
11039 # -C means demangle to AIX nm, but means don't demangle with GNU nm10558 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10559 # Also, AIX nm treats weak defined symbols like other global
10560 # defined symbols, whereas GNU nm marks them as "W".
11040 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then10561 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
11041 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'10562 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
11042 else10563 else
11043 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'10564 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
11044 fi10565 fi
@@ -11156,7 +10677,7 @@
11156if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi10677if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1115710678
11158 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"10679 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11159 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"10680 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
11160 else10681 else
11161 if test "$host_cpu" = ia64; then10682 if test "$host_cpu" = ia64; then
11162 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'10683 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
@@ -11200,8 +10721,13 @@
11200 # -berok will link without error, but may produce a broken library.10721 # -berok will link without error, but may produce a broken library.
11201 no_undefined_flag=' ${wl}-bernotok'10722 no_undefined_flag=' ${wl}-bernotok'
11202 allow_undefined_flag=' ${wl}-berok'10723 allow_undefined_flag=' ${wl}-berok'
11203 # Exported symbols can be pulled into shared objects from archives10724 if test "$with_gnu_ld" = yes; then
11204 whole_archive_flag_spec='$convenience'10725 # We only use this code for GNU lds that support --whole-archive.
10726 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10727 else
10728 # Exported symbols can be pulled into shared objects from archives
10729 whole_archive_flag_spec='$convenience'
10730 fi
11205 archive_cmds_need_lc=yes10731 archive_cmds_need_lc=yes
11206 # This is similar to how AIX traditionally builds its shared libraries.10732 # This is similar to how AIX traditionally builds its shared libraries.
11207 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'10733 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
@@ -11240,7 +10766,7 @@
11240 # Tell ltmain to make .dll files, not .so files.10766 # Tell ltmain to make .dll files, not .so files.
11241 shrext_cmds=".dll"10767 shrext_cmds=".dll"
11242 # FIXME: Setting linknames here is a bad hack.10768 # FIXME: Setting linknames here is a bad hack.
11243 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='10769 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11244 # The linker will automatically build a .lib file if we build a DLL.10770 # The linker will automatically build a .lib file if we build a DLL.
11245 old_archive_from_new_cmds='true'10771 old_archive_from_new_cmds='true'
11246 # FIXME: Should let the user specify the lib program.10772 # FIXME: Should let the user specify the lib program.
@@ -11256,7 +10782,11 @@
11256 hardcode_direct=no10782 hardcode_direct=no
11257 hardcode_automatic=yes10783 hardcode_automatic=yes
11258 hardcode_shlibpath_var=unsupported10784 hardcode_shlibpath_var=unsupported
11259 whole_archive_flag_spec=''10785 if test "$lt_cv_ld_force_load" = "yes"; then
10786 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
10787 else
10788 whole_archive_flag_spec=''
10789 fi
11260 link_all_deplibs=yes10790 link_all_deplibs=yes
11261 allow_undefined_flag="$_lt_dar_allow_undefined"10791 allow_undefined_flag="$_lt_dar_allow_undefined"
11262 case $cc_basename in10792 case $cc_basename in
@@ -11264,7 +10794,7 @@
11264 *) _lt_dar_can_shared=$GCC ;;10794 *) _lt_dar_can_shared=$GCC ;;
11265 esac10795 esac
11266 if test "$_lt_dar_can_shared" = "yes"; then10796 if test "$_lt_dar_can_shared" = "yes"; then
11267 output_verbose_link_cmd=echo10797 output_verbose_link_cmd=func_echo_all
11268 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"10798 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11269 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"10799 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11270 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"10800 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
@@ -11330,7 +10860,7 @@
11330 ;;10860 ;;
1133110861
11332 hpux10*)10862 hpux10*)
11333 if test "$GCC" = yes -a "$with_gnu_ld" = no; then10863 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11334 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'10864 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11335 else10865 else
11336 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'10866 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
@@ -11349,7 +10879,7 @@
11349 ;;10879 ;;
1135010880
11351 hpux11*)10881 hpux11*)
11352 if test "$GCC" = yes -a "$with_gnu_ld" = no; then10882 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11353 case $host_cpu in10883 case $host_cpu in
11354 hppa*64*)10884 hppa*64*)
11355 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'10885 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
@@ -11370,7 +10900,46 @@
11370 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'10900 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11371 ;;10901 ;;
11372 *)10902 *)
11373 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'10903
10904 # Older versions of the 11.00 compiler do not understand -b yet
10905 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10907$as_echo_n "checking if $CC understands -b... " >&6; }
10908if test "${lt_cv_prog_compiler__b+set}" = set; then :
10909 $as_echo_n "(cached) " >&6
10910else
10911 lt_cv_prog_compiler__b=no
10912 save_LDFLAGS="$LDFLAGS"
10913 LDFLAGS="$LDFLAGS -b"
10914 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10915 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10916 # The linker can only warn and ignore the option if not recognized
10917 # So say no if there are warnings
10918 if test -s conftest.err; then
10919 # Append any errors to the config.log.
10920 cat conftest.err 1>&5
10921 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10922 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10923 if diff conftest.exp conftest.er2 >/dev/null; then
10924 lt_cv_prog_compiler__b=yes
10925 fi
10926 else
10927 lt_cv_prog_compiler__b=yes
10928 fi
10929 fi
10930 $RM -r conftest*
10931 LDFLAGS="$save_LDFLAGS"
10932
10933fi
10934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10935$as_echo "$lt_cv_prog_compiler__b" >&6; }
10936
10937if test x"$lt_cv_prog_compiler__b" = xyes; then
10938 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10939else
10940 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10941fi
10942
11374 ;;10943 ;;
11375 esac10944 esac
11376 fi10945 fi
@@ -11398,7 +10967,7 @@
1139810967
11399 irix5* | irix6* | nonstopux*)10968 irix5* | irix6* | nonstopux*)
11400 if test "$GCC" = yes; then10969 if test "$GCC" = yes; then
11401 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'10970 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11402 # Try to use the -exported_symbol ld option, if it does not10971 # Try to use the -exported_symbol ld option, if it does not
11403 # work, assume that -exports_file does not work either and10972 # work, assume that -exports_file does not work either and
11404 # implicitly export all symbols.10973 # implicitly export all symbols.
@@ -11409,15 +10978,15 @@
11409int foo(void) {}10978int foo(void) {}
11410_ACEOF10979_ACEOF
11411if ac_fn_c_try_link "$LINENO"; then :10980if ac_fn_c_try_link "$LINENO"; then :
11412 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'10981 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
1141310982
11414fi10983fi
11415rm -f core conftest.err conftest.$ac_objext \10984rm -f core conftest.err conftest.$ac_objext \
11416 conftest$ac_exeext conftest.$ac_ext10985 conftest$ac_exeext conftest.$ac_ext
11417 LDFLAGS="$save_LDFLAGS"10986 LDFLAGS="$save_LDFLAGS"
11418 else10987 else
11419 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'10988 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11420 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'10989 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
11421 fi10990 fi
11422 archive_cmds_need_lc='no'10991 archive_cmds_need_lc='no'
11423 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'10992 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
@@ -11479,17 +11048,17 @@
11479 hardcode_libdir_flag_spec='-L$libdir'11048 hardcode_libdir_flag_spec='-L$libdir'
11480 hardcode_minus_L=yes11049 hardcode_minus_L=yes
11481 allow_undefined_flag=unsupported11050 allow_undefined_flag=unsupported
11482 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'11051 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
11483 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'11052 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11484 ;;11053 ;;
1148511054
11486 osf3*)11055 osf3*)
11487 if test "$GCC" = yes; then11056 if test "$GCC" = yes; then
11488 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'11057 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11489 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'11058 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11490 else11059 else
11491 allow_undefined_flag=' -expect_unresolved \*'11060 allow_undefined_flag=' -expect_unresolved \*'
11492 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'11061 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11493 fi11062 fi
11494 archive_cmds_need_lc='no'11063 archive_cmds_need_lc='no'
11495 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'11064 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
@@ -11499,13 +11068,13 @@
11499 osf4* | osf5*) # as osf3* with the addition of -msym flag11068 osf4* | osf5*) # as osf3* with the addition of -msym flag
11500 if test "$GCC" = yes; then11069 if test "$GCC" = yes; then
11501 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'11070 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11502 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'11071 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11503 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'11072 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11504 else11073 else
11505 allow_undefined_flag=' -expect_unresolved \*'11074 allow_undefined_flag=' -expect_unresolved \*'
11506 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'11075 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11507 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~11076 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
11508 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'11077 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
1150911078
11510 # Both c and cxx compiler support -rpath directly11079 # Both c and cxx compiler support -rpath directly
11511 hardcode_libdir_flag_spec='-rpath $libdir'11080 hardcode_libdir_flag_spec='-rpath $libdir'
@@ -11708,44 +11277,50 @@
11708 # to ld, don't add -lc before -lgcc.11277 # to ld, don't add -lc before -lgcc.
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&511278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11710$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }11279$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11711 $RM conftest*11280if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11712 echo "$lt_simple_compile_test_code" > conftest.$ac_ext11281 $as_echo_n "(cached) " >&6
11282else
11283 $RM conftest*
11284 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1171311285
11714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&511286 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11715 (eval $ac_compile) 2>&511287 (eval $ac_compile) 2>&5
11716 ac_status=$?11288 ac_status=$?
11717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&511289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11718 test $ac_status = 0; } 2>conftest.err; then11290 test $ac_status = 0; } 2>conftest.err; then
11719 soname=conftest11291 soname=conftest
11720 lib=conftest11292 lib=conftest
11721 libobjs=conftest.$ac_objext11293 libobjs=conftest.$ac_objext
11722 deplibs=11294 deplibs=
11723 wl=$lt_prog_compiler_wl11295 wl=$lt_prog_compiler_wl
11724 pic_flag=$lt_prog_compiler_pic11296 pic_flag=$lt_prog_compiler_pic
11725 compiler_flags=-v11297 compiler_flags=-v
11726 linker_flags=-v11298 linker_flags=-v
11727 verstring=11299 verstring=
11728 output_objdir=.11300 output_objdir=.
11729 libname=conftest11301 libname=conftest
11730 lt_save_allow_undefined_flag=$allow_undefined_flag11302 lt_save_allow_undefined_flag=$allow_undefined_flag
11731 allow_undefined_flag=11303 allow_undefined_flag=
11732 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&511304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11733 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&511305 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11734 ac_status=$?11306 ac_status=$?
11735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&511307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11736 test $ac_status = 0; }11308 test $ac_status = 0; }
11737 then11309 then
11738 archive_cmds_need_lc=no11310 lt_cv_archive_cmds_need_lc=no
11739 else11311 else
11740 archive_cmds_need_lc=yes11312 lt_cv_archive_cmds_need_lc=yes
11741 fi11313 fi
11742 allow_undefined_flag=$lt_save_allow_undefined_flag11314 allow_undefined_flag=$lt_save_allow_undefined_flag
11743 else11315 else
11744 cat conftest.err 1>&511316 cat conftest.err 1>&5
11745 fi11317 fi
11746 $RM conftest*11318 $RM conftest*
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&511319
11748$as_echo "$archive_cmds_need_lc" >&6; }11320fi
11321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11322$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11323 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11749 ;;11324 ;;
11750 esac11325 esac
11751 fi11326 fi
@@ -11916,16 +11491,23 @@
11916 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;11491 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11917 *) lt_awk_arg="/^libraries:/" ;;11492 *) lt_awk_arg="/^libraries:/" ;;
11918 esac11493 esac
11919 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`11494 case $host_os in
11920 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then11495 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11496 *) lt_sed_strip_eq="s,=/,/,g" ;;
11497 esac
11498 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11499 case $lt_search_path_spec in
11500 *\;*)
11921 # if the path contains ";" then we assume it to be the separator11501 # if the path contains ";" then we assume it to be the separator
11922 # otherwise default to the standard path separator (i.e. ":") - it is11502 # otherwise default to the standard path separator (i.e. ":") - it is
11923 # assumed that no part of a normal pathname contains ";" but that should11503 # assumed that no part of a normal pathname contains ";" but that should
11924 # okay in the real world where ";" in dirpaths is itself problematic.11504 # okay in the real world where ";" in dirpaths is itself problematic.
11925 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`11505 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11926 else11506 ;;
11927 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`11507 *)
11928 fi11508 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11509 ;;
11510 esac
11929 # Ok, now we have the path, separated by spaces, we can step through it11511 # Ok, now we have the path, separated by spaces, we can step through it
11930 # and add multilib dir if necessary.11512 # and add multilib dir if necessary.
11931 lt_tmp_lt_search_path_spec=11513 lt_tmp_lt_search_path_spec=
@@ -11938,7 +11520,7 @@
11938 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"11520 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11939 fi11521 fi
11940 done11522 done
11941 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '11523 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11942BEGIN {RS=" "; FS="/|\n";} {11524BEGIN {RS=" "; FS="/|\n";} {
11943 lt_foo="";11525 lt_foo="";
11944 lt_count=0;11526 lt_count=0;
@@ -11958,7 +11540,13 @@
11958 if (lt_foo != "") { lt_freq[lt_foo]++; }11540 if (lt_foo != "") { lt_freq[lt_foo]++; }
11959 if (lt_freq[lt_foo] == 1) { print lt_foo; }11541 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11960}'`11542}'`
11961 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`11543 # AWK program above erroneously prepends '/' to C:/dos/paths
11544 # for these hosts.
11545 case $host_os in
11546 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11547 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11548 esac
11549 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11962else11550else
11963 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"11551 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11964fi11552fi
@@ -12046,7 +11634,7 @@
12046 m68k)11634 m68k)
12047 library_names_spec='$libname.ixlibrary $libname.a'11635 library_names_spec='$libname.ixlibrary $libname.a'
12048 # Create ${libname}_ixlibrary.a entries in /sys/libs.11636 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12049 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'11637 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
12050 ;;11638 ;;
12051 esac11639 esac
12052 ;;11640 ;;
@@ -12099,23 +11687,12 @@
12099 cygwin*)11687 cygwin*)
12100 # Cygwin DLLs use 'cyg' prefix rather than 'lib'11688 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12101 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'11689 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12102 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"11690
11691 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12103 ;;11692 ;;
12104 mingw* | cegcc*)11693 mingw* | cegcc*)
12105 # MinGW DLLs use traditional 'lib' prefix11694 # MinGW DLLs use traditional 'lib' prefix
12106 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'11695 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12107 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
12108 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
12109 # It is most probably a Windows format PATH printed by
12110 # mingw gcc, but we are running on Cygwin. Gcc prints its search
12111 # path with ; separators, and with drive letters. We can handle the
12112 # drive letters (cygwin fileutils understands them), so leave them,
12113 # especially as we might pass files found there to a mingw objdump,
12114 # which wouldn't understand a cygwinified path. Ahh.
12115 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
12116 else
12117 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
12118 fi
12119 ;;11696 ;;
12120 pw32*)11697 pw32*)
12121 # pw32 DLLs use 'pw' prefix rather than 'lib'11698 # pw32 DLLs use 'pw' prefix rather than 'lib'
@@ -12215,6 +11792,19 @@
12215 hardcode_into_libs=yes11792 hardcode_into_libs=yes
12216 ;;11793 ;;
1221711794
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches