From 4da77ea5c5a50e490a34631aa8051acf009efbc9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 12 Nov 2005 21:27:19 +0000 Subject: [PATCH] hi git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@11 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- AUTHORS | 0 COPYING | 340 + ChangeLog | 0 INSTALL | 20 + Makefile.am | 93 + Makefile.in | 1153 + NEWS | 0 README | 0 TODO | 9 + aclocal.m4 | 6787 +++++ compile | 99 + conf/extensions.conf | 4 + conf/wanchan.conf | 8 + conf/woomera.conf | 8 + config.guess | 1449 + config.h.in | 155 + config.sub | 1552 ++ configure | 22282 ++++++++++++++++ configure.in | 37 + configure.scan | 45 + depcomp | 479 + generic_mod.mk | 10 + install-sh | 294 + ltmain.sh | 6402 +++++ missing | 336 + mkinstalldirs | 111 + modmake.sh | 18 + modules.conf | 11 + modules.conf.in | 14 + platform/vsnet/FreeSwitchConsole.vcproj | 254 + ...nsole.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/FreeSwitchCore.vcproj | 291 + ...hCore.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/Freeswitch.ncb | Bin 0 -> 12037120 bytes platform/vsnet/Freeswitch.sln | 286 + platform/vsnet/Freeswitch.suo | Bin 0 -> 146944 bytes platform/vsnet/LaunchFreeswitch.bat | 13 + platform/vsnet/UpgradeLog.XML | 104 + .../_UpgradeReport_Files/UpgradeReport.css | 207 + .../_UpgradeReport_Files/UpgradeReport.xslt | 232 + .../UpgradeReport_Minus.gif | Bin 0 -> 69 bytes .../UpgradeReport_Plus.gif | Bin 0 -> 71 bytes platform/vsnet/conf/exosip.conf | 5 + platform/vsnet/conf/extensions.conf | 6 + platform/vsnet/conf/woomera.conf | 8 + platform/vsnet/debug/BuildLog.htm | Bin 0 -> 20610 bytes platform/vsnet/debug/mod/mod_bridgecall.ilk | Bin 0 -> 1116316 bytes .../vsnet/debug/mod/mod_dialplan_demo.ilk | Bin 0 -> 1030512 bytes platform/vsnet/debug/mod/mod_exosip.ilk | Bin 0 -> 1825500 bytes platform/vsnet/debug/mod/mod_g711codec.ilk | Bin 0 -> 1004044 bytes platform/vsnet/debug/mod/mod_playback.ilk | Bin 0 -> 1105272 bytes platform/vsnet/debug/mod/mod_rawaudio.ilk | Bin 0 -> 999212 bytes platform/vsnet/debug/mod/mod_softtimer.ilk | Bin 0 -> 1014484 bytes platform/vsnet/debug/mod/mod_woomerachan.ilk | Bin 0 -> 1209480 bytes platform/vsnet/mod_bridgecall.vcproj | 205 + ...ecall.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/mod_dialplan_demo.vcproj | 204 + ..._demo.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/mod_exosip.vcproj | 228 + ...xosip.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/mod_g711codec.vcproj | 212 + ...codec.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/mod_playback.vcproj | 204 + ...yback.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/mod_rawaudio.vcproj | 204 + ...audio.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/mod_softtimer.vcproj | 204 + ...timer.vcproj.8BALLBREAK.Administrator.user | 65 + platform/vsnet/mod_woomerachan.vcproj | 204 + ...achan.vcproj.8BALLBREAK.Administrator.user | 65 + src/include/config.h.in | 155 + src/include/switch.h | 116 + src/include/switch_buffer.h | 57 + src/include/switch_caller.h | 102 + src/include/switch_channel.h | 82 + src/include/switch_config.h | 60 + src/include/switch_console.h | 48 + src/include/switch_core.h | 125 + src/include/switch_frame.h | 52 + src/include/switch_loadable_module.h | 64 + src/include/switch_module_interfaces.h | 247 + src/include/switch_mutex.h | 56 + src/include/switch_types.h | 305 + src/include/switch_utils.h | 138 + src/mod/mod_bridgecall/mod_bridgecall.c | 266 + src/mod/mod_dialplan_demo/mod_dialplan_demo.c | 128 + src/mod/mod_exosip/Makefile | 12 + src/mod/mod_exosip/mod_exosip.c | 1373 + src/mod/mod_exosip/mod_exosip_ccrtp.c | 1373 + src/mod/mod_exosip/mod_exosip_ucl.c | 1438 + src/mod/mod_g711codec/Makefile | 15 + src/mod/mod_g711codec/g711.c | 312 + src/mod/mod_g711codec/g711.h | 60 + src/mod/mod_g711codec/mod_g711codec.c | 295 + src/mod/mod_playback/mod_playback.c | 163 + src/mod/mod_rawaudio/mod_rawaudio.c | 185 + src/mod/mod_skel/mod_skel.c | 54 + src/mod/mod_softtimer/mod_softtimer.c | 128 + src/mod/mod_speexcodec/Makefile | 10 + src/mod/mod_speexcodec/mod_speexcodec.c | 338 + src/mod/mod_wanchan/mod_wanchan.c | 634 + src/mod/mod_woomerachan/mod_woomerachan.c | 1378 + src/switch.c | 68 + src/switch_buffer.c | 139 + src/switch_caller.c | 116 + src/switch_channel.c | 431 + src/switch_config.c | 158 + src/switch_console.c | 147 + src/switch_core.c | 1462 + src/switch_loadable_module.c | 358 + src/switch_mutex.c | 62 + src/switch_utils.c | 116 + 112 files changed, 58263 insertions(+) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 INSTALL create mode 100644 Makefile.am create mode 100644 Makefile.in create mode 100644 NEWS create mode 100644 README create mode 100644 TODO create mode 100644 aclocal.m4 create mode 100644 compile create mode 100644 conf/extensions.conf create mode 100644 conf/wanchan.conf create mode 100644 conf/woomera.conf create mode 100644 config.guess create mode 100644 config.h.in create mode 100644 config.sub create mode 100644 configure create mode 100644 configure.in create mode 100644 configure.scan create mode 100644 depcomp create mode 100644 generic_mod.mk create mode 100644 install-sh create mode 100644 ltmain.sh create mode 100644 missing create mode 100644 mkinstalldirs create mode 100644 modmake.sh create mode 100644 modules.conf create mode 100644 modules.conf.in create mode 100644 platform/vsnet/FreeSwitchConsole.vcproj create mode 100644 platform/vsnet/FreeSwitchConsole.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/FreeSwitchCore.vcproj create mode 100644 platform/vsnet/FreeSwitchCore.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/Freeswitch.ncb create mode 100644 platform/vsnet/Freeswitch.sln create mode 100644 platform/vsnet/Freeswitch.suo create mode 100644 platform/vsnet/LaunchFreeswitch.bat create mode 100644 platform/vsnet/UpgradeLog.XML create mode 100644 platform/vsnet/_UpgradeReport_Files/UpgradeReport.css create mode 100644 platform/vsnet/_UpgradeReport_Files/UpgradeReport.xslt create mode 100644 platform/vsnet/_UpgradeReport_Files/UpgradeReport_Minus.gif create mode 100644 platform/vsnet/_UpgradeReport_Files/UpgradeReport_Plus.gif create mode 100644 platform/vsnet/conf/exosip.conf create mode 100644 platform/vsnet/conf/extensions.conf create mode 100644 platform/vsnet/conf/woomera.conf create mode 100644 platform/vsnet/debug/BuildLog.htm create mode 100644 platform/vsnet/debug/mod/mod_bridgecall.ilk create mode 100644 platform/vsnet/debug/mod/mod_dialplan_demo.ilk create mode 100644 platform/vsnet/debug/mod/mod_exosip.ilk create mode 100644 platform/vsnet/debug/mod/mod_g711codec.ilk create mode 100644 platform/vsnet/debug/mod/mod_playback.ilk create mode 100644 platform/vsnet/debug/mod/mod_rawaudio.ilk create mode 100644 platform/vsnet/debug/mod/mod_softtimer.ilk create mode 100644 platform/vsnet/debug/mod/mod_woomerachan.ilk create mode 100644 platform/vsnet/mod_bridgecall.vcproj create mode 100644 platform/vsnet/mod_bridgecall.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/mod_dialplan_demo.vcproj create mode 100644 platform/vsnet/mod_dialplan_demo.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/mod_exosip.vcproj create mode 100644 platform/vsnet/mod_exosip.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/mod_g711codec.vcproj create mode 100644 platform/vsnet/mod_g711codec.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/mod_playback.vcproj create mode 100644 platform/vsnet/mod_playback.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/mod_rawaudio.vcproj create mode 100644 platform/vsnet/mod_rawaudio.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/mod_softtimer.vcproj create mode 100644 platform/vsnet/mod_softtimer.vcproj.8BALLBREAK.Administrator.user create mode 100644 platform/vsnet/mod_woomerachan.vcproj create mode 100644 platform/vsnet/mod_woomerachan.vcproj.8BALLBREAK.Administrator.user create mode 100644 src/include/config.h.in create mode 100644 src/include/switch.h create mode 100644 src/include/switch_buffer.h create mode 100644 src/include/switch_caller.h create mode 100644 src/include/switch_channel.h create mode 100644 src/include/switch_config.h create mode 100644 src/include/switch_console.h create mode 100644 src/include/switch_core.h create mode 100644 src/include/switch_frame.h create mode 100644 src/include/switch_loadable_module.h create mode 100644 src/include/switch_module_interfaces.h create mode 100644 src/include/switch_mutex.h create mode 100644 src/include/switch_types.h create mode 100644 src/include/switch_utils.h create mode 100644 src/mod/mod_bridgecall/mod_bridgecall.c create mode 100644 src/mod/mod_dialplan_demo/mod_dialplan_demo.c create mode 100644 src/mod/mod_exosip/Makefile create mode 100644 src/mod/mod_exosip/mod_exosip.c create mode 100644 src/mod/mod_exosip/mod_exosip_ccrtp.c create mode 100644 src/mod/mod_exosip/mod_exosip_ucl.c create mode 100644 src/mod/mod_g711codec/Makefile create mode 100644 src/mod/mod_g711codec/g711.c create mode 100644 src/mod/mod_g711codec/g711.h create mode 100644 src/mod/mod_g711codec/mod_g711codec.c create mode 100644 src/mod/mod_playback/mod_playback.c create mode 100644 src/mod/mod_rawaudio/mod_rawaudio.c create mode 100644 src/mod/mod_skel/mod_skel.c create mode 100644 src/mod/mod_softtimer/mod_softtimer.c create mode 100644 src/mod/mod_speexcodec/Makefile create mode 100644 src/mod/mod_speexcodec/mod_speexcodec.c create mode 100644 src/mod/mod_wanchan/mod_wanchan.c create mode 100644 src/mod/mod_woomerachan/mod_woomerachan.c create mode 100644 src/switch.c create mode 100644 src/switch_buffer.c create mode 100644 src/switch_caller.c create mode 100644 src/switch_channel.c create mode 100644 src/switch_config.c create mode 100644 src/switch_console.c create mode 100644 src/switch_core.c create mode 100644 src/switch_loadable_module.c create mode 100644 src/switch_mutex.c create mode 100644 src/switch_utils.c diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..e69de29bb2 diff --git a/COPYING b/COPYING new file mode 100644 index 0000000000..d60c31a97a --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000000..e69de29bb2 diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000000..09537acf27 --- /dev/null +++ b/INSTALL @@ -0,0 +1,20 @@ + +SQLITE (> make sqlite) +It will download and build and install sqlite + +APR (> make apr) +it will and download and build and install apr if needed but remember to make sure +/usr/local/apr/lib is in the LD_LIBRARY_PATH that's up to you + + +cp modules.conf.in modules.conf and edit to taste + +if you want sip: +make sure mod_exosip is uncommeted in modules.conf +make common +make exosip + + +make; make install + + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000000..daf43fb0ee --- /dev/null +++ b/Makefile.am @@ -0,0 +1,93 @@ +EXTRA_DIST = +SUBDIRS = +AUTOMAKE_OPTS = gnu +MAKE=gmake +NAME=freeswitch +PREFIX=$(prefix)/${NAME} +APR_CONFIG=$(prefix)/bin/apr-1-config +AM_CFLAGS = $(shell $(APR_CONFIG) --cflags --cppflags --includes) +AM_LDFLAGS = $(shell $(APR_CONFIG) --link-ld --libs ) -Wl,-E -L$(PREFIX)/lib +AM_CFLAGS += -fPIC -Wall +AM_CFLAGS +=-I$(PWD) -I$(PWD)/include -I$(PREFIX)/include +AM_CFLAGS += -DSWITCH_MOD_DIR=\"$(PREFIX)/mod\" +AM_CFLAGS += -DSWITCH_PREFIX_DIR=\"$(PREFIX)\" +AM_CFLAGS += -DSWITCH_CONF_DIR=\"$(PREFIX)/conf\" + +libfreeswitch_la_SOURCES = \ +src/include/switch.h \ +src/include/switch_channel.h \ +src/include/switch_config.h \ +src/include/switch_console.h \ +src/include/switch_core.h \ +src/include/switch_frame.h \ +src/include/switch_loadable_module.h \ +src/include/switch_module_interfaces.h \ +src/include/switch_mutex.h \ +src/include/switch_types.h \ +src/include/switch_utils.h \ +src/include/switch_caller.h \ +src/include/switch_buffer.h \ +src/switch_buffer.c \ +src/switch_caller.c \ +src/switch_channel.c \ +src/switch_config.c \ +src/switch_console.c \ +src/switch_core.c \ +src/switch_loadable_module.c \ +src/switch_mutex.c \ +src/switch_utils.c + +#bindir = $(PREFIX)/bin +#libdir = $(PREFIX)/lib +library_includedir = $(PREFIX)/include +library_include_HEADERS = src/include/switch.h \ + src/include/switch_channel.h \ + src/include/switch_config.h \ + src/include/switch_console.h \ + src/include/switch_core.h \ + src/include/switch_frame.h \ + src/include/switch_loadable_module.h \ + src/include/switch_module_interfaces.h \ + src/include/switch_mutex.h \ + src/include/switch_types.h \ + src/include/switch_utils.h \ + src/include/switch_caller.h \ + src/include/switch_buffer.h + +lib_LTLIBRARIES = libfreeswitch.la +libfreeswitch_la_CFLAGS = $(AM_CFLAGS) -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g +libfreeswitch_la_LDFLAGS = -version-info 1:0:0 + +bin_PROGRAMS = freeswitch +freeswitch_SOURCES = src/switch.c +freeswitch_CFLAGS = $(AM_CFLAGS) +freeswitch_LDFLAGS = -static -lfreeswitch + +modules: $(NAME) + @echo making modules + @cd src/mod && for i in $(shell cat modules.conf | grep -v \#) ; do echo making $$i ; LDFLAGS="$(AM_LDFLAGS) -lfreeswitch" CFLAGS="$(AM_CFLAGS)" CC="$(CC)" MOD="$$i" $(PWD)/modmake.sh $(PWD) $$i || exit 1; done + +modclean: + @cd src/mod && for i in [a-z]* ; do echo making clean $$i ; CFLAGS="$(CFLAGS)" CC="$(CC)" MOD="$$i" make -f $(PWD)/generic_mod.mk -C $$i clean || exit 1; done + + +install_mod: + @echo Installing $(NAME) + @mkdir -p $(PREFIX) $(PREFIX)/conf $(PREFIX)/mod $(PREFIX)/db + @/bin/cp -p ./$(NAME) $(PREFIX)/bin + @ln -sf $(PREFIX)/bin/$(NAME) /usr/bin + @echo Installing Modules + @/bin/cp -f src/mod/*/mod_*.so $(PREFIX)/mod >/dev/null 2<&1 || echo No modules to copy. + @echo done + + +eclean: clean + rm -f `find . -type f -name \*~` + rm -f `find . -type f -name \.*~` + rm -f `find . -type f -name \#\*` + rm -f `find . -type f -name \.\#\*` + rm -f `find . -type f -name core\*` + rm -f *.tar *.tgz *.gz + +megaclean: eclean modclean + rm -fr $(SQLITETAR) $(SQLITE) $(APR) $(APRTAR) $(SOX) $(SOXTAR) $(COMMONTAR) diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000000..38cc8b85be --- /dev/null +++ b/Makefile.in @@ -0,0 +1,1153 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = . + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +EXTRA_DIST = +SUBDIRS = +AUTOMAKE_OPTS = gnu +MAKE = gmake +NAME = freeswitch +PREFIX = $(prefix)/${NAME} +APR_CONFIG = $(prefix)/bin/apr-1-config +AM_CFLAGS = $(shell $(APR_CONFIG) --cflags --cppflags --includes) -fPIC -Wall -I$(PWD) -I$(PWD)/include -I$(PREFIX)/include -DSWITCH_MOD_DIR=\"$(PREFIX)/mod\" -DSWITCH_PREFIX_DIR=\"$(PREFIX)\" -DSWITCH_CONF_DIR=\"$(PREFIX)/conf\" +AM_LDFLAGS = $(shell $(APR_CONFIG) --link-ld --libs ) -Wl,-E -L$(PREFIX)/lib + +libfreeswitch_la_SOURCES = \ +src/include/switch.h \ +src/include/switch_channel.h \ +src/include/switch_config.h \ +src/include/switch_console.h \ +src/include/switch_core.h \ +src/include/switch_frame.h \ +src/include/switch_loadable_module.h \ +src/include/switch_module_interfaces.h \ +src/include/switch_mutex.h \ +src/include/switch_types.h \ +src/include/switch_utils.h \ +src/include/switch_caller.h \ +src/include/switch_buffer.h \ +src/switch_buffer.c \ +src/switch_caller.c \ +src/switch_channel.c \ +src/switch_config.c \ +src/switch_console.c \ +src/switch_core.c \ +src/switch_loadable_module.c \ +src/switch_mutex.c \ +src/switch_utils.c + + +#bindir = $(PREFIX)/bin +#libdir = $(PREFIX)/lib +library_includedir = $(PREFIX)/include +library_include_HEADERS = src/include/switch.h \ + src/include/switch_channel.h \ + src/include/switch_config.h \ + src/include/switch_console.h \ + src/include/switch_core.h \ + src/include/switch_frame.h \ + src/include/switch_loadable_module.h \ + src/include/switch_module_interfaces.h \ + src/include/switch_mutex.h \ + src/include/switch_types.h \ + src/include/switch_utils.h \ + src/include/switch_caller.h \ + src/include/switch_buffer.h + + +lib_LTLIBRARIES = libfreeswitch.la +libfreeswitch_la_CFLAGS = $(AM_CFLAGS) -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g +libfreeswitch_la_LDFLAGS = -version-info 1:0:0 + +bin_PROGRAMS = freeswitch +freeswitch_SOURCES = src/switch.c +freeswitch_CFLAGS = $(AM_CFLAGS) +freeswitch_LDFLAGS = -static -lfreeswitch +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +LTLIBRARIES = $(lib_LTLIBRARIES) + +libfreeswitch_la_LIBADD = +am_libfreeswitch_la_OBJECTS = libfreeswitch_la-switch_buffer.lo \ + libfreeswitch_la-switch_caller.lo \ + libfreeswitch_la-switch_channel.lo \ + libfreeswitch_la-switch_config.lo \ + libfreeswitch_la-switch_console.lo \ + libfreeswitch_la-switch_core.lo \ + libfreeswitch_la-switch_loadable_module.lo \ + libfreeswitch_la-switch_mutex.lo \ + libfreeswitch_la-switch_utils.lo +libfreeswitch_la_OBJECTS = $(am_libfreeswitch_la_OBJECTS) +bin_PROGRAMS = freeswitch$(EXEEXT) +PROGRAMS = $(bin_PROGRAMS) + +am_freeswitch_OBJECTS = freeswitch-switch.$(OBJEXT) +freeswitch_OBJECTS = $(am_freeswitch_OBJECTS) +freeswitch_LDADD = $(LDADD) +freeswitch_DEPENDENCIES = + +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/freeswitch-switch.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_buffer.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_caller.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_channel.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_config.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_console.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_core.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_mutex.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/libfreeswitch_la-switch_utils.Plo +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(libfreeswitch_la_SOURCES) $(freeswitch_SOURCES) +HEADERS = $(library_include_HEADERS) + + +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ + ps-recursive install-info-recursive uninstall-info-recursive \ + all-recursive install-data-recursive install-exec-recursive \ + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive +DIST_COMMON = README $(library_include_HEADERS) $(srcdir)/Makefile.in \ + $(srcdir)/configure ./src/include/config.h.in AUTHORS COPYING \ + ChangeLog INSTALL Makefile.am NEWS TODO aclocal.m4 compile \ + config.guess config.sub configure configure.in depcomp \ + install-sh ltmain.sh missing mkinstalldirs +DIST_SUBDIRS = $(SUBDIRS) +SOURCES = $(libfreeswitch_la_SOURCES) $(freeswitch_SOURCES) + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj + +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) + +$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck +$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) + cd $(srcdir) && $(AUTOCONF) + +$(ACLOCAL_M4): configure.in + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + +src/include/config.h: src/include/stamp-h1 + @if test ! -f $@; then \ + rm -f src/include/stamp-h1; \ + $(MAKE) src/include/stamp-h1; \ + else :; fi + +src/include/stamp-h1: $(srcdir)/./src/include/config.h.in $(top_builddir)/config.status + @rm -f src/include/stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status src/include/config.h + +$(srcdir)/./src/include/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOHEADER) + touch $(srcdir)/./src/include/config.h.in + +distclean-hdr: + -rm -f src/include/config.h src/include/stamp-h1 +libLTLIBRARIES_INSTALL = $(INSTALL) +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(libdir) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ + $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ + else :; fi; \ + done + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + p="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ + $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" = "$$p" && dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +libfreeswitch.la: $(libfreeswitch_la_OBJECTS) $(libfreeswitch_la_DEPENDENCIES) + $(LINK) -rpath $(libdir) $(libfreeswitch_la_LDFLAGS) $(libfreeswitch_la_OBJECTS) $(libfreeswitch_la_LIBADD) $(LIBS) +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +freeswitch$(EXEEXT): $(freeswitch_OBJECTS) $(freeswitch_DEPENDENCIES) + @rm -f freeswitch$(EXEEXT) + $(LINK) $(freeswitch_LDFLAGS) $(freeswitch_OBJECTS) $(freeswitch_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freeswitch-switch.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_buffer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_caller.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_channel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_config.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_console.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_core.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_mutex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreeswitch_la-switch_utils.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< + +.c.obj: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` + +.c.lo: +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + +libfreeswitch_la-switch_buffer.o: src/switch_buffer.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_buffer.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_buffer.o `test -f 'src/switch_buffer.c' || echo '$(srcdir)/'`src/switch_buffer.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_buffer.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_buffer.c' object='libfreeswitch_la-switch_buffer.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_buffer.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_buffer.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_buffer.o `test -f 'src/switch_buffer.c' || echo '$(srcdir)/'`src/switch_buffer.c + +libfreeswitch_la-switch_buffer.obj: src/switch_buffer.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_buffer.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_buffer.obj `if test -f 'src/switch_buffer.c'; then $(CYGPATH_W) 'src/switch_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_buffer.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_buffer.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_buffer.c' object='libfreeswitch_la-switch_buffer.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_buffer.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_buffer.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_buffer.obj `if test -f 'src/switch_buffer.c'; then $(CYGPATH_W) 'src/switch_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_buffer.c'; fi` + +libfreeswitch_la-switch_buffer.lo: src/switch_buffer.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_buffer.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_buffer.lo `test -f 'src/switch_buffer.c' || echo '$(srcdir)/'`src/switch_buffer.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_buffer.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_buffer.c' object='libfreeswitch_la-switch_buffer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_buffer.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_buffer.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_buffer.lo `test -f 'src/switch_buffer.c' || echo '$(srcdir)/'`src/switch_buffer.c + +libfreeswitch_la-switch_caller.o: src/switch_caller.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_caller.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_caller.o `test -f 'src/switch_caller.c' || echo '$(srcdir)/'`src/switch_caller.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_caller.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_caller.c' object='libfreeswitch_la-switch_caller.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_caller.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_caller.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_caller.o `test -f 'src/switch_caller.c' || echo '$(srcdir)/'`src/switch_caller.c + +libfreeswitch_la-switch_caller.obj: src/switch_caller.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_caller.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_caller.obj `if test -f 'src/switch_caller.c'; then $(CYGPATH_W) 'src/switch_caller.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_caller.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_caller.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_caller.c' object='libfreeswitch_la-switch_caller.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_caller.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_caller.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_caller.obj `if test -f 'src/switch_caller.c'; then $(CYGPATH_W) 'src/switch_caller.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_caller.c'; fi` + +libfreeswitch_la-switch_caller.lo: src/switch_caller.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_caller.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_caller.lo `test -f 'src/switch_caller.c' || echo '$(srcdir)/'`src/switch_caller.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_caller.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_caller.c' object='libfreeswitch_la-switch_caller.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_caller.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_caller.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_caller.lo `test -f 'src/switch_caller.c' || echo '$(srcdir)/'`src/switch_caller.c + +libfreeswitch_la-switch_channel.o: src/switch_channel.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_channel.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_channel.o `test -f 'src/switch_channel.c' || echo '$(srcdir)/'`src/switch_channel.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_channel.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_channel.c' object='libfreeswitch_la-switch_channel.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_channel.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_channel.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_channel.o `test -f 'src/switch_channel.c' || echo '$(srcdir)/'`src/switch_channel.c + +libfreeswitch_la-switch_channel.obj: src/switch_channel.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_channel.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_channel.obj `if test -f 'src/switch_channel.c'; then $(CYGPATH_W) 'src/switch_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_channel.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_channel.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_channel.c' object='libfreeswitch_la-switch_channel.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_channel.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_channel.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_channel.obj `if test -f 'src/switch_channel.c'; then $(CYGPATH_W) 'src/switch_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_channel.c'; fi` + +libfreeswitch_la-switch_channel.lo: src/switch_channel.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_channel.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_channel.lo `test -f 'src/switch_channel.c' || echo '$(srcdir)/'`src/switch_channel.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_channel.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_channel.c' object='libfreeswitch_la-switch_channel.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_channel.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_channel.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_channel.lo `test -f 'src/switch_channel.c' || echo '$(srcdir)/'`src/switch_channel.c + +libfreeswitch_la-switch_config.o: src/switch_config.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_config.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_config.o `test -f 'src/switch_config.c' || echo '$(srcdir)/'`src/switch_config.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_config.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_config.c' object='libfreeswitch_la-switch_config.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_config.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_config.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_config.o `test -f 'src/switch_config.c' || echo '$(srcdir)/'`src/switch_config.c + +libfreeswitch_la-switch_config.obj: src/switch_config.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_config.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_config.obj `if test -f 'src/switch_config.c'; then $(CYGPATH_W) 'src/switch_config.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_config.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_config.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_config.c' object='libfreeswitch_la-switch_config.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_config.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_config.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_config.obj `if test -f 'src/switch_config.c'; then $(CYGPATH_W) 'src/switch_config.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_config.c'; fi` + +libfreeswitch_la-switch_config.lo: src/switch_config.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_config.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_config.lo `test -f 'src/switch_config.c' || echo '$(srcdir)/'`src/switch_config.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_config.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_config.c' object='libfreeswitch_la-switch_config.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_config.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_config.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_config.lo `test -f 'src/switch_config.c' || echo '$(srcdir)/'`src/switch_config.c + +libfreeswitch_la-switch_console.o: src/switch_console.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_console.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_console.o `test -f 'src/switch_console.c' || echo '$(srcdir)/'`src/switch_console.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_console.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_console.c' object='libfreeswitch_la-switch_console.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_console.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_console.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_console.o `test -f 'src/switch_console.c' || echo '$(srcdir)/'`src/switch_console.c + +libfreeswitch_la-switch_console.obj: src/switch_console.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_console.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_console.obj `if test -f 'src/switch_console.c'; then $(CYGPATH_W) 'src/switch_console.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_console.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_console.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_console.c' object='libfreeswitch_la-switch_console.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_console.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_console.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_console.obj `if test -f 'src/switch_console.c'; then $(CYGPATH_W) 'src/switch_console.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_console.c'; fi` + +libfreeswitch_la-switch_console.lo: src/switch_console.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_console.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_console.lo `test -f 'src/switch_console.c' || echo '$(srcdir)/'`src/switch_console.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_console.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_console.c' object='libfreeswitch_la-switch_console.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_console.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_console.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_console.lo `test -f 'src/switch_console.c' || echo '$(srcdir)/'`src/switch_console.c + +libfreeswitch_la-switch_core.o: src/switch_core.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_core.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_core.o `test -f 'src/switch_core.c' || echo '$(srcdir)/'`src/switch_core.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_core.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_core.c' object='libfreeswitch_la-switch_core.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_core.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_core.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_core.o `test -f 'src/switch_core.c' || echo '$(srcdir)/'`src/switch_core.c + +libfreeswitch_la-switch_core.obj: src/switch_core.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_core.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_core.obj `if test -f 'src/switch_core.c'; then $(CYGPATH_W) 'src/switch_core.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_core.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_core.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_core.c' object='libfreeswitch_la-switch_core.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_core.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_core.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_core.obj `if test -f 'src/switch_core.c'; then $(CYGPATH_W) 'src/switch_core.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_core.c'; fi` + +libfreeswitch_la-switch_core.lo: src/switch_core.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_core.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_core.lo `test -f 'src/switch_core.c' || echo '$(srcdir)/'`src/switch_core.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_core.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_core.c' object='libfreeswitch_la-switch_core.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_core.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_core.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_core.lo `test -f 'src/switch_core.c' || echo '$(srcdir)/'`src/switch_core.c + +libfreeswitch_la-switch_loadable_module.o: src/switch_loadable_module.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_loadable_module.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_loadable_module.o `test -f 'src/switch_loadable_module.c' || echo '$(srcdir)/'`src/switch_loadable_module.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_loadable_module.c' object='libfreeswitch_la-switch_loadable_module.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_loadable_module.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_loadable_module.o `test -f 'src/switch_loadable_module.c' || echo '$(srcdir)/'`src/switch_loadable_module.c + +libfreeswitch_la-switch_loadable_module.obj: src/switch_loadable_module.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_loadable_module.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_loadable_module.obj `if test -f 'src/switch_loadable_module.c'; then $(CYGPATH_W) 'src/switch_loadable_module.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_loadable_module.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_loadable_module.c' object='libfreeswitch_la-switch_loadable_module.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_loadable_module.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_loadable_module.obj `if test -f 'src/switch_loadable_module.c'; then $(CYGPATH_W) 'src/switch_loadable_module.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_loadable_module.c'; fi` + +libfreeswitch_la-switch_loadable_module.lo: src/switch_loadable_module.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_loadable_module.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_loadable_module.lo `test -f 'src/switch_loadable_module.c' || echo '$(srcdir)/'`src/switch_loadable_module.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_loadable_module.c' object='libfreeswitch_la-switch_loadable_module.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_loadable_module.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_loadable_module.lo `test -f 'src/switch_loadable_module.c' || echo '$(srcdir)/'`src/switch_loadable_module.c + +libfreeswitch_la-switch_mutex.o: src/switch_mutex.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_mutex.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_mutex.o `test -f 'src/switch_mutex.c' || echo '$(srcdir)/'`src/switch_mutex.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_mutex.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_mutex.c' object='libfreeswitch_la-switch_mutex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_mutex.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_mutex.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_mutex.o `test -f 'src/switch_mutex.c' || echo '$(srcdir)/'`src/switch_mutex.c + +libfreeswitch_la-switch_mutex.obj: src/switch_mutex.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_mutex.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_mutex.obj `if test -f 'src/switch_mutex.c'; then $(CYGPATH_W) 'src/switch_mutex.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_mutex.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_mutex.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_mutex.c' object='libfreeswitch_la-switch_mutex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_mutex.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_mutex.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_mutex.obj `if test -f 'src/switch_mutex.c'; then $(CYGPATH_W) 'src/switch_mutex.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_mutex.c'; fi` + +libfreeswitch_la-switch_mutex.lo: src/switch_mutex.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_mutex.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_mutex.lo `test -f 'src/switch_mutex.c' || echo '$(srcdir)/'`src/switch_mutex.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_mutex.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_mutex.c' object='libfreeswitch_la-switch_mutex.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_mutex.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_mutex.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_mutex.lo `test -f 'src/switch_mutex.c' || echo '$(srcdir)/'`src/switch_mutex.c + +libfreeswitch_la-switch_utils.o: src/switch_utils.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_utils.o -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_utils.o `test -f 'src/switch_utils.c' || echo '$(srcdir)/'`src/switch_utils.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_utils.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_utils.c' object='libfreeswitch_la-switch_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_utils.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_utils.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_utils.o `test -f 'src/switch_utils.c' || echo '$(srcdir)/'`src/switch_utils.c + +libfreeswitch_la-switch_utils.obj: src/switch_utils.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_utils.obj -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_utils.obj `if test -f 'src/switch_utils.c'; then $(CYGPATH_W) 'src/switch_utils.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_utils.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_utils.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_utils.c' object='libfreeswitch_la-switch_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_utils.Po' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_utils.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_utils.obj `if test -f 'src/switch_utils.c'; then $(CYGPATH_W) 'src/switch_utils.c'; else $(CYGPATH_W) '$(srcdir)/src/switch_utils.c'; fi` + +libfreeswitch_la-switch_utils.lo: src/switch_utils.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -MT libfreeswitch_la-switch_utils.lo -MD -MP -MF "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" \ +@am__fastdepCC_TRUE@ -c -o libfreeswitch_la-switch_utils.lo `test -f 'src/switch_utils.c' || echo '$(srcdir)/'`src/switch_utils.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_utils.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch_utils.c' object='libfreeswitch_la-switch_utils.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libfreeswitch_la-switch_utils.Plo' tmpdepfile='$(DEPDIR)/libfreeswitch_la-switch_utils.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfreeswitch_la_CFLAGS) $(CFLAGS) -c -o libfreeswitch_la-switch_utils.lo `test -f 'src/switch_utils.c' || echo '$(srcdir)/'`src/switch_utils.c + +freeswitch-switch.o: src/switch.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(freeswitch_CFLAGS) $(CFLAGS) -MT freeswitch-switch.o -MD -MP -MF "$(DEPDIR)/freeswitch-switch.Tpo" \ +@am__fastdepCC_TRUE@ -c -o freeswitch-switch.o `test -f 'src/switch.c' || echo '$(srcdir)/'`src/switch.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/freeswitch-switch.Tpo" "$(DEPDIR)/freeswitch-switch.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/freeswitch-switch.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch.c' object='freeswitch-switch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/freeswitch-switch.Po' tmpdepfile='$(DEPDIR)/freeswitch-switch.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(freeswitch_CFLAGS) $(CFLAGS) -c -o freeswitch-switch.o `test -f 'src/switch.c' || echo '$(srcdir)/'`src/switch.c + +freeswitch-switch.obj: src/switch.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(freeswitch_CFLAGS) $(CFLAGS) -MT freeswitch-switch.obj -MD -MP -MF "$(DEPDIR)/freeswitch-switch.Tpo" \ +@am__fastdepCC_TRUE@ -c -o freeswitch-switch.obj `if test -f 'src/switch.c'; then $(CYGPATH_W) 'src/switch.c'; else $(CYGPATH_W) '$(srcdir)/src/switch.c'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/freeswitch-switch.Tpo" "$(DEPDIR)/freeswitch-switch.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/freeswitch-switch.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch.c' object='freeswitch-switch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/freeswitch-switch.Po' tmpdepfile='$(DEPDIR)/freeswitch-switch.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(freeswitch_CFLAGS) $(CFLAGS) -c -o freeswitch-switch.obj `if test -f 'src/switch.c'; then $(CYGPATH_W) 'src/switch.c'; else $(CYGPATH_W) '$(srcdir)/src/switch.c'; fi` + +freeswitch-switch.lo: src/switch.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(freeswitch_CFLAGS) $(CFLAGS) -MT freeswitch-switch.lo -MD -MP -MF "$(DEPDIR)/freeswitch-switch.Tpo" \ +@am__fastdepCC_TRUE@ -c -o freeswitch-switch.lo `test -f 'src/switch.c' || echo '$(srcdir)/'`src/switch.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/freeswitch-switch.Tpo" "$(DEPDIR)/freeswitch-switch.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/freeswitch-switch.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/switch.c' object='freeswitch-switch.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/freeswitch-switch.Plo' tmpdepfile='$(DEPDIR)/freeswitch-switch.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(freeswitch_CFLAGS) $(CFLAGS) -c -o freeswitch-switch.lo `test -f 'src/switch.c' || echo '$(srcdir)/'`src/switch.c + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +library_includeHEADERS_INSTALL = $(INSTALL_HEADER) +install-library_includeHEADERS: $(library_include_HEADERS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(library_includedir) + @list='$(library_include_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(library_includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(library_includedir)/$$f"; \ + $(library_includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(library_includedir)/$$f; \ + done + +uninstall-library_includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(library_include_HEADERS)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(library_includedir)/$$f"; \ + rm -f $(DESTDIR)$(library_includedir)/$$f; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +tags: TAGS + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if (etags --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + else \ + include_option=--include; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -f $$subdir/TAGS && \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = . +distdir = $(PACKAGE)-$(VERSION) + +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } + +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print + +distdir: $(DISTFILES) + $(am__remove_distdir) + mkdir $(distdir) + $(mkinstalldirs) $(distdir)/./src/include $(distdir)/src/include + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d $(distdir)/$$subdir \ + || mkdir $(distdir)/$$subdir \ + || exit 1; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" \ + distdir=../$(distdir)/$$subdir \ + distdir) \ + || exit 1; \ + fi; \ + done + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist dist-all: distdir + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + $(am__remove_distdir) + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && cd $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ + && rm -f $(distdir).tar.gz \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @echo "$(distdir).tar.gz is ready for distribution" | \ + sed 'h;s/./=/g;p;x;p;x' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) +install-binPROGRAMS: install-libLTLIBRARIES + +installdirs: installdirs-recursive +installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(library_includedir) + +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \ + distclean-libtool distclean-tags + +dvi: dvi-recursive + +dvi-am: + +info: info-recursive + +info-am: + +install-data-am: install-library_includeHEADERS + +install-exec-am: install-binPROGRAMS install-libLTLIBRARIES + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ + uninstall-libLTLIBRARIES uninstall-library_includeHEADERS + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-recursive ctags ctags-recursive dist \ + dist-all dist-gzip distcheck distclean distclean-compile \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-recursive distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am dvi-recursive info info-am \ + info-recursive install install-am install-binPROGRAMS \ + install-data install-data-am install-data-recursive \ + install-exec install-exec-am install-exec-recursive \ + install-info install-info-am install-info-recursive \ + install-libLTLIBRARIES install-library_includeHEADERS \ + install-man install-recursive install-strip installcheck \ + installcheck-am installdirs installdirs-am \ + installdirs-recursive maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ + pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \ + tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-info-am uninstall-info-recursive \ + uninstall-libLTLIBRARIES uninstall-library_includeHEADERS \ + uninstall-recursive + + +modules: $(NAME) + @echo making modules + @cd src/mod && for i in $(shell cat modules.conf | grep -v \#) ; do echo making $$i ; LDFLAGS="$(AM_LDFLAGS) -lfreeswitch" CFLAGS="$(AM_CFLAGS)" CC="$(CC)" MOD="$$i" $(PWD)/modmake.sh $(PWD) $$i || exit 1; done + +modclean: + @cd src/mod && for i in [a-z]* ; do echo making clean $$i ; CFLAGS="$(CFLAGS)" CC="$(CC)" MOD="$$i" make -f $(PWD)/generic_mod.mk -C $$i clean || exit 1; done + +install_mod: + @echo Installing $(NAME) + @mkdir -p $(PREFIX) $(PREFIX)/conf $(PREFIX)/mod $(PREFIX)/db + @/bin/cp -p ./$(NAME) $(PREFIX)/bin + @ln -sf $(PREFIX)/bin/$(NAME) /usr/bin + @echo Installing Modules + @/bin/cp -f src/mod/*/mod_*.so $(PREFIX)/mod >/dev/null 2<&1 || echo No modules to copy. + @echo done + +eclean: clean + rm -f `find . -type f -name \*~` + rm -f `find . -type f -name \.*~` + rm -f `find . -type f -name \#\*` + rm -f `find . -type f -name \.\#\*` + rm -f `find . -type f -name core\*` + rm -f *.tar *.tgz *.gz + +megaclean: eclean modclean + rm -fr $(SQLITETAR) $(SQLITE) $(APR) $(APRTAR) $(SOX) $(SOXTAR) $(COMMONTAR) +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/NEWS b/NEWS new file mode 100644 index 0000000000..e69de29bb2 diff --git a/README b/README new file mode 100644 index 0000000000..e69de29bb2 diff --git a/TODO b/TODO new file mode 100644 index 0000000000..c30376f0b0 --- /dev/null +++ b/TODO @@ -0,0 +1,9 @@ +1. MOD_PLAYBACK: Convert to use APR files, remove all the WIN32 ifdefs for file stuff. +2. switch.h: Find a good home for the SWITCH_DECLARE stuff for win32 +3. MOD_WOOMERACHAN: #if 1==0 sectiton, convert to use switch_now instead of gettimeof day + SWITCH_SLEEP (should I be using switch_sleep or switch_yield where I changed from sleep and usleep) +4. all // comented headers and code, cleanup\remove after verifying everything works happy on other platforms +5. if we don't need the timeval stuff let's get rid of it... it doesn't appear to be used. +6. Decide if we are going to keep the libraries in tree or if we build a system that downloads (and patches if necessary) +7. Exclude .ilk files from loading as modules (they are built when building debug builds and greatly increase the speed of re-linking the lib on a recompile)... + it is necessary if we want to be able to debug from the gui. It can be #ifdef WIN32'd if you like. \ No newline at end of file diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000000..d9dd8300e8 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,6787 @@ +# generated automatically by aclocal 1.7.9 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +# Do all the work for Automake. -*- Autoconf -*- + +# This macro actually does too much some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 10 + +AC_PREREQ([2.54]) + +# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow +# the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl + AC_REQUIRE([AC_PROG_INSTALL])dnl +# test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG(AMTAR, tar) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl + +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $1 | $1:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) + +# Copyright 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION so it can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], + [AM_AUTOMAKE_VERSION([1.7.9])]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright 2001, 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 2 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# +# Check to make sure that the build environment is sane. +# + +# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 3 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# -*- Autoconf -*- + + +# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 3 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# AM_AUX_DIR_EXPAND + +# Copyright 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +# Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50]) + +AC_DEFUN([AM_AUX_DIR_EXPAND], [ +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. + +# Copyright 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"$am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# AM_PROG_INSTALL_STRIP + +# Copyright 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# -*- Autoconf -*- +# Copyright (C) 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 1 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# serial 5 -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + : > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking Speeds up one-time builds + --enable-dependency-tracking Do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH]) +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +#serial 2 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue + # Extract the definition of DEP_FILES from the Makefile without + # running `make'. + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + test -z "$DEPDIR" && continue + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n -e '/^U = / s///p' < "$mf"` + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" + # We invoke sed twice because it is the simplest approach to + # changing $(DEPDIR) to its actual value in the expansion. + for file in `sed -n -e ' + /^DEP_FILES = .*\\\\$/ { + s/^DEP_FILES = // + :loop + s/\\\\$// + p + n + /\\\\$/ b loop + p + } + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 2 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright 1997, 2000, 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 5 + +AC_PREREQ(2.52) + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE]) +AC_SUBST([$1_FALSE]) +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]) +fi])]) + +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- + +# serial 47 AC_PROG_LIBTOOL + + +# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) +# ----------------------------------------------------------- +# If this macro is not defined by Autoconf, define it here. +m4_ifdef([AC_PROVIDE_IFELSE], + [], + [m4_define([AC_PROVIDE_IFELSE], + [m4_ifdef([AC_PROVIDE_$1], + [$2], [$3])])]) + + +# AC_PROG_LIBTOOL +# --------------- +AC_DEFUN([AC_PROG_LIBTOOL], +[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl +dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX +dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. + AC_PROVIDE_IFELSE([AC_PROG_CXX], + [AC_LIBTOOL_CXX], + [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX + ])]) +dnl And a similar setup for Fortran 77 support + AC_PROVIDE_IFELSE([AC_PROG_F77], + [AC_LIBTOOL_F77], + [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 +])]) + +dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. +dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run +dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. + AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [ifdef([AC_PROG_GCJ], + [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([A][M_PROG_GCJ], + [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([LT_AC_PROG_GCJ], + [define([LT_AC_PROG_GCJ], + defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) +])])# AC_PROG_LIBTOOL + + +# _AC_PROG_LIBTOOL +# ---------------- +AC_DEFUN([_AC_PROG_LIBTOOL], +[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl +AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl +AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl +AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +# Prevent multiple expansion +define([AC_PROG_LIBTOOL], []) +])# _AC_PROG_LIBTOOL + + +# AC_LIBTOOL_SETUP +# ---------------- +AC_DEFUN([AC_LIBTOOL_SETUP], +[AC_PREREQ(2.50)dnl +AC_REQUIRE([AC_ENABLE_SHARED])dnl +AC_REQUIRE([AC_ENABLE_STATIC])dnl +AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_LD])dnl +AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl +AC_REQUIRE([AC_PROG_NM])dnl + +AC_REQUIRE([AC_PROG_LN_S])dnl +AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! +AC_REQUIRE([AC_OBJEXT])dnl +AC_REQUIRE([AC_EXEEXT])dnl +dnl + +AC_LIBTOOL_SYS_MAX_CMD_LEN +AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +AC_LIBTOOL_OBJDIR + +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +_LT_AC_PROG_ECHO_BACKSLASH + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='sed -e s/^X//' +[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] + +# Same as above, but do not quote variable references. +[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Constants: +rm="rm -f" + +# Global variables: +default_ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except M$VC, +# which needs '.lib'). +libext=a +ltmain="$ac_aux_dir/ltmain.sh" +ofile="$default_ofile" +with_gnu_ld="$lt_cv_prog_gnu_ld" + +AC_CHECK_TOOL(AR, ar, false) +AC_CHECK_TOOL(RANLIB, ranlib, :) +AC_CHECK_TOOL(STRIP, strip, :) + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$AS" && AS=as +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$DLLTOOL" && DLLTOOL=dlltool +test -z "$LD" && LD=ld +test -z "$LN_S" && LN_S="ln -s" +test -z "$MAGIC_CMD" && MAGIC_CMD=file +test -z "$NM" && NM=nm +test -z "$SED" && SED=sed +test -z "$OBJDUMP" && OBJDUMP=objdump +test -z "$RANLIB" && RANLIB=: +test -z "$STRIP" && STRIP=: +test -z "$ac_objext" && ac_objext=o + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" + ;; + *) + old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +# Only perform the check for file, if the check method requires it +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + AC_PATH_MAGIC + fi + ;; +esac + +AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +enable_win32_dll=yes, enable_win32_dll=no) + +AC_ARG_ENABLE([libtool-lock], + [AC_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +AC_ARG_WITH([pic], + [AC_HELP_STRING([--with-pic], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [pic_mode="$withval"], + [pic_mode=default]) +test -z "$pic_mode" && pic_mode=default + +# Use C for the default configuration in the libtool script +tagname= +AC_LIBTOOL_LANG_C_CONFIG +_LT_AC_TAGCONFIG +])# AC_LIBTOOL_SETUP + + +# _LT_AC_SYS_COMPILER +# ------------------- +AC_DEFUN([_LT_AC_SYS_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_AC_SYS_COMPILER + + +# _LT_AC_SYS_LIBPATH_AIX +# ---------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], +[AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi],[]) +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi +])# _LT_AC_SYS_LIBPATH_AIX + + +# _LT_AC_SHELL_INIT(ARG) +# ---------------------- +AC_DEFUN([_LT_AC_SHELL_INIT], +[ifdef([AC_DIVERSION_NOTICE], + [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], + [AC_DIVERT_PUSH(NOTICE)]) +$1 +AC_DIVERT_POP +])# _LT_AC_SHELL_INIT + + +# _LT_AC_PROG_ECHO_BACKSLASH +# -------------------------- +# Add some code to the start of the generated configure script which +# will find an echo command which doesn't interpret backslashes. +AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], +[_LT_AC_SHELL_INIT([ +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` + ;; +esac + +echo=${ECHO-echo} +if test "X[$]1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X[$]1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then + # Yippee, $echo works! + : +else + # Restart under the correct shell. + exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} +fi + +if test "X[$]1" = X--fallback-echo; then + # used as fallback echo + shift + cat </dev/null 2>&1 && unset CDPATH + +if test -z "$ECHO"; then +if test "X${echo_test_string+set}" != Xset; then +# find a string as large as possible, as long as the shell can cope with it + for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do + # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... + if (echo_test_string="`eval $cmd`") 2>/dev/null && + echo_test_string="`eval $cmd`" && + (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null + then + break + fi + done +fi + +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + : +else + # The Solaris, AIX, and Digital Unix default echo programs unquote + # backslashes. This makes it impossible to quote backslashes using + # echo "$something" | sed 's/\\/\\\\/g' + # + # So, first we look for a working echo in the user's PATH. + + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for dir in $PATH /usr/ucb; do + IFS="$lt_save_ifs" + if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && + test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$dir/echo" + break + fi + done + IFS="$lt_save_ifs" + + if test "X$echo" = Xecho; then + # We didn't find a better echo, so look for alternatives. + if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # This shell has a builtin print -r that does the trick. + echo='print -r' + elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && + test "X$CONFIG_SHELL" != X/bin/ksh; then + # If we have ksh, try running configure again with it. + ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} + export ORIGINAL_CONFIG_SHELL + CONFIG_SHELL=/bin/ksh + export CONFIG_SHELL + exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} + else + # Try using printf. + echo='printf %s\n' + if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # Cool, printf works + : + elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL + export CONFIG_SHELL + SHELL="$CONFIG_SHELL" + export SHELL + echo="$CONFIG_SHELL [$]0 --fallback-echo" + elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$CONFIG_SHELL [$]0 --fallback-echo" + else + # maybe with a smaller string... + prev=: + + for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do + if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null + then + break + fi + prev="$cmd" + done + + if test "$prev" != 'sed 50q "[$]0"'; then + echo_test_string=`eval $prev` + export echo_test_string + exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} + else + # Oops. We lost completely, so just stick with echo. + echo=echo + fi + fi + fi + fi +fi +fi + +# Copy echo and quote the copy suitably for passing to libtool from +# the Makefile, instead of quoting the original, which is used later. +ECHO=$echo +if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then + ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" +fi + +AC_SUBST(ECHO) +])])# _LT_AC_PROG_ECHO_BACKSLASH + + +# _LT_AC_LOCK +# ----------- +AC_DEFUN([_LT_AC_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AC_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '[#]line __oline__ "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case "`/usr/bin/file conftest.o`" in + *32-bit*) + case $host in + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +[*-*-cygwin* | *-*-mingw* | *-*-pw32*) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; + ]) +esac + +need_locks="$enable_libtool_lock" + +])# _LT_AC_LOCK + + +# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], +[AC_REQUIRE([LT_AC_PROG_SED]) +AC_CACHE_CHECK([$1], [$2], + [$2=no + ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + $2=yes + fi + fi + $rm conftest* +]) + +if test x"[$]$2" = xyes; then + ifelse([$5], , :, [$5]) +else + ifelse([$6], , :, [$6]) +fi +])# AC_LIBTOOL_COMPILER_OPTION + + +# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ------------------------------------------------------------ +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], +[AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + printf "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + else + $2=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + ifelse([$4], , :, [$4]) +else + ifelse([$5], , :, [$5]) +fi +])# AC_LIBTOOL_LINKER_OPTION + + +# AC_LIBTOOL_SYS_MAX_CMD_LEN +# -------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], +[# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* ) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for *BSD + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + ;; + + *) + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ + = "XX$teststring") >/dev/null 2>&1 && + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + ;; + esac +]) +if test -n $lt_cv_sys_max_cmd_len ; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +])# AC_LIBTOOL_SYS_MAX_CMD_LEN + + +# _LT_AC_CHECK_DLFCN +# -------------------- +AC_DEFUN([_LT_AC_CHECK_DLFCN], +[AC_CHECK_HEADERS(dlfcn.h)dnl +])# _LT_AC_CHECK_DLFCN + + +# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ------------------------------------------------------------------ +AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl +if test "$cross_compiling" = yes; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +}] +EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_unknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_AC_TRY_DLOPEN_SELF + + +# AC_LIBTOOL_DLOPEN_SELF +# ------------------- +AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen="shl_load"], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen="dlopen"], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_AC_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_AC_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +])# AC_LIBTOOL_DLOPEN_SELF + + +# AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) +# --------------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler +AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s out/conftest.err; then + _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* +]) +])# AC_LIBTOOL_PROG_CC_C_O + + +# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) +# ----------------------------------------- +# Check to see if we can do hard links to lock some files if needed +AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], +[AC_REQUIRE([_LT_AC_LOCK])dnl + +hard_links="nottested" +if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test "$hard_links" = no; then + AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS + + +# AC_LIBTOOL_OBJDIR +# ----------------- +AC_DEFUN([AC_LIBTOOL_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +])# AC_LIBTOOL_OBJDIR + + +# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) +# ---------------------------------------------- +# Check hardcoding attributes. +AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_AC_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ + test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \ + test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_AC_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_AC_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_AC_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi +])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH + + +# AC_LIBTOOL_SYS_LIB_STRIP +# ------------------------ +AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], +[striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) +fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +])# AC_LIBTOOL_SYS_LIB_STRIP + + +# AC_LIBTOOL_SYS_DYNAMIC_LINKER +# ----------------------------- +# PORTME Fill in your ld.so characteristics +AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], +[AC_MSG_CHECKING([dynamic linker characteristics]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case "$host_cpu" in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[[89]] | openbsd2.[[89]].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +sco3.2v5*) + version_type=osf + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test "$dynamic_linker" = no && can_build_shared=no +])# AC_LIBTOOL_SYS_DYNAMIC_LINKER + + +# _LT_AC_TAGCONFIG +# ---------------- +AC_DEFUN([_LT_AC_TAGCONFIG], +[AC_ARG_WITH([tags], + [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], + [include additional configurations @<:@automatic@:>@])], + [tagnames="$withval"]) + +if test -f "$ltmain" && test -n "$tagnames"; then + if test ! -f "${ofile}"; then + AC_MSG_WARN([output file `$ofile' does not exist]) + fi + + if test -z "$LTCC"; then + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" + if test -z "$LTCC"; then + AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) + else + AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) + fi + fi + + # Extract list of available tagged configurations in $ofile. + # Note that this assumes the entire list is on one line. + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` + + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for tagname in $tagnames; do + IFS="$lt_save_ifs" + # Check whether tagname contains only valid characters + case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in + "") ;; + *) AC_MSG_ERROR([invalid tag name: $tagname]) + ;; + esac + + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null + then + AC_MSG_ERROR([tag name \"$tagname\" already exists]) + fi + + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile + + case $tagname in + CXX) + if test -n "$CXX" && test "X$CXX" != "Xno"; then + AC_LIBTOOL_LANG_CXX_CONFIG + else + tagname="" + fi + ;; + + F77) + if test -n "$F77" && test "X$F77" != "Xno"; then + AC_LIBTOOL_LANG_F77_CONFIG + else + tagname="" + fi + ;; + + GCJ) + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then + AC_LIBTOOL_LANG_GCJ_CONFIG + else + tagname="" + fi + ;; + + RC) + AC_LIBTOOL_LANG_RC_CONFIG + ;; + + *) + AC_MSG_ERROR([Unsupported tag name: $tagname]) + ;; + esac + + # Append the new tag name to the list of available tags. + if test -n "$tagname" ; then + available_tags="$available_tags $tagname" + fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + AC_MSG_ERROR([unable to update list of available tagged configurations.]) + fi +fi +])# _LT_AC_TAGCONFIG + + +# AC_LIBTOOL_DLOPEN +# ----------------- +# enable checks for dlopen support +AC_DEFUN([AC_LIBTOOL_DLOPEN], + [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_DLOPEN + + +# AC_LIBTOOL_WIN32_DLL +# -------------------- +# declare package support for building win32 dll's +AC_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_WIN32_DLL + + +# AC_ENABLE_SHARED([DEFAULT]) +# --------------------------- +# implement the --enable-shared flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_SHARED], +[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([shared], + [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_shared=]AC_ENABLE_SHARED_DEFAULT) +])# AC_ENABLE_SHARED + + +# AC_DISABLE_SHARED +# ----------------- +#- set the default shared flag to --disable-shared +AC_DEFUN([AC_DISABLE_SHARED], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_SHARED(no) +])# AC_DISABLE_SHARED + + +# AC_ENABLE_STATIC([DEFAULT]) +# --------------------------- +# implement the --enable-static flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_STATIC], +[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([static], + [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_static=]AC_ENABLE_STATIC_DEFAULT) +])# AC_ENABLE_STATIC + + +# AC_DISABLE_STATIC +# ----------------- +# set the default static flag to --disable-static +AC_DEFUN([AC_DISABLE_STATIC], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_STATIC(no) +])# AC_DISABLE_STATIC + + +# AC_ENABLE_FAST_INSTALL([DEFAULT]) +# --------------------------------- +# implement the --enable-fast-install flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_FAST_INSTALL], +[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([fast-install], + [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) +])# AC_ENABLE_FAST_INSTALL + + +# AC_DISABLE_FAST_INSTALL +# ----------------------- +# set the default to --disable-fast-install +AC_DEFUN([AC_DISABLE_FAST_INSTALL], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_FAST_INSTALL(no) +])# AC_DISABLE_FAST_INSTALL + + +# AC_LIBTOOL_PICMODE([MODE]) +# -------------------------- +# implement the --with-pic flag +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +AC_DEFUN([AC_LIBTOOL_PICMODE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +pic_mode=ifelse($#,1,$1,default) +])# AC_LIBTOOL_PICMODE + + +# AC_PROG_EGREP +# ------------- +# This is predefined starting with Autoconf 2.54, so this conditional +# definition can be removed once we require Autoconf 2.54 or later. +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], +[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], + [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi]) + EGREP=$ac_cv_prog_egrep + AC_SUBST([EGREP]) +])]) + + +# AC_PATH_TOOL_PREFIX +# ------------------- +# find a file program which can recognise shared library +AC_DEFUN([AC_PATH_TOOL_PREFIX], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="ifelse([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$1; then + lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac]) +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +])# AC_PATH_TOOL_PREFIX + + +# AC_PATH_MAGIC +# ------------- +# find a file program which can recognise a shared library +AC_DEFUN([AC_PATH_MAGIC], +[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# AC_PATH_MAGIC + + +# AC_PROG_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([AC_PROG_LD], +[AC_ARG_WITH([gnu-ld], + [AC_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test "$withval" = no || with_gnu_ld=yes], + [with_gnu_ld=no]) +AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some GNU ld's only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case "$host_cpu" in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [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]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be Linux ELF. +linux*) + case $host_cpu in + alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*) + lt_cv_deplibs_check_method=pass_all ;; + *) + # glibc up to 2.1.1 does not perform some relocations on ARM + # this will be overridden with pass_all, but let us keep it just in case + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; + esac + lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +nto-qnx*) + lt_cv_deplibs_check_method=unknown + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +sco3.2v5*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown +])# AC_DEPLIBS_CHECK_METHOD + + +# AC_PROG_NM +# ---------- +# find the pathname to a BSD-compatible name lister +AC_DEFUN([AC_PROG_NM], +[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/${ac_tool_prefix}nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + esac + fi + done + IFS="$lt_save_ifs" + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm +fi]) +NM="$lt_cv_path_NM" +])# AC_PROG_NM + + +# AC_CHECK_LIBM +# ------------- +# check for math library +AC_DEFUN([AC_CHECK_LIBM], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM="-lm") + ;; +esac +])# AC_CHECK_LIBM + + +# AC_LIBLTDL_CONVENIENCE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl convenience library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL +# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If +# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will +# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with +# '${top_srcdir}/' (note the single quotes!). If your package is not +# flat and you're not using automake, define top_builddir and +# top_srcdir appropriately in the Makefiles. +AC_DEFUN([AC_LIBLTDL_CONVENIENCE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + case $enable_ltdl_convenience in + no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; + "") enable_ltdl_convenience=yes + ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; + esac + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_CONVENIENCE + + +# AC_LIBLTDL_INSTALLABLE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl installable library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-install to the configure arguments. Note that LIBLTDL +# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If +# DIRECTORY is not provided and an installed libltdl is not found, it is +# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' +# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single +# quotes!). If your package is not flat and you're not using automake, +# define top_builddir and top_srcdir appropriately in the Makefiles. +# In the future, this macro may have to be called after AC_PROG_LIBTOOL. +AC_DEFUN([AC_LIBLTDL_INSTALLABLE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + AC_CHECK_LIB(ltdl, lt_dlinit, + [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], + [if test x"$enable_ltdl_install" = xno; then + AC_MSG_WARN([libltdl not installed, but installation disabled]) + else + enable_ltdl_install=yes + fi + ]) + if test x"$enable_ltdl_install" = x"yes"; then + ac_configure_args="$ac_configure_args --enable-ltdl-install" + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + else + ac_configure_args="$ac_configure_args --enable-ltdl-install=no" + LIBLTDL="-lltdl" + LTDLINCL= + fi + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_INSTALLABLE + + +# AC_LIBTOOL_CXX +# -------------- +# enable support for C++ libraries +AC_DEFUN([AC_LIBTOOL_CXX], +[AC_REQUIRE([_LT_AC_LANG_CXX]) +])# AC_LIBTOOL_CXX + + +# _LT_AC_LANG_CXX +# --------------- +AC_DEFUN([_LT_AC_LANG_CXX], +[AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([AC_PROG_CXXCPP]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) +])# _LT_AC_LANG_CXX + + +# AC_LIBTOOL_F77 +# -------------- +# enable support for Fortran 77 libraries +AC_DEFUN([AC_LIBTOOL_F77], +[AC_REQUIRE([_LT_AC_LANG_F77]) +])# AC_LIBTOOL_F77 + + +# _LT_AC_LANG_F77 +# --------------- +AC_DEFUN([_LT_AC_LANG_F77], +[AC_REQUIRE([AC_PROG_F77]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) +])# _LT_AC_LANG_F77 + + +# AC_LIBTOOL_GCJ +# -------------- +# enable support for GCJ libraries +AC_DEFUN([AC_LIBTOOL_GCJ], +[AC_REQUIRE([_LT_AC_LANG_GCJ]) +])# AC_LIBTOOL_GCJ + + +# _LT_AC_LANG_GCJ +# --------------- +AC_DEFUN([_LT_AC_LANG_GCJ], +[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], + [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], + [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], + [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) +])# _LT_AC_LANG_GCJ + + +# AC_LIBTOOL_RC +# -------------- +# enable support for Windows resource files +AC_DEFUN([AC_LIBTOOL_RC], +[AC_REQUIRE([LT_AC_PROG_RC]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) +])# AC_LIBTOOL_RC + + +# AC_LIBTOOL_LANG_C_CONFIG +# ------------------------ +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) +AC_DEFUN([_LT_AC_LANG_C_CONFIG], +[lt_save_CC="$CC" +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}\n' + +_LT_AC_SYS_COMPILER + +# +# Check for any special shared library compilation flags. +# +_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= +if test "$GCC" = no; then + case $host_os in + sco3.2v5*) + _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' + ;; + esac +fi +if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then + AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) + if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : + else + AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) + _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no + fi +fi + + +# +# Check to make sure the static flag actually works. +# +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], + _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), + $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), + [], + [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) + + +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) +AC_LIBTOOL_SYS_LIB_STRIP +AC_LIBTOOL_DLOPEN_SELF($1) + +# Report which librarie types wil actually be built +AC_MSG_CHECKING([if libtool supports shared libraries]) +AC_MSG_RESULT([$can_build_shared]) + +AC_MSG_CHECKING([whether to build shared libraries]) +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case "$host_os" in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; +esac +AC_MSG_RESULT([$enable_shared]) + +AC_MSG_CHECKING([whether to build static libraries]) +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +AC_MSG_RESULT([$enable_static]) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC="$lt_save_CC" +])# AC_LIBTOOL_LANG_C_CONFIG + + +# AC_LIBTOOL_LANG_CXX_CONFIG +# -------------------------- +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) +AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], +[AC_LANG_PUSH(C++) +AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([AC_PROG_CXXCPP]) + +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_AC_TAGVAR(allow_undefined_flag, $1)= +_LT_AC_TAGVAR(always_export_symbols, $1)=no +_LT_AC_TAGVAR(archive_expsym_cmds, $1)= +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_direct, $1)=no +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no +_LT_AC_TAGVAR(hardcode_automatic, $1)=no +_LT_AC_TAGVAR(module_cmds, $1)= +_LT_AC_TAGVAR(module_expsym_cmds, $1)= +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_AC_TAGVAR(no_undefined_flag, $1)= +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Dependencies to place before and after the object being linked: +_LT_AC_TAGVAR(predep_objects, $1)= +_LT_AC_TAGVAR(postdep_objects, $1)= +_LT_AC_TAGVAR(predeps, $1)= +_LT_AC_TAGVAR(postdeps, $1)= +_LT_AC_TAGVAR(compiler_lib_search_path, $1)= + +# Source file extension for C++ test sources. +ac_ext=cc + +# Object file extension for compiled C++ test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_AC_SYS_COMPILER + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_LD=$LD +lt_save_GCC=$GCC +GCC=$GXX +lt_save_with_gnu_ld=$with_gnu_ld +lt_save_path_LD=$lt_cv_path_LD +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx +else + unset lt_cv_prog_gnu_ld +fi +if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX +else + unset lt_cv_path_LD +fi +test -z "${LDCXX+set}" || LD=$LDCXX +CC=${CXX-"c++"} +compiler=$CC +_LT_AC_TAGVAR(compiler, $1)=$CC +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +# We don't want -fno-exception wen compiling C++ code, so set the +# no_builtin_flag separately +if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' +else + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= +fi + +if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + AC_PROG_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ + grep 'no-whole-archive' > /dev/null; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + +else + GXX=no + with_gnu_ld=no + wlarc= +fi + +# PORTME: fill in a description of your system's C++ link characteristics +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +_LT_AC_TAGVAR(ld_shlibs, $1)=yes +case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GXX" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + else + # We have old collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds it's shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + darwin* | rhapsody*) + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GXX" = yes ; then + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + fi + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi + ;; + + dgux*) + case $cc_basename in + ec++) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + freebsd[12]*) + # C++ shared libraries reported to be fairly broken before switch to ELF + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + freebsd-elf*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + ;; + gnu*) + ;; + hpux9*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + ;; + *) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + *) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC) + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case "$host_cpu" in + ia64*|hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + irix5* | irix6*) + case $cc_basename in + CC) + # SGI C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' + fi + fi + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + linux*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + cxx) + # Compaq C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + m88k*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + mvs*) + case $cc_basename in + cxx) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + openbsd2*) + # C++ shared libraries are fairly broken + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + openbsd*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + ;; + osf3*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + osf4* | osf5*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ + $rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + psos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + sco*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + lcc) + # Lucid + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The C++ compiler is used as linker so we must use $wl + # flag to pass the commands to the underlying system + # linker. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | grep -v '^2\.7' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + fi + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + fi + ;; + esac + ;; + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + vxworks*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; +esac +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_AC_TAGVAR(GCC, $1)="$GXX" +_LT_AC_TAGVAR(LD, $1)="$LD" + +AC_LIBTOOL_POSTDEP_PREDEP($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) +AC_LIBTOOL_SYS_LIB_STRIP +AC_LIBTOOL_DLOPEN_SELF($1) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC=$lt_save_CC +LDCXX=$LD +LD=$lt_save_LD +GCC=$lt_save_GCC +with_gnu_ldcxx=$with_gnu_ld +with_gnu_ld=$lt_save_with_gnu_ld +lt_cv_path_LDCXX=$lt_cv_path_LD +lt_cv_path_LD=$lt_save_path_LD +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +])# AC_LIBTOOL_LANG_CXX_CONFIG + +# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) +# ------------------------ +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <> "$cfgfile" +ifelse([$1], [], +[#! $SHELL + +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. +# +# This file is part of GNU Libtool: +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="$SED -e s/^X//" + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# The names of the tagged configurations supported by this script. +available_tags= + +# ### BEGIN LIBTOOL CONFIG], +[# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) + +# Is the compiler the GNU C compiler? +with_gcc=$_LT_AC_TAGVAR(GCC, $1) + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_[]_LT_AC_TAGVAR(LD, $1) + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) + +# Commands used to build and install a shared archive. +archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) +archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) +module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" + +# Set to yes if exported symbols are required. +always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) + +# The commands to list exported symbols. +export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) + +# Symbols that must always be exported. +include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) + +ifelse([$1],[], +[# ### END LIBTOOL CONFIG], +[# ### END LIBTOOL TAG CONFIG: $tagname]) + +__EOF__ + +ifelse([$1],[], [ + case $host_os in + aix3*) + cat <<\EOF >> "$cfgfile" + +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +EOF + ;; + esac + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || \ + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +]) +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi +])# AC_LIBTOOL_CONFIG + + +# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl + +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + + AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI + + +# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +# --------------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], +[AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_PROG_NM]) +AC_REQUIRE([AC_OBJEXT]) +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Transform the above into a raw symbol and a C symbol. +symxfrm='\1 \2\3 \3' + +# Transform an extracted symbol line into a proper C declaration +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) # Its linker distinguishes data from code symbols + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris* | sysv5*) + symcode='[[BDRT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +# Try without a prefix undercore, then with it. +for ac_symprfx in "" "_"; do + + # Write the raw and C identifiers. + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if grep ' nm_test_var$' "$nlist" >/dev/null; then + if grep ' nm_test_func$' "$nlist" >/dev/null; then + cat < conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' + + cat <> conftest.$ac_ext +#if defined (__STDC__) && __STDC__ +# define lt_ptr_t void * +#else +# define lt_ptr_t char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr_t address; +} +lt_preloaded_symbols[[]] = +{ +EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext + cat <<\EOF >> conftest.$ac_ext + {0, (lt_ptr_t) 0} +}; + +#ifdef __cplusplus +} +#endif +EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_save_LIBS="$LIBS" + lt_save_CFLAGS="$CFLAGS" + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS="$lt_save_LIBS" + CFLAGS="$lt_save_CFLAGS" + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -f conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi +]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE + + +# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) +# --------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], +[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_static, $1)= + +AC_MSG_CHECKING([for $compiler option to produce PIC]) + ifelse([$1],[CXX],[ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | os2* | pw32*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix4* | aix5*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68) + # Green Hills C++ Compiler + # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + esac + ;; + dgux*) + case $cc_basename in + ec++) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux*) + case $cc_basename in + KCC) + # KAI C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + icpc) + # Intel C++ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + cxx) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC) + # Rational C++ 2.4.1 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx) + # Digital/Compaq C++ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + sco*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + *) + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc) + # Lucid + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + unixware*) + ;; + vxworks*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + esac + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + newsos6) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + ccc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + sco3.2v5*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' + ;; + + solaris*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sunos4*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + uts4*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then + AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], + _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), + [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" + ;; +esac +]) + + +# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) +# ------------------------------------ +# See if the linker supports building shared libraries. +AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], +[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +ifelse([$1],[CXX],[ + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix4* | aix5*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + else + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + ;; + *) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +],[ + runpath_var= + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)= + _LT_AC_TAGVAR(archive_expsym_cmds, $1)= + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= + _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_minus_L, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown + _LT_AC_TAGVAR(hardcode_automatic, $1)=no + _LT_AC_TAGVAR(module_cmds, $1)= + _LT_AC_TAGVAR(module_expsym_cmds, $1)= + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_AC_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sunos4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + if test $supports_anon_versioning = yes; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ +cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ +$echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds" + fi + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + else + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + else + # We have old collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds it's shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + # see comment about different semantics on the GNU ld section + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + bsdi[[45]]*) + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + + darwin* | rhapsody*) + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi + ;; + + dgux*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + freebsd1*) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + ;; + *) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + openbsd*) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(archive_cmds, $1)='$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' + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + sco3.2v5*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; + esac + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4.2uw2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv5*) + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +# +# Do we need to explicitly link libc? +# +case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_AC_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_MSG_CHECKING([whether -lc should be explicitly linked in]) + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) + then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + else + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) + ;; + esac + fi + ;; +esac +])# AC_LIBTOOL_PROG_LD_SHLIBS + + +# _LT_AC_FILE_LTDLL_C +# ------------------- +# Be careful that the start marker always follows a newline. +AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ +# /* ltdll.c starts here */ +# #define WIN32_LEAN_AND_MEAN +# #include +# #undef WIN32_LEAN_AND_MEAN +# #include +# +# #ifndef __CYGWIN__ +# # ifdef __CYGWIN32__ +# # define __CYGWIN__ __CYGWIN32__ +# # endif +# #endif +# +# #ifdef __cplusplus +# extern "C" { +# #endif +# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); +# #ifdef __cplusplus +# } +# #endif +# +# #ifdef __CYGWIN__ +# #include +# DECLARE_CYGWIN_DLL( DllMain ); +# #endif +# HINSTANCE __hDllInstance_base; +# +# BOOL APIENTRY +# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) +# { +# __hDllInstance_base = hInst; +# return TRUE; +# } +# /* ltdll.c ends here */ +])# _LT_AC_FILE_LTDLL_C + + +# _LT_AC_TAGVAR(VARNAME, [TAGNAME]) +# --------------------------------- +AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) + + +# old names +AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) +AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) +AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) + +# This is just to silence aclocal about the macro not being used +ifelse([AC_DISABLE_FAST_INSTALL]) + +AC_DEFUN([LT_AC_PROG_GCJ], +[AC_CHECK_TOOL(GCJ, gcj, no) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS) +]) + +AC_DEFUN([LT_AC_PROG_RC], +[AC_CHECK_TOOL(RC, windres, no) +]) + +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +# LT_AC_PROG_SED +# -------------- +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +AC_DEFUN([LT_AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && break + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_MSG_RESULT([$SED]) +]) + diff --git a/compile b/compile new file mode 100644 index 0000000000..9bb997a6a9 --- /dev/null +++ b/compile @@ -0,0 +1,99 @@ +#! /bin/sh + +# Wrapper for compilers which do not understand `-c -o'. + +# Copyright 1999, 2000 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Usage: +# compile PROGRAM [ARGS]... +# `-o FOO.o' is removed from the args passed to the actual compile. + +prog=$1 +shift + +ofile= +cfile= +args= +while test $# -gt 0; do + case "$1" in + -o) + # configure might choose to run compile as `compile cc -o foo foo.c'. + # So we do something ugly here. + ofile=$2 + shift + case "$ofile" in + *.o | *.obj) + ;; + *) + args="$args -o $ofile" + ofile= + ;; + esac + ;; + *.c) + cfile=$1 + args="$args $1" + ;; + *) + args="$args $1" + ;; + esac + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no `-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # `.c' file was seen then we are probably linking. That is also + # ok. + exec "$prog" $args +fi + +# Name of file we expect compiler to create. +cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'` + +# Create the lock directory. +# Note: use `[/.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d +while true; do + if mkdir $lockdir > /dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir $lockdir; exit 1" 1 2 15 + +# Run the compile. +"$prog" $args +status=$? + +if test -f "$cofile"; then + mv "$cofile" "$ofile" +fi + +rmdir $lockdir +exit $status diff --git a/conf/extensions.conf b/conf/extensions.conf new file mode 100644 index 0000000000..cf7554688d --- /dev/null +++ b/conf/extensions.conf @@ -0,0 +1,4 @@ +[extensions] + +1000 => playback /tmp/siriusraw.raw +888 => bridge woomera/888@10.200.68.194 diff --git a/conf/wanchan.conf b/conf/wanchan.conf new file mode 100644 index 0000000000..d6f820d074 --- /dev/null +++ b/conf/wanchan.conf @@ -0,0 +1,8 @@ +[settings] +span=1 +dchan=24 +node=cpe +switch=ni2 +debug=1 +dialplan=demo +bpf=160 diff --git a/conf/woomera.conf b/conf/woomera.conf new file mode 100644 index 0000000000..947ef89f94 --- /dev/null +++ b/conf/woomera.conf @@ -0,0 +1,8 @@ +[settings] +debug=2 + +[profile] +host=localhost +port=42420 +audio_ip=10.200.10.20 +dialplan=demo diff --git a/config.guess b/config.guess new file mode 100644 index 0000000000..6641456623 --- /dev/null +++ b/config.guess @@ -0,0 +1,1449 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + +timestamp='2004-07-19' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit 0 ;; + amd64:OpenBSD:*:*) + echo x86_64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + amiga:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + arc:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + cats:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + hp300:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + luna88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mac68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + macppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvmeppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + pmax:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sgi:OpenBSD:*:*) + echo mipseb-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sun3:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + wgrisc:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:OpenBSD:*:*) + echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit 0 ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit 0 ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit 0 ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit 0 ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit 0;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit 0 ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit 0 ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit 0 ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit 0 ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit 0;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit 0;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit 0 ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit 0 ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit 0 ;; + DRS?6000:UNIX_SV:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7 && exit 0 ;; + esac ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + i86pc:SunOS:5.*:*) + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit 0 ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit 0 ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit 0 ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit 0 ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit 0 ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit 0 ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit 0 ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit 0 ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit 0 ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit 0 ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit 0 ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c \ + && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ + && exit 0 + echo mips-mips-riscos${UNAME_RELEASE} + exit 0 ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit 0 ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit 0 ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit 0 ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit 0 ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit 0 ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit 0 ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit 0 ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit 0 ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit 0 ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit 0 ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit 0 ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit 0 ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo rs6000-ibm-aix3.2.5 + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit 0 ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit 0 ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit 0 ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit 0 ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit 0 ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit 0 ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit 0 ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit 0 ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + # avoid double evaluation of $set_cc_for_build + test -n "$CC_FOR_BUILD" || eval $set_cc_for_build + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit 0 ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit 0 ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo unknown-hitachi-hiuxwe2 + exit 0 ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit 0 ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit 0 ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit 0 ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit 0 ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit 0 ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit 0 ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit 0 ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit 0 ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit 0 ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit 0 ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit 0 ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit 0 ;; + i*:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit 0 ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit 0 ;; + x86:Interix*:[34]*) + echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + exit 0 ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit 0 ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit 0 ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit 0 ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit 0 ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit 0 ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit 0 ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit 0 ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit 0 ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit 0 ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit 0 ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit 0 ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit 0 ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit 0 ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit 0 ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit 0 ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" + ;; + a.out-i386-linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit 0 ;; + coff-i386) + echo "${UNAME_MACHINE}-pc-linux-gnucoff" + exit 0 ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit 0 ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #ifdef __INTEL_COMPILER + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 + test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit 0 ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit 0 ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit 0 ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit 0 ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit 0 ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit 0 ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit 0 ;; + i*86:*:5:[78]*) + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit 0 ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit 0 ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit 0 ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit 0 ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit 0 ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit 0 ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit 0 ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit 0 ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit 0 ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4.3${OS_REL} && exit 0 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4 && exit 0 ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit 0 ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit 0 ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit 0 ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit 0 ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit 0 ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit 0 ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit 0 ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit 0 ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit 0 ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit 0 ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit 0 ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit 0 ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit 0 ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit 0 ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Darwin:*:*) + case `uname -p` in + *86) UNAME_PROCESSOR=i686 ;; + powerpc) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit 0 ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit 0 ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit 0 ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit 0 ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit 0 ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit 0 ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit 0 ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit 0 ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit 0 ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit 0 ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit 0 ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit 0 ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit 0 ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit 0 ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0 + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit 0 ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + c34*) + echo c34-convex-bsd + exit 0 ;; + c38*) + echo c38-convex-bsd + exit 0 ;; + c4*) + echo c4-convex-bsd + exit 0 ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000000..75786f81fb --- /dev/null +++ b/config.h.in @@ -0,0 +1,155 @@ +/* config.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_ARPA_INET_H + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the `gethostname' function. */ +#undef HAVE_GETHOSTNAME + +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `localtime_r' function. */ +#undef HAVE_LOCALTIME_R + +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and + to 0 otherwise. */ +#undef HAVE_MALLOC + +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `memset' function. */ +#undef HAVE_MEMSET + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IN_H + +/* Define to 1 if you have the `socket' function. */ +#undef HAVE_SOCKET + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + +/* Define to 1 if you have the `strchr' function. */ +#undef HAVE_STRCHR + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the `strftime' function. */ +#undef HAVE_STRFTIME + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strncasecmp' function. */ +#undef HAVE_STRNCASECMP + +/* Define to 1 if you have the `strstr' function. */ +#undef HAVE_STRSTR + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_IOCTL_H + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOCKET_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Define to 1 if your declares `struct tm'. */ +#undef TM_IN_SYS_TIME + +/* Version number of package */ +#undef VERSION + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to rpl_malloc if the replacement function should be used. */ +#undef malloc + +/* Define to `unsigned' if does not define. */ +#undef size_t diff --git a/config.sub b/config.sub new file mode 100644 index 0000000000..ac6de9869c --- /dev/null +++ b/config.sub @@ -0,0 +1,1552 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + +timestamp='2004-06-24' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit 0;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | mcore \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | msp430 \ + | ns16k | ns32k \ + | openrisc | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xscale | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* \ + | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | msp430-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ + | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + or32 | or32-*) + basic_machine=or32-unknown + os=-coff + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/configure b/configure new file mode 100644 index 0000000000..0228d98706 --- /dev/null +++ b/configure @@ -0,0 +1,22282 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.59 for FULL-PACKAGE-NAME VERSION. +# +# Report bugs to . +# +# Copyright (C) 2003 Free Software Foundation, Inc. +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi +DUALCASE=1; export DUALCASE # for MKS sh + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)$' \| \ + . : '\(.\)' 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } + /^X\/\(\/\/\)$/{ s//\1/; q; } + /^X\/\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + + +# PATH needs CR, and LINENO needs CR and PATH. +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" || { + # Find who we are. Look in the path if we contain no path at all + # relative or not. + case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done + + ;; + esac + # We did not find ourselves, most probably we were run as `sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then + { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 + { (exit 1); exit 1; }; } + fi + case $CONFIG_SHELL in + '') + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for as_base in sh bash ksh sh5; do + case $as_dir in + /*) + if ("$as_dir/$as_base" -c ' + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } + CONFIG_SHELL=$as_dir/$as_base + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$0" ${1+"$@"} + fi;; + esac + done +done +;; + esac + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line before each line; the second 'sed' does the real + # work. The second script uses 'N' to pair each line-number line + # with the numbered line, and appends trailing '-' during + # substitution so that $LINENO is not a special case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) + sed '=' <$as_myself | + sed ' + N + s,$,-, + : loop + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + t loop + s,-$,, + s,^['$as_cr_digits']*\n,, + ' >$as_me.lineno && + chmod +x $as_me.lineno || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensible to this). + . ./$as_me.lineno + # Exit status is that of the last command. + exit +} + + +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in + *c*,-n*) ECHO_N= ECHO_C=' +' ECHO_T=' ' ;; + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +esac + +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + # We could just check for DJGPP; but this test a) works b) is more generic + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). + if test -f conf$$.exe; then + # Don't use ln at all; we don't have any links + as_ln_s='cp -p' + else + as_ln_s='ln -s' + fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.file + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_executable_p="test -f" + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +# IFS +# We need space, tab and new line, in precisely that order. +as_nl=' +' +IFS=" $as_nl" + +# CDPATH. +$as_unset CDPATH + + + +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` + ;; +esac + +echo=${ECHO-echo} +if test "X$1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X$1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then + # Yippee, $echo works! + : +else + # Restart under the correct shell. + exec $SHELL "$0" --no-reexec ${1+"$@"} +fi + +if test "X$1" = X--fallback-echo; then + # used as fallback echo + shift + cat </dev/null 2>&1 && unset CDPATH + +if test -z "$ECHO"; then +if test "X${echo_test_string+set}" != Xset; then +# find a string as large as possible, as long as the shell can cope with it + for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do + # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... + if (echo_test_string="`eval $cmd`") 2>/dev/null && + echo_test_string="`eval $cmd`" && + (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null + then + break + fi + done +fi + +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + : +else + # The Solaris, AIX, and Digital Unix default echo programs unquote + # backslashes. This makes it impossible to quote backslashes using + # echo "$something" | sed 's/\\/\\\\/g' + # + # So, first we look for a working echo in the user's PATH. + + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for dir in $PATH /usr/ucb; do + IFS="$lt_save_ifs" + if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && + test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$dir/echo" + break + fi + done + IFS="$lt_save_ifs" + + if test "X$echo" = Xecho; then + # We didn't find a better echo, so look for alternatives. + if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # This shell has a builtin print -r that does the trick. + echo='print -r' + elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && + test "X$CONFIG_SHELL" != X/bin/ksh; then + # If we have ksh, try running configure again with it. + ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} + export ORIGINAL_CONFIG_SHELL + CONFIG_SHELL=/bin/ksh + export CONFIG_SHELL + exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} + else + # Try using printf. + echo='printf %s\n' + if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # Cool, printf works + : + elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL + export CONFIG_SHELL + SHELL="$CONFIG_SHELL" + export SHELL + echo="$CONFIG_SHELL $0 --fallback-echo" + elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$CONFIG_SHELL $0 --fallback-echo" + else + # maybe with a smaller string... + prev=: + + for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do + if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null + then + break + fi + prev="$cmd" + done + + if test "$prev" != 'sed 50q "$0"'; then + echo_test_string=`eval $prev` + export echo_test_string + exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} + else + # Oops. We lost completely, so just stick with echo. + echo=echo + fi + fi + fi + fi +fi +fi + +# Copy echo and quote the copy suitably for passing to libtool from +# the Makefile, instead of quoting the original, which is used later. +ECHO=$echo +if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then + ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" +fi + + + + +tagnames=${tagnames+${tagnames},}CXX + +tagnames=${tagnames+${tagnames},}F77 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +exec 6>&1 + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_config_libobj_dir=. +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Maximum number of lines to put in a shell here document. +# This variable seems obsolete. It should probably be removed, and +# only ac_max_sed_lines should be used. +: ${ac_max_here_lines=38} + +# Identity of this package. +PACKAGE_NAME='FULL-PACKAGE-NAME' +PACKAGE_TARNAME='full-package-name' +PACKAGE_VERSION='VERSION' +PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' +PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' + +ac_unique_file="src/switch.c" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#if HAVE_SYS_TYPES_H +# include +#endif +#if HAVE_SYS_STAT_H +# include +#endif +#if STDC_HEADERS +# include +# include +#else +# if HAVE_STDLIB_H +# include +# endif +#endif +#if HAVE_STRING_H +# if !STDC_HEADERS && HAVE_MEMORY_H +# include +# endif +# include +#endif +#if HAVE_STRINGS_H +# include +#endif +#if HAVE_INTTYPES_H +# include +#else +# if HAVE_STDINT_H +# include +# endif +#endif +#if HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS' +ac_subst_files='' + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datadir='${prefix}/share' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +libdir='${exec_prefix}/lib' +includedir='${prefix}/include' +oldincludedir='/usr/include' +infodir='${prefix}/info' +mandir='${prefix}/man' + +ac_prev= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval "$ac_prev=\$ac_option" + ac_prev= + continue + fi + + ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_option in + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad | --data | --dat | --da) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ + | --da=*) + datadir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/-/_/g'` + eval "enable_$ac_feature=no" ;; + + -enable-* | --enable-*) + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/-/_/g'` + case $ac_option in + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; + *) ac_optarg=yes ;; + esac + eval "enable_$ac_feature='$ac_optarg'" ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst \ + | --locals | --local | --loca | --loc | --lo) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* \ + | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package| sed 's/-/_/g'` + case $ac_option in + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; + *) ac_optarg=yes ;; + esac + eval "with_$ac_package='$ac_optarg'" ;; + + -without-* | --without-*) + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/-/_/g'` + eval "with_$ac_package=no" ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) { echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` + eval "$ac_envvar='$ac_optarg'" + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +# Be sure to have absolute paths. +for ac_var in exec_prefix prefix +do + eval ac_val=$`echo $ac_var` + case $ac_val in + [\\/$]* | ?:[\\/]* | NONE | '' ) ;; + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; };; + esac +done + +# Be sure to have absolute paths. +for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ + localstatedir libdir includedir oldincludedir infodir mandir +do + eval ac_val=$`echo $ac_var` + case $ac_val in + [\\/$]* | ?:[\\/]* ) ;; + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; };; + esac +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then its parent. + ac_confdir=`(dirname "$0") 2>/dev/null || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$0" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r $srcdir/$ac_unique_file; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r $srcdir/$ac_unique_file; then + if test "$ac_srcdir_defaulted" = yes; then + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 + { (exit 1); exit 1; }; } + else + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } + fi +fi +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || + { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 + { (exit 1); exit 1; }; } +srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` +ac_env_build_alias_set=${build_alias+set} +ac_env_build_alias_value=$build_alias +ac_cv_env_build_alias_set=${build_alias+set} +ac_cv_env_build_alias_value=$build_alias +ac_env_host_alias_set=${host_alias+set} +ac_env_host_alias_value=$host_alias +ac_cv_env_host_alias_set=${host_alias+set} +ac_cv_env_host_alias_value=$host_alias +ac_env_target_alias_set=${target_alias+set} +ac_env_target_alias_value=$target_alias +ac_cv_env_target_alias_set=${target_alias+set} +ac_cv_env_target_alias_value=$target_alias +ac_env_CC_set=${CC+set} +ac_env_CC_value=$CC +ac_cv_env_CC_set=${CC+set} +ac_cv_env_CC_value=$CC +ac_env_CFLAGS_set=${CFLAGS+set} +ac_env_CFLAGS_value=$CFLAGS +ac_cv_env_CFLAGS_set=${CFLAGS+set} +ac_cv_env_CFLAGS_value=$CFLAGS +ac_env_LDFLAGS_set=${LDFLAGS+set} +ac_env_LDFLAGS_value=$LDFLAGS +ac_cv_env_LDFLAGS_set=${LDFLAGS+set} +ac_cv_env_LDFLAGS_value=$LDFLAGS +ac_env_CPPFLAGS_set=${CPPFLAGS+set} +ac_env_CPPFLAGS_value=$CPPFLAGS +ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} +ac_cv_env_CPPFLAGS_value=$CPPFLAGS +ac_env_CPP_set=${CPP+set} +ac_env_CPP_value=$CPP +ac_cv_env_CPP_set=${CPP+set} +ac_cv_env_CPP_value=$CPP +ac_env_CXX_set=${CXX+set} +ac_env_CXX_value=$CXX +ac_cv_env_CXX_set=${CXX+set} +ac_cv_env_CXX_value=$CXX +ac_env_CXXFLAGS_set=${CXXFLAGS+set} +ac_env_CXXFLAGS_value=$CXXFLAGS +ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} +ac_cv_env_CXXFLAGS_value=$CXXFLAGS +ac_env_CXXCPP_set=${CXXCPP+set} +ac_env_CXXCPP_value=$CXXCPP +ac_cv_env_CXXCPP_set=${CXXCPP+set} +ac_cv_env_CXXCPP_value=$CXXCPP +ac_env_F77_set=${F77+set} +ac_env_F77_value=$F77 +ac_cv_env_F77_set=${F77+set} +ac_cv_env_F77_value=$F77 +ac_env_FFLAGS_set=${FFLAGS+set} +ac_env_FFLAGS_value=$FFLAGS +ac_cv_env_FFLAGS_set=${FFLAGS+set} +ac_cv_env_FFLAGS_value=$FFLAGS + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures FULL-PACKAGE-NAME VERSION to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +_ACEOF + + cat <<_ACEOF +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --datadir=DIR read-only architecture-independent data [PREFIX/share] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --infodir=DIR info documentation [PREFIX/info] + --mandir=DIR man documentation [PREFIX/man] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-dependency-tracking Speeds up one-time builds + --enable-dependency-tracking Do not reject slow dependency extractors + --enable-shared[=PKGS] + build shared libraries [default=yes] + --enable-static[=PKGS] + build static libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --disable-libtool-lock avoid locking (might break parallel builds) + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-pic try to use only PIC/non-PIC objects [default=use + both] + --with-tags[=TAGS] + include additional configurations [automatic] + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have + headers in a nonstandard directory + CPP C preprocessor + CXX C++ compiler command + CXXFLAGS C++ compiler flags + CXXCPP C++ preprocessor + F77 Fortran 77 compiler command + FFLAGS Fortran 77 compiler flags + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + ac_popdir=`pwd` + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d $ac_dir || continue + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac + +# Do not use `cd foo && pwd` to compute absolute paths, because +# the directories may not exist. +case `pwd` in +.) ac_abs_builddir="$ac_dir";; +*) + case "$ac_dir" in + .) ac_abs_builddir=`pwd`;; + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; + *) ac_abs_builddir=`pwd`/"$ac_dir";; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_builddir=${ac_top_builddir}.;; +*) + case ${ac_top_builddir}. in + .) ac_abs_top_builddir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_srcdir=$ac_srcdir;; +*) + case $ac_srcdir in + .) ac_abs_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_srcdir=$ac_top_srcdir;; +*) + case $ac_top_srcdir in + .) ac_abs_top_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; + esac;; +esac + + cd $ac_dir + # Check for guested configure; otherwise get Cygnus style configure. + if test -f $ac_srcdir/configure.gnu; then + echo + $SHELL $ac_srcdir/configure.gnu --help=recursive + elif test -f $ac_srcdir/configure; then + echo + $SHELL $ac_srcdir/configure --help=recursive + elif test -f $ac_srcdir/configure.ac || + test -f $ac_srcdir/configure.in; then + echo + $ac_configure --help + else + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi + cd $ac_popdir + done +fi + +test -n "$ac_init_help" && exit 0 +if $ac_init_version; then + cat <<\_ACEOF +FULL-PACKAGE-NAME configure VERSION +generated by GNU Autoconf 2.59 + +Copyright (C) 2003 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit 0 +fi +exec 5>config.log +cat >&5 <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by FULL-PACKAGE-NAME $as_me VERSION, which was +generated by GNU Autoconf 2.59. Invocation command line was + + $ $0 $@ + +_ACEOF +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +hostinfo = `(hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + echo "PATH: $as_dir" +done + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_sep= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" + # Get rid of the leading space. + ac_sep=" " + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Be sure not to use single quotes in there, as some shells, +# such as our DU 5.0 friend, will then `close' the trap. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +{ + (set) 2>&1 | + case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in + *ac_space=\ *) + sed -n \ + "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" + ;; + *) + sed -n \ + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + ;; + esac; +} + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------- ## +## Output files. ## +## ------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + sed "/^$/d" confdefs.h | sort + echo + fi + test "$ac_signal" != 0 && + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core && + rm -rf conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status + ' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -rf conftest* confdefs.h +# AIX cpp loses on an empty file, so make sure it contains at least a newline. +echo >confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer explicitly selected file to automatically selected ones. +if test -z "$CONFIG_SITE"; then + if test "x$prefix" != xNONE; then + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" + else + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" + fi +fi +for ac_site_file in $CONFIG_SITE; do + if test -r "$ac_site_file"; then + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special + # files actually), so we avoid doing that. + if test -f "$cache_file"; then + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . $cache_file;; + *) . ./$cache_file;; + esac + fi +else + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in `(set) 2>&1 | + sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val="\$ac_cv_env_${ac_var}_value" + eval ac_new_val="\$ac_env_${ac_var}_value" + case $ac_old_set,$ac_new_set in + set,) + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + + + + + + + + + + + + + + + + + + + + + + + +am__api_version="1.7" +ac_aux_dir= +for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do + if test -f $ac_dir/install-sh; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f $ac_dir/install.sh; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f $ac_dir/shtool; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 +echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} + { (exit 1); exit 1; }; } +fi +ac_config_guess="$SHELL $ac_aux_dir/config.guess" +ac_config_sub="$SHELL $ac_aux_dir/config.sub" +ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done + + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. We don't cache a + # path for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the path is relative. + INSTALL=$ac_install_sh + fi +fi +echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6 + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&2;} + { (exit 1); exit 1; }; } + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } +fi +echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +test "$program_prefix" != NONE && + program_transform_name="s,^,$program_prefix,;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s,\$,$program_suffix,;$program_transform_name" +# Double any \ or $. echo might interpret backslashes. +# By default was `s,x,x', remove it if useless. +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm conftest.sed + + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_AWK+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$AWK" && break +done + +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.make <<\_ACEOF +all: + @echo 'ac_maketemp="$(MAKE)"' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` +if test -n "$ac_maketemp"; then + eval ac_cv_prog_make_${ac_make}_set=yes +else + eval ac_cv_prog_make_${ac_make}_set=no +fi +rm -f conftest.make +fi +if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + SET_MAKE= +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + + # test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE=libfreeswitch + VERSION=0.1 + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +install_sh=${install_sh-"$am_aux_dir/install-sh"} + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + STRIP=$ac_ct_STRIP +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. + + + + + ac_config_headers="$ac_config_headers src/include/config.h" + + +# Checks for programs. +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + CC=$ac_ct_CC +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + CC=$ac_ct_CC +else + CC="$ac_cv_prog_CC" +fi + +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$ac_ct_CC" && break +done + + CC=$ac_ct_CC +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO:" \ + "checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 + (eval $ac_compiler --version &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 + (eval $ac_compiler -v &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 + (eval $ac_compiler -V &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 + (eval $ac_link_default) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Find the output, starting from the most likely. This scheme is +# not robust to junk in `.', hence go to wildcards (a.*) only as a last +# resort. + +# Be careful to initialize this variable, since it used to be cached. +# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. +ac_cv_exeext= +# b.out is created by i960 compilers. +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) + ;; + conftest.$ac_ext ) + # This is the source file. + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + # FIXME: I believe we export ac_cv_exeext for Libtool, + # but it would be cool to find out if it's true. Does anybody + # maintain Libtool? --akim. + export ac_cv_exeext + break;; + * ) + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } +fi + +ac_exeext=$ac_cv_exeext +echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6 + +# Check the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 +# If not cross compiling, check that we can run a simple program. +if test "$cross_compiling" != yes; then + if { ac_try='./$ac_file' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { echo "$as_me:$LINENO: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + fi + fi +fi +echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + +rm -f a.out a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +# Check the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 +echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6 + +echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + export ac_cv_exeext + break;; + * ) break;; + esac +done +else + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest$ac_cv_exeext +echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6 + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 +if test "${ac_cv_objext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6 +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_compiler_gnu=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +CFLAGS="-g" +echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_prog_cc_g=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_stdc=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std1 is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std1. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +# Don't try gcc -ansi; that turns off useful extensions and +# breaks some systems' header files. +# AIX -qlanglvl=ansi +# Ultrix and OSF/1 -std1 +# HP-UX 10.20 and later -Ae +# HP-UX older versions -Aa -D_HPUX_SOURCE +# SVR4 -Xc -D__EXTENSIONS__ +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_stdc=$ac_arg +break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext +done +rm -f conftest.$ac_ext conftest.$ac_objext +CC=$ac_save_CC + +fi + +case "x$ac_cv_prog_cc_stdc" in + x|xno) + echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6 ;; + *) + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 + CC="$CC $ac_cv_prog_cc_stdc" ;; +esac + +# Some people use a C++ compiler to compile C. Since we use `exit', +# in C++ we need to declare it. In case someone uses the same compiler +# for both compiling C and C++ we need to have the C++ compiler decide +# the declaration of exit, since it's the most demanding environment. +cat >conftest.$ac_ext <<_ACEOF +#ifndef __cplusplus + choke me +#endif +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + for ac_declaration in \ + '' \ + 'extern "C" void std::exit (int) throw (); using std::exit;' \ + 'extern "C" void std::exit (int); using std::exit;' \ + 'extern "C" void exit (int) throw ();' \ + 'extern "C" void exit (int);' \ + 'void exit (int);' +do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +#include +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +continue +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +done +rm -f conftest* +if test -n "$ac_declaration"; then + echo '#ifdef __cplusplus' >>confdefs.h + echo $ac_declaration >>confdefs.h + echo '#endif' >>confdefs.h +fi + +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + + ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi + + +echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6 +rm -f confinc confmf + +# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then + enableval="$enable_dependency_tracking" + +fi; +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + + +if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + + +depcc="$CC" am_compiler_list= + +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + : > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + + +if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.make <<\_ACEOF +all: + @echo 'ac_maketemp="$(MAKE)"' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` +if test -n "$ac_maketemp"; then + eval ac_cv_prog_make_${ac_make}_set=yes +else + eval ac_cv_prog_make_${ac_make}_set=no +fi +rm -f conftest.make +fi +if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + SET_MAKE= +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + SET_MAKE="MAKE=${MAKE-make}" +fi + +# Check whether --enable-shared or --disable-shared was given. +if test "${enable_shared+set}" = set; then + enableval="$enable_shared" + p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_shared=yes +fi; + +# Check whether --enable-static or --disable-static was given. +if test "${enable_static+set}" = set; then + enableval="$enable_static" + p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_static=yes +fi; + +# Check whether --enable-fast-install or --disable-fast-install was given. +if test "${enable_fast_install+set}" = set; then + enableval="$enable_fast_install" + p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_fast_install=yes +fi; + +# Make sure we can run config.sub. +$ac_config_sub sun4 >/dev/null 2>&1 || + { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 +echo "$as_me: error: cannot run $ac_config_sub" >&2;} + { (exit 1); exit 1; }; } + +echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6 +if test "${ac_cv_build+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_build_alias=$build_alias +test -z "$ac_cv_build_alias" && + ac_cv_build_alias=`$ac_config_guess` +test -z "$ac_cv_build_alias" && + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { (exit 1); exit 1; }; } +ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 +echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6 +build=$ac_cv_build +build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + + +echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6 +if test "${ac_cv_host+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_host_alias=$host_alias +test -z "$ac_cv_host_alias" && + ac_cv_host_alias=$ac_cv_build_alias +ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 +echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6 +host=$ac_cv_host +host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + + +echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 +if test "${lt_cv_path_SED+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && break + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done + +fi + +SED=$lt_cv_path_SED +echo "$as_me:$LINENO: result: $SED" >&5 +echo "${ECHO_T}$SED" >&6 + +echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 +if test "${ac_cv_prog_egrep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 +echo "${ECHO_T}$ac_cv_prog_egrep" >&6 + EGREP=$ac_cv_prog_egrep + + + +# Check whether --with-gnu-ld or --without-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then + withval="$with_gnu_ld" + test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi; +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 +else + echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 +fi +if test "${lt_cv_path_LD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some GNU ld's only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +echo "${ECHO_T}$LD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} + { (exit 1); exit 1; }; } +echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 +if test "${lt_cv_prog_gnu_ld+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # I'd rather use --version here, but apparently some GNU ld's only accept -v. +case `$LD -v 2>&1 &5 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 +with_gnu_ld=$lt_cv_prog_gnu_ld + + +echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 +if test "${lt_cv_ld_reload_flag+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_ld_reload_flag='-r' +fi +echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + darwin*) + if test "$GCC" = yes; then + reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + +echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 +echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 +if test "${lt_cv_path_NM+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/${ac_tool_prefix}nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + esac + fi + done + IFS="$lt_save_ifs" + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm +fi +fi +echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 +echo "${ECHO_T}$lt_cv_path_NM" >&6 +NM="$lt_cv_path_NM" + +echo "$as_me:$LINENO: checking whether ln -s works" >&5 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +else + echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +echo "${ECHO_T}no, using $LN_S" >&6 +fi + +echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 +echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 +if test "${lt_cv_deplibs_check_method+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# `unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# which responds to the $file_magic_cmd with a given extended regex. +# If you have `file' or equivalent on your system and you're not sure +# whether `pass_all' will *always* work, you probably want this one. + +case $host_os in +aix4* | aix5*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='/usr/bin/file -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump'. + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | kfreebsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case "$host_cpu" in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + 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]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be Linux ELF. +linux*) + case $host_cpu in + alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*) + lt_cv_deplibs_check_method=pass_all ;; + *) + # glibc up to 2.1.1 does not perform some relocations on ARM + # this will be overridden with pass_all, but let us keep it just in case + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; + esac + lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +nto-qnx*) + lt_cv_deplibs_check_method=unknown + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +sco3.2v5*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check whether --enable-libtool-lock or --disable-libtool-lock was given. +if test "${enable_libtool_lock+set}" = set; then + enableval="$enable_libtool_lock" + +fi; +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '#line 3659 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case "`/usr/bin/file conftest.o`" in + *32-bit*) + case $host in + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 +if test "${lt_cv_cc_needs_belf+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + lt_cv_cc_needs_belf=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +lt_cv_cc_needs_belf=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; + +esac + +need_locks="$enable_libtool_lock" + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6 +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_stdc=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + exit(2); + exit (0); +} +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +fi +fi +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6 +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +#define STDC_HEADERS 1 +_ACEOF + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. + + + + + + + + + +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Header=no" +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + +for ac_header in dlfcn.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## --------------------------------- ## +## Report this to BUG-REPORT-ADDRESS ## +## --------------------------------- ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + echo "$as_me:$LINENO: result: $CXX" >&5 +echo "${ECHO_T}$CXX" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 +echo "${ECHO_T}$ac_ct_CXX" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$ac_ct_CXX" && break +done +test -n "$ac_ct_CXX" || ac_ct_CXX="g++" + + CXX=$ac_ct_CXX +fi + + +# Provide some information about the compiler. +echo "$as_me:$LINENO:" \ + "checking for C++ compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 + (eval $ac_compiler --version &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 + (eval $ac_compiler -v &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 + (eval $ac_compiler -V &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_compiler_gnu=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 +GXX=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +CXXFLAGS="-g" +echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 +if test "${ac_cv_prog_cxx_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cxx_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_prog_cxx_g=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +for ac_declaration in \ + '' \ + 'extern "C" void std::exit (int) throw (); using std::exit;' \ + 'extern "C" void std::exit (int); using std::exit;' \ + 'extern "C" void exit (int) throw ();' \ + 'extern "C" void exit (int);' \ + 'void exit (int);' +do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +#include +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +continue +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +done +rm -f conftest* +if test -n "$ac_declaration"; then + echo '#ifdef __cplusplus' >>confdefs.h + echo $ac_declaration >>confdefs.h + echo '#endif' >>confdefs.h +fi + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +depcc="$CXX" am_compiler_list= + +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + : > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + + +if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 +if test -z "$CXXCPP"; then + if test "${ac_cv_prog_CXXCPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +echo "$as_me:$LINENO: result: $CXXCPP" >&5 +echo "${ECHO_T}$CXXCPP" >&6 +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + +ac_ext=f +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_f77_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$F77"; then + ac_cv_prog_F77="$F77" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_F77="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +F77=$ac_cv_prog_F77 +if test -n "$F77"; then + echo "$as_me:$LINENO: result: $F77" >&5 +echo "${ECHO_T}$F77" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$F77" && break + done +fi +if test -z "$F77"; then + ac_ct_F77=$F77 + for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_F77"; then + ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_F77="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_F77=$ac_cv_prog_ac_ct_F77 +if test -n "$ac_ct_F77"; then + echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 +echo "${ECHO_T}$ac_ct_F77" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$ac_ct_F77" && break +done + + F77=$ac_ct_F77 +fi + + +# Provide some information about the compiler. +echo "$as_me:5224:" \ + "checking for Fortran 77 compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 + (eval $ac_compiler --version &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 + (eval $ac_compiler -v &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 + (eval $ac_compiler -V &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +rm -f a.out + +# If we don't use `.F' as extension, the preprocessor is not run on the +# input file. (Note that this only needs to work for GNU compilers.) +ac_save_ext=$ac_ext +ac_ext=F +echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 +if test "${ac_cv_f77_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF + program main +#ifndef __GNUC__ + choke me +#endif + + end +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_compiler_gnu=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_f77_compiler_gnu=$ac_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 +ac_ext=$ac_save_ext +ac_test_FFLAGS=${FFLAGS+set} +ac_save_FFLAGS=$FFLAGS +FFLAGS= +echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 +if test "${ac_cv_prog_f77_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + FFLAGS=-g +cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_f77_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_prog_f77_g=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 +if test "$ac_test_FFLAGS" = set; then + FFLAGS=$ac_save_FFLAGS +elif test $ac_cv_prog_f77_g = yes; then + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-g -O2" + else + FFLAGS="-g" + fi +else + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-O2" + else + FFLAGS= + fi +fi + +G77=`test $ac_compiler_gnu = yes && echo yes` +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! + +# find the maximum length of command line arguments +echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 +if test "${lt_cv_sys_max_cmd_len+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* ) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for *BSD + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + ;; + + *) + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ + = "XX$teststring") >/dev/null 2>&1 && + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + ;; + esac + +fi + +if test -n $lt_cv_sys_max_cmd_len ; then + echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 +else + echo "$as_me:$LINENO: result: none" >&5 +echo "${ECHO_T}none" >&6 +fi + + + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Transform the above into a raw symbol and a C symbol. +symxfrm='\1 \2\3 \3' + +# Transform an extracted symbol line into a proper C declaration +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32*) + symcode='[ABCDGISTW]' + ;; +hpux*) # Its linker distinguishes data from code symbols + if test "$host_cpu" = ia64; then + symcode='[ABCDEGRST]' + fi + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris* | sysv5*) + symcode='[BDRT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +# Try without a prefix undercore, then with it. +for ac_symprfx in "" "_"; do + + # Write the raw and C identifiers. + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Now try to grab the symbols. + nlist=conftest.nm + if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 + (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if grep ' nm_test_var$' "$nlist" >/dev/null; then + if grep ' nm_test_func$' "$nlist" >/dev/null; then + cat < conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' + + cat <> conftest.$ac_ext +#if defined (__STDC__) && __STDC__ +# define lt_ptr_t void * +#else +# define lt_ptr_t char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr_t address; +} +lt_preloaded_symbols[] = +{ +EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext + cat <<\EOF >> conftest.$ac_ext + {0, (lt_ptr_t) 0} +}; + +#ifdef __cplusplus +} +#endif +EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_save_LIBS="$LIBS" + lt_save_CFLAGS="$CFLAGS" + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS="$lt_save_LIBS" + CFLAGS="$lt_save_CFLAGS" + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -f conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + echo "$as_me:$LINENO: result: failed" >&5 +echo "${ECHO_T}failed" >&6 +else + echo "$as_me:$LINENO: result: ok" >&5 +echo "${ECHO_T}ok" >&6 +fi + +echo "$as_me:$LINENO: checking for objdir" >&5 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6 +if test "${lt_cv_objdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 +echo "${ECHO_T}$lt_cv_objdir" >&6 +objdir=$lt_cv_objdir + + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='sed -e s/^X//' +sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Constants: +rm="rm -f" + +# Global variables: +default_ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except M$VC, +# which needs '.lib'). +libext=a +ltmain="$ac_aux_dir/ltmain.sh" +ofile="$default_ofile" +with_gnu_ld="$lt_cv_prog_gnu_ld" + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. +set dummy ${ac_tool_prefix}ar; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="${ac_tool_prefix}ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + echo "$as_me:$LINENO: result: $AR" >&5 +echo "${ECHO_T}$AR" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_AR"; then + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. +set dummy ar; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false" +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +echo "${ECHO_T}$ac_ct_AR" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + AR=$ac_ct_AR +else + AR="$ac_cv_prog_AR" +fi + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + RANLIB=$ac_ct_RANLIB +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + STRIP=$ac_ct_STRIP +else + STRIP="$ac_cv_prog_STRIP" +fi + + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$AS" && AS=as +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$DLLTOOL" && DLLTOOL=dlltool +test -z "$LD" && LD=ld +test -z "$LN_S" && LN_S="ln -s" +test -z "$MAGIC_CMD" && MAGIC_CMD=file +test -z "$NM" && NM=nm +test -z "$SED" && SED=sed +test -z "$OBJDUMP" && OBJDUMP=objdump +test -z "$RANLIB" && RANLIB=: +test -z "$STRIP" && STRIP=: +test -z "$ac_objext" && ac_objext=o + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" + ;; + *) + old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +# Only perform the check for file, if the check method requires it +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/${ac_tool_prefix}file; then + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +echo "${ECHO_T}$MAGIC_CMD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + echo "$as_me:$LINENO: checking for file" >&5 +echo $ECHO_N "checking for file... $ECHO_C" >&6 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/file; then + lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +echo "${ECHO_T}$MAGIC_CMD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +enable_dlopen=no +enable_win32_dll=no + +# Check whether --enable-libtool-lock or --disable-libtool-lock was given. +if test "${enable_libtool_lock+set}" = set; then + enableval="$enable_libtool_lock" + +fi; +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + + +# Check whether --with-pic or --without-pic was given. +if test "${with_pic+set}" = set; then + withval="$with_pic" + pic_mode="$withval" +else + pic_mode=default +fi; +test -z "$pic_mode" && pic_mode=default + +# Use C for the default configuration in the libtool script +tagname= +lt_save_CC="$CC" +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}\n' + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# +# Check for any special shared library compilation flags. +# +lt_prog_cc_shlib= +if test "$GCC" = no; then + case $host_os in + sco3.2v5*) + lt_prog_cc_shlib='-belf' + ;; + esac +fi +if test -n "$lt_prog_cc_shlib"; then + { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5 +echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;} + if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then : + else + { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5 +echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;} + lt_cv_prog_cc_can_build_shared=no + fi +fi + + +# +# Check to make sure the static flag actually works. +# +echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5 +echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6 +if test "${lt_prog_compiler_static_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_prog_compiler_static" + printf "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + else + lt_prog_compiler_static_works=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 +echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 + +if test x"$lt_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + + + +lt_prog_compiler_no_builtin_flag= + +if test "$GCC" = yes; then + lt_prog_compiler_no_builtin_flag=' -fno-builtin' + + +echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:6274: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:6278: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + +lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 + + if test "$GCC" = yes; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic='-qnocommon' + lt_prog_compiler_wl='-Wl,' + ;; + esac + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + sco3.2v5*) + lt_prog_compiler_pic='-Kpic' + lt_prog_compiler_static='-dn' + ;; + + solaris*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:6517: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:6521: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + lt_prog_compiler_pic_works=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 + +if test x"$lt_prog_compiler_pic_works" = xyes; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:6577: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:6581: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6 + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + runpath_var= + allow_undefined_flag= + enable_shared_with_static_runtimes=no + archive_cmds= + archive_expsym_cmds= + old_archive_From_new_cmds= + old_archive_from_expsyms_cmds= + export_dynamic_flag_spec= + whole_archive_flag_spec= + thread_safe_flag_spec= + hardcode_libdir_flag_spec= + hardcode_libdir_flag_spec_ld= + hardcode_libdir_separator= + hardcode_direct=no + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + link_all_deplibs=unknown + hardcode_automatic=no + module_cmds= + module_expsym_cmds= + always_export_symbols=no + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + if test $supports_anon_versioning = yes; then + archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ +cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ +$echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds="$tmp_archive_cmds" + fi + else + ld_shlibs=no + fi + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test "$ld_shlibs" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + 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' + else + 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' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + + if test "$GCC" = yes; then + case $host_os in aix4.012|aix4.012.*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + hardcode_direct=yes + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' ${wl}-bernotok' + allow_undefined_flag=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec=' ' + archive_cmds_need_lc=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + # see comment about different semantics on the GNU ld section + ld_shlibs=no + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes=yes + ;; + + darwin* | rhapsody*) + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + whole_archive_flag_spec='' + link_all_deplibs=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs=no + ;; + esac + fi + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + freebsd1*) + ld_shlibs=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld='+b $libdir' + hardcode_libdir_separator=: + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + ia64*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=no + hardcode_shlibpath_var=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + *) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + export_dynamic_flag_spec='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld='-rpath $libdir' + fi + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + link_all_deplibs=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + openbsd*) + hardcode_direct=yes + hardcode_shlibpath_var=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + 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' + old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + hardcode_libdir_separator=: + ;; + + sco3.2v5*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + no_undefined_flag=' -z text' + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4.2uw2*) + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=no + hardcode_shlibpath_var=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + no_undefined_flag='${wl}-z ${wl}text' + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv5*) + no_undefined_flag=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + hardcode_libdir_flag_spec= + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $ld_shlibs" >&5 +echo "${ECHO_T}$ld_shlibs" >&6 +test "$ld_shlibs" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc=no + else + archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 +echo "${ECHO_T}$archive_cmds_need_lc" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.01* | freebsdelf3.01*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case "$host_cpu" in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +sco3.2v5*) + version_type=osf + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || \ + test -n "$runpath_var" || \ + test "X$hardcode_automatic" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && + test "$hardcode_minus_L" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +echo "$as_me:$LINENO: result: $hardcode_action" >&5 +echo "${ECHO_T}$hardcode_action" >&6 + +if test "$hardcode_action" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +fi + +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + *) + echo "$as_me:$LINENO: checking for shl_load" >&5 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 +if test "${ac_cv_func_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define shl_load to an innocuous variant, in case declares shl_load. + For example, HP-UX 11i declares gettimeofday. */ +#define shl_load innocuous_shl_load + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char shl_load (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef shl_load + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_shl_load) || defined (__stub___shl_load) +choke me +#else +char (*f) () = shl_load; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != shl_load; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6 +if test $ac_cv_func_shl_load = yes; then + lt_cv_dlopen="shl_load" +else + echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main () +{ +shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 +if test $ac_cv_lib_dld_shl_load = yes; then + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" +else + echo "$as_me:$LINENO: checking for dlopen" >&5 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 +if test "${ac_cv_func_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define dlopen to an innocuous variant, in case declares dlopen. + For example, HP-UX 11i declares gettimeofday. */ +#define dlopen innocuous_dlopen + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char dlopen (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef dlopen + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_dlopen) || defined (__stub___dlopen) +choke me +#else +char (*f) () = dlopen; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != dlopen; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6 +if test $ac_cv_func_dlopen = yes; then + lt_cv_dlopen="dlopen" +else + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_svld_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_svld_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 +if test $ac_cv_lib_svld_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main () +{ +dld_link (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_dld_link=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_dld_link=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 +if test $ac_cv_lib_dld_dld_link = yes; then + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_unknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6 + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self_static+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + +# Report which librarie types wil actually be built +echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 +echo "$as_me:$LINENO: result: $can_build_shared" >&5 +echo "${ECHO_T}$can_build_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case "$host_os" in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; +esac +echo "$as_me:$LINENO: result: $enable_shared" >&5 +echo "${ECHO_T}$enable_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +echo "$as_me:$LINENO: result: $enable_static" >&5 +echo "${ECHO_T}$enable_static" >&6 + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler \ + CC \ + LD \ + lt_prog_compiler_wl \ + lt_prog_compiler_pic \ + lt_prog_compiler_static \ + lt_prog_compiler_no_builtin_flag \ + export_dynamic_flag_spec \ + thread_safe_flag_spec \ + whole_archive_flag_spec \ + enable_shared_with_static_runtimes \ + old_archive_cmds \ + old_archive_from_new_cmds \ + predep_objects \ + postdep_objects \ + predeps \ + postdeps \ + compiler_lib_search_path \ + archive_cmds \ + archive_expsym_cmds \ + postinstall_cmds \ + postuninstall_cmds \ + old_archive_from_expsyms_cmds \ + allow_undefined_flag \ + no_undefined_flag \ + export_symbols_cmds \ + hardcode_libdir_flag_spec \ + hardcode_libdir_flag_spec_ld \ + hardcode_libdir_separator \ + hardcode_automatic \ + module_cmds \ + module_expsym_cmds \ + lt_cv_prog_compiler_c_o \ + exclude_expsyms \ + include_expsyms; do + + case $var in + old_archive_cmds | \ + old_archive_from_new_cmds | \ + archive_cmds | \ + archive_expsym_cmds | \ + module_cmds | \ + module_expsym_cmds | \ + old_archive_from_expsyms_cmds | \ + export_symbols_cmds | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="${ofile}T" + trap "$rm \"$cfgfile\"; exit 1" 1 2 15 + $rm -f "$cfgfile" + { echo "$as_me:$LINENO: creating $ofile" >&5 +echo "$as_me: creating $ofile" >&6;} + + cat <<__EOF__ >> "$cfgfile" +#! $SHELL + +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. +# +# This file is part of GNU Libtool: +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="$SED -e s/^X//" + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# The names of the tagged configurations supported by this script. +available_tags= + +# ### BEGIN LIBTOOL CONFIG + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU C compiler? +with_gcc=$GCC + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# ### END LIBTOOL CONFIG + +__EOF__ + + + case $host_os in + aix3*) + cat <<\EOF >> "$cfgfile" + +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +EOF + ;; + esac + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || \ + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + +# Check whether --with-tags or --without-tags was given. +if test "${with_tags+set}" = set; then + withval="$with_tags" + tagnames="$withval" +fi; + +if test -f "$ltmain" && test -n "$tagnames"; then + if test ! -f "${ofile}"; then + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 +echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} + fi + + if test -z "$LTCC"; then + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" + if test -z "$LTCC"; then + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 +echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} + else + { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 +echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} + fi + fi + + # Extract list of available tagged configurations in $ofile. + # Note that this assumes the entire list is on one line. + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` + + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for tagname in $tagnames; do + IFS="$lt_save_ifs" + # Check whether tagname contains only valid characters + case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in + "") ;; + *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 +echo "$as_me: error: invalid tag name: $tagname" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null + then + { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} + { (exit 1); exit 1; }; } + fi + + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile + + case $tagname in + CXX) + if test -n "$CXX" && test "X$CXX" != "Xno"; then + ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + + + +archive_cmds_need_lc_CXX=no +allow_undefined_flag_CXX= +always_export_symbols_CXX=no +archive_expsym_cmds_CXX= +export_dynamic_flag_spec_CXX= +hardcode_direct_CXX=no +hardcode_libdir_flag_spec_CXX= +hardcode_libdir_flag_spec_ld_CXX= +hardcode_libdir_separator_CXX= +hardcode_minus_L_CXX=no +hardcode_automatic_CXX=no +module_cmds_CXX= +module_expsym_cmds_CXX= +link_all_deplibs_CXX=unknown +old_archive_cmds_CXX=$old_archive_cmds +no_undefined_flag_CXX= +whole_archive_flag_spec_CXX= +enable_shared_with_static_runtimes_CXX=no + +# Dependencies to place before and after the object being linked: +predep_objects_CXX= +postdep_objects_CXX= +predeps_CXX= +postdeps_CXX= +compiler_lib_search_path_CXX= + +# Source file extension for C++ test sources. +ac_ext=cc + +# Object file extension for compiled C++ test sources. +objext=o +objext_CXX=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(int, char *) { return(0); }\n' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_LD=$LD +lt_save_GCC=$GCC +GCC=$GXX +lt_save_with_gnu_ld=$with_gnu_ld +lt_save_path_LD=$lt_cv_path_LD +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx +else + unset lt_cv_prog_gnu_ld +fi +if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX +else + unset lt_cv_path_LD +fi +test -z "${LDCXX+set}" || LD=$LDCXX +CC=${CXX-"c++"} +compiler=$CC +compiler_CXX=$CC +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +# We don't want -fno-exception wen compiling C++ code, so set the +# no_builtin_flag separately +if test "$GXX" = yes; then + lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' +else + lt_prog_compiler_no_builtin_flag_CXX= +fi + +if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + +# Check whether --with-gnu-ld or --without-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then + withval="$with_gnu_ld" + test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi; +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 +else + echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 +fi +if test "${lt_cv_path_LD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some GNU ld's only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +echo "${ECHO_T}$LD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} + { (exit 1); exit 1; }; } +echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 +if test "${lt_cv_prog_gnu_ld+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # I'd rather use --version here, but apparently some GNU ld's only accept -v. +case `$LD -v 2>&1 &5 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ + grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_CXX= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + +else + GXX=no + with_gnu_ld=no + wlarc= +fi + +# PORTME: fill in a description of your system's C++ link characteristics +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 +ld_shlibs_CXX=yes +case $host_os in + aix3*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_CXX='' + hardcode_direct_CXX=yes + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + + if test "$GXX" = yes; then + case $host_os in aix4.012|aix4.012.*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + hardcode_direct_CXX=yes + else + # We have old collect2 + hardcode_direct_CXX=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_CXX=yes + hardcode_libdir_flag_spec_CXX='-L$libdir' + hardcode_libdir_separator_CXX= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols_CXX=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_CXX='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + + archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_CXX="-z nodefs" + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_CXX=' ${wl}-bernotok' + allow_undefined_flag_CXX=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols_CXX=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_CXX=' ' + archive_cmds_need_lc_CXX=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_CXX='-L$libdir' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=no + enable_shared_with_static_runtimes_CXX=yes + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs_CXX=no + fi + ;; + darwin* | rhapsody*) + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc_CXX=no + hardcode_direct_CXX=no + hardcode_automatic_CXX=yes + hardcode_shlibpath_var_CXX=unsupported + whole_archive_flag_spec_CXX='' + link_all_deplibs_CXX=yes + + if test "$GXX" = yes ; then + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + fi + module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_CXX=no + ;; + esac + fi + ;; + + dgux*) + case $cc_basename in + ec++) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + ghcx) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + freebsd12*) + # C++ shared libraries reported to be fairly broken before switch to ELF + ld_shlibs_CXX=no + ;; + freebsd-elf*) + archive_cmds_need_lc_CXX=no + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + ld_shlibs_CXX=yes + ;; + gnu*) + ;; + hpux9*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC) + archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld_CXX='+b $libdir' + hardcode_libdir_separator_CXX=: + ;; + ia64*) + hardcode_libdir_flag_spec_CXX='-L$libdir' + ;; + *) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + ;; + esac + fi + case "$host_cpu" in + hppa*64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + ;; + ia64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + *) + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC) + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case "$host_cpu" in + ia64*|hppa*64*) + archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + irix5* | irix6*) + case $cc_basename in + CC) + # SGI C++ + archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + else + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' + fi + fi + link_all_deplibs_CXX=yes + ;; + esac + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + ;; + linux*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + archive_cmds_need_lc_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + cxx) + # Compaq C++ + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + m88k*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + mvs*) + case $cc_basename in + cxx) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + openbsd2*) + # C++ shared libraries are fairly broken + ld_shlibs_CXX=no + ;; + openbsd*) + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + ;; + osf3*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx) + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + osf4* | osf5*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx) + allow_undefined_flag_CXX=' -expect_unresolved \*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ + $rm $lib.exp' + + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + psos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + sco*) + archive_cmds_need_lc_CXX=no + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + lcc) + # Lucid + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_shlibpath_var_CXX=no + case $host_os in + solaris2.0-5 | solaris2.0-5.*) ;; + *) + # The C++ compiler is used as linker so we must use $wl + # flag to pass the commands to the underlying system + # linker. + # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + link_all_deplibs_CXX=yes + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + gcx) + # Green Hills C++ Compiler + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + no_undefined_flag_CXX=' ${wl}-z ${wl}defs' + if $CC --version | grep -v '^2\.7' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + fi + + hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + fi + ;; + esac + ;; + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + archive_cmds_need_lc_CXX=no + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + vxworks*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; +esac +echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +echo "${ECHO_T}$ld_shlibs_CXX" >&6 +test "$ld_shlibs_CXX" = no && can_build_shared=no + +GCC_CXX="$GXX" +LD_CXX="$LD" + + +cat > conftest.$ac_ext <&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + # The `*' in the case matches for architectures that use `case' in + # $output_verbose_cmd can trigger glob expansion during the loop + # eval without this substitution. + output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" + + for p in `eval $output_verbose_link_cmd`; do + case $p in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" \ + || test $p = "-R"; then + prev=$p + continue + else + prev= + fi + + if test "$pre_test_object_deps_done" = no; then + case $p in + -L* | -R*) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$compiler_lib_search_path_CXX"; then + compiler_lib_search_path_CXX="${prev}${p}" + else + compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$postdeps_CXX"; then + postdeps_CXX="${prev}${p}" + else + postdeps_CXX="${postdeps_CXX} ${prev}${p}" + fi + fi + ;; + + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$predep_objects_CXX"; then + predep_objects_CXX="$p" + else + predep_objects_CXX="$predep_objects_CXX $p" + fi + else + if test -z "$postdep_objects_CXX"; then + postdep_objects_CXX="$p" + else + postdep_objects_CXX="$postdep_objects_CXX $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling CXX test program" +fi + +$rm -f confest.$objext + +case " $postdeps_CXX " in +*" -lc "*) archive_cmds_need_lc_CXX=no ;; +esac + +lt_prog_compiler_wl_CXX= +lt_prog_compiler_pic_CXX= +lt_prog_compiler_static_CXX= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 + + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + fi + ;; + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' + ;; + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | os2* | pw32*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_CXX='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + lt_prog_compiler_pic_CXX= + ;; + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_CXX=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + else + case $host_os in + aix4* | aix5*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + else + lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68) + # Green Hills C++ Compiler + # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic_CXX='-qnocommon' + lt_prog_compiler_wl_CXX='-Wl,' + ;; + esac + ;; + dgux*) + case $cc_basename in + ec++) + lt_prog_compiler_pic_CXX='-KPIC' + ;; + ghcx) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + if test "$host_cpu" != ia64; then + lt_prog_compiler_pic_CXX='+Z' + fi + ;; + aCC) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_CXX='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux*) + case $cc_basename in + KCC) + # KAI C++ Compiler + lt_prog_compiler_wl_CXX='--backend -Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + ;; + icpc) + # Intel C++ + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-static' + ;; + cxx) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx) + lt_prog_compiler_pic_CXX='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC) + lt_prog_compiler_wl_CXX='--backend -Wl,' + ;; + RCC) + # Rational C++ 2.4.1 + lt_prog_compiler_pic_CXX='-pic' + ;; + cxx) + # Digital/Compaq C++ + lt_prog_compiler_wl_CXX='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + sco*) + case $cc_basename in + CC) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + *) + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + gcx) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + lt_prog_compiler_pic_CXX='-pic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + lcc) + # Lucid + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + lt_prog_compiler_pic_CXX='-KPIC' + ;; + *) + ;; + esac + ;; + unixware*) + ;; + vxworks*) + ;; + *) + lt_prog_compiler_can_build_shared_CXX=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_CXX"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_CXX=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:11049: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:11053: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + lt_prog_compiler_pic_works_CXX=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 + +if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then + case $lt_prog_compiler_pic_CXX in + "" | " "*) ;; + *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; + esac +else + lt_prog_compiler_pic_CXX= + lt_prog_compiler_can_build_shared_CXX=no +fi + +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_CXX= + ;; + *) + lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:11109: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:11113: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix4* | aix5*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + export_symbols_cmds_CXX="$ltdll_cmds" + ;; + cygwin* | mingw*) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + +echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +echo "${ECHO_T}$ld_shlibs_CXX" >&6 +test "$ld_shlibs_CXX" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_CXX" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_CXX=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_CXX in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_CXX + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_CXX + allow_undefined_flag_CXX= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_CXX=no + else + archive_cmds_need_lc_CXX=yes + fi + allow_undefined_flag_CXX=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.01* | freebsdelf3.01*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case "$host_cpu" in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +sco3.2v5*) + version_type=osf + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action_CXX= +if test -n "$hardcode_libdir_flag_spec_CXX" || \ + test -n "$runpath_var_CXX" || \ + test "X$hardcode_automatic_CXX" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_CXX" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && + test "$hardcode_minus_L_CXX" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_CXX=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_CXX=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_CXX=unsupported +fi +echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 +echo "${ECHO_T}$hardcode_action_CXX" >&6 + +if test "$hardcode_action_CXX" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +fi + +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + *) + echo "$as_me:$LINENO: checking for shl_load" >&5 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 +if test "${ac_cv_func_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define shl_load to an innocuous variant, in case declares shl_load. + For example, HP-UX 11i declares gettimeofday. */ +#define shl_load innocuous_shl_load + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char shl_load (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef shl_load + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_shl_load) || defined (__stub___shl_load) +choke me +#else +char (*f) () = shl_load; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != shl_load; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6 +if test $ac_cv_func_shl_load = yes; then + lt_cv_dlopen="shl_load" +else + echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main () +{ +shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 +if test $ac_cv_lib_dld_shl_load = yes; then + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" +else + echo "$as_me:$LINENO: checking for dlopen" >&5 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 +if test "${ac_cv_func_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define dlopen to an innocuous variant, in case declares dlopen. + For example, HP-UX 11i declares gettimeofday. */ +#define dlopen innocuous_dlopen + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char dlopen (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef dlopen + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_dlopen) || defined (__stub___dlopen) +choke me +#else +char (*f) () = dlopen; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != dlopen; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6 +if test $ac_cv_func_dlopen = yes; then + lt_cv_dlopen="dlopen" +else + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_svld_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_svld_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 +if test $ac_cv_lib_svld_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main () +{ +dld_link (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_dld_link=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_dld_link=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 +if test $ac_cv_lib_dld_dld_link = yes; then + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_unknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6 + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self_static+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_CXX \ + CC_CXX \ + LD_CXX \ + lt_prog_compiler_wl_CXX \ + lt_prog_compiler_pic_CXX \ + lt_prog_compiler_static_CXX \ + lt_prog_compiler_no_builtin_flag_CXX \ + export_dynamic_flag_spec_CXX \ + thread_safe_flag_spec_CXX \ + whole_archive_flag_spec_CXX \ + enable_shared_with_static_runtimes_CXX \ + old_archive_cmds_CXX \ + old_archive_from_new_cmds_CXX \ + predep_objects_CXX \ + postdep_objects_CXX \ + predeps_CXX \ + postdeps_CXX \ + compiler_lib_search_path_CXX \ + archive_cmds_CXX \ + archive_expsym_cmds_CXX \ + postinstall_cmds_CXX \ + postuninstall_cmds_CXX \ + old_archive_from_expsyms_cmds_CXX \ + allow_undefined_flag_CXX \ + no_undefined_flag_CXX \ + export_symbols_cmds_CXX \ + hardcode_libdir_flag_spec_CXX \ + hardcode_libdir_flag_spec_ld_CXX \ + hardcode_libdir_separator_CXX \ + hardcode_automatic_CXX \ + module_cmds_CXX \ + module_expsym_cmds_CXX \ + lt_cv_prog_compiler_c_o_CXX \ + exclude_expsyms_CXX \ + include_expsyms_CXX; do + + case $var in + old_archive_cmds_CXX | \ + old_archive_from_new_cmds_CXX | \ + archive_cmds_CXX | \ + archive_expsym_cmds_CXX | \ + module_cmds_CXX | \ + module_expsym_cmds_CXX | \ + old_archive_from_expsyms_cmds_CXX | \ + export_symbols_cmds_CXX | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_CXX + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_CXX + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_CXX + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_CXX + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_CXX +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_CXX +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_CXX +module_expsym_cmds=$lt_module_expsym_cmds_CXX + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_CXX + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_CXX + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_CXX + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_CXX + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_CXX + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_CXX + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_CXX + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_CXX + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_CXX" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_CXX + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_CXX + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_CXX + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_CXX + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC +LDCXX=$LD +LD=$lt_save_LD +GCC=$lt_save_GCC +with_gnu_ldcxx=$with_gnu_ld +with_gnu_ld=$lt_save_with_gnu_ld +lt_cv_path_LDCXX=$lt_cv_path_LD +lt_cv_path_LD=$lt_save_path_LD +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld + + else + tagname="" + fi + ;; + + F77) + if test -n "$F77" && test "X$F77" != "Xno"; then + +ac_ext=f +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_f77_compiler_gnu + + +archive_cmds_need_lc_F77=no +allow_undefined_flag_F77= +always_export_symbols_F77=no +archive_expsym_cmds_F77= +export_dynamic_flag_spec_F77= +hardcode_direct_F77=no +hardcode_libdir_flag_spec_F77= +hardcode_libdir_flag_spec_ld_F77= +hardcode_libdir_separator_F77= +hardcode_minus_L_F77=no +hardcode_automatic_F77=no +module_cmds_F77= +module_expsym_cmds_F77= +link_all_deplibs_F77=unknown +old_archive_cmds_F77=$old_archive_cmds +no_undefined_flag_F77= +whole_archive_flag_spec_F77= +enable_shared_with_static_runtimes_F77=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +objext_F77=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code=" subroutine t\n return\n end\n" + +# Code to be used in simple link tests +lt_simple_link_test_code=" program t\n end\n" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${F77-"f77"} +compiler=$CC +compiler_F77=$CC +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 +echo "$as_me:$LINENO: result: $can_build_shared" >&5 +echo "${ECHO_T}$can_build_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case "$host_os" in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; +aix4* | aix5*) + test "$enable_shared" = yes && enable_static=no + ;; +esac +echo "$as_me:$LINENO: result: $enable_shared" >&5 +echo "${ECHO_T}$enable_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +echo "$as_me:$LINENO: result: $enable_static" >&5 +echo "${ECHO_T}$enable_static" >&6 + +test "$ld_shlibs_F77" = no && can_build_shared=no + +GCC_F77="$G77" +LD_F77="$LD" + +lt_prog_compiler_wl_F77= +lt_prog_compiler_pic_F77= +lt_prog_compiler_static_F77= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 + + if test "$GCC" = yes; then + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_static_F77='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_F77='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_F77='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_F77='-fno-common' + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared_F77=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_F77=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_F77='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic_F77='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl_F77='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_F77='-Bstatic' + else + lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic_F77='-qnocommon' + lt_prog_compiler_wl_F77='-Wl,' + ;; + esac + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_F77='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl_F77='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_F77='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static_F77='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl_F77='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static_F77='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-static' + ;; + ccc*) + lt_prog_compiler_wl_F77='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static_F77='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl_F77='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static_F77='-non_shared' + ;; + + sco3.2v5*) + lt_prog_compiler_pic_F77='-Kpic' + lt_prog_compiler_static_F77='-dn' + ;; + + solaris*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sunos4*) + lt_prog_compiler_wl_F77='-Qoption ld ' + lt_prog_compiler_pic_F77='-PIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic_F77='-Kconform_pic' + lt_prog_compiler_static_F77='-Bstatic' + fi + ;; + + uts4*) + lt_prog_compiler_pic_F77='-pic' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared_F77=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_F77"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_F77=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_F77" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:13405: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:13409: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + lt_prog_compiler_pic_works_F77=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6 + +if test x"$lt_prog_compiler_pic_works_F77" = xyes; then + case $lt_prog_compiler_pic_F77 in + "" | " "*) ;; + *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; + esac +else + lt_prog_compiler_pic_F77= + lt_prog_compiler_can_build_shared_F77=no +fi + +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_F77= + ;; + *) + lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_F77=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:13465: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:13469: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o_F77=yes + fi + fi + chmod u+w . + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6 + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + runpath_var= + allow_undefined_flag_F77= + enable_shared_with_static_runtimes_F77=no + archive_cmds_F77= + archive_expsym_cmds_F77= + old_archive_From_new_cmds_F77= + old_archive_from_expsyms_cmds_F77= + export_dynamic_flag_spec_F77= + whole_archive_flag_spec_F77= + thread_safe_flag_spec_F77= + hardcode_libdir_flag_spec_F77= + hardcode_libdir_flag_spec_ld_F77= + hardcode_libdir_separator_F77= + hardcode_direct_F77=no + hardcode_minus_L_F77=no + hardcode_shlibpath_var_F77=unsupported + link_all_deplibs_F77=unknown + hardcode_automatic_F77=no + module_cmds_F77= + module_expsym_cmds_F77= + always_export_symbols_F77=no + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms_F77= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs_F77=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs_F77=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_minus_L_F77=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs_F77=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_F77=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_F77=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_F77='-L$libdir' + allow_undefined_flag_F77=unsupported + always_export_symbols_F77=no + enable_shared_with_static_runtimes_F77=yes + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs_F77=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + + sunos4*) + archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds_F77="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ +cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ +$echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds_F77="$tmp_archive_cmds" + fi + else + ld_shlibs_F77=no + fi + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + esac + + if test "$ld_shlibs_F77" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_F77='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_F77= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag_F77=unsupported + always_export_symbols_F77=yes + archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L_F77=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct_F77=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_F77='' + hardcode_direct_F77=yes + hardcode_libdir_separator_F77=':' + link_all_deplibs_F77=yes + + if test "$GCC" = yes; then + case $host_os in aix4.012|aix4.012.*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + hardcode_direct_F77=yes + else + # We have old collect2 + hardcode_direct_F77=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_F77=yes + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_libdir_separator_F77= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols_F77=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_F77='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_F77="-z nodefs" + archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_F77=' ${wl}-bernotok' + allow_undefined_flag_F77=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols_F77=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_F77=' ' + archive_cmds_need_lc_F77=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_minus_L_F77=yes + # see comment about different semantics on the GNU ld section + ld_shlibs_F77=no + ;; + + bsdi[45]*) + export_dynamic_flag_spec_F77=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec_F77=' ' + allow_undefined_flag_F77=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds_F77='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes_F77=yes + ;; + + darwin* | rhapsody*) + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc_F77=no + hardcode_direct_F77=no + hardcode_automatic_F77=yes + hardcode_shlibpath_var_F77=unsupported + whole_archive_flag_spec_F77='' + link_all_deplibs_F77=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_F77=no + ;; + esac + fi + ;; + + dgux*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_shlibpath_var_F77=no + ;; + + freebsd1*) + ld_shlibs_F77=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_minus_L_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_direct_F77=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + export_dynamic_flag_spec_F77='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld_F77='+b $libdir' + hardcode_libdir_separator_F77=: + hardcode_direct_F77=no + hardcode_shlibpath_var_F77=no + ;; + ia64*) + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_direct_F77=no + hardcode_shlibpath_var_F77=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + ;; + *) + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_direct_F77=yes + export_dynamic_flag_spec_F77='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' + fi + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + link_all_deplibs_F77=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + newsos6) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_shlibpath_var_F77=no + ;; + + openbsd*) + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + export_dynamic_flag_spec_F77='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + ;; + *) + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_minus_L_F77=yes + allow_undefined_flag_F77=unsupported + archive_cmds_F77='$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' + old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag_F77=' -expect_unresolved \*' + archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag_F77=' -expect_unresolved \*' + archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec_F77='-rpath $libdir' + fi + hardcode_libdir_separator_F77=: + ;; + + sco3.2v5*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + export_dynamic_flag_spec_F77='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + no_undefined_flag_F77=' -z text' + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_shlibpath_var_F77=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; + esac + link_all_deplibs_F77=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_direct_F77=yes + hardcode_minus_L_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds_F77='$CC -r -o $output$reload_objs' + hardcode_direct_F77=no + ;; + motorola) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_F77=no + ;; + + sysv4.3*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + export_dynamic_flag_spec_F77='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs_F77=yes + fi + ;; + + sysv4.2uw2*) + archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_minus_L_F77=no + hardcode_shlibpath_var_F77=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + no_undefined_flag_F77='${wl}-z ${wl}text' + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_F77=no + ;; + + sysv5*) + no_undefined_flag_F77=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + hardcode_libdir_flag_spec_F77= + hardcode_shlibpath_var_F77=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_shlibpath_var_F77=no + ;; + + *) + ld_shlibs_F77=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 +echo "${ECHO_T}$ld_shlibs_F77" >&6 +test "$ld_shlibs_F77" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_F77" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_F77=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_F77 in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_F77 + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_F77 + allow_undefined_flag_F77= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_F77=no + else + archive_cmds_need_lc_F77=yes + fi + allow_undefined_flag_F77=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.01* | freebsdelf3.01*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case "$host_cpu" in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +sco3.2v5*) + version_type=osf + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action_F77= +if test -n "$hardcode_libdir_flag_spec_F77" || \ + test -n "$runpath_var_F77" || \ + test "X$hardcode_automatic_F77" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_F77" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && + test "$hardcode_minus_L_F77" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_F77=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_F77=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_F77=unsupported +fi +echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 +echo "${ECHO_T}$hardcode_action_F77" >&6 + +if test "$hardcode_action_F77" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +fi + + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_F77 \ + CC_F77 \ + LD_F77 \ + lt_prog_compiler_wl_F77 \ + lt_prog_compiler_pic_F77 \ + lt_prog_compiler_static_F77 \ + lt_prog_compiler_no_builtin_flag_F77 \ + export_dynamic_flag_spec_F77 \ + thread_safe_flag_spec_F77 \ + whole_archive_flag_spec_F77 \ + enable_shared_with_static_runtimes_F77 \ + old_archive_cmds_F77 \ + old_archive_from_new_cmds_F77 \ + predep_objects_F77 \ + postdep_objects_F77 \ + predeps_F77 \ + postdeps_F77 \ + compiler_lib_search_path_F77 \ + archive_cmds_F77 \ + archive_expsym_cmds_F77 \ + postinstall_cmds_F77 \ + postuninstall_cmds_F77 \ + old_archive_from_expsyms_cmds_F77 \ + allow_undefined_flag_F77 \ + no_undefined_flag_F77 \ + export_symbols_cmds_F77 \ + hardcode_libdir_flag_spec_F77 \ + hardcode_libdir_flag_spec_ld_F77 \ + hardcode_libdir_separator_F77 \ + hardcode_automatic_F77 \ + module_cmds_F77 \ + module_expsym_cmds_F77 \ + lt_cv_prog_compiler_c_o_F77 \ + exclude_expsyms_F77 \ + include_expsyms_F77; do + + case $var in + old_archive_cmds_F77 | \ + old_archive_from_new_cmds_F77 | \ + archive_cmds_F77 | \ + archive_expsym_cmds_F77 | \ + module_cmds_F77 | \ + module_expsym_cmds_F77 | \ + old_archive_from_expsyms_cmds_F77 | \ + export_symbols_cmds_F77 | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_F77 + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_F77 + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_F77 + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_F77 + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_F77 + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_F77 +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_F77 + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77 + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_F77 +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_F77 +archive_expsym_cmds=$lt_archive_expsym_cmds_F77 +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_F77 +module_expsym_cmds=$lt_module_expsym_cmds_F77 + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_F77 + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_F77 + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_F77 + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_F77 + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_F77 + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_F77 + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_F77 + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_F77 + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77 + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77 + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_F77 + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_F77 + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_F77 + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_F77 + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_F77" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_F77 + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_F77 + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_F77 + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_F77 + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + else + tagname="" + fi + ;; + + GCJ) + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then + + + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +objext_GCJ=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${GCJ-"gcj"} +compiler=$CC +compiler_GCJ=$CC + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +archive_cmds_need_lc_GCJ=no + + +lt_prog_compiler_no_builtin_flag_GCJ= + +if test "$GCC" = yes; then + lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' + + +echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:15500: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:15504: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" +else + : +fi + +fi + +lt_prog_compiler_wl_GCJ= +lt_prog_compiler_pic_GCJ= +lt_prog_compiler_static_GCJ= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 + + if test "$GCC" = yes; then + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_static_GCJ='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_GCJ='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_GCJ='-fno-common' + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared_GCJ=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_GCJ=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_GCJ='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic_GCJ='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl_GCJ='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_GCJ='-Bstatic' + else + lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case "$cc_basename" in + xlc*) + lt_prog_compiler_pic_GCJ='-qnocommon' + lt_prog_compiler_wl_GCJ='-Wl,' + ;; + esac + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl_GCJ='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_GCJ='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl_GCJ='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-static' + ;; + ccc*) + lt_prog_compiler_wl_GCJ='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl_GCJ='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + + sco3.2v5*) + lt_prog_compiler_pic_GCJ='-Kpic' + lt_prog_compiler_static_GCJ='-dn' + ;; + + solaris*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sunos4*) + lt_prog_compiler_wl_GCJ='-Qoption ld ' + lt_prog_compiler_pic_GCJ='-PIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic_GCJ='-Kconform_pic' + lt_prog_compiler_static_GCJ='-Bstatic' + fi + ;; + + uts4*) + lt_prog_compiler_pic_GCJ='-pic' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared_GCJ=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_GCJ"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_GCJ=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_GCJ" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:15743: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:15747: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + lt_prog_compiler_pic_works_GCJ=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 + +if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then + case $lt_prog_compiler_pic_GCJ in + "" | " "*) ;; + *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; + esac +else + lt_prog_compiler_pic_GCJ= + lt_prog_compiler_can_build_shared_GCJ=no +fi + +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_GCJ= + ;; + *) + lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_GCJ=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:15803: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:15807: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o_GCJ=yes + fi + fi + chmod u+w . + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + runpath_var= + allow_undefined_flag_GCJ= + enable_shared_with_static_runtimes_GCJ=no + archive_cmds_GCJ= + archive_expsym_cmds_GCJ= + old_archive_From_new_cmds_GCJ= + old_archive_from_expsyms_cmds_GCJ= + export_dynamic_flag_spec_GCJ= + whole_archive_flag_spec_GCJ= + thread_safe_flag_spec_GCJ= + hardcode_libdir_flag_spec_GCJ= + hardcode_libdir_flag_spec_ld_GCJ= + hardcode_libdir_separator_GCJ= + hardcode_direct_GCJ=no + hardcode_minus_L_GCJ=no + hardcode_shlibpath_var_GCJ=unsupported + link_all_deplibs_GCJ=unknown + hardcode_automatic_GCJ=no + module_cmds_GCJ= + module_expsym_cmds_GCJ= + always_export_symbols_GCJ=no + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms_GCJ= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs_GCJ=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs_GCJ=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs_GCJ=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_GCJ=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_GCJ='-L$libdir' + allow_undefined_flag_GCJ=unsupported + always_export_symbols_GCJ=no + enable_shared_with_static_runtimes_GCJ=yes + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs_GCJ=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + + sunos4*) + archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds_GCJ="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ +cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ +$echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds_GCJ="$tmp_archive_cmds" + fi + else + ld_shlibs_GCJ=no + fi + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + esac + + if test "$ld_shlibs_GCJ" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_GCJ= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag_GCJ=unsupported + always_export_symbols_GCJ=yes + archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L_GCJ=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct_GCJ=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_GCJ='' + hardcode_direct_GCJ=yes + hardcode_libdir_separator_GCJ=':' + link_all_deplibs_GCJ=yes + + if test "$GCC" = yes; then + case $host_os in aix4.012|aix4.012.*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + hardcode_direct_GCJ=yes + else + # We have old collect2 + hardcode_direct_GCJ=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_GCJ=yes + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_libdir_separator_GCJ= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols_GCJ=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_GCJ='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_GCJ="-z nodefs" + archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_GCJ=' ${wl}-bernotok' + allow_undefined_flag_GCJ=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols_GCJ=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_GCJ=' ' + archive_cmds_need_lc_GCJ=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + # see comment about different semantics on the GNU ld section + ld_shlibs_GCJ=no + ;; + + bsdi[45]*) + export_dynamic_flag_spec_GCJ=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec_GCJ=' ' + allow_undefined_flag_GCJ=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds_GCJ='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes_GCJ=yes + ;; + + darwin* | rhapsody*) + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc_GCJ=no + hardcode_direct_GCJ=no + hardcode_automatic_GCJ=yes + hardcode_shlibpath_var_GCJ=unsupported + whole_archive_flag_spec_GCJ='' + link_all_deplibs_GCJ=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case "$cc_basename" in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_GCJ=no + ;; + esac + fi + ;; + + dgux*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_shlibpath_var_GCJ=no + ;; + + freebsd1*) + ld_shlibs_GCJ=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_direct_GCJ=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' + hardcode_libdir_separator_GCJ=: + hardcode_direct_GCJ=no + hardcode_shlibpath_var_GCJ=no + ;; + ia64*) + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_direct_GCJ=no + hardcode_shlibpath_var_GCJ=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + ;; + *) + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_direct_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' + fi + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + link_all_deplibs_GCJ=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + newsos6) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_shlibpath_var_GCJ=no + ;; + + openbsd*) + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + export_dynamic_flag_spec_GCJ='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + ;; + *) + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + allow_undefined_flag_GCJ=unsupported + archive_cmds_GCJ='$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' + old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag_GCJ=' -expect_unresolved \*' + archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag_GCJ=' -expect_unresolved \*' + archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec_GCJ='-rpath $libdir' + fi + hardcode_libdir_separator_GCJ=: + ;; + + sco3.2v5*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + export_dynamic_flag_spec_GCJ='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + no_undefined_flag_GCJ=' -z text' + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_shlibpath_var_GCJ=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; + esac + link_all_deplibs_GCJ=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds_GCJ='$CC -r -o $output$reload_objs' + hardcode_direct_GCJ=no + ;; + motorola) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_GCJ=no + ;; + + sysv4.3*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + export_dynamic_flag_spec_GCJ='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs_GCJ=yes + fi + ;; + + sysv4.2uw2*) + archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=no + hardcode_shlibpath_var_GCJ=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + no_undefined_flag_GCJ='${wl}-z ${wl}text' + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_GCJ=no + ;; + + sysv5*) + no_undefined_flag_GCJ=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + hardcode_libdir_flag_spec_GCJ= + hardcode_shlibpath_var_GCJ=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_shlibpath_var_GCJ=no + ;; + + *) + ld_shlibs_GCJ=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 +echo "${ECHO_T}$ld_shlibs_GCJ" >&6 +test "$ld_shlibs_GCJ" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_GCJ" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_GCJ=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_GCJ in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_GCJ + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ + allow_undefined_flag_GCJ= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_GCJ=no + else + archive_cmds_need_lc_GCJ=yes + fi + allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.01* | freebsdelf3.01*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case "$host_cpu" in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +knetbsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +sco3.2v5*) + version_type=osf + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action_GCJ= +if test -n "$hardcode_libdir_flag_spec_GCJ" || \ + test -n "$runpath_var_GCJ" || \ + test "X$hardcode_automatic_GCJ" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_GCJ" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && + test "$hardcode_minus_L_GCJ" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_GCJ=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_GCJ=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_GCJ=unsupported +fi +echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 +echo "${ECHO_T}$hardcode_action_GCJ" >&6 + +if test "$hardcode_action_GCJ" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +fi + +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + *) + echo "$as_me:$LINENO: checking for shl_load" >&5 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 +if test "${ac_cv_func_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define shl_load to an innocuous variant, in case declares shl_load. + For example, HP-UX 11i declares gettimeofday. */ +#define shl_load innocuous_shl_load + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char shl_load (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef shl_load + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_shl_load) || defined (__stub___shl_load) +choke me +#else +char (*f) () = shl_load; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != shl_load; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6 +if test $ac_cv_func_shl_load = yes; then + lt_cv_dlopen="shl_load" +else + echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main () +{ +shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 +if test $ac_cv_lib_dld_shl_load = yes; then + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" +else + echo "$as_me:$LINENO: checking for dlopen" >&5 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 +if test "${ac_cv_func_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define dlopen to an innocuous variant, in case declares dlopen. + For example, HP-UX 11i declares gettimeofday. */ +#define dlopen innocuous_dlopen + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char dlopen (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef dlopen + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_dlopen) || defined (__stub___dlopen) +choke me +#else +char (*f) () = dlopen; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != dlopen; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6 +if test $ac_cv_func_dlopen = yes; then + lt_cv_dlopen="dlopen" +else + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_svld_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_svld_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 +if test $ac_cv_lib_svld_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main () +{ +dld_link (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_dld_link=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_dld_link=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 +if test $ac_cv_lib_dld_dld_link = yes; then + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_unknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6 + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self_static+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_GCJ \ + CC_GCJ \ + LD_GCJ \ + lt_prog_compiler_wl_GCJ \ + lt_prog_compiler_pic_GCJ \ + lt_prog_compiler_static_GCJ \ + lt_prog_compiler_no_builtin_flag_GCJ \ + export_dynamic_flag_spec_GCJ \ + thread_safe_flag_spec_GCJ \ + whole_archive_flag_spec_GCJ \ + enable_shared_with_static_runtimes_GCJ \ + old_archive_cmds_GCJ \ + old_archive_from_new_cmds_GCJ \ + predep_objects_GCJ \ + postdep_objects_GCJ \ + predeps_GCJ \ + postdeps_GCJ \ + compiler_lib_search_path_GCJ \ + archive_cmds_GCJ \ + archive_expsym_cmds_GCJ \ + postinstall_cmds_GCJ \ + postuninstall_cmds_GCJ \ + old_archive_from_expsyms_cmds_GCJ \ + allow_undefined_flag_GCJ \ + no_undefined_flag_GCJ \ + export_symbols_cmds_GCJ \ + hardcode_libdir_flag_spec_GCJ \ + hardcode_libdir_flag_spec_ld_GCJ \ + hardcode_libdir_separator_GCJ \ + hardcode_automatic_GCJ \ + module_cmds_GCJ \ + module_expsym_cmds_GCJ \ + lt_cv_prog_compiler_c_o_GCJ \ + exclude_expsyms_GCJ \ + include_expsyms_GCJ; do + + case $var in + old_archive_cmds_GCJ | \ + old_archive_from_new_cmds_GCJ | \ + archive_cmds_GCJ | \ + archive_expsym_cmds_GCJ | \ + module_cmds_GCJ | \ + module_expsym_cmds_GCJ | \ + old_archive_from_expsyms_cmds_GCJ | \ + export_symbols_cmds_GCJ | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_GCJ + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_GCJ + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_GCJ + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_GCJ + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_GCJ + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_GCJ +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_GCJ + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_GCJ +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_GCJ +archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_GCJ +module_expsym_cmds=$lt_module_expsym_cmds_GCJ + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_GCJ + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_GCJ + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_GCJ + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_GCJ + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_GCJ + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_GCJ + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_GCJ + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_GCJ + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_GCJ + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_GCJ + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_GCJ + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_GCJ" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_GCJ + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_GCJ + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_GCJ + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_GCJ + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + else + tagname="" + fi + ;; + + RC) + + + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +objext_RC=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' + +# Code to be used in simple link tests +lt_simple_link_test_code="$lt_simple_compile_test_code" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${RC-"windres"} +compiler=$CC +compiler_RC=$CC +lt_cv_prog_compiler_c_o_RC=yes + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_RC \ + CC_RC \ + LD_RC \ + lt_prog_compiler_wl_RC \ + lt_prog_compiler_pic_RC \ + lt_prog_compiler_static_RC \ + lt_prog_compiler_no_builtin_flag_RC \ + export_dynamic_flag_spec_RC \ + thread_safe_flag_spec_RC \ + whole_archive_flag_spec_RC \ + enable_shared_with_static_runtimes_RC \ + old_archive_cmds_RC \ + old_archive_from_new_cmds_RC \ + predep_objects_RC \ + postdep_objects_RC \ + predeps_RC \ + postdeps_RC \ + compiler_lib_search_path_RC \ + archive_cmds_RC \ + archive_expsym_cmds_RC \ + postinstall_cmds_RC \ + postuninstall_cmds_RC \ + old_archive_from_expsyms_cmds_RC \ + allow_undefined_flag_RC \ + no_undefined_flag_RC \ + export_symbols_cmds_RC \ + hardcode_libdir_flag_spec_RC \ + hardcode_libdir_flag_spec_ld_RC \ + hardcode_libdir_separator_RC \ + hardcode_automatic_RC \ + module_cmds_RC \ + module_expsym_cmds_RC \ + lt_cv_prog_compiler_c_o_RC \ + exclude_expsyms_RC \ + include_expsyms_RC; do + + case $var in + old_archive_cmds_RC | \ + old_archive_from_new_cmds_RC | \ + archive_cmds_RC | \ + archive_expsym_cmds_RC | \ + module_cmds_RC | \ + module_expsym_cmds_RC | \ + old_archive_from_expsyms_cmds_RC | \ + export_symbols_cmds_RC | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_RC + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_RC + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_RC + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_RC + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_RC + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_RC +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_RC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_RC +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_RC +archive_expsym_cmds=$lt_archive_expsym_cmds_RC +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_RC +module_expsym_cmds=$lt_module_expsym_cmds_RC + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_RC + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_RC + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_RC + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_RC + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_RC + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_RC + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_RC + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_RC + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_RC + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_RC + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_RC + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_RC + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_RC + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_RC" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_RC + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_RC + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_RC + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_RC + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + ;; + + *) + { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 +echo "$as_me: error: Unsupported tag name: $tagname" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + # Append the new tag name to the list of available tags. + if test -n "$tagname" ; then + available_tags="$available_tags $tagname" + fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 +echo "$as_me: error: unable to update list of available tagged configurations." >&2;} + { (exit 1); exit 1; }; } + fi +fi + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +# Prevent multiple expansion + + + + + + + + + + + + + + + + + + + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done + + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. We don't cache a + # path for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the path is relative. + INSTALL=$ac_install_sh + fi +fi +echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6 + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + + +# Checks for header files. + + + + + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 +echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main () +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Header=no" +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + echo "$as_me:$LINENO: checking for library containing opendir" >&5 +echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 +if test "${ac_cv_search_opendir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_func_search_save_LIBS=$LIBS +ac_cv_search_opendir=no +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main () +{ +opendir (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_search_opendir="none required" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test "$ac_cv_search_opendir" = no; then + for ac_lib in dir; do + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main () +{ +opendir (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_search_opendir="-l$ac_lib" +break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + done +fi +LIBS=$ac_func_search_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +echo "${ECHO_T}$ac_cv_search_opendir" >&6 +if test "$ac_cv_search_opendir" != no; then + test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" + +fi + +else + echo "$as_me:$LINENO: checking for library containing opendir" >&5 +echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 +if test "${ac_cv_search_opendir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_func_search_save_LIBS=$LIBS +ac_cv_search_opendir=no +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main () +{ +opendir (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_search_opendir="none required" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test "$ac_cv_search_opendir" = no; then + for ac_lib in x; do + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main () +{ +opendir (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_search_opendir="-l$ac_lib" +break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + done +fi +LIBS=$ac_func_search_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +echo "${ECHO_T}$ac_cv_search_opendir" >&6 +if test "$ac_cv_search_opendir" != no; then + test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" + +fi + +fi + +echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_stdc=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + exit(2); + exit (0); +} +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +fi +fi +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6 +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +#define STDC_HEADERS 1 +_ACEOF + +fi + + + + + + + + + + + +for ac_header in arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## --------------------------------- ## +## Report this to BUG-REPORT-ADDRESS ## +## --------------------------------- ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +# Checks for typedefs, structures, and compiler characteristics. +echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 +if test "${ac_cv_c_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +/* FIXME: Include the comments suggested by Paul. */ +#ifndef __cplusplus + /* Ultrix mips cc rejects this. */ + typedef int charset[2]; + const charset x; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *ccp; + char **p; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + ccp = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++ccp; + p = (char**) ccp; + ccp = (char const *const *) p; + { /* SCO 3.2v4 cc rejects this. */ + char *t; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; }; + struct s *b; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + } +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_c_const=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_c_const=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +echo "${ECHO_T}$ac_cv_c_const" >&6 +if test $ac_cv_c_const = no; then + +cat >>confdefs.h <<\_ACEOF +#define const +_ACEOF + +fi + +echo "$as_me:$LINENO: checking for inline" >&5 +echo $ECHO_N "checking for inline... $ECHO_C" >&6 +if test "${ac_cv_c_inline+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo () {return 0; } +$ac_kw foo_t foo () {return 0; } +#endif + +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_c_inline=$ac_kw; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +done + +fi +echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 +echo "${ECHO_T}$ac_cv_c_inline" >&6 + + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6 +if test "${ac_cv_type_size_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if ((size_t *) 0) + return 0; +if (sizeof (size_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_type_size_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_type_size_t=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6 +if test $ac_cv_type_size_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +#define size_t unsigned +_ACEOF + +fi + +echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 +echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 +if test "${ac_cv_header_time+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include + +int +main () +{ +if ((struct tm *) 0) +return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_header_time=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_time=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 +echo "${ECHO_T}$ac_cv_header_time" >&6 +if test $ac_cv_header_time = yes; then + +cat >>confdefs.h <<\_ACEOF +#define TIME_WITH_SYS_TIME 1 +_ACEOF + +fi + +echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 +echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 +if test "${ac_cv_struct_tm+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include + +int +main () +{ +struct tm *tp; tp->tm_sec; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_struct_tm=time.h +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_struct_tm=sys/time.h +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 +echo "${ECHO_T}$ac_cv_struct_tm" >&6 +if test $ac_cv_struct_tm = sys/time.h; then + +cat >>confdefs.h <<\_ACEOF +#define TM_IN_SYS_TIME 1 +_ACEOF + +fi + + +# Checks for library functions. +if test $ac_cv_c_compiler_gnu = yes; then + echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 +echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 +if test "${ac_cv_prog_gcc_traditional+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_pattern="Autoconf.*'x'" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +Autoconf TIOCGETP +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "$ac_pattern" >/dev/null 2>&1; then + ac_cv_prog_gcc_traditional=yes +else + ac_cv_prog_gcc_traditional=no +fi +rm -f conftest* + + + if test $ac_cv_prog_gcc_traditional = no; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +Autoconf TCGETA +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "$ac_pattern" >/dev/null 2>&1; then + ac_cv_prog_gcc_traditional=yes +fi +rm -f conftest* + + fi +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 +echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 + if test $ac_cv_prog_gcc_traditional = yes; then + CC="$CC -traditional" + fi +fi + + +for ac_header in stdlib.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## --------------------------------- ## +## Report this to BUG-REPORT-ADDRESS ## +## --------------------------------- ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5 +echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6 +if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + ac_cv_func_malloc_0_nonnull=no +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#if STDC_HEADERS || HAVE_STDLIB_H +# include +#else +char *malloc (); +#endif + +int +main () +{ +exit (malloc (0) ? 0 : 1); + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_malloc_0_nonnull=yes +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_func_malloc_0_nonnull=no +fi +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +fi +echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5 +echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6 +if test $ac_cv_func_malloc_0_nonnull = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_MALLOC 1 +_ACEOF + +else + cat >>confdefs.h <<\_ACEOF +#define HAVE_MALLOC 0 +_ACEOF + + case $LIBOBJS in + "malloc.$ac_objext" | \ + *" malloc.$ac_objext" | \ + "malloc.$ac_objext "* | \ + *" malloc.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;; +esac + + +cat >>confdefs.h <<\_ACEOF +#define malloc rpl_malloc +_ACEOF + +fi + + + +echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 +if test "${ac_cv_type_signal+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#ifdef signal +# undef signal +#endif +#ifdef __cplusplus +extern "C" void (*signal (int, void (*)(int)))(int); +#else +void (*signal ()) (); +#endif + +int +main () +{ +int i; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_type_signal=void +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_type_signal=int +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +echo "${ECHO_T}$ac_cv_type_signal" >&6 + +cat >>confdefs.h <<_ACEOF +#define RETSIGTYPE $ac_cv_type_signal +_ACEOF + + + +for ac_func in strftime +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +choke me +#else +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + # strftime is in -lintl on SCO UNIX. +echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 +echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 +if test "${ac_cv_lib_intl_strftime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lintl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char strftime (); +int +main () +{ +strftime (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_intl_strftime=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_intl_strftime=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 +echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 +if test $ac_cv_lib_intl_strftime = yes; then + cat >>confdefs.h <<\_ACEOF +#define HAVE_STRFTIME 1 +_ACEOF + +LIBS="-lintl $LIBS" +fi + +fi +done + + + + + + + + + + + + +for ac_func in gethostname gettimeofday localtime_r memmove memset socket strcasecmp strchr strdup strncasecmp strstr +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +choke me +#else +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + + ac_config_files="$ac_config_files Makefile" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, don't put newlines in cache variables' values. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +{ + (set) 2>&1 | + case `(ac_space=' '; set | grep ac_space) 2>&1` in + *ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n \ + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + ;; + esac; +} | + sed ' + t clear + : clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + : end' >>confcache +if diff $cache_file confcache >/dev/null 2>&1; then :; else + if test -w $cache_file; then + test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" + cat confcache >$cache_file + else + echo "not updating unwritable cache $cache_file" + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/; +s/:*\${srcdir}:*/:/; +s/:*@srcdir@:*/:/; +s/^\([^=]*=[ ]*\):*/\1/; +s/:*$//; +s/^[^=]*=[ ]*$//; +}' +fi + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_i=`echo "$ac_i" | + sed 's/\$U\././;s/\.o$//;s/\.obj$//'` + # 2. Add them. + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + +: ${CONFIG_STATUS=./config.status} +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi +DUALCASE=1; export DUALCASE # for MKS sh + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)$' \| \ + . : '\(.\)' 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } + /^X\/\(\/\/\)$/{ s//\1/; q; } + /^X\/\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + + +# PATH needs CR, and LINENO needs CR and PATH. +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" || { + # Find who we are. Look in the path if we contain no path at all + # relative or not. + case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done + + ;; + esac + # We did not find ourselves, most probably we were run as `sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then + { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 +echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} + { (exit 1); exit 1; }; } + fi + case $CONFIG_SHELL in + '') + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for as_base in sh bash ksh sh5; do + case $as_dir in + /*) + if ("$as_dir/$as_base" -c ' + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } + CONFIG_SHELL=$as_dir/$as_base + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$0" ${1+"$@"} + fi;; + esac + done +done +;; + esac + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line before each line; the second 'sed' does the real + # work. The second script uses 'N' to pair each line-number line + # with the numbered line, and appends trailing '-' during + # substitution so that $LINENO is not a special case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) + sed '=' <$as_myself | + sed ' + N + s,$,-, + : loop + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + t loop + s,-$,, + s,^['$as_cr_digits']*\n,, + ' >$as_me.lineno && + chmod +x $as_me.lineno || + { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 +echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensible to this). + . ./$as_me.lineno + # Exit status is that of the last command. + exit +} + + +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in + *c*,-n*) ECHO_N= ECHO_C=' +' ECHO_T=' ' ;; + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +esac + +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + # We could just check for DJGPP; but this test a) works b) is more generic + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). + if test -f conf$$.exe; then + # Don't use ln at all; we don't have any links + as_ln_s='cp -p' + else + as_ln_s='ln -s' + fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.file + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_executable_p="test -f" + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +# IFS +# We need space, tab and new line, in precisely that order. +as_nl=' +' +IFS=" $as_nl" + +# CDPATH. +$as_unset CDPATH + +exec 6>&1 + +# Open the log real soon, to keep \$[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. Logging --version etc. is OK. +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX +} >&5 +cat >&5 <<_CSEOF + +This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was +generated by GNU Autoconf 2.59. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +_CSEOF +echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 +echo >&5 +_ACEOF + +# Files that config.status was made for. +if test -n "$ac_config_files"; then + echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_headers"; then + echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_links"; then + echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_commands"; then + echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS +fi + +cat >>$CONFIG_STATUS <<\_ACEOF + +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +ac_cs_version="\\ +FULL-PACKAGE-NAME config.status VERSION +configured by $0, generated by GNU Autoconf 2.59, + with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2003 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." +srcdir=$srcdir +INSTALL="$INSTALL" +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "x$1" : 'x\([^=]*\)='` + ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` + ac_shift=: + ;; + -*) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + *) # This is not an option, so the user has probably given explicit + # arguments. + ac_option=$1 + ac_need_defaults=false;; + esac + + case $ac_option in + # Handling of the options. +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --vers* | -V ) + echo "$ac_cs_version"; exit 0 ;; + --he | --h) + # Conflict between --help and --header + { { echo "$as_me:$LINENO: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&5 +echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2;} + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&5 +echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2;} + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +if \$ac_cs_recheck; then + echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +# +# INIT-COMMANDS section. +# + +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + + + +cat >>$CONFIG_STATUS <<\_ACEOF +for ac_config_target in $ac_config_targets +do + case "$ac_config_target" in + # Handling of arguments. + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "src/include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/include/config.h" ;; + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason to put it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Create a temporary directory, and hook for its removal unless debugging. +$debug || +{ + trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} + +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./confstat$$-$RANDOM + (umask 077 && mkdir $tmp) +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF + +# +# CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "\$CONFIG_FILES"; then + # Protect against being on the right side of a sed subst in config.status. + sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; + s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF +s,@SHELL@,$SHELL,;t t +s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t +s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t +s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t +s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t +s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t +s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t +s,@exec_prefix@,$exec_prefix,;t t +s,@prefix@,$prefix,;t t +s,@program_transform_name@,$program_transform_name,;t t +s,@bindir@,$bindir,;t t +s,@sbindir@,$sbindir,;t t +s,@libexecdir@,$libexecdir,;t t +s,@datadir@,$datadir,;t t +s,@sysconfdir@,$sysconfdir,;t t +s,@sharedstatedir@,$sharedstatedir,;t t +s,@localstatedir@,$localstatedir,;t t +s,@libdir@,$libdir,;t t +s,@includedir@,$includedir,;t t +s,@oldincludedir@,$oldincludedir,;t t +s,@infodir@,$infodir,;t t +s,@mandir@,$mandir,;t t +s,@build_alias@,$build_alias,;t t +s,@host_alias@,$host_alias,;t t +s,@target_alias@,$target_alias,;t t +s,@DEFS@,$DEFS,;t t +s,@ECHO_C@,$ECHO_C,;t t +s,@ECHO_N@,$ECHO_N,;t t +s,@ECHO_T@,$ECHO_T,;t t +s,@LIBS@,$LIBS,;t t +s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t +s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t +s,@INSTALL_DATA@,$INSTALL_DATA,;t t +s,@CYGPATH_W@,$CYGPATH_W,;t t +s,@PACKAGE@,$PACKAGE,;t t +s,@VERSION@,$VERSION,;t t +s,@ACLOCAL@,$ACLOCAL,;t t +s,@AUTOCONF@,$AUTOCONF,;t t +s,@AUTOMAKE@,$AUTOMAKE,;t t +s,@AUTOHEADER@,$AUTOHEADER,;t t +s,@MAKEINFO@,$MAKEINFO,;t t +s,@AMTAR@,$AMTAR,;t t +s,@install_sh@,$install_sh,;t t +s,@STRIP@,$STRIP,;t t +s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t +s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t +s,@AWK@,$AWK,;t t +s,@SET_MAKE@,$SET_MAKE,;t t +s,@am__leading_dot@,$am__leading_dot,;t t +s,@CC@,$CC,;t t +s,@CFLAGS@,$CFLAGS,;t t +s,@LDFLAGS@,$LDFLAGS,;t t +s,@CPPFLAGS@,$CPPFLAGS,;t t +s,@ac_ct_CC@,$ac_ct_CC,;t t +s,@EXEEXT@,$EXEEXT,;t t +s,@OBJEXT@,$OBJEXT,;t t +s,@DEPDIR@,$DEPDIR,;t t +s,@am__include@,$am__include,;t t +s,@am__quote@,$am__quote,;t t +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t +s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t +s,@CCDEPMODE@,$CCDEPMODE,;t t +s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t +s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t +s,@build@,$build,;t t +s,@build_cpu@,$build_cpu,;t t +s,@build_vendor@,$build_vendor,;t t +s,@build_os@,$build_os,;t t +s,@host@,$host,;t t +s,@host_cpu@,$host_cpu,;t t +s,@host_vendor@,$host_vendor,;t t +s,@host_os@,$host_os,;t t +s,@EGREP@,$EGREP,;t t +s,@LN_S@,$LN_S,;t t +s,@ECHO@,$ECHO,;t t +s,@AR@,$AR,;t t +s,@ac_ct_AR@,$ac_ct_AR,;t t +s,@RANLIB@,$RANLIB,;t t +s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t +s,@CPP@,$CPP,;t t +s,@CXX@,$CXX,;t t +s,@CXXFLAGS@,$CXXFLAGS,;t t +s,@ac_ct_CXX@,$ac_ct_CXX,;t t +s,@CXXDEPMODE@,$CXXDEPMODE,;t t +s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t +s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t +s,@CXXCPP@,$CXXCPP,;t t +s,@F77@,$F77,;t t +s,@FFLAGS@,$FFLAGS,;t t +s,@ac_ct_F77@,$ac_ct_F77,;t t +s,@LIBTOOL@,$LIBTOOL,;t t +s,@LIBOBJS@,$LIBOBJS,;t t +s,@LTLIBOBJS@,$LTLIBOBJS,;t t +CEOF + +_ACEOF + + cat >>$CONFIG_STATUS <<\_ACEOF + # Split the substitutions into bite-sized pieces for seds with + # small command number limits, like on Digital OSF/1 and HP-UX. + ac_max_sed_lines=48 + ac_sed_frag=1 # Number of current file. + ac_beg=1 # First line for current file. + ac_end=$ac_max_sed_lines # Line after last line for current file. + ac_more_lines=: + ac_sed_cmds= + while $ac_more_lines; do + if test $ac_beg -gt 1; then + sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag + else + sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag + fi + if test ! -s $tmp/subs.frag; then + ac_more_lines=false + else + # The purpose of the label and of the branching condition is to + # speed up the sed processing (if there are no `@' at all, there + # is no need to browse any of the substitutions). + # These are the two extra sed commands mentioned above. + (echo ':t + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed + if test -z "$ac_sed_cmds"; then + ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" + else + ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" + fi + ac_sed_frag=`expr $ac_sed_frag + 1` + ac_beg=$ac_end + ac_end=`expr $ac_end + $ac_max_sed_lines` + fi + done + if test -z "$ac_sed_cmds"; then + ac_sed_cmds=cat + fi +fi # test -n "$CONFIG_FILES" + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". + case $ac_file in + - | *:- | *:-:* ) # input from stdin + cat >$tmp/stdin + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + * ) ac_file_in=$ac_file.in ;; + esac + + # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. + ac_dir=`(dirname "$ac_file") 2>/dev/null || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac + +# Do not use `cd foo && pwd` to compute absolute paths, because +# the directories may not exist. +case `pwd` in +.) ac_abs_builddir="$ac_dir";; +*) + case "$ac_dir" in + .) ac_abs_builddir=`pwd`;; + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; + *) ac_abs_builddir=`pwd`/"$ac_dir";; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_builddir=${ac_top_builddir}.;; +*) + case ${ac_top_builddir}. in + .) ac_abs_top_builddir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_srcdir=$ac_srcdir;; +*) + case $ac_srcdir in + .) ac_abs_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_srcdir=$ac_top_srcdir;; +*) + case $ac_top_srcdir in + .) ac_abs_top_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; + esac;; +esac + + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_builddir$INSTALL ;; + esac + + if test x"$ac_file" != x-; then + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + if test x"$ac_file" = x-; then + configure_input= + else + configure_input="$ac_file. " + fi + configure_input=$configure_input"Generated from `echo $ac_file_in | + sed 's,.*/,,'` by configure." + + # First look for the input files in the build tree, otherwise in the + # src tree. + ac_file_inputs=`IFS=: + for f in $ac_file_in; do + case $f in + -) echo $tmp/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo "$f";; + *) # Relative + if test -f "$f"; then + # Build tree + echo "$f" + elif test -f "$srcdir/$f"; then + # Source tree + echo "$srcdir/$f" + else + # /dev/null tree + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; + esac + done` || { (exit 1); exit 1; } +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s,@configure_input@,$configure_input,;t t +s,@srcdir@,$ac_srcdir,;t t +s,@abs_srcdir@,$ac_abs_srcdir,;t t +s,@top_srcdir@,$ac_top_srcdir,;t t +s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t +s,@builddir@,$ac_builddir,;t t +s,@abs_builddir@,$ac_abs_builddir,;t t +s,@top_builddir@,$ac_top_builddir,;t t +s,@abs_top_builddir@,$ac_abs_top_builddir,;t t +s,@INSTALL@,$ac_INSTALL,;t t +" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out + rm -f $tmp/stdin + if test x"$ac_file" != x-; then + mv $tmp/out $ac_file + else + cat $tmp/out + rm -f $tmp/out + fi + +done +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF + +# +# CONFIG_HEADER section. +# + +# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where +# NAME is the cpp macro being defined and VALUE is the value it is being given. +# +# ac_d sets the value in "#define NAME VALUE" lines. +ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' +ac_dB='[ ].*$,\1#\2' +ac_dC=' ' +ac_dD=',;t' +# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". +ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' +ac_uB='$,\1#\2define\3' +ac_uC=' ' +ac_uD=',;t' + +for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". + case $ac_file in + - | *:- | *:-:* ) # input from stdin + cat >$tmp/stdin + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + * ) ac_file_in=$ac_file.in ;; + esac + + test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + + # First look for the input files in the build tree, otherwise in the + # src tree. + ac_file_inputs=`IFS=: + for f in $ac_file_in; do + case $f in + -) echo $tmp/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + # Do quote $f, to prevent DOS paths from being IFS'd. + echo "$f";; + *) # Relative + if test -f "$f"; then + # Build tree + echo "$f" + elif test -f "$srcdir/$f"; then + # Source tree + echo "$srcdir/$f" + else + # /dev/null tree + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; + esac + done` || { (exit 1); exit 1; } + # Remove the trailing spaces. + sed 's/[ ]*$//' $ac_file_inputs >$tmp/in + +_ACEOF + +# Transform confdefs.h into two sed scripts, `conftest.defines' and +# `conftest.undefs', that substitutes the proper values into +# config.h.in to produce config.h. The first handles `#define' +# templates, and the second `#undef' templates. +# And first: Protect against being on the right side of a sed subst in +# config.status. Protect against being in an unquoted here document +# in config.status. +rm -f conftest.defines conftest.undefs +# Using a here document instead of a string reduces the quoting nightmare. +# Putting comments in sed scripts is not portable. +# +# `end' is used to avoid that the second main sed command (meant for +# 0-ary CPP macros) applies to n-ary macro definitions. +# See the Autoconf documentation for `clear'. +cat >confdef2sed.sed <<\_ACEOF +s/[\\&,]/\\&/g +s,[\\$`],\\&,g +t clear +: clear +s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp +t end +s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp +: end +_ACEOF +# If some macros were called several times there might be several times +# the same #defines, which is useless. Nevertheless, we may not want to +# sort them, since we want the *last* AC-DEFINE to be honored. +uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines +sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs +rm -f confdef2sed.sed + +# This sed command replaces #undef with comments. This is necessary, for +# example, in the case of _POSIX_SOURCE, which is predefined and required +# on some systems where configure will not decide to define it. +cat >>conftest.undefs <<\_ACEOF +s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, +_ACEOF + +# Break up conftest.defines because some shells have a limit on the size +# of here documents, and old seds have small limits too (100 cmds). +echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS +echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS +echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS +echo ' :' >>$CONFIG_STATUS +rm -f conftest.tail +while grep . conftest.defines >/dev/null +do + # Write a limited-size here document to $tmp/defines.sed. + echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS + # Speed up: don't consider the non `#define' lines. + echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS + # Work around the forget-to-reset-the-flag bug. + echo 't clr' >>$CONFIG_STATUS + echo ': clr' >>$CONFIG_STATUS + sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f $tmp/defines.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in +' >>$CONFIG_STATUS + sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail + rm -f conftest.defines + mv conftest.tail conftest.defines +done +rm -f conftest.defines +echo ' fi # grep' >>$CONFIG_STATUS +echo >>$CONFIG_STATUS + +# Break up conftest.undefs because some shells have a limit on the size +# of here documents, and old seds have small limits too (100 cmds). +echo ' # Handle all the #undef templates' >>$CONFIG_STATUS +rm -f conftest.tail +while grep . conftest.undefs >/dev/null +do + # Write a limited-size here document to $tmp/undefs.sed. + echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS + # Speed up: don't consider the non `#undef' + echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS + # Work around the forget-to-reset-the-flag bug. + echo 't clr' >>$CONFIG_STATUS + echo ': clr' >>$CONFIG_STATUS + sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS + echo 'CEOF + sed -f $tmp/undefs.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in +' >>$CONFIG_STATUS + sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail + rm -f conftest.undefs + mv conftest.tail conftest.undefs +done +rm -f conftest.undefs + +cat >>$CONFIG_STATUS <<\_ACEOF + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + if test x"$ac_file" = x-; then + echo "/* Generated by configure. */" >$tmp/config.h + else + echo "/* $ac_file. Generated by configure. */" >$tmp/config.h + fi + cat $tmp/in >>$tmp/config.h + rm -f $tmp/in + if test x"$ac_file" != x-; then + if diff $ac_file $tmp/config.h >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + ac_dir=`(dirname "$ac_file") 2>/dev/null || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + + rm -f $ac_file + mv $tmp/config.h $ac_file + fi + else + cat $tmp/config.h + rm -f $tmp/config.h + fi +# Compute $ac_file's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $ac_file | $ac_file:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X$ac_file | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'`/stamp-h$_am_stamp_count +done +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF + +# +# CONFIG_COMMANDS section. +# +for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue + ac_dest=`echo "$ac_file" | sed 's,:.*,,'` + ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_dir=`(dirname "$ac_dest") 2>/dev/null || +$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_dest" : 'X\(//\)[^/]' \| \ + X"$ac_dest" : 'X\(//\)$' \| \ + X"$ac_dest" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_dest" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac + +# Do not use `cd foo && pwd` to compute absolute paths, because +# the directories may not exist. +case `pwd` in +.) ac_abs_builddir="$ac_dir";; +*) + case "$ac_dir" in + .) ac_abs_builddir=`pwd`;; + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; + *) ac_abs_builddir=`pwd`/"$ac_dir";; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_builddir=${ac_top_builddir}.;; +*) + case ${ac_top_builddir}. in + .) ac_abs_top_builddir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_srcdir=$ac_srcdir;; +*) + case $ac_srcdir in + .) ac_abs_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_srcdir=$ac_top_srcdir;; +*) + case $ac_top_srcdir in + .) ac_abs_top_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; + esac;; +esac + + + { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 +echo "$as_me: executing $ac_dest commands" >&6;} + case $ac_dest in + depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`(dirname "$mf") 2>/dev/null || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + else + continue + fi + grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue + # Extract the definition of DEP_FILES from the Makefile without + # running `make'. + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + test -z "$DEPDIR" && continue + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n -e '/^U = / s///p' < "$mf"` + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" + # We invoke sed twice because it is the simplest approach to + # changing $(DEPDIR) to its actual value in the expansion. + for file in `sed -n -e ' + /^DEP_FILES = .*\\\\$/ { + s/^DEP_FILES = // + :loop + s/\\\\$// + p + n + /\\\\$/ b loop + p + } + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`(dirname "$file") 2>/dev/null || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p $dirpart/$fdir + else + as_dir=$dirpart/$fdir + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 +echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} + { (exit 1); exit 1; }; }; } + + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + esac +done +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi + diff --git a/configure.in b/configure.in new file mode 100644 index 0000000000..a7467412d8 --- /dev/null +++ b/configure.in @@ -0,0 +1,37 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.59) +AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) +AM_INIT_AUTOMAKE(libfreeswitch,0.1) +AC_CONFIG_SRCDIR([src/switch.c]) +AC_CONFIG_HEADER([src/include/config.h]) + +# Checks for programs. +AC_PROG_CC +AC_PROG_MAKE_SET +AC_PROG_LIBTOOL +AC_PROG_INSTALL + +# Checks for header files. +AC_HEADER_DIRENT +AC_HEADER_STDC +AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_C_CONST +AC_C_INLINE +AC_TYPE_SIZE_T +AC_HEADER_TIME +AC_STRUCT_TM + +# Checks for library functions. +AC_PROG_GCC_TRADITIONAL +AC_FUNC_MALLOC +AC_TYPE_SIGNAL +AC_FUNC_STRFTIME +AC_CHECK_FUNCS([gethostname gettimeofday localtime_r memmove memset socket strcasecmp strchr strdup strncasecmp strstr]) + +AC_CONFIG_FILES([Makefile]) + +AC_OUTPUT diff --git a/configure.scan b/configure.scan new file mode 100644 index 0000000000..989188ff2e --- /dev/null +++ b/configure.scan @@ -0,0 +1,45 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.59) +AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) +AC_CONFIG_SRCDIR([switch.c]) +AC_CONFIG_HEADER([config.h]) + +# Checks for programs. +AC_PROG_CC +AC_PROG_MAKE_SET + +# Checks for libraries. +# FIXME: Replace `main' with a function in `-leXosip2': +AC_CHECK_LIB([eXosip2], [main]) +# FIXME: Replace `main' with a function in `-lsangoma': +AC_CHECK_LIB([sangoma], [main]) +# FIXME: Replace `main' with a function in `-lspeex': +AC_CHECK_LIB([speex], [main]) + +# Checks for header files. +AC_HEADER_DIRENT +AC_HEADER_STDC +AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_C_CONST +AC_C_INLINE +AC_TYPE_SIZE_T +AC_HEADER_TIME +AC_STRUCT_TM + +# Checks for library functions. +AC_PROG_GCC_TRADITIONAL +AC_FUNC_MALLOC +AC_TYPE_SIGNAL +AC_FUNC_STRFTIME +AC_CHECK_FUNCS([gethostname gettimeofday localtime_r memmove memset socket strcasecmp strchr strdup strncasecmp strstr]) + +AC_CONFIG_FILES([Makefile + mod/mod_exosip/Makefile + mod/mod_g711codec/Makefile + mod/mod_speexcodec/Makefile + mod/mod_wanchan/Makefile]) +AC_OUTPUT diff --git a/depcomp b/depcomp new file mode 100644 index 0000000000..edb5d38efd --- /dev/null +++ b/depcomp @@ -0,0 +1,479 @@ +#! /bin/sh + +# depcomp - compile a program generating dependencies as side-effects +# Copyright 1999, 2000, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi +# `libtool' can also be set to `yes' or `no'. + +if test -z "$depfile"; then + base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` + dir=`echo "$object" | sed 's,/.*$,/,'` + if test "$dir" = "$object"; then + dir= + fi + # FIXME: should be _deps on DOS. + depfile="$dir.deps/$base" +fi + +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. + "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> $depfile + echo >> $depfile + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> $depfile + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` + tmpdepfile="$stripped.u" + if test "$libtool" = yes; then + "$@" -Wc,-M + else + "$@" -M + fi + stat=$? + + if test -f "$tmpdepfile"; then : + else + stripped=`echo "$stripped" | sed 's,^.*/,,'` + tmpdepfile="$stripped.u" + fi + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + + if test -f "$tmpdepfile"; then + outname="$stripped.o" + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" + sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + tmpdepfile1="$dir.libs/$base.lo.d" + tmpdepfile2="$dir.libs/$base.d" + "$@" -Wc,-MD + else + tmpdepfile1="$dir$base.o.d" + tmpdepfile2="$dir$base.d" + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + if test -f "$tmpdepfile1"; then + tmpdepfile="$tmpdepfile1" + else + tmpdepfile="$tmpdepfile2" + fi + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no + for arg in "$@"; do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix="`echo $object | sed 's/^.*\././'`" + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o, + # because we must use -o when running libtool. + "$@" || exit $? + IFS=" " + for arg + do + case "$arg" in + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 diff --git a/generic_mod.mk b/generic_mod.mk new file mode 100644 index 0000000000..e0ac7124f1 --- /dev/null +++ b/generic_mod.mk @@ -0,0 +1,10 @@ + +$(MOD).so: $(MOD).c + $(CC) $(CFLAGS) -fPIC -c $(MOD).c -o $(MOD).o + $(CC) -shared -Xlinker -x $(MOD).o -o $(MOD).so $(LDFLAGS) + +all: $(MOD).so + +clean: + rm -fr *.so *.o *~ + diff --git a/install-sh b/install-sh new file mode 100644 index 0000000000..6ce63b9f76 --- /dev/null +++ b/install-sh @@ -0,0 +1,294 @@ +#!/bin/sh +# +# install - install a program, script, or datafile +# +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. It can only install one file at a time, a restriction +# shared with many OS's install programs. + + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit="${DOITPROG-}" + + +# put in absolute paths if you don't have them in your path; or use env. vars. + +mvprog="${MVPROG-mv}" +cpprog="${CPPROG-cp}" +chmodprog="${CHMODPROG-chmod}" +chownprog="${CHOWNPROG-chown}" +chgrpprog="${CHGRPPROG-chgrp}" +stripprog="${STRIPPROG-strip}" +rmprog="${RMPROG-rm}" +mkdirprog="${MKDIRPROG-mkdir}" + +transformbasename="" +transform_arg="" +instcmd="$mvprog" +chmodcmd="$chmodprog 0755" +chowncmd="" +chgrpcmd="" +stripcmd="" +rmcmd="$rmprog -f" +mvcmd="$mvprog" +src="" +dst="" +dir_arg="" + +while [ x"$1" != x ]; do + case $1 in + -c) instcmd=$cpprog + shift + continue;; + + -d) dir_arg=true + shift + continue;; + + -m) chmodcmd="$chmodprog $2" + shift + shift + continue;; + + -o) chowncmd="$chownprog $2" + shift + shift + continue;; + + -g) chgrpcmd="$chgrpprog $2" + shift + shift + continue;; + + -s) stripcmd=$stripprog + shift + continue;; + + -t=*) transformarg=`echo $1 | sed 's/-t=//'` + shift + continue;; + + -b=*) transformbasename=`echo $1 | sed 's/-b=//'` + shift + continue;; + + *) if [ x"$src" = x ] + then + src=$1 + else + # this colon is to work around a 386BSD /bin/sh bug + : + dst=$1 + fi + shift + continue;; + esac +done + +if [ x"$src" = x ] +then + echo "$0: no input file specified" >&2 + exit 1 +else + : +fi + +if [ x"$dir_arg" != x ]; then + dst=$src + src="" + + if [ -d "$dst" ]; then + instcmd=: + chmodcmd="" + else + instcmd=$mkdirprog + fi +else + +# Waiting for this to be detected by the "$instcmd $src $dsttmp" command +# might cause directories to be created, which would be especially bad +# if $src (and thus $dsttmp) contains '*'. + + if [ -f "$src" ] || [ -d "$src" ] + then + : + else + echo "$0: $src does not exist" >&2 + exit 1 + fi + + if [ x"$dst" = x ] + then + echo "$0: no destination specified" >&2 + exit 1 + else + : + fi + +# If destination is a directory, append the input filename; if your system +# does not like double slashes in filenames, you may need to add some logic + + if [ -d "$dst" ] + then + dst=$dst/`basename "$src"` + else + : + fi +fi + +## this sed command emulates the dirname command +dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` + +# Make sure that the destination directory exists. +# this part is taken from Noah Friedman's mkinstalldirs script + +# Skip lots of stat calls in the usual case. +if [ ! -d "$dstdir" ]; then +defaultIFS=' + ' +IFS="${IFS-$defaultIFS}" + +oIFS=$IFS +# Some sh's can't handle IFS=/ for some reason. +IFS='%' +set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` +IFS=$oIFS + +pathcomp='' + +while [ $# -ne 0 ] ; do + pathcomp=$pathcomp$1 + shift + + if [ ! -d "$pathcomp" ] ; + then + $mkdirprog "$pathcomp" + else + : + fi + + pathcomp=$pathcomp/ +done +fi + +if [ x"$dir_arg" != x ] +then + $doit $instcmd "$dst" && + + if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi +else + +# If we're going to rename the final executable, determine the name now. + + if [ x"$transformarg" = x ] + then + dstfile=`basename "$dst"` + else + dstfile=`basename "$dst" $transformbasename | + sed $transformarg`$transformbasename + fi + +# don't allow the sed command to completely eliminate the filename + + if [ x"$dstfile" = x ] + then + dstfile=`basename "$dst"` + else + : + fi + +# Make a couple of temp file names in the proper directory. + + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + +# Trap to clean up temp files at exit. + + trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0 + trap '(exit $?); exit' 1 2 13 15 + +# Move or copy the file name to the temp name + + $doit $instcmd "$src" "$dsttmp" && + +# and set any options; do chmod last to preserve setuid bits + +# If any of these fail, we abort the whole thing. If we want to +# ignore errors from any of these, just make sure not to ignore +# errors from the above "$doit $instcmd $src $dsttmp" command. + + if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi && + +# Now remove or move aside any old file at destination location. We try this +# two ways since rm can't unlink itself on some systems and the destination +# file might be busy for other reasons. In this case, the final cleanup +# might fail but the new file should still install successfully. + +{ + if [ -f "$dstdir/$dstfile" ] + then + $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null || + $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null || + { + echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 + (exit 1); exit + } + else + : + fi +} && + +# Now rename the file to the real destination. + + $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" + +fi && + +# The final little trick to "correctly" pass the exit status to the exit trap. + +{ + (exit 0); exit +} diff --git a/ltmain.sh b/ltmain.sh new file mode 100644 index 0000000000..fb79d8c247 --- /dev/null +++ b/ltmain.sh @@ -0,0 +1,6402 @@ +# ltmain.sh - Provide generalized library-building support services. +# NOTE: Changing this file will not affect anything until you rerun configure. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 +# Free Software Foundation, Inc. +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +basename="s,^.*/,,g" + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + +# The name of this program: +progname=`echo "$progpath" | $SED $basename` +modename="$progname" + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 + +PROGRAM=ltmain.sh +PACKAGE=libtool +VERSION=1.5.8 +TIMESTAMP=" (1.1220.2.117 2004/08/04 14:12:05)" + +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes. +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +# Check that we have a working $echo. +if test "X$1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X$1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then + # Yippee, $echo works! + : +else + # Restart under the correct shell, and then maybe $echo will work. + exec $SHELL "$progpath" --no-reexec ${1+"$@"} +fi + +if test "X$1" = X--fallback-echo; then + # used as fallback echo + shift + cat <&2 + $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 + exit $EXIT_FAILURE +fi + +# Global variables. +mode=$default_mode +nonopt= +prev= +prevopt= +run= +show="$echo" +show_help= +execute_dlfiles= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" + +##################################### +# Shell function definitions: +# This seems to be the best place for them + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +func_win32_libid () { + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ + $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then + win32_nmres=`eval $NM -f posix -A $1 | \ + sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'` + if test "X$win32_nmres" = "Ximport" ; then + win32_libid_type="x86 archive import" + else + win32_libid_type="x86 archive static" + fi + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $echo $win32_libid_type +} + + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () { + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + CC_quoted="$CC_quoted $arg" + done + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + CC_quoted="$CC_quoted $arg" + done + case "$@ " in + " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + $echo "$modename: unable to infer tagged configuration" + $echo "$modename: specify a tag with \`--tag'" 1>&2 + exit $EXIT_FAILURE +# else +# $echo "$modename: using $tagname tagged configuration" + fi + ;; + esac + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () { + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + my_status="" + + $show "${rm}r $my_gentop" + $run ${rm}r "$my_gentop" + $show "$mkdir $my_gentop" + $run $mkdir "$my_gentop" + my_status=$? + if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then + exit $my_status + fi + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` + my_xdir="$my_gentop/$my_xlib" + + $show "${rm}r $my_xdir" + $run ${rm}r "$my_xdir" + $show "$mkdir $my_xdir" + $run $mkdir "$my_xdir" + status=$? + if test "$status" -ne 0 && test ! -d "$my_xdir"; then + exit $status + fi + case $host in + *-darwin*) + $show "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + if test -z "$run"; then + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename $darwin_archive` + darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` + if test -n "$darwin_arches"; then + darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + $show "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + # Remove the table of contents from the thin files. + $AR -d "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" __.SYMDEF 2>/dev/null || true + $AR -d "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" __.SYMDEF\ SORTED 2>/dev/null || true + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $AR -xo "${darwin_base_archive}" + rm "${darwin_base_archive}" + cd "$darwin_curdir" + done # $darwin_arches + ## Okay now we have a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f | xargs basename | sort -u | $NL2SP` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` + lipo -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + rm -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + (cd $my_xdir && $AR x $my_xabs) || exit $? + fi # $darwin_arches + fi # $run + ;; + *) + # We will extract separately just the conflicting names and we will + # no longer touch any unique names. It is faster to leave these + # extract automatically by $AR in one run. + $show "(cd $my_xdir && $AR x $my_xabs)" + $run eval "(cd \$my_xdir && $AR x \$my_xabs)" || exit $? + if ($AR t "$my_xabs" | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 + $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 + $AR t "$my_xabs" | sort | uniq -cd | while read -r count name + do + i=1 + while test "$i" -le "$count" + do + # Put our $i before any first dot (extension) + # Never overwrite any file + name_to="$name" + while test "X$name_to" = "X$name" || test -f "$my_xdir/$name_to" + do + name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` + done + $show "(cd $my_xdir && $AR xN $i $my_xabs '$name' && $mv '$name' '$name_to')" + $run eval "(cd \$my_xdir && $AR xN $i \$my_xabs '$name' && $mv '$name' '$name_to')" || exit $? + i=`expr $i + 1` + done + done + fi + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" +} +# End of Shell function definitions +##################################### + +# Darwin sucks +eval std_shrext=\"$shrext_cmds\" + +# Parse our command line options once, thoroughly. +while test "$#" -gt 0 +do + arg="$1" + shift + + case $arg in + -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; + *) optarg= ;; + esac + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + execute_dlfiles) + execute_dlfiles="$execute_dlfiles $arg" + ;; + tag) + tagname="$arg" + preserve_args="${preserve_args}=$arg" + + # Check whether tagname contains only valid characters + case $tagname in + *[!-_A-Za-z0-9,/]*) + $echo "$progname: invalid tag name: $tagname" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $tagname in + CC) + # Don't test for the "default" C tag, as we know, it's there, but + # not specially marked. + ;; + *) + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then + taglist="$taglist $tagname" + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" + else + $echo "$progname: ignoring unknown tag $tagname" 1>&2 + fi + ;; + esac + ;; + *) + eval "$prev=\$arg" + ;; + esac + + prev= + prevopt= + continue + fi + + # Have we seen a non-optional argument yet? + case $arg in + --help) + show_help=yes + ;; + + --version) + $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" + $echo + $echo "Copyright (C) 2003 Free Software Foundation, Inc." + $echo "This is free software; see the source for copying conditions. There is NO" + $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + exit $EXIT_SUCCESS + ;; + + --config) + ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath + # Now print the configurations for the tags. + for tagname in $taglist; do + ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath" + done + exit $EXIT_SUCCESS + ;; + + --debug) + $echo "$progname: enabling shell trace mode" + set -x + preserve_args="$preserve_args $arg" + ;; + + --dry-run | -n) + run=: + ;; + + --features) + $echo "host: $host" + if test "$build_libtool_libs" = yes; then + $echo "enable shared libraries" + else + $echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + $echo "enable static libraries" + else + $echo "disable static libraries" + fi + exit $EXIT_SUCCESS + ;; + + --finish) mode="finish" ;; + + --mode) prevopt="--mode" prev=mode ;; + --mode=*) mode="$optarg" ;; + + --preserve-dup-deps) duplicate_deps="yes" ;; + + --quiet | --silent) + show=: + preserve_args="$preserve_args $arg" + ;; + + --tag) prevopt="--tag" prev=tag ;; + --tag=*) + set tag "$optarg" ${1+"$@"} + shift + prev=tag + preserve_args="$preserve_args --tag" + ;; + + -dlopen) + prevopt="-dlopen" + prev=execute_dlfiles + ;; + + -*) + $echo "$modename: unrecognized option \`$arg'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + + *) + nonopt="$arg" + break + ;; + esac +done + +if test -n "$prevopt"; then + $echo "$modename: option \`$prevopt' requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE +fi + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +if test -z "$show_help"; then + + # Infer the operation mode. + if test -z "$mode"; then + $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 + $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2 + case $nonopt in + *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) + mode=link + for arg + do + case $arg in + -c) + mode=compile + break + ;; + esac + done + ;; + *db | *dbx | *strace | *truss) + mode=execute + ;; + *install*|cp|mv) + mode=install + ;; + *rm) + mode=uninstall + ;; + *) + # If we have no mode, but dlfiles were specified, then do execute mode. + test -n "$execute_dlfiles" && mode=execute + + # Just use the default operation mode. + if test -z "$mode"; then + if test -n "$nonopt"; then + $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2 + else + $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2 + fi + fi + ;; + esac + fi + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$execute_dlfiles" && test "$mode" != execute; then + $echo "$modename: unrecognized option \`-dlopen'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$modename --help --mode=$mode' for more information." + + # These modes are in order of execution frequency so that they run quickly. + case $mode in + # libtool compile mode + compile) + modename="$modename: compile" + # Get the compilation command and the source file. + base_compile= + srcfile="$nonopt" # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + + for arg + do + case "$arg_mode" in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg="$arg" + arg_mode=normal + ;; + + target ) + libobj="$arg" + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + if test -n "$libobj" ; then + $echo "$modename: you cannot specify \`-o' more than once" 1>&2 + exit $EXIT_FAILURE + fi + arg_mode=target + continue + ;; + + -static | -prefer-pic | -prefer-non-pic) + later="$later $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + + # Double-quote args containing other shell metacharacters. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + lastarg="$lastarg $arg" + done + IFS="$save_ifs" + lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` + + # Add the arguments to base_compile. + base_compile="$base_compile $lastarg" + continue + ;; + + * ) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg="$srcfile" + srcfile="$arg" + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` + + case $lastarg in + # Double-quote args containing other shell metacharacters. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + lastarg="\"$lastarg\"" + ;; + esac + + base_compile="$base_compile $lastarg" + done # for arg + + case $arg_mode in + arg) + $echo "$modename: you must specify an argument for -Xcompile" + exit $EXIT_FAILURE + ;; + target) + $echo "$modename: you must specify a target with \`-o'" 1>&2 + exit $EXIT_FAILURE + ;; + *) + # Get the name of the library object. + [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + xform='[cCFSifmso]' + case $libobj in + *.ada) xform=ada ;; + *.adb) xform=adb ;; + *.ads) xform=ads ;; + *.asm) xform=asm ;; + *.c++) xform=c++ ;; + *.cc) xform=cc ;; + *.ii) xform=ii ;; + *.class) xform=class ;; + *.cpp) xform=cpp ;; + *.cxx) xform=cxx ;; + *.f90) xform=f90 ;; + *.for) xform=for ;; + *.java) xform=java ;; + esac + + libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` + + case $libobj in + *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; + *) + $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -static) + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` + xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$obj"; then + xdir= + else + xdir=$xdir/ + fi + lobj=${xdir}$objdir/$objname + + if test -z "$base_compile"; then + $echo "$modename: you must specify a compilation command" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + $run $rm $removelist + trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + removelist="$removelist $output_obj $lockfile" + trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $run ln "$progpath" "$lockfile" 2>/dev/null; do + $show "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $echo "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + $echo $srcfile > "$lockfile" + fi + + if test -n "$fix_srcfile_path"; then + eval srcfile=\"$fix_srcfile_path\" + fi + + $run $rm "$libobj" "${libobj}T" + + # Create a libtool object file (analogous to a ".la" file), + # but don't create it if we're doing a dry run. + test -z "$run" && cat > ${libobj}T </dev/null`" != "X$srcfile"; then + $echo "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + $show "$mv $output_obj $lobj" + if $run $mv $output_obj $lobj; then : + else + error=$? + $run $rm $removelist + exit $error + fi + fi + + # Append the name of the PIC object to the libtool object file. + test -z "$run" && cat >> ${libobj}T <> ${libobj}T </dev/null`" != "X$srcfile"; then + $echo "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + $show "$mv $output_obj $obj" + if $run $mv $output_obj $obj; then : + else + error=$? + $run $rm $removelist + exit $error + fi + fi + + # Append the name of the non-PIC object the libtool object file. + # Only append if the libtool object file exists. + test -z "$run" && cat >> ${libobj}T <> ${libobj}T <&2 + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + else + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + fi + build_libtool_libs=no + build_old_libs=yes + prefer_static_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test + ;; + *) qarg=$arg ;; + esac + libtool_args="$libtool_args $qarg" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + compile_command="$compile_command @OUTPUT@" + finalize_command="$finalize_command @OUTPUT@" + ;; + esac + + case $prev in + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + compile_command="$compile_command @SYMFILE@" + finalize_command="$finalize_command @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + dlfiles="$dlfiles $arg" + else + dlprefiles="$dlprefiles $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + if test ! -f "$arg"; then + $echo "$modename: symbol file \`$arg' does not exist" + exit $EXIT_FAILURE + fi + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat $save_arg` + do +# moreargs="$moreargs $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + pic_object= + non_pic_object= + + # Read the .lo file + # If there is no directory component, then add one. + case $arg in + */* | *\\*) . $arg ;; + *) . ./$arg ;; + esac + + if test -z "$pic_object" || \ + test -z "$non_pic_object" || + test "$pic_object" = none && \ + test "$non_pic_object" = none; then + $echo "$modename: cannot find name of object for \`$arg'" 1>&2 + exit $EXIT_FAILURE + fi + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + libobjs="$libobjs $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects="$non_pic_objects $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + fi + else + # Only an error if not doing a dry-run. + if test -z "$run"; then + $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 + exit $EXIT_FAILURE + else + # Dry-run case. + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` + non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` + libobjs="$libobjs $pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + fi + done + else + $echo "$modename: link input file \`$save_arg' does not exist" + exit $EXIT_FAILURE + fi + arg=$save_arg + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + $echo "$modename: only absolute run-paths are allowed" 1>&2 + exit $EXIT_FAILURE + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) rpath="$rpath $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) xrpath="$xrpath $arg" ;; + esac + fi + prev= + continue + ;; + xcompiler) + compiler_flags="$compiler_flags $qarg" + prev= + compile_command="$compile_command $qarg" + finalize_command="$finalize_command $qarg" + continue + ;; + xlinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $wl$qarg" + prev= + compile_command="$compile_command $wl$qarg" + finalize_command="$finalize_command $wl$qarg" + continue + ;; + xcclinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $qarg" + prev= + compile_command="$compile_command $qarg" + finalize_command="$finalize_command $qarg" + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + compile_command="$compile_command $link_static_flag" + finalize_command="$finalize_command $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 + continue + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + $echo "$modename: more than one -exported-symbols argument is not allowed" + exit $EXIT_FAILURE + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + ;; + esac + continue + ;; + + -L*) + dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 + exit $EXIT_FAILURE + fi + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "*) ;; + *) + deplibs="$deplibs -L$dir" + lib_search_path="$lib_search_path $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + case :$dllsearchpath: in + *":$dir:"*) ;; + *) dllsearchpath="$dllsearchpath:$dir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-pw32* | *-*-beos*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-mingw* | *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + deplibs="$deplibs -framework System" + continue + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + deplibs="$deplibs $arg" + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) + deplibs="$deplibs $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # gcc -m* arguments should be passed to the linker via $compiler_flags + # in order to pass architecture information to the linker + # (e.g. 32 vs 64-bit). This may also be accomplished via -Wl,-mfoo + # but this is not reliable with gcc because gcc may use -mfoo to + # select a different linker, different libraries, etc, while + # -Wl,-mfoo simply passes -mfoo to the linker. + -m*) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + if test "$with_gcc" = "yes" ; then + compiler_flags="$compiler_flags $arg" + fi + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + # The PATH hackery in wrapper scripts is required on Windows + # in order for the loader to find any dlls it needs. + $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 + $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + $echo "$modename: only absolute run-paths are allowed" 1>&2 + exit $EXIT_FAILURE + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + continue + ;; + + -static) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -Wc,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + case $flag in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + flag="\"$flag\"" + ;; + esac + arg="$arg $wl$flag" + compiler_flags="$compiler_flags $flag" + done + IFS="$save_ifs" + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + case $flag in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + flag="\"$flag\"" + ;; + esac + arg="$arg $wl$flag" + compiler_flags="$compiler_flags $wl$flag" + linker_flags="$linker_flags $flag" + done + IFS="$save_ifs" + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # Some other compiler flag. + -* | +*) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + ;; + + *.$objext) + # A standard object. + objs="$objs $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + pic_object= + non_pic_object= + + # Read the .lo file + # If there is no directory component, then add one. + case $arg in + */* | *\\*) . $arg ;; + *) . ./$arg ;; + esac + + if test -z "$pic_object" || \ + test -z "$non_pic_object" || + test "$pic_object" = none && \ + test "$non_pic_object" = none; then + $echo "$modename: cannot find name of object for \`$arg'" 1>&2 + exit $EXIT_FAILURE + fi + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + libobjs="$libobjs $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects="$non_pic_objects $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + fi + else + # Only an error if not doing a dry-run. + if test -z "$run"; then + $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 + exit $EXIT_FAILURE + else + # Dry-run case. + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` + non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` + libobjs="$libobjs $pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + fi + ;; + + *.$libext) + # An archive. + deplibs="$deplibs $arg" + old_deplibs="$old_deplibs $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + dlfiles="$dlfiles $arg" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + dlprefiles="$dlprefiles $arg" + prev= + else + deplibs="$deplibs $arg" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + fi + done # argument parsing loop + + if test -n "$prev"; then + $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` + if test "X$output_objdir" = "X$output"; then + output_objdir="$objdir" + else + output_objdir="$output_objdir/$objdir" + fi + # Create the object directory. + if test ! -d "$output_objdir"; then + $show "$mkdir $output_objdir" + $run $mkdir $output_objdir + status=$? + if test "$status" -ne 0 && test ! -d "$output_objdir"; then + exit $status + fi + fi + + # Determine the type of output + case $output in + "") + $echo "$modename: you must specify an output file" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + case $host in + *cygwin* | *mingw* | *pw32*) + # don't eliminate duplications in $postdeps and $predeps + duplicate_compiler_generated_deps=yes + ;; + *) + duplicate_compiler_generated_deps=$duplicate_deps + ;; + esac + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if test "X$duplicate_deps" = "Xyes" ; then + case "$libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + libs="$libs $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; + esac + pre_post_deps="$pre_post_deps $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + case $linkmode in + lib) + passes="conv link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 + exit $EXIT_FAILURE + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + for pass in $passes; do + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + esac + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 + continue + fi + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` + for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if (${SED} -e '2q' $lib | + grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + library_names= + old_library= + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` + test "X$ladir" = "X$lib" && ladir="." + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` + ;; + *) + $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) lib="$deplib" ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method + match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` + if eval $echo \"$deplib\" 2>/dev/null \ + | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=yes + fi + ;; + pass_all) + valid_a_lib=yes + ;; + esac + if test "$valid_a_lib" != yes; then + $echo + $echo "*** Warning: Trying to link with static lib archive $deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because the file extensions .$libext of this argument makes me believe" + $echo "*** that it is just a static archive that I should not used here." + else + $echo + $echo "*** Warning: Linking the shared library $output against the" + $echo "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + newdlprefiles="$newdlprefiles $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + newdlfiles="$newdlfiles $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + if test "$found" = yes || test -f "$lib"; then : + else + $echo "$modename: cannot find the library \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + + ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` + test "X$ladir" = "X$lib" && ladir="." + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + + # Read the .la file + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && dlfiles="$dlfiles $dlopen" + test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + # It is a libtool convenience library, so add in its objects. + convenience="$convenience $ladir/$objdir/$old_library" + old_convenience="$old_convenience $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + elif test "$linkmode" != prog && test "$linkmode" != lib; then + $echo "$modename: \`$lib' is not a convenience library" 1>&2 + exit $EXIT_FAILURE + fi + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + for l in $old_library $library_names; do + linklib="$l" + done + if test -z "$linklib"; then + $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + dlprefiles="$dlprefiles $lib $dependency_libs" + else + newdlfiles="$newdlfiles $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 + $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 + abs_ladir="$ladir" + fi + ;; + esac + laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + $echo "$modename: warning: library \`$lib' was moved." 1>&2 + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$libdir" + absdir="$libdir" + fi + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir="$ladir" + absdir="$abs_ladir" + # Remove this search path later + notinst_path="$notinst_path $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + notinst_path="$notinst_path $abs_ladir" + fi + fi # $installed = yes + name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir"; then + $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + newdlprefiles="$newdlprefiles $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + newdlprefiles="$newdlprefiles $dir/$dlname" + else + newdlprefiles="$newdlprefiles $dir/$linklib" + fi + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + newlib_search_path="$newlib_search_path $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { test "$prefer_static_libs" = no || test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var"; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath " in + *" $dir "*) ;; + *" $absdir "*) ;; + *) temp_rpath="$temp_rpath $dir" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + if test -n "$library_names" && + { test "$prefer_static_libs" = no || test -z "$old_library"; }; then + if test "$installed" = no; then + notinst_deplibs="$notinst_deplibs $lib" + need_relink=yes + fi + # This is a shared library + + # Warn about portability, can't link against -module's on + # some systems (darwin) + if test "$shouldnotlink" = yes && test "$pass" = link ; then + $echo + if test "$linkmode" = prog; then + $echo "*** Warning: Linking the executable $output against the loadable module" + else + $echo "*** Warning: Linking the shared library $output against the loadable module" + fi + $echo "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + realname="$2" + shift; shift + libname=`eval \\$echo \"$libname_spec\"` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw*) + major=`expr $current - $age` + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + soname=`$echo $soroot | ${SED} -e 's/^.*\///'` + newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + $show "extracting exported symbol list from \`$soname'" + save_ifs="$IFS"; IFS='~' + cmds=$extract_expsyms_cmds + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + $show "generating import library for \`$soname'" + save_ifs="$IFS"; IFS='~' + cmds=$old_archive_from_expsyms_cmds + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5* ) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a module then we can not link against + # it, someone is ignoring the new warnings I added + if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then + $echo "** Warning, lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + $echo + $echo "** And there doesn't seem to be a static archive available" + $echo "** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$dir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case "$libdir" in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + $echo "$modename: configuration error: unsupported hardcode properties" + exit $EXIT_FAILURE + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && \ + test "$hardcode_minus_L" != yes && \ + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case "$libdir" in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + $echo + $echo "*** Warning: This system can not link to static lib archive $lib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + $echo "*** But as you try to build a module library, libtool will still create " + $echo "*** a static module, that should work as long as the dlopening application" + $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + $echo + $echo "*** However, this would only work if libtool was able to extract symbol" + $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + $echo "*** not find such a program. So, this module is probably useless." + $echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + convenience="$convenience $dir/$old_library" + old_convenience="$old_convenience $dir/$old_library" + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) xrpath="$xrpath $temp_xrpath";; + esac;; + *) temp_deplibs="$temp_deplibs $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + newlib_search_path="$newlib_search_path $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + case $deplib in + -L*) path="$deplib" ;; + *.la) + dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$deplib" && dir="." + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 + absdir="$dir" + fi + ;; + esac + if grep "^installed=no" $deplib > /dev/null; then + path="$absdir/$objdir" + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + if test -z "$libdir"; then + $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + if test "$absdir" != "$libdir"; then + $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 + fi + path="$absdir" + fi + depdepl= + case $host in + *-*-darwin*) + # we do not want to link against static libs, + # but need to link against shared + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$path/$depdepl" ; then + depdepl="$path/$depdepl" + fi + # do not add paths which are already there + case " $newlib_search_path " in + *" $path "*) ;; + *) newlib_search_path="$newlib_search_path $path";; + esac + fi + path="" + ;; + *) + path="-L$path" + ;; + esac + ;; + -l*) + case $host in + *-*-darwin*) + # Again, we only want to link against shared libraries + eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` + for tmp in $newlib_search_path ; do + if test -f "$tmp/lib$tmp_libs.dylib" ; then + eval depdepl="$tmp/lib$tmp_libs.dylib" + break + fi + done + path="" + ;; + *) continue ;; + esac + ;; + *) continue ;; + esac + case " $deplibs " in + *" $depdepl "*) ;; + *) deplibs="$depdepl $deplibs" ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$deplibs $path" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) lib_search_path="$lib_search_path $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + tmp_libs="$tmp_libs $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$deplibs"; then + $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 + fi + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 + fi + + if test -n "$rpath"; then + $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 + fi + + if test -n "$xrpath"; then + $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 + fi + + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 + fi + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + objs="$objs$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + if test "$module" = no; then + $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 + exit $EXIT_FAILURE + else + $echo + $echo "*** Warning: Linking the shared library $output against the non-libtool" + $echo "*** objects $objs is not portable!" + libobjs="$libobjs $objs" + fi + fi + + if test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 + fi + + set dummy $rpath + if test "$#" -gt 2; then + $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 + fi + install_libdir="$2" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2 + fi + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + IFS="$save_ifs" + + if test -n "$8"; then + $echo "$modename: too many parameters to \`-version-info'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$2" + number_minor="$3" + number_revision="$4" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + darwin|linux|osf|windows) + current=`expr $number_major + $number_minor` + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + current=`expr $number_major + $number_minor - 1` + age="$number_minor" + revision="$number_minor" + ;; + esac + ;; + no) + current="$2" + revision="$3" + age="$4" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; + *) + $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $revision in + 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; + *) + $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $age in + 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; + *) + $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + if test "$age" -gt "$current"; then + $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + major=.`expr $current - $age` + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + minor_current=`expr $current + 1` + verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current"; + ;; + + irix | nonstopux) + major=`expr $current - $age + 1` + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + iface=`expr $revision - $loop` + loop=`expr $loop - 1` + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) + major=.`expr $current - $age` + versuffix="$major.$age.$revision" + ;; + + osf) + major=.`expr $current - $age` + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + iface=`expr $current - $loop` + loop=`expr $loop - 1` + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + verstring="$verstring:${current}.0" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + major=`expr $current - $age` + versuffix="-$major" + ;; + + *) + $echo "$modename: unknown library version type \`$version_type'" 1>&2 + $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 + exit $EXIT_FAILURE + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + fi + + if test "$mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$echo "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + removelist="$removelist $p" + ;; + *) ;; + esac + done + if test -n "$removelist"; then + $show "${rm}r $removelist" + $run ${rm}r $removelist + fi + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + oldlibs="$oldlibs $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + for path in $notinst_path; do + lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'` + deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'` + dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'` + done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + temp_xrpath="$temp_xrpath -R$libdir" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) dlfiles="$dlfiles $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) dlprefiles="$dlprefiles $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + deplibs="$deplibs -framework System" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + deplibs="$deplibs -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $rm conftest.c + cat > conftest.c </dev/null` + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null \ + | grep " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ + | ${SED} 10q \ + | $EGREP "$file_magic_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + $echo + $echo "*** Warning: linker path does not have real file for library $a_deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $echo "*** with $libname but no candidates were found. (...for file magic test)" + else + $echo "*** with $libname and none of the candidates passed a file format test" + $echo "*** using a file magic. Last file checked: $potlib" + fi + fi + else + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + fi + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method + match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` + for a_deplib in $deplibs; do + name="`expr $a_deplib : '-l\(.*\)'`" + # If $name is empty we are operating on a -L argument. + if test -n "$name" && test "$name" != "0"; then + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval \\$echo \"$libname_spec\"` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval $echo \"$potent_lib\" 2>/dev/null \ + | ${SED} 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + $echo + $echo "*** Warning: linker path does not have real file for library $a_deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $echo "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $echo "*** with $libname and none of the candidates passed a file format test" + $echo "*** using a regex pattern. Last file checked: $potlib" + fi + fi + else + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + fi + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ + -e 's/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` + done + fi + if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ + | grep . >/dev/null; then + $echo + if test "X$deplibs_check_method" = "Xnone"; then + $echo "*** Warning: inter-library dependencies are not supported in this platform." + else + $echo "*** Warning: inter-library dependencies are not known to be supported." + fi + $echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + fi + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + $echo + $echo "*** Warning: libtool could not satisfy all declared inter-library" + $echo "*** dependencies of module $libname. Therefore, libtool will create" + $echo "*** a static module, that should work as long as the dlopening" + $echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + $echo + $echo "*** However, this would only work if libtool was able to extract symbol" + $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + $echo "*** not find such a program. So, this module is probably useless." + $echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + $echo "*** The inter-library dependencies that have been dropped here will be" + $echo "*** automatically added whenever a program is linked with this library" + $echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + $echo + $echo "*** Since this library must not contain undefined symbols," + $echo "*** because either the platform does not support them or" + $echo "*** it was explicitly requested with -no-undefined," + $echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + dep_rpath="$dep_rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + if test -n "$hardcode_libdir_flag_spec_ld"; then + eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" + else + eval dep_rpath=\"$hardcode_libdir_flag_spec\" + fi + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + realname="$2" + shift; shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + for link + do + linknames="$linknames $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + $show "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $run $rm $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + if len=`expr "X$cmd" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + $show "$cmd" + $run eval "$cmd" || exit $? + skipped_export=false + else + # The command line is too long to execute in one step. + $show "using reloadable object file for export list..." + skipped_export=: + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex"; then + $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" + $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + $show "$mv \"${export_symbols}T\" \"$export_symbols\"" + $run eval '$mv "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + tmp_deplibs="$tmp_deplibs $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + else + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $convenience + libobjs="$libobjs $func_extract_archives_result" + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + linker_flags="$linker_flags $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise. + $echo "creating reloadable object files..." + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + delfiles= + last_robj= + k=1 + output=$output_objdir/$save_output-${k}.$objext + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + eval test_cmds=\"$reload_cmds $objlist $last_robj\" + if test "X$objlist" = X || + { len=`expr "X$test_cmds" : ".*"` && + test "$len" -le "$max_cmd_len"; }; then + objlist="$objlist $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + eval concat_cmds=\"$reload_cmds $objlist $last_robj\" + else + # All subsequent reloadable object files will link in + # the last one created. + eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" + fi + last_robj=$output_objdir/$save_output-${k}.$objext + k=`expr $k + 1` + output=$output_objdir/$save_output-${k}.$objext + objlist=$obj + len=1 + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" + + if ${skipped_export-false}; then + $show "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $run $rm $export_symbols + libobjs=$output + # Append the command to create the export file. + eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" + fi + + # Set up a command to remove the reloadale object files + # after they are used. + i=0 + while test "$i" -lt "$k" + do + i=`expr $i + 1` + delfiles="$delfiles $output_objdir/$save_output-${i}.$objext" + done + + $echo "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + + # Append the command to remove the reloadable object files + # to the just-reset $cmds. + eval cmds=\"\$cmds~\$rm $delfiles\" + fi + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" + $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $? + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$deplibs"; then + $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 + fi + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 + fi + + if test -n "$rpath"; then + $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 + fi + + if test -n "$xrpath"; then + $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 + fi + + case $output in + *.lo) + if test -n "$objs$old_deplibs"; then + $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 + exit $EXIT_FAILURE + fi + libobj="$output" + obj=`$echo "X$output" | $Xsed -e "$lo2o"` + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $run $rm $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" + else + gentop="$output_objdir/${obj}x" + generated="$generated $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + cmds=$reload_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $run eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + cmds=$reload_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; + esac + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 + fi + + if test "$preload" = yes; then + if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && + test "$dlopen_self_static" = unknown; then + $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." + fi + fi + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` + finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` + ;; + esac + + case $host in + *darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + if test "$tagname" = CXX ; then + compile_command="$compile_command ${wl}-bind_at_load" + finalize_command="$finalize_command ${wl}-bind_at_load" + fi + ;; + esac + + compile_command="$compile_command $compile_deplibs" + finalize_command="$finalize_command $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + case :$dllsearchpath: in + *":$libdir:"*) ;; + *) dllsearchpath="$dllsearchpath:$libdir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + fi + + dlsyms= + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + dlsyms="${outputname}S.c" + else + $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 + fi + fi + + if test -n "$dlsyms"; then + case $dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${outputname}.nm" + + $show "$rm $nlist ${nlist}S ${nlist}T" + $run $rm "$nlist" "${nlist}S" "${nlist}T" + + # Parse the name list into a source file. + $show "creating $output_objdir/$dlsyms" + + test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ +/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ +/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +/* Prevent the only kind of declaration conflicts we can make. */ +#define lt_preloaded_symbols some_other_symbol + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + $show "generating symbol list for \`$output'" + + test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + for arg in $progfiles; do + $show "extracting global C symbols from \`$arg'" + $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + $run eval '$mv "$nlist"T "$nlist"' + fi + + if test -n "$export_symbols_regex"; then + $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + $run eval '$mv "$nlist"T "$nlist"' + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$output.exp" + $run $rm $export_symbols + $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + else + $run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"' + $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T' + $run eval 'mv "$nlist"T "$nlist"' + fi + fi + + for arg in $dlprefiles; do + $show "extracting global C symbols from \`$arg'" + name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` + $run eval '$echo ": $name " >> "$nlist"' + $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" + done + + if test -z "$run"; then + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $mv "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if grep -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + grep -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"' + else + $echo '/* NONE */' >> "$output_objdir/$dlsyms" + fi + + $echo >> "$output_objdir/$dlsyms" "\ + +#undef lt_preloaded_symbols + +#if defined (__STDC__) && __STDC__ +# define lt_ptr void * +#else +# define lt_ptr char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr address; +} +lt_preloaded_symbols[] = +{\ +" + + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" + + $echo >> "$output_objdir/$dlsyms" "\ + {0, (lt_ptr) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + fi + + pic_flag_for_symtable= + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + case "$compile_command " in + *" -static "*) ;; + *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; + esac;; + *-*-hpux*) + case "$compile_command " in + *" -static "*) ;; + *) pic_flag_for_symtable=" $pic_flag";; + esac + esac + + # Now compile the dynamic symbol file. + $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" + $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? + + # Clean up the generated files. + $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" + $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" + + # Transform the symbol file into the correct name. + compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + ;; + *) + $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 + exit $EXIT_FAILURE + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` + finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` + fi + + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + # Replace the output file specification. + compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + $show "$link_command" + $run eval "$link_command" + status=$? + + # Delete the generated files. + if test -n "$dlsyms"; then + $show "$rm $output_objdir/${outputname}S.${objext}" + $run $rm "$output_objdir/${outputname}S.${objext}" + fi + + exit $status + fi + + if test -n "$shlibpath_var"; then + # We should set the shlibpath_var + rpath= + for dir in $temp_rpath; do + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) + # Absolute path. + rpath="$rpath$dir:" + ;; + *) + # Relative path: add a thisdir entry. + rpath="$rpath\$thisdir/$dir:" + ;; + esac + done + temp_rpath="$rpath" + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + rpath="$rpath$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $run $rm $output + # Link the executable and exit + $show "$link_command" + $run eval "$link_command" || exit $? + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 + $echo "$modename: \`$output' will be relinked during installation" 1>&2 + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname + + $show "$link_command" + $run eval "$link_command" || exit $? + + # Now create the wrapper script. + $show "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` + relink_command="$var=\"$var_value\"; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` + fi + + # Quote $echo for shipping. + if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then + case $progpath in + [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; + *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; + esac + qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` + else + qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` + fi + + # Only actually do things if our run command is non-null. + if test -z "$run"; then + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + cwrappersource=`$echo ${objdir}/lt-${output}.c` + cwrapper=`$echo ${output}.exe` + $rm $cwrappersource $cwrapper + trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + cat > $cwrappersource <> $cwrappersource<<"EOF" +#include +#include +#include +#include +#include +#include + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef DIR_SEPARATOR +#define DIR_SEPARATOR '/' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +#define HAVE_DOS_BASED_FILE_SYSTEM +#ifndef DIR_SEPARATOR_2 +#define DIR_SEPARATOR_2 '\\' +#endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +const char *program_name = NULL; + +void * xmalloc (size_t num); +char * xstrdup (const char *string); +char * basename (const char *name); +char * fnqualify(const char *path); +char * strendzap(char *str, const char *pat); +void lt_fatal (const char *message, ...); + +int +main (int argc, char *argv[]) +{ + char **newargz; + int i; + + program_name = (char *) xstrdup ((char *) basename (argv[0])); + newargz = XMALLOC(char *, argc+2); +EOF + + cat >> $cwrappersource <> $cwrappersource <<"EOF" + newargz[1] = fnqualify(argv[0]); + /* we know the script has the same name, without the .exe */ + /* so make sure newargz[1] doesn't end in .exe */ + strendzap(newargz[1],".exe"); + for (i = 1; i < argc; i++) + newargz[i+1] = xstrdup(argv[i]); + newargz[argc+1] = NULL; +EOF + + cat >> $cwrappersource <> $cwrappersource <<"EOF" +} + +void * +xmalloc (size_t num) +{ + void * p = (void *) malloc (num); + if (!p) + lt_fatal ("Memory exhausted"); + + return p; +} + +char * +xstrdup (const char *string) +{ + return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL +; +} + +char * +basename (const char *name) +{ + const char *base; + +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + /* Skip over the disk name in MSDOS pathnames. */ + if (isalpha (name[0]) && name[1] == ':') + name += 2; +#endif + + for (base = name; *name; name++) + if (IS_DIR_SEPARATOR (*name)) + base = name + 1; + return (char *) base; +} + +char * +fnqualify(const char *path) +{ + size_t size; + char *p; + char tmp[LT_PATHMAX + 1]; + + assert(path != NULL); + + /* Is it qualified already? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha (path[0]) && path[1] == ':') + return xstrdup (path); +#endif + if (IS_DIR_SEPARATOR (path[0])) + return xstrdup (path); + + /* prepend the current directory */ + /* doesn't handle '~' */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal ("getcwd failed"); + size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */ + p = XMALLOC(char, size); + sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path); + return p; +} + +char * +strendzap(char *str, const char *pat) +{ + size_t len, patlen; + + assert(str != NULL); + assert(pat != NULL); + + len = strlen(str); + patlen = strlen(pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp(str, pat) == 0) + *str = '\0'; + } + return str; +} + +static void +lt_error_core (int exit_status, const char * mode, + const char * message, va_list ap) +{ + fprintf (stderr, "%s: %s: ", program_name, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, "FATAL", message, ap); + va_end (ap); +} +EOF + # we should really use a build-platform specific compiler + # here, but OTOH, the wrappers (shell script and this C one) + # are only useful if you want to execute the "real" binary. + # Since the "real" binary is built for $host, then this + # wrapper might as well be built for $host, too. + $run $LTCC -s -o $cwrapper $cwrappersource + ;; + esac + $rm $output + trap "$rm $output; exit $EXIT_FAILURE" 1 2 15 + + $echo > $output "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='${SED} -e 1s/^X//' +sed_quote_subst='$sed_quote_subst' + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variable: + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$echo are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + echo=\"$qecho\" + file=\"\$0\" + # Make sure echo works. + if test \"X\$1\" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift + elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then + # Yippee, \$echo works! + : + else + # Restart under the correct shell, and then maybe \$echo will work. + exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} + fi + fi\ +" + $echo >> $output "\ + + # Find the directory that this script lives in. + thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` + done + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $echo >> $output "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || \\ + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $mkdir \"\$progdir\" + else + $rm \"\$progdir/\$file\" + fi" + + $echo >> $output "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $echo \"\$relink_command_output\" >&2 + $rm \"\$progdir/\$file\" + exit $EXIT_FAILURE + fi + fi + + $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $rm \"\$progdir/\$program\"; + $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $rm \"\$progdir/\$file\" + fi" + else + $echo >> $output "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $echo >> $output "\ + + if test -f \"\$progdir/\$program\"; then" + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $echo >> $output "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` + + export $shlibpath_var +" + fi + + # fixup the dll searchpath if we need to. + if test -n "$dllsearchpath"; then + $echo >> $output "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + $echo >> $output "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2*) + $echo >> $output "\ + exec \$progdir\\\\\$program \${1+\"\$@\"} +" + ;; + + *) + $echo >> $output "\ + exec \$progdir/\$program \${1+\"\$@\"} +" + ;; + esac + $echo >> $output "\ + \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\" + exit $EXIT_FAILURE + fi + else + # The program doesn't exist. + \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2 + \$echo \"This script is just a wrapper for \$program.\" 1>&2 + $echo \"See the $PACKAGE documentation for more information.\" 1>&2 + exit $EXIT_FAILURE + fi +fi\ +" + chmod +x $output + fi + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $addlibs + oldobjs="$oldobjs $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + eval cmds=\"$old_archive_cmds\" + + if len=`expr "X$cmds" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + $echo "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + # GNU ar 2.10+ was changed to match POSIX; thus no paths are + # encoded into archives. This makes 'ar r' malfunction in + # this piecewise linking case whenever conflicting object + # names appear in distinct ar calls; check, warn and compensate. + if (for obj in $save_oldobjs + do + $echo "X$obj" | $Xsed -e 's%^.*/%%' + done | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&2 + $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&2 + AR_FLAGS=cq + fi + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + for obj in $save_oldobjs + do + oldobjs="$objlist $obj" + objlist="$objlist $obj" + eval test_cmds=\"$old_archive_cmds\" + if len=`expr "X$test_cmds" : ".*"` && + test "$len" -le "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + eval cmd=\"$cmd\" + IFS="$save_ifs" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + done + + if test -n "$generated"; then + $show "${rm}r$generated" + $run ${rm}r$generated + fi + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + $show "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` + relink_command="$var=\"$var_value\"; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + + # Only create the output if not a dry run. + if test -z "$run"; then + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + if test -z "$libdir"; then + $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdependency_libs="$newdependency_libs $libdir/$name" + ;; + *) newdependency_libs="$newdependency_libs $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + for lib in $dlfiles; do + name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + if test -z "$libdir"; then + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdlfiles="$newdlfiles $libdir/$name" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + if test -z "$libdir"; then + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdlprefiles="$newdlprefiles $libdir/$name" + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlfiles="$newdlfiles $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlprefiles="$newdlprefiles $abs" + done + dlprefiles="$newdlprefiles" + fi + $rm $output + # place dlname in correct position for cygwin + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; + esac + $echo > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $echo >> $output "\ +relink_command=\"$relink_command\"" + fi + done + fi + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" + $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? + ;; + esac + exit $EXIT_SUCCESS + ;; + + # libtool install mode + install) + modename="$modename: install" + + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then + # Aesthetically quote it. + arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) + arg="\"$arg\"" + ;; + esac + install_prog="$arg " + arg="$1" + shift + else + install_prog= + arg="$nonopt" + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) + arg="\"$arg\"" + ;; + esac + install_prog="$install_prog$arg" + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + for arg + do + if test -n "$dest"; then + files="$files $dest" + dest="$arg" + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) prev="-f" ;; + -g) prev="-g" ;; + -m) prev="-m" ;; + -o) prev="-o" ;; + -s) + stripme=" -s" + continue + ;; + -*) ;; + + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + prev= + else + dest="$arg" + continue + fi + ;; + esac + + # Aesthetically quote the argument. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) + arg="\"$arg\"" + ;; + esac + install_prog="$install_prog $arg" + done + + if test -z "$install_prog"; then + $echo "$modename: you must specify an install program" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test -n "$prev"; then + $echo "$modename: the \`$prev' option requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test -z "$files"; then + if test -z "$dest"; then + $echo "$modename: no file or destination specified" 1>&2 + else + $echo "$modename: you must specify a destination" 1>&2 + fi + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Strip any trailing slash from the destination. + dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` + test "X$destdir" = "X$dest" && destdir=. + destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` + + # Not a directory, so check to see that there is only one file specified. + set dummy $files + if test "$#" -gt 2; then + $echo "$modename: \`$dest' is not a directory" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + staticlibs="$staticlibs $file" + ;; + + *.la) + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + library_names= + old_library= + relink_command= + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) current_libdirs="$current_libdirs $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) future_libdirs="$future_libdirs $libdir" ;; + esac + fi + + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ + test "X$dir" = "X$file/" && dir= + dir="$dir$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + if test "$inst_prefix_dir" = "$destdir"; then + $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 + exit $EXIT_FAILURE + fi + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + $echo "$modename: warning: relinking \`$file'" 1>&2 + $show "$relink_command" + if $run eval "$relink_command"; then : + else + $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 + exit $EXIT_FAILURE + fi + fi + + # See the names of the shared library. + set dummy $library_names + if test -n "$2"; then + realname="$2" + shift + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + $show "$install_prog $dir/$srcname $destdir/$realname" + $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? + if test -n "$stripme" && test -n "$striplib"; then + $show "$striplib $destdir/$realname" + $run eval "$striplib $destdir/$realname" || exit $? + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + for linkname + do + if test "$linkname" != "$realname"; then + $show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" + $run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" + fi + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + cmds=$postinstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + # Install the libtool object if requested. + if test -n "$destfile"; then + $show "$install_prog $file $destfile" + $run eval "$install_prog $file $destfile" || exit $? + fi + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` + + $show "$install_prog $staticobj $staticdest" + $run eval "$install_prog \$staticobj \$staticdest" || exit $? + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + file=`$echo $file|${SED} 's,.exe$,,'` + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin*|*mingw*) + wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` + ;; + *) + wrapper=$file + ;; + esac + if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then + notinst_deplibs= + relink_command= + + # To insure that "foo" is sourced, and not "foo.exe", + # finese the cygwin/MSYS system by explicitly sourcing "foo." + # which disallows the automatic-append-.exe behavior. + case $build in + *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; + *) wrapperdot=${wrapper} ;; + esac + # If there is no directory component, then add one. + case $file in + */* | *\\*) . ${wrapperdot} ;; + *) . ./${wrapperdot} ;; + esac + + # Check the variables that should have been set. + if test -z "$notinst_deplibs"; then + $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 + exit $EXIT_FAILURE + fi + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + # If there is no directory component, then add one. + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + fi + libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 + finalize=no + fi + done + + relink_command= + # To insure that "foo" is sourced, and not "foo.exe", + # finese the cygwin/MSYS system by explicitly sourcing "foo." + # which disallows the automatic-append-.exe behavior. + case $build in + *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; + *) wrapperdot=${wrapper} ;; + esac + # If there is no directory component, then add one. + case $file in + */* | *\\*) . ${wrapperdot} ;; + *) . ./${wrapperdot} ;; + esac + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + if test "$finalize" = yes && test -z "$run"; then + tmpdir="/tmp" + test -n "$TMPDIR" && tmpdir="$TMPDIR" + tmpdir="$tmpdir/libtool-$$" + save_umask=`umask` + umask 0077 + if $mkdir "$tmpdir"; then + umask $save_umask + else + umask $save_umask + $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2 + continue + fi + file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` + + $show "$relink_command" + if $run eval "$relink_command"; then : + else + $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 + ${rm}r "$tmpdir" + continue + fi + file="$outputname" + else + $echo "$modename: warning: cannot relink \`$file'" 1>&2 + fi + else + # Install the binary that we compiled earlier. + file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyways + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` + ;; + esac + ;; + esac + $show "$install_prog$stripme $file $destfile" + $run eval "$install_prog\$stripme \$file \$destfile" || exit $? + test -n "$outputname" && ${rm}r "$tmpdir" + ;; + esac + done + + for file in $staticlibs; do + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + + $show "$install_prog $file $oldlib" + $run eval "$install_prog \$file \$oldlib" || exit $? + + if test -n "$stripme" && test -n "$old_striplib"; then + $show "$old_striplib $oldlib" + $run eval "$old_striplib $oldlib" || exit $? + fi + + # Do each command in the postinstall commands. + cmds=$old_postinstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + done + + if test -n "$future_libdirs"; then + $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 + fi + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + test -n "$run" && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi + ;; + + # libtool finish mode + finish) + modename="$modename: finish" + libdirs="$nonopt" + admincmds= + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for dir + do + libdirs="$libdirs $dir" + done + + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + cmds=$finish_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || admincmds="$admincmds + $cmd" + done + IFS="$save_ifs" + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $run eval "$cmds" || admincmds="$admincmds + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + test "$show" = : && exit $EXIT_SUCCESS + + $echo "----------------------------------------------------------------------" + $echo "Libraries have been installed in:" + for libdir in $libdirs; do + $echo " $libdir" + done + $echo + $echo "If you ever happen to want to link against installed libraries" + $echo "in a given directory, LIBDIR, you must either use libtool, and" + $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + $echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + $echo " during execution" + fi + if test -n "$runpath_var"; then + $echo " - add LIBDIR to the \`$runpath_var' environment variable" + $echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $echo " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $echo " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + $echo + $echo "See any operating system documentation about shared libraries for" + $echo "more information, such as the ld(1) and ld.so(8) manual pages." + $echo "----------------------------------------------------------------------" + exit $EXIT_SUCCESS + ;; + + # libtool execute mode + execute) + modename="$modename: execute" + + # The first argument is the command name. + cmd="$nonopt" + if test -z "$cmd"; then + $echo "$modename: you must specify a COMMAND" 1>&2 + $echo "$help" + exit $EXIT_FAILURE + fi + + # Handle -dlopen flags immediately. + for file in $execute_dlfiles; do + if test ! -f "$file"; then + $echo "$modename: \`$file' is not a file" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + dir= + case $file in + *.la) + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Read the libtool library. + dlname= + library_names= + + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" + continue + fi + + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$file" && dir=. + + if test -f "$dir/$objdir/$dlname"; then + dir="$dir/$objdir" + else + $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 + exit $EXIT_FAILURE + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$file" && dir=. + ;; + + *) + $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2 + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -*) ;; + *) + # Do a test to see if this is really a libtool program. + if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` + args="$args \"$file\"" + done + + if test -z "$run"; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + if test "${save_LC_ALL+set}" = set; then + LC_ALL="$save_LC_ALL"; export LC_ALL + fi + if test "${save_LANG+set}" = set; then + LANG="$save_LANG"; export LANG + fi + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" + $echo "export $shlibpath_var" + fi + $echo "$cmd$args" + exit $EXIT_SUCCESS + fi + ;; + + # libtool clean and uninstall mode + clean | uninstall) + modename="$modename: $mode" + rm="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) rm="$rm $arg"; rmforce=yes ;; + -*) rm="$rm $arg" ;; + *) files="$files $arg" ;; + esac + done + + if test -z "$rm"; then + $echo "$modename: you must specify an RM program" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + rmdirs= + + origobjdir="$objdir" + for file in $files; do + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + if test "X$dir" = "X$file"; then + dir=. + objdir="$origobjdir" + else + objdir="$dir/$origobjdir" + fi + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + test "$mode" = uninstall && objdir="$dir" + + # Remember objdir for removal later, being careful to avoid duplicates + if test "$mode" = clean; then + case " $rmdirs " in + *" $objdir "*) ;; + *) rmdirs="$rmdirs $objdir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if (test -L "$file") >/dev/null 2>&1 \ + || (test -h "$file") >/dev/null 2>&1 \ + || test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + . $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + rmfiles="$rmfiles $objdir/$n" + done + test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" + test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" + + if test "$mode" = uninstall; then + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + cmds=$postuninstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" + if test "$?" -ne 0 && test "$rmforce" != yes; then + exit_status=1 + fi + done + IFS="$save_ifs" + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + cmds=$old_postuninstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" + if test "$?" -ne 0 && test "$rmforce" != yes; then + exit_status=1 + fi + done + IFS="$save_ifs" + fi + # FIXME: should reinstall the best remaining shared library. + fi + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + + # Read the .lo file + . $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" \ + && test "$pic_object" != none; then + rmfiles="$rmfiles $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" \ + && test "$non_pic_object" != none; then + rmfiles="$rmfiles $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$mode" = clean ; then + noexename=$name + case $file in + *.exe) + file=`$echo $file|${SED} 's,.exe$,,'` + noexename=`$echo $name|${SED} 's,.exe$,,'` + # $file with .exe has already been added to rmfiles, + # add $file without .exe + rmfiles="$rmfiles $file" + ;; + esac + # Do a test to see if this is a libtool program. + if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + relink_command= + . $dir/$noexename + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + rmfiles="$rmfiles $objdir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + rmfiles="$rmfiles $objdir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + $show "$rm $rmfiles" + $run $rm $rmfiles || exit_status=1 + done + objdir="$origobjdir" + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + $show "rmdir $dir" + $run rmdir $dir >/dev/null 2>&1 + fi + done + + exit $exit_status + ;; + + "") + $echo "$modename: you must specify a MODE" 1>&2 + $echo "$generic_help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + if test -z "$exec_cmd"; then + $echo "$modename: invalid operation mode \`$mode'" 1>&2 + $echo "$generic_help" 1>&2 + exit $EXIT_FAILURE + fi +fi # test -z "$show_help" + +if test -n "$exec_cmd"; then + eval exec $exec_cmd + exit $EXIT_FAILURE +fi + +# We need to display help for each of the modes. +case $mode in +"") $echo \ +"Usage: $modename [OPTION]... [MODE-ARG]... + +Provide generalized library-building support services. + + --config show all configuration variables + --debug enable verbose shell tracing +-n, --dry-run display commands without modifying any files + --features display basic configuration information and exit + --finish same as \`--mode=finish' + --help display this help message and exit + --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] + --quiet same as \`--silent' + --silent don't print informational messages + --tag=TAG use configuration variables from tag TAG + --version print version information + +MODE must be one of the following: + + clean remove files from the build directory + compile compile a source file into a libtool object + execute automatically set library path, then run a program + finish complete the installation of libtool libraries + install install libraries or executables + link create a library or an executable + uninstall remove libraries from an installed directory + +MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for +a more detailed description of MODE. + +Report bugs to ." + exit $EXIT_SUCCESS + ;; + +clean) + $echo \ +"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + +compile) + $echo \ +"Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -prefer-pic try to building PIC objects only + -prefer-non-pic try to building non-PIC objects only + -static always build a \`.o' file suitable for static linking + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + +execute) + $echo \ +"Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + +finish) + $echo \ +"Usage: $modename [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + +install) + $echo \ +"Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + +link) + $echo \ +"Usage: $modename [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -static do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + +uninstall) + $echo \ +"Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + +*) + $echo "$modename: invalid operation mode \`$mode'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; +esac + +$echo +$echo "Try \`$modename --help' for more information about other modes." + +exit $EXIT_SUCCESS + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: diff --git a/missing b/missing new file mode 100644 index 0000000000..fc54c64ec9 --- /dev/null +++ b/missing @@ -0,0 +1,336 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +case "$1" in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case "$1" in + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + tar try tar, gnutar, gtar, then tar without non-portable flags + yacc create \`y.tab.[ch]', if possible, from existing .[ch]" + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing 0.4 - GNU automake" + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + + aclocal*) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case "$f" in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is needed, and you do not seem to have it handy on your + system. You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` + test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison|yacc) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if [ $# -ne 1 ]; then + eval LASTARG="\${$#}" + case "$LASTARG" in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if [ ! -f y.tab.h ]; then + echo >y.tab.h + fi + if [ ! -f y.tab.c ]; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex|flex) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if [ $# -ne 1 ]; then + eval LASTARG="\${$#}" + case "$LASTARG" in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if [ ! -f lex.yy.c ]; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` + if test -z "$file"; then + file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` + fi + if [ -f "$file" ]; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit 1 + fi + ;; + + makeinfo) + if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then + # We have makeinfo, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` + if test -z "$file"; then + file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` + fi + touch $file + ;; + + tar) + shift + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + fi + + # We have already tried tar in the generic part. + # Look for gnutar/gtar before invocation to avoid ugly error + # messages. + if (gnutar --version > /dev/null 2>&1); then + gnutar "$@" && exit 0 + fi + if (gtar --version > /dev/null 2>&1); then + gtar "$@" && exit 0 + fi + firstarg="$1" + if shift; then + case "$firstarg" in + *o*) + firstarg=`echo "$firstarg" | sed s/o//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + case "$firstarg" in + *h*) + firstarg=`echo "$firstarg" | sed s/h//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + fi + + echo 1>&2 "\ +WARNING: I can't seem to be able to run \`tar' with the given arguments. + You may want to install GNU tar or Free paxutils, or check the + command line arguments." + exit 1 + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and you do not seem to have it handy on your + system. You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 diff --git a/mkinstalldirs b/mkinstalldirs new file mode 100644 index 0000000000..d2d5f21b61 --- /dev/null +++ b/mkinstalldirs @@ -0,0 +1,111 @@ +#! /bin/sh +# mkinstalldirs --- make directory hierarchy +# Author: Noah Friedman +# Created: 1993-05-16 +# Public domain + +errstatus=0 +dirmode="" + +usage="\ +Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." + +# process command line arguments +while test $# -gt 0 ; do + case $1 in + -h | --help | --h*) # -h for help + echo "$usage" 1>&2 + exit 0 + ;; + -m) # -m PERM arg + shift + test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } + dirmode=$1 + shift + ;; + --) # stop option processing + shift + break + ;; + -*) # unknown option + echo "$usage" 1>&2 + exit 1 + ;; + *) # first non-opt arg + break + ;; + esac +done + +for file +do + if test -d "$file"; then + shift + else + break + fi +done + +case $# in + 0) exit 0 ;; +esac + +case $dirmode in + '') + if mkdir -p -- . 2>/dev/null; then + echo "mkdir -p -- $*" + exec mkdir -p -- "$@" + fi + ;; + *) + if mkdir -m "$dirmode" -p -- . 2>/dev/null; then + echo "mkdir -m $dirmode -p -- $*" + exec mkdir -m "$dirmode" -p -- "$@" + fi + ;; +esac + +for file +do + set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` + shift + + pathcomp= + for d + do + pathcomp="$pathcomp$d" + case $pathcomp in + -*) pathcomp=./$pathcomp ;; + esac + + if test ! -d "$pathcomp"; then + echo "mkdir $pathcomp" + + mkdir "$pathcomp" || lasterr=$? + + if test ! -d "$pathcomp"; then + errstatus=$lasterr + else + if test ! -z "$dirmode"; then + echo "chmod $dirmode $pathcomp" + lasterr="" + chmod "$dirmode" "$pathcomp" || lasterr=$? + + if test ! -z "$lasterr"; then + errstatus=$lasterr + fi + fi + fi + fi + + pathcomp="$pathcomp/" + done +done + +exit $errstatus + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# End: +# mkinstalldirs ends here diff --git a/modmake.sh b/modmake.sh new file mode 100644 index 0000000000..8b582feb75 --- /dev/null +++ b/modmake.sh @@ -0,0 +1,18 @@ +#!/bin/sh +pwd=$1 +shift +mod=$1 +shift + +make=`which gmake` + +if [ -z $make ] ; then +make=`which make` +fi + +if [ -f $mod/Makefile ] ; then +$make -C $mod +else +$make -f $pwd/generic_mod.mk -C $mod +fi + diff --git a/modules.conf b/modules.conf new file mode 100644 index 0000000000..b756a3aad8 --- /dev/null +++ b/modules.conf @@ -0,0 +1,11 @@ +# list the modules to build +mod_bridgecall +mod_dialplan_demo +mod_softtimer +mod_woomerachan +mod_playback +#mod_wanchan +mod_speexcodec +mod_exosip +mod_g711codec +mod_rawaudio diff --git a/modules.conf.in b/modules.conf.in new file mode 100644 index 0000000000..d7e75d9c94 --- /dev/null +++ b/modules.conf.in @@ -0,0 +1,14 @@ +# list the modules to build +mod_bridgecall +mod_dialplan_demo +mod_softtimer +#mod_zaptimer +#mod_rtctimer +mod_woomerachan +mod_playback +#mod_wanchan +#mod_speexcodec +#mod_speextest +#mod_exosip +mod_g711codec +mod_rawaudio diff --git a/platform/vsnet/FreeSwitchConsole.vcproj b/platform/vsnet/FreeSwitchConsole.vcproj new file mode 100644 index 0000000000..a181ce866e --- /dev/null +++ b/platform/vsnet/FreeSwitchConsole.vcproj @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform/vsnet/FreeSwitchConsole.vcproj.8BALLBREAK.Administrator.user b/platform/vsnet/FreeSwitchConsole.vcproj.8BALLBREAK.Administrator.user new file mode 100644 index 0000000000..a0b6ef17af --- /dev/null +++ b/platform/vsnet/FreeSwitchConsole.vcproj.8BALLBREAK.Administrator.user @@ -0,0 +1,65 @@ + + + + + + + + + + + diff --git a/platform/vsnet/FreeSwitchCore.vcproj b/platform/vsnet/FreeSwitchCore.vcproj new file mode 100644 index 0000000000..62658c25c8 --- /dev/null +++ b/platform/vsnet/FreeSwitchCore.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform/vsnet/FreeSwitchCore.vcproj.8BALLBREAK.Administrator.user b/platform/vsnet/FreeSwitchCore.vcproj.8BALLBREAK.Administrator.user new file mode 100644 index 0000000000..42531bd10f --- /dev/null +++ b/platform/vsnet/FreeSwitchCore.vcproj.8BALLBREAK.Administrator.user @@ -0,0 +1,65 @@ + + + + + + + + + + + diff --git a/platform/vsnet/Freeswitch.ncb b/platform/vsnet/Freeswitch.ncb new file mode 100644 index 0000000000000000000000000000000000000000..3411291048c25ac263256e1b29cbba5c85a7f7ed GIT binary patch literal 12037120 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

=+>RA0m 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]Usaz`$_&ETJhySE5;Zw}JT5UZNW!GpmZmonB$U65bY z{1ndzS8E-1S8HPqyOeA(E3hb$X?{%gcBSAxootG_SoT(}@GKW~F?!4NcD}2EqAt%( zq_->oi5RDS-|cU^H<;!$O9uO#uW!KJZ%oB~!6QMq|7}}jHm=1O#Pn>J-no&YW0Yv# zA3PM)b9K=eo!iU|esgKSZaJ5RIp#Nag$+RzdBH1OkF^p}UkbLb$((GID% zP#*Z}0_HdNMYuD&GJZA2*h)vNWxNC98=1N{ENre78=*~18|*dgX9k&}X1KY>jKj|F zhs~ z_hJ~*%y@FG?l5pMvMgxM2@izyB(IHCSrE`81~zy;u>d= zYNo9dR;u<;eK2x0LOthVoT|&X8Z1+nao2rZmvQOsV+OiheAK+;jutU5xqNPlm3F_F zk~nANQuT9v0j-&gSy^fP3Aq#aZ2vuYEM_W%YxN_c3~`zE4lkwDkBezE!XpZ*RUq zF2f#cV4|ppPMNlmg_zaZ8R2et-qDSUJK&io%s0MYS(ndn&uD6dd*4|)Ncn~EPPj7T z+fjcbyFGYp7)t3ik+zX1U43~rSnNtybCvG$YNk$isjF_%kxx9Y8`cjVz*?ZiE{{i> zf9J4Q+vMWX%+;0?PevW#}f2oJ#zA&fyV^z#-v^KwUso-j!$}W}r%~}_u?*h($Fih@c zy2a(k1@*BjK^@gxm!4mBeq52)nSyndiNP)I7x$583yR^HVjPE>r7kbnQsCZ=WYE%B z!QC7+&o^jwag{e$R@{NM!k35}&$?4DbxT}CGkXet0 zR#?M#0q5p;&2<=C-l59s+;~(!$c!Z+?D!8T0CLfDt%BdT>ioC zQyUw!b}8$iTRY8R5$>r%l|$9v5dFxxI+>yXa^Q^?hBN2Pzc!#!DJgUg61+t@sJ zBHBI=Vr9tmU?%?N<8LwkmIj+qc9<{R4RYDNBP#1!D7UOFk6~@acUTvJiYRh77&T7@ zyCSqQ6N7)08Ew{^O=#n#2FHTq!8bu2%wF$B&uoXQIhvat$QRy=4QRt|#oF1_Alwhw z5#@80yN^**&G{DSlP)J;HJmMG$=EOUxy$KR(BYl4s})Y>eS z&jy_f+h>_8t8=+0a+G--aphTjf6(p=<5>kyWZNK@tD(9Y+Hz+YjUwEIicy82LLFNI zu8UN-(fTGtDs-~G_p?{%YAr16N`5E#i{!79E8y#KJnxN^#~-w@nQ8b%ysN-Eqir@C z<-Ji-+oYaJLz2cOO-Y)av^eR7q|HfhCB2{YLz2o~<2rkOplg(}zHYh(zVyj3@6|P$ zSl`%$8qI7=bW_5fgc>cazg)CJv_?1UFBmHxd;IG_(i;TN2MS-CWf)lD?ou%>qFPwp zc9g+%XY@APtb^wExB-V{p2>ur%|$U;_!ituk8|XxAl3xzf!p8X$TskOs2wnR2F`Uo z44-vgL97dS5AGsztWzLIj)1ezigj?{Tt`ff1`RmBxPf(B)W`Y-a^91ISUbS=BbPjm z%YdIidlkEDC&cyh3qOq&1IQn8Mz2b z>T&in3Sw^cN4U>=9Muu{CH&!jfpc96%6V!L;k1H<@2h&em~dtk9BmQI7f~Pi0R6Ob!mZupO=xYY zbXyL|i=#p)0{yTY7D73+T;o5~w-4BO7Q%Hah<-%AKXtvw*-tHw5!qDe_wjgD;aBOa z!DoWAoG_f~!t=_$##hOaE^-V#Bb@x$RgSp@aHb19t)}ooVt2UUB%3bsTEf$HI`r9l zQRy~aE41KPD#EOYjOrwCe!QY>GhVW+C!H9hZ)W?0Kegok*Va0<|ciV6@ zc_ZOn)Gcry1Lu7wZz8-0dh6K#;cVLsUqL*z!G1yY{U4p6aFaLE*N?6cn9Hj{ZR*SmJ`H3t)p=JUE0AO?MT55PZU9o`=8dvB;q)0Wwv?w#^!pOWJnB>0?7$Ug``2Qg5-i+4ap7R zx*I&vEX^zth^V_=T4c+h@{(cGJz73)OYq&A2`6vYmb$h}; z5<;CY-Pyjd=?}x_{29~2Jfj=V|Alje1)TnK&^rKO*v(xTV(XH9G7+?Dqxd}#Yik~J z{}x3(#Wy&u#^iAREqHf@mZ~Z!&iU}HW?12~(EWP>zj+qlLFHT85NPN9w^r6a63^NJ z7g~Z&(B<*gq&|B|9i9G0^h!}Hva-Uuq7zsnlT%-Xx+fj`=_}&vG|gcv@1Hp5fS9s< zcqdReigy)$KZTg@M4S%cZFdguor`}%I7RD};c1*#NwNRU&{$ipb^bZ%6&-`0A-{xma~s{iY^zYWD*np2G_g-a+2Ufz zxjOa$s5c0I16^zmA+OHB&wPj?_bK^tw|I?IyiwBew&A~f!KlM;AyL?FLXC#j(tBt@ zXtbr`KDNPlekpv-sxiJH!he@KRvG8EfE7RfTkI7ZAAVE3MSkn&ZtwXno-?uji`F6; zXXXw^>KO-qVT8i*HI5H9Ml2Mr6T0kwld~M~j)g8~(0G0`^xr9bm$5C?7{6|k_Z8nY zfBto+OLuvcN6Ln*e8@yTWa{oN@Ajh5+&?&n_HJ~{imOT5!WdN;>Uxyp&CvSx_?pPj zKGqk@`Q8fLd}!Vk*?XGrVyuHU(}KO|k&@;J_%(adQ5Y%7aDB8b(N{Xz07P8M{Ibkin}VtHTu~4?V$cF;X*jr^w^(2IWPbUYSL}}OY!^a|*jw9%ak<@!U(G7yu3SH{kV`|ZSc%vvmv4*BDc95g zEjclkFIFUW9y!O*TH{+s=Uwl5SmeAbIrXB=qvvsdsF9vnD)Bse#*9zZ5Jv@vN%(mP4)clV6l9=kg>AvP^CIxG5kbY66RbU}1^bVYP!bWL<^bX|07 z^wsFj=v&cU(Sy-pgOeDOP4Kra12R z&&hM59eNksk<@2L2JLLt208HtXMbv{$N9wOL@kEbiCQQ;13qhqFDKfnwef2`cn10# zS7a?#I=-#Jxp%zVMNn8&XX&aVe5)!O3)gbxsVECW2w zet1r_1xCWPZGQGG*#74n-2bE>!Sl4VHz%XhG83{061KhB4qb}h+aUBGhI`8SSD*#= zE&Sneb|T4mzVC)@Uaq$z4_&rB!db&osw#4mZ~QX2r}c2BS|c}mAcxpaWhtnM?|9c! zjiHr;=V9G`P5f?zzYh4j6*=5TwZ>8ERz^Rxy}AXzI9`(poyG{SE%Z97?x45@2s@UC zX@~tN{IQHuw=Ddb_-hXR)~X(88fXP+mtBt-+^8}TmL0>j-_*MuE9^(8Jg7;o#q(Jh z^+}aj)mZIVomjJ2^H}Rxn^@0SuUKz9_XA^t@a*3c8;j?EV(bCb0guOK$DW8i8JmOJ z;AyXiH`1yTy8lufCU zl9AFlr9(=mlv`7Jqzq0Onlduw&XfmICZ$YHnU?ZM%Jh`EDf3e1rz}Z%I%R3f+LU!E zFQKk_CFRwWr`_9UJX)AfySLZ6$kVRosT8diJ^xNr^68kK23_V2zo|M|-iQCfJ8N1U z`>w8ty?9+C(@<}&`pY<9DLl~_3BM0{_@{Bc(&%ks<^ydxaF*7b_=(=_y=EV7$XRfX zL!exuw{7{o;7_2%;_F|J`>+qU(yvFTUkiPugV6t#;TLCn)39J+b<c`HdmO=nkH!2h+7}*YscV4oY3`H1*W;|G8mMu49QY!S z^NrO2`{(Zi-{En#JQ~1e{Qcm^J^ zup#!NJP5a##|sO$-&w2a@gl-!VK)l$$K%C>&%sU<%wT%_I^j#yQn(X6UQ+lf?2v-F z9*?tpH$;ng6Wlc(NA(BJ(SF!v@OXLQZ=nT)6$l>Z`>i2n{NICn(c_hcAH&Wt)KDGc z`A}8(dF*mQP3m!uBR0fLC!6GrJ&s`$aDLGjttpRlT(BYf`nkdH@pv8Kd9gkPJ!Wu@ zNAf<_6JA)SgRddSkO29O!tM9Yc7lg?G3pC1k5K~5SyI2I4X2^-%9{2TE_nKlh1bRR zdoc&vDIQK!;Z4!2!}q|!!*KZCZm4LfA5j!8@kzT`cpKdYysgJu32%q*n!;Wic{Quw zTDbi_+Wj7HBb?t3M$6RWZH4n|!WeJ%cst>@YT6Ch;_>#vduZARI0&ARF4xUQ-b_6z z_9@Pgqh6|s=aJ))&D2x+Dd^|u9OoR5Y^LVG@;&am$2$q1E8kOV?(xpT=i%$M7)$ba z7vb~q)mGSp5N_{FSK*uS4P!j-9%p-}nR;F9mAvKgp2GL&z0f}fj^Rnv=O(p}4aaOo zMM`e#d6U{-_%t((6>JyqDjA}GyYT7wE(NN7a?~3PXOQqG%#+|ZfU`a!A0m8_SpweC za_rYKsdorpfwds8L*#L`o0_RLVvlJCIN~Y#Y=<^eubJ)8f0i8O0pX;L7XAiSj-fy6 zan@7K)J}s%e(ETAXb1Ri;d{&;@W?H3evk0IW-qz-9whIAx#OYW;d`(p-h(0MKI_s5 zhxv(}g{k92zo+R5eRAd}`9$H??wija68;A_w*5(emhiLqiZj}-3Cvfg|`-aYGpnCyzow@3-p_S^Zru*MdAHSfAHRxOMG4uKEwxGxVXgOPt?9bPSG=OA68bTUD8bg{unnIdEnnS{UplpwGygnSG|4-xp z9Jl{(WA>PZK zU53s5Z*)UpJYRkr?JMYfy~7Foze9N4Fun}4F!tU|z{AHlm4cu9fat#sF0VD-{pNXL z`or|dZ+DLG=N_RjEOP3H`+OMoDIAX+x7R5K_s62>ogpomj@=J;4#YpU@`_`r*oRgH z;_GDMx1YD4;kx0T#1C+c>13LZ!OwXk`onptEB%+C!~4Mao0B%azP~V7m=2yB#<@B; z<1hmCM&fk7Ly+HS-Q2OCeRJ-a+N<}u(WSjQ-Eh?s$0TUQdkp3ZR;gL~3B2v+pk~&v z;#t(q4LqnuqwkQ{OvLX1`b*VF^gW8Uv7@`$_0xE#F#IR+rm6&&Ic>?Pcl=xZI(*F2&1e;b z;}+%A88?nTTy@c$xna&cg7w~Q@y_XDp2gq8pv;ZuRsG^oxf3N#X~bzHM$^gjm|O^% zcjzqgV2By%u0yM#pSaNPKyGs%61A?ySH{z2Wio#?Mr+|-v(x2xf3*{7WGtURnPCq* z3I2Q0u9}XOuxruo+HBaWc@G^a=I(Y?72h};t5@TE_DP$gK-9$@U8!$ItQr1n)lQc- zGhEKK)T>=A7NafooZgJ_Zsz(o9d_S5S6BG?&w#ie!iS` zYPKqA*Jwcc+~dCc8%fLzar2@nX=vW$=BGZqo89P#`*%|Qk^2>!-u*HC)^)h7@4S*0 z?c?ONqSW_ENFU8F#X$dP^>?bDDO1U7*~rLb_mF>;=jG!E?di6u{LWFf4ylEEDblEj zT$$}2PGe!HdpP}~%V=S@-7#@{2U<&-$1L~ylj@sCpYTghGK(3PD`R_$obZRu$3Hk4 zOsj4b>lVgGYt#3xi@rxjPk67^iG19cHp%|!{dUp)*hFt62Q}hKi-+1({qZ`?q1xXk zWx%}XdVE^Iy?*SCtzOtZ{&=skRJnb>8=3m6tO&=$eB&-bd883kz5i)9G=2X* zQJg;aox2&E!fb{wu@krC`VdRe^P)CAl2F!alIPRd9q+2(o}M_%9qu=!{`r`4?GM(` z9-F$h54q?r?DEk?%+!6zOMj&>?`<(spS`Bfhz6$8CBBKz<{Y;ptoPx|Mx?%0oBIET zf9w9F|4a0IU;K$TN6X8cUrK{YC5p2sr`XY$+e!Q%>hr`a&|aO&_0&LKq0eb0{IP}v z?n+AK4y%vFwTcn_SHP9hD$vFp#&tJw`bm;kU0Z=Rs`~TwP2PB6RpWhV%_ACcjWt)G zz2B2-1ke0m&3HE(NBEJP=}MA*1Fu0o={F>8Yqhbrt)GAW1NJt+=-kcCnC)n^hSf&Bzx! zp19A<*Zq@sYuu+5=eQ=nG&{7l#h!ekxoHQxpSHTE6ry`d7stD7mGMFNK_%d+yz|et zSuGOZ4r4aW1pHg}|M^?)9G!k=^0i01FQ}Qy{GgdD`huRMmds?Wmu94N8Ko^fp%m4} zQmlT-SL1D-iprc!R_RCXsbtTL>Qk}Z8QaKA->pJjsZ^=CC!sQw98msxBKH+5{LjDt34#9!f&agS zz%FOvqY~GXakZL>-)7S$X1~Cx70U5*Y@B8v%FVQ%EcEukCf1{)=MK2a7iL}Be08-y zGkKLlTED)L|5fK@T;&KeJ^7=35peZwI2ndN%GH3YOigB{QU3>Ay*PIG;*Wh61J0ZH z_X&Tf5(BQ1RXvW6`Tt33)6_o&v^4lv&*o`A5O9i1{?*moFt;e+D!~~%;Z$q(Uktd~ zBlHyQJiLhkS9^q&8D8Tws>QSSsy&j-)#O~7fU7;CS%I2=eqova3)HTsSML=OtpoWa zBLARe%eY#=Yngm<{!gudqn74ha$b-$0-1ldH=dj?)H`@DL-73jnLm1|0k32HN7m<2 z_XM0_CI0B;OaxrgRpfFZwI`@_&4mX zNZl0h2F5qgAL1!mH`({@Vtl<@&-LSgH#YvEoxk{2z;`wNf$cN8UWp)WKQ=Ya3EW&K zE77F9nelhoInudj1OGHP{x{oa^pSwml;PhywtnQUfVVWR8J5neb(XomoAFoav9VS% zkZ)!D6*M`_(+T8vH-5dXBRD4D(mkPz;1BHv?TpO*Hp1wHgw_YVt?|=r-1mWi(?sCk z0RA}VGT`lu?~9flT|>az8*jmU4)#?Icn9N2|D$)nX;$+u>96#@i@4mY?0hxZb&j0o ztu&aydgb2}{ixd9q0!liGEbkLv+E07U&XwY{{Eb+jGk#XmUm#+_1E+ov5D}Gm^PTs zm@mel>*0V(T}Pz9CvcsF3Ez7NIF${g%le%~#Ipp0v02LSNt2^>T_Y zm7A9nOEM}?^?N0ysLbQE2qS(=_M^bA@=tQhDfMJj&gi#Rx5%iR(sL@EUQg{>nKJ*_ zqxqGXWCw2LZ1<`HkYm-%1$F3;~}- zfVA#TXXi?p^Q?Z+^AA$1$S9vnTDe4Qcin574JfCz0)KS^B2gQ!w`U=lIF)Oia)^j2Ah{eC5 z99Jo;kX(Yx*Vz9b1mFA3me5*?oSwN|GttwpQGKG?P+WCjrqxvWar6xdSA3|2ppaQX zyFf-Q5B+|e_J)i~Q2F6Sd^+F$|7J|$Ta|Rj6V3{iwv3_e%sgxT|9I+~#oCKEefnO) zWg%-7H@KT1@{`J8)e3r7mU4bBm$FowNLIN`C9T47GH;#6TJ7wrno({%%KUYiOuMPI z9_r1j)?LEiQvR0lr+P|tnCiE`;+OI+wbGJYT8|uwN63#|7&X<3g~*5YsYuJ0ZTZ{l ztfZ%RfjfM4qFq*rpw^lEcpq&t8MPku`ytwlGC!p;IonpG$StLWS*g373DrMRiF4fD zG^f<^P~1Jr-(&o#EueP7KmLMhHHlo+di|hcECJK3esfGWw={3`K zszs*0xMH~tvliR4=WcebkosEMs|wT^N|7^}&nGk2sa2qFQd>YRBH7grx*~n|&5W(U zN=&a+p$B*CrR~T;*D`ucMPE3DR^(Rg|770o^k%ezx8jOr=Gp9NoX|+-|K;4o!n63a zo8ig45RwT0#3#Z-y`Xq)wAW|DSI8YCH9te;PHi`tdCAPDkvpwR#qE6V+V1qisqnAi z*?bX&Q*Ae`@J#qXxl^L|Mb*R`x?c-Uf>-XC_=kDl%vw+QuVmO)cHdh5NM@@pB#7!r z9(SlUD@tCch#$kX30&^8ny-@j3u8^!#7y!)UVJ8_WfyYomdaN}o+sfK@P}?X;6ye2 zeEw*A1YCJ-CYt(rTxSJb{fL>w_FS%42b{zWKaW33;()6kq4aSs*GB`ce#A`ne4fMg z-GHkfF_Ro}4%c4;UekEeAFSCa2?u?b`Vli351Peww}7i3q4iv6bL}1Q?Tydm9__t= zD>u)icAvrZ^nj}$G1E=wkM>Q#Rie#Ae@{{4?hLrbDrYioN%nA023-A%ndD|NxBDRA z^^BiEPG|jfz;`k})%4c2I+uO#&c;u-^{TrCyx6$b-%xW0T>X)ml-AOEjS6^)@yV3n zj4cPefpO_<*`Y1q4UJDi@5)?*fUBP}({y%}PyugbTpB=Xt$;T+o}B0TS-_hZPxSY{ z!n5=*K8KOt`CRjRCE>sd(@MJYbq-5vaKPC~#{ZeC2A zU@_M!dne&3_tihTIBC1M;()6Fy_kK{Z{ylZ9DqOVeEN%NOWX_JJK!BmUMtHu4=3R2 zA6-n_W(C)w;$%?Vsou%B)`7Ak6Feeg$^Fj8wF;GU+on+}B;iv*d_FDur@4-WtKR5_ zJY6if>SD(615Q^7uKJntGy>km_-ePB>$3sxYJ3gtT3UYr-^cjlw8oe(%Y5|gy`{#V zp!LM)N5H!oUu)-Y3=Md9<63D;KQQ2`59c#3`V`lvyAVDdlW^#1{Av5%Hv-Hh}2xAB)~3FCjb=F2La`x)QBX%Hz-!nyhZ#*=>iW^*TzKiK$2)0smFeb@Ye zk2hZ8OK^Wlz$X}Q%1TjM*8xAycw0M9_^p7SWV|cuJkc5jT;5G_^AAy z&u&ErBHt?DD&Ob3WFGKd0YA(57a}fp@1NAg=OdzI)lf41Y=T)twi=!}uFs=LvlT*Ew3^ zcN<^Neo)k#;;l=KFE#!VJH;YbS|+dZXukX2e-AGfPvuqa%y&QdAK|S6`3H?h{A2x3 zAiv6ZF3Q6X4dhk6%x5>8Ch+lr{Nu)(GGB+0P`KKq^1t%`eAg-J1V2CE&loR_O5xW9 z{5j+OSk;QYB;d;b^W7oQA@JwnS@^tce0Ve*zCPfu8Xw235a+&2xP|lU#*ftwXfD^S zEPUQHo}AOWW5C}weg=DCq9+RY-;B?WX2VMZ{+{s*?7ZAT0sp}GMeN&5IuuXCXT9-D zqD$cO;92_l#Q1_}0o>Z#$g91b@J$7q3fQ9$`3lr8^g*hBZt}ks{04tO?jSF|(Rdry zByP>WHQv0ic{% z-1*)3o`rkDcMo_(x}5KN7WRbq7bo3HK4-jlVQ=_o@$|bY8b74)5cuSPZ)bc|;VAfp z0k38Jgu)Zx`vv_M@oU}31z!+ux1{o%#8O@31lO|G`7`*+fY&kpIcq=Zg9q-2-|Vg| zcoY6yDt{UMpp0J$f9o&!>JEfwNfN)3U+Wg<=OVwfBnjs$Q+LD{=gaz8<@sl+`{jA9 z9=Jm~xsvbFdX%;9uKZoN(=6aS8NVlg54@LnN0YCyv+))A74X3UFE)N({yz9I0k3cT z{`~#$X#rRLwAQW6uY_L^@CE^22v_{dpN)(kR&W^M5b_qrdl&RB$J-k3SkSQ?-_v;g zg8Jq7-o_uzKZ<|u4c@EzZ>@VG{{;M*fR`G7CjSilBl(|vA%FHT{!0E8_)h`vW&ExD zTky&~%jEkQ|1i%~6ju`Pe#XDdv!#n`6Y%|vf6uyg;su_CkLumEu314dzDqpwkJja^ zMORXx93O0abDm=>++fMmUXuTZ8n01M6Z!FSpL{2-^*3wX{sjlXr-|20zE|sS*1BN@ z!{C>Rr|~t~_>l!i!fy`vSmVdB${LMS;Lg#;C$sLFcBy#!-s6lh4%^a zyZ9?^b*>&<`V+StAdzbn1ZsWD{+r!(46aI34iSfGmy6`SR zc#5-+d2SK@=_7gk|03a;@fq;j+7q5>c`N=o=c!hQ4@O?$|8goXett~#~8q1Bp z6ukt0MD7sp$k$k5{AH7WA>j8Je=T|q`48dxUcL80<6lN!mgA2Y{~-FH9A9lbIhXzi zxkEV1oyU!T7k!6(r9N=tSNuuiKiT=}4FazAuJfDi9Q95Cf6jOm$AsGe@zkF$8Xpw1 zoyS)ERpZIIE_se53J>aYy(waJAnQ4qqGZ9(RX-D4vFo)`vNtoX`Bd+)4Ql#t*i0m7~68;h^&> zogWd8z?~i8Dz9F~{eK$2GQJYtO5Dr_l9LRWG__4U7_~L}d z>bsl#uDM;|X9s)_^BmYSt z-^KWTx&7h)3b^`RRs4augW$E98=Aehhw_( zs`u?OJ^_AX>P}V9`Q#=)gMIoFuKXoF()e-laqyMMtK1eJWBdg6+$Ns~?x;Um!%vB) zz-P5Zp7*NWpJ03?^8jcsol`;eODXfa3Xd_ad7!i-l5r660`)&@c~Fm$-Ita9cDO}S~INaovVk1 zRy#R+l2(>lHfR>h&V{6eQ|?ntQ;V{%BE?HB@0lMPG2-wapKCdf`{!dWz+8yY8JCRc z*xrn2wi#_p&J<17L2kXi5>4lp^`Kf~`G2-XGIAquV0cn?fZ%wMhF zy@Y$0I?qUgXKqY#zU_ltw?22&Gh*Qx&G7X0|M$-_y`5(n?{{}#?!?@Mxf^p2W(j5~ zW*O#Q%yP^M%zc>qF)MlZ8m^CHp1`cdJc)S<^EBoe%sR}onCCFhV_x8ymoS^LS0WEo z##A96yu$BIn6EM4V7|rt9rGRLd(1yDKVW{u{Dk=#^9$xzOmdd0XMIlDna6Koe;e}- z=5LsHG4EmC$9#bK5VIb$0rL^&W6UR*PcffiKF554`4Y1c^A+Yz{QW!EKQRCCS*?@@ zd{;%jYdfyhFgnh<2BxO3^;)uaVk#ZuCfIY&u<1j~Kny#Uan7m8# z$4<``|^7fW-?|r zM*g_&1Y6>H{eH7&Bvbyq z*)xi>GjQu%Oc;+>2JCk1+mg%TFuO`7^UoVRqqI{O#hljtf5z`W7}S=L{6G0!=bhx6 z+Hh6c?ZtH%<`m24{@3+v zo>hL9jNUUhbxVGgU#dKm+{?n-7;@Jkm%S&;@8!cs;n9oo_b1|||VjU$-RTP9)ppaN^>fUvhU9Pbq@Dsu1c?&UC&51 zi%X@UJCRYEe1hvA4RZFalG8WKJ%!IE?kPMT;v2>C?~SEj#}E>y;B%dOB|+27-t{K@Rb#<%NxwE2td zSzPPe|D$_y<5S%D2~+9)vNE^<_I4PBS5_X@EJ(`IEWQVEe*z{9i_orTGg+k#y-Q)Q zYX|Bo#Z49l3ioqyEBl>=fn;xjTRd{r@9)yzHCcP9-{H5G_iq+oS^P^rEHhOXY2OJw zSBiV850qaNr-$%6s}I9xj)SY54c#gqujTzE_bNQPb(;PwKZWlK>%+`mK3vPEzbp+a zEX(^tzq33ahNHqM%rE7?EsQVudkOXHOv2$>jQpc^(S|j7_ZYv|VH6%ac*bd%p|~Ag z#CD8tFXu$AR%o*hj{g?_E1r;>UT_FwW+xOz^l1x_S>QBFdqFh0pl9Js`rSP4I>yIf zi?G#2Zzip`=(7CGamfyd-{&VbPM-cMx-)(-ZkD?sHzNN7E=n%;Gx=XnON$fHpBMcg z8r~+kKgYeF+OBl(r_cQA-rpm+`-mStgxtdu#}(Y#Ao0aSW+_&yklcUBUDPgFIodCh zwpDY|>mfbf4d%SLPyNrnkUf>2;smJeIIr-I_<{H(&g<)t8<-oOJD-zfch3KoFDYnV z(5c|jf)@+kriZPN8q1!Q$FUE1ALco{>|f(Nx(}iS@%@Y%^)A@4b@Jwk?&{QbhTAa> zlioSaXP0ls6==_MKGw$WG|ti>m7e4p;A4fyFTPK_Aq``~W>s?P-iP^0spKiH65)ZO zn|V~-(5P&mpOf#OhR_}E+0?etJ)4Hra{nwY>+KVxXHy^Dm6w(Qy#$(t1<@(F+WB+x zlNs&kS@;^y$MEktA*xUAwJmN)+aljhK-aOkQnHu8BL%A&X?dw&ReJBm_~lqyF@0ZM zbX(2Plg&EWf}2Mzn}qQew`T))L7xLf-4KYB+CsY37#Z{QOD}C}yrrb!Om~ zFej!h^IR0CgVd$jPtj&h!BQF@5ubqObtP%}Ni?S~$6s-l zV+GEy+YWu*p1J*U2XcnsVY#8X5$LV1MMpK6J$|PZYG%1Ye}3LANOH!@{$xVG2-cpy zV|8YiDE}>pN^?m}tk~*H_GeT~F_Yv-X?qlJd$40v7dHUS>*n~F+>C;g({MW1wM|3u zHXD(a?3Ijf%`aG0@R-Hc8wJ@s^}cRq;gK7Xl({&6ZTj3AckPy#dfE3bI6RGurcu2# zo}XnrLMIzl#qF@{7(nUqE~UpYlpiw+KG`Mt#`T>2`@R3cM^TP>B276}uqyiT9_ZLs z#_b8IS93mJg^|dP`0%%a+RQ=tgm0{f+Y{2fmgF<#vRm+(QvUH?x?Jfo8>K0_U#=13 z?+WL03%=+7T9|h@r}!iPnZ5lNdw&Id&@$57`^0+dDfu(=JFwbc&+X=3NK@iju4cSV=FDR(X|NPaGQfxc;&wdDlP6WI*6TJBu@D;Gw@x8$D4pG&w&R#IxtR>AvdW>@PXGU^j%L^x>+uuY!&ZBFui2l49y6JA{q4!6J zd`NB(n&FX@O%vH|J7N@Xd;U7)@jGSJ9A+*2T9D+8gZUPP?h}kKcFG@||0nNPNS^FE zr>XIFcY12O-#wJZ$}HcRu-6ylqAJAT>1n#`NZR`+E~>@~%YtLmeFp|uPI)5DDVMt^ za9OfXQ6_0DO5+SYa9N>IAv!DnL>jN_?fhhwHDSCasa>^Kmf|m|V+wwx7DO6@kiK3z zZ;e-;!*{RPQa&B9Ri1vOQL^Ua9W*%~xkG3GHDfQ`9?pS;(UoCeRM91=lvcH<^ zOL#f^f>-iNQ%P$2F-0 zyN9&;lGAR>^8E$=rZm*fcVp78ZyD8|l+>d03%aBy%gyp#rYBFVi=?5~vmM;!>9h0P zp=qkS(;b?og1YhL>HDV@PD|y^b6wIj+0_5W+f>>vi1NgHQZK8$r15Bl%?xtp1-UM% z8@Cl`J)X)6%{EPHAk{lbdqpFu8Z}jp)u@l<@-0taDmiQ&9ZL&XMY~Iq2>e7v=TcZk3OHh@ioyB$Y=^Oa zZaFdC9i}?qMIl#f&sXntZ##>Bs}I!R%unxQ8lDWA@;^7PK2zE_JzHNE0d zHTOncRD>tTTFPB@8=F|c4jDiKESB0!R2U z{QZ#IBlXRx?v&Jax;rH;VOEg;m#1&NGHy)Csq%RfGd)J+kIwH@F)4cC8h~#Otxm2=g&7#^2W0)B+fw>fQX&b&96qs@^-9cEFj18lBXyo{aEpj(euDvDijA^_G<`hrIm!R=!f9Ry)eB zcI?+_32;fYTbddo@>|vXaa-PWH#YhIkZ2HL`E%~*d<9zUTGu8wCemu|kbd=ScYDj^ zt0vg)L8`6QVpdyFv(dgwQ}>to57ScXC^s_o>s{`8(xskIn?5UTK1_WvJ35N^P-sKSyl{eTB#7=&Sg^+{n2}n%cu@jiJJ$jcZCqk+fJl!~iRG7O>|n-Ob%t9<^kol$Zo?S1`PoLBEt zyGV8B*MZw?DL36l>G)qO8>^({;+fkh6R${f*J?K{8c0a1oayR+i#Ejv<=!A}6sq^+ zHQQM!Smi^`TFaWfyk}uozEdF_(Q4Bv&Pke_!}o|Pzx7GO^c?pzZ(>ZHuvdTSOImFG z>7%@zJ0L%!pfHWsM7L3xzPB`|S$TTzYD*n;X}L8cpOq9|LEtL}VW5)mPSyHIq=brTLfAZ={H0BtEK91$>LUtifdsn0LI{GcP0IRgGWX z;Bxri1Freex40`BTmipahZ~e6>r}<>bZ0b}1+Vd2;!Zu>uV#E&gK6+R07CPIq#HDeyxynK1dT!g^TmbR8OWfOil0PR83eXb*22@STmfYtRn9 zQ^1Rjw`$M|UKnuAcfQjl{D;N-NZ(r$@Q(uC0KV&=*8e8!d|y4C`ev*3zsbCj@BYNK zN}Cnq)L*Wol=KsMr9Ngd`Y&)lT>mRxg4V;TN7B?#+HB(IcM#eIrq%sJJKyjSj2 z6R+VOwRI(na9{Ik&|$R8_@l_H2O7#Zr&Znqe!u)fXOc8uLpiBAWAa+R@`8BBgsTi| z&iMRNt{Vc51YB$88AlE{#VR~me^;#uIc~?qohrtYb#{&5nrFp(tE-LNJY5IZHQ;JJ zH7A!n&Gj(2zDx4k8&CFA3b}MO%^6Ssyqx^b#*_VILirNo+GhaGlicTpa=)SRWdEG= z;F>om-pF{ej_js@H!&Xhi12(Q;LVID>%T%yL5M$-b!2ZyzICa&znk&;Ug`6DIPyO|`I!w;PZSLOoZV9+FA7t`FIdP3XyEySEKGgVewr*~p z!2jaySnaI(;cuxst#Ci%li^26epHg*#rI?%#N)Vrow)B>_hc@LEE9drDn9WmHzDBx!r*GXX1)96+4zqxak@nrsC za^9MB2b46*eeBm+b{+$%M=`8WwKEaAIZr$3&*v{!gsH_<8B+yQ6|)`Yzi$qm*NN4x zDerH=wIyaZ?7MT-+_?6bY<^rD?Ag3Ioej|mIi2ay1=AIioD-pOJdM>IjM>b>p~~x$ zvDV}G{Q%}QjK=gex8Z&48aw=!Yc_72*)@LWo=@D7eJAX#F@rJsJuCfvN%~v&9!TvP zU(Du|$bJ3p(kbWO53=i>zqZO5KV?+qbuJG5th*Z0ZZ2AMt>+2x19sr_`WSs2`f{VB})^j`HBlY61xvgfm_jjl59l1d0DhF z%K8%x{JoKKCxr$%@&{ay>rcDEQ9GWH{a)W9)@W=k>>X0~rqREc$q7EodFzU34f~J3 z6a5-Bi1%ciYgGI_l4`XjzL?_^KU9ck5;O8cC+cE7qaDWd-no|F^)6}aPTi1be$=AW zDh8D)lImr(pIVQ-sP%?YA1?IQ`y2i6^vh~Tb=jr=@c5|nD%#rl3LKmHU0DJ*QDGedL!wboT;kmp@YbuWoL1Aa7Gh{p^23w^%#M;!8Up zCGMV7HwmNjoyMWXzVd1{*TvR@)^ZZYYIS}`Td5(ft6ex%x&^JE?wq)#TKzQkjK7N0 z1s)|lKliG!lW!kNjXV|~O4q9I(%mlz@lo;UxHpBg-nE;Zv#mJGV&jtZJ6E_~(Hh*6 z6gpli0ol6Rj+L^_-J-`>?s`V6&__@MlPVjU?^^nC=C_N@Z#Vd3NlD*u^l07q{Ie3x zMa8Ib)Qz;efN);Uo!-`OBn0?KNf9v17dtuCl5)F`)w{AC;NF1AUrSxL=;vLNZ<4>35(bqSJ8npQ{{kU?T`G4z z?TZCfle~Q|r!ikuH+f!pK)ou(S#Nq%Px92;UhT{n(vSA#z5esmjmO+Uku;I|x;^8r zgc(}-G_9yG&#>MI_ zO5$@rDxMXj2eoz-{yhoHaTbbm_{xQZSllt*j&QT0dFr#-I2&`J`$f!fve z{GrBgDU4|E&_6_P@Rad^^#>yVWWb*`epvm(;2#BC>&EK&LG=g0e-HRN8GL52-%{-ZS7@XI9S-tv?igbikiCet7-E;pYWh{e^mdSp8w}y8`~A@!|D{!}l!v z-olrR52!x?UN7J;2mGCD_>qQ>cvIigr>__SSM89WagBfEIM-?*SM8vlhEsw1?K#f8Qa`9k z^1arM#5s6JsSliTKqjwpDMvf93D=}eskUX(MpS$1P}(HJFcUDBu1wlkSvzIYqe**1 zbEVGa{>7MUFsipRqxi_q9#Uvzqm2{ntN_p5W?ORC0qhHPOPc3ex)taGb$^U~w`>F5 zF?^|P$JsufvW+&~plsvpdzJh5phwe@^(U%Jb*GQ3Pe{nt)^=@_?QmC+y4Az&klOmF zla#(wno;F)`C0q=>zRSBcyKazYJ%i~<-)Mwabd39X zRQ7cB^o_lp_SDziffnm}=5RM0ZEp5VRu?t3T^l9Y-{Mb_+N)n0)5P^`AN>Ku{SeNg zPuv}AsZtUrY^kRX+_HOq2Tn*E>Qp93Vqdr6y2N&((+LY=11*)xHqJ(&R09n(KaPP+ zaAQ-s3GiPjul|8(S5H#}H&<0j${BI3*X-)!`Z4^Kfd6PbS3d{;EZ|zl+12Ok=i&bh z_|L}Kh5-Iel8%G@zmt4^&qJ2J1Kx)51p1?ol;?@Qu)38OrR0MMou2;bq~)#it#~!c z_Jv$4NS+KOd2H|`zqx=be^w)O58?XH&&%Z1j;xmMEBr&iRR>qI6DDwXV43{R#*==t z`w;)9?`>%OKuQvJ84ui1KCYJbcRvhxbL0DS4g%v`0ayO4#_844?>rZ9g;zCF#J*hD z1YCM7om1YQ>&k%Bl!qt%>AM5o&3MwEzB%B1j3@nR<#|_<^mqFj&&s2iJgEMz`nu}N zmX%HauK%jC>$%(V?p=)LzN%mL750B(a?H)Ih1nLru_36SJ}+#f)ZFMk&H$9D?tGw+up9?jh+za zq%BfYHt($m^H~*JS?N>z_r%_Z-h@)Eo;=7Y{$=ayrd*$tqI=<<`dsS2>_?i_sT%{x z8;3g0!>I_B3;jq{``Y`I|FV60%kJ!F_rj+?OUvHf+*#>6JGeQit+Tr-we4dmRX*zH zlqY1{-<_D++FAY)Lq|jomhBMBP$=2U}hyPUCmbrhZ)i82d?UsG`Q%^}PVY$)4 zE$o?uw(h9RkvjuiSq(Djs>uA6J)O0LTRP=TN%yfbK)%|S7|8lHJ>9u!Ja)xpl^&Aa z&s{=ero0b#Mvf|5%8Q;DPxf09Qg{_QVT6`(|fq-j0_b7jU@%iv;0^T~{$7@l1 z(w?gzKG9D$`RQ=AllO_D8f}c9R(u-nTpjSX#-|idfj=1VJ&d1Td^-G{fVVR~wRkH0 z*MRH1*opp(;xpho*Dian)|XH8(~76T_X+r(#?LH16MkaAweEbPKdbmG_;mr-zFrgk z^y2C8=L4?w=o9^n;u-L71HPB>nZ+~VJF+=I77lwGKfCyBc=v#7{rW^dt9Tat=zw=M zKD&4}{DOe*WBi=rbKrLdywv!d;yLhV0^ZH|xy9$gKM8nu7keLNyU@k!&BaFN%{IbXX$(KY?9|z?f)va7qn)Or|FS4nP%Zu zw_TZUOxp{Qi}v!yYgm6hnSu z)ZH7;$+;gezhf%Q$+?=CoiI%>tudW3JuwGhhG34ss2K8bBR*K*5US78hvbD{5D+>iAC zP*IYPCQ|MlVZ2XqANYp>Khk*L;=b@xFTv%Kq#Pb=yhm{l_+bIpehe4-gf}na6~r(0 zr6ymYZt~tKym!3uZpGbjr%k|*GTyzoJG@evJB3FZZ(rOV{?)~0{+ST)8D+eJ_!;fGa;&aGyn=!As#08CCMipB3Cj*4r@aJmAW272H?MUn2bn{uHmpX`HXY&p=)o zo{^sF>gU%=&x;o?r6D7(a;28jDXr`m5^&{jPD6_xf?pf(I>sN49)>Rtc#-i{(JJ_Z zaQR>E?__*+v>N_G!0Eo>{u;FB%wGt2L*tLLdW3V>1K!y96U?N?U6t3It1kDO8h?rv zN$k@p-p<}zgQhd?KOH>{fA)TOiSlbyO}yA`7peYfk+|dP;EvkE#cuaV?GbT>k2uX! z_%6{d<+%Ds#jau05WaUHzlZTgQ6u;PaD{{1p_z|-OXh`b%{v=!VdvCKzI*y!>7R<- zuF>`%QG_#wkwV z*93g1@npZ)3j!`ZUoqQDc;wFs_%P$YF;c?WI{_bVe6we2nwuQ(5yt=J{{=rW;3JLy zX#3Y55b#mPztwrYu3NxI8~=vWvPn7tA7lJ$PT}SJu7Dq5{44(zyk@|UH2#Int11lm zSmU2F7QhVABwbnjjx+ulv(K4#6Y%lIllfL31^g)E@A>zTe?8zw8-LDApZ#pWCm4U0 z6Pl?{1AdJ0b(}BE9Lj(nYdqP9`1XJwXFQn~voPSt8(-_!;?BhZKf(AD{t5WBfS+jm zLC)=EeoeqnGX8*n06r|>CmUbsSHcGc{1oHKJQ}q#T$(Q?8eis@A+MH9#wQtH>X*Ws z1zhtfirr$bDR=b)KH2ypzX)C<;HMeCfw2xo50m=W;t_QM?p*FKhrb)}(~Zyb^WZN8 zoS`)2XL4FKE0F?zhVj!Fn__$+;M0r`=R9uaV+Q<8xbl{XAqmIj7>C zfIn>fSev)?Xuww)AJ6(}`q2SbxD=y7S2=fMz#lVyBs*%ciZS48j32>nTkQQ4@W+iO z`e*f3GJif{Jkc9>3HVy$i5|FFz@Idp=x^%={3+wfJf=zkf7*C5?&SjhjPYb%?e{_d zaGmjF{ORL>KWjYMr|so{KW9AIr|t28KW{wQr|rIgzhFGk|1S*qi^h}rQ?nDUae;!D zj8~=4%D7!1|FZGQv|U+C8Sqz(XZ_pqy6DDEnzckHP3!8vG_Pt$@czS5BM`EWb)V|La1en3X|<1-Wg>UZ7Lo;{bzmFF#y%ibf| z-V``GGg0%T_TpY&%)yv;G%)0b-g_j!$6+R6WIq#gHD+6TUtI^k8FM@49?T~{6YgX} z?WLtXvF?LCgUR0eE_S*3NpSrRyWT7FL(2c)TJx+#wl3G^m@86q9oM^4qi4jm2gUtd z-^HxQe2Mux<|j;fR(JZJS=Vi_(Xg*E(`MvcwV63r8>8zDm_?WeFt1_W#?xA^Wn(MmMUTb!8Z#377Fl#Vh^Q~3U`{-L0wlbIV`!39C z%uAT*ROq^9_az(3zn0z$nPktQL7}kxjQhHNOg^4dMSbVwggVuXU-PH480Yj#^x4&! z1YhE6MYl!oMk=!-WXHL=?qWJYUe9@rP18|xs{hqCP`g2GicMO{Wi_}Y!t#Yh#su0_*=VwJk!gxgw zY4D^7(bqS1L;XZ{;l9LQ%^a2_EG7~@`szBASM^-&s3_W*{&MT+_UJBV60L}yq!<2P zv_9IA_sh+J(ZZHVh#hWqTnsyskQ{F@p)g#S7VLZ_N+pw=SzHJ z--Nkbs&yn=${Y)6SmgVq%==lzoG!KKb?;eb1*w-Wt;KfCB$Lk?(r0f(zq%!TW%cXT z2ksDcW|rB6=)`C$Cq<~;pm4gJ*22y1are4A1fR>7qmY>z)k?!=ZZvpd@*R77^-=Uj z?TxTGjnh8S=+?>J3Z2AkL!?k*#v9o{64(#=q&+s+0XaQn7k~lK7Y3Gkt1aq|v8s zrFPZYdag5bT}o5;meQY4Z&z;Qqv@#|Pe;8_D~WY>PtstK?MJWHgPzy8oq7(Ui~W~8 ztu$Q})r*EkqX_AX21EYE&{G|)hbQ_e`h}ButL*n{*96jrVkl3l zs7Gq38r7qXuV=b@^(GWobNqSqBBZMj|IV)_9qXC0)W4d>m+t-I)k82p(=S+@(x1KB zp}K#Y^+e?6nSMGw5cSI??V0VV-791-WF4#8m3o8XdOj`C`<+_oy6b#vuim*_+wA{H z^TBzMG<3>aH(FkK5UpC4+n=;t^Hfx(|80c-^*lNaTrI|Sox8!^gzpx!LTVX18QjMk zA7LKg8n>2wyv{wx`n-?%`-H#G$kogyqCZiK-C6eVeN&$;V+E!91@h(lly#XVe5jo* zsXTQMD|(Oile}8-R+`}AXY6FDUY=rffxnL4-F8u*=*H-c=#n&+J|LZ5ndb7L?#*t} zT56|%`REh(W|~_5Szu-NJr$dll-@Xu^KZsR$48T*HpGJb!%k1}E9qDK=GEfV6Rlk~E^v^$FMZ=U z>sQN{OZ|)fLv|O)_LxvFE2(F`aYOlHxjUNBeu&PWT>IRs#~?bMG^O5{{P-p-8Jl_a zfh+UtWMbwtdeOV0;Y-Ril@G;fTKmF3nwBMJM^{H9(zv;o`lQG1$vZl8nnY5&RibN(Sv7MH--$1gud=v)hw##S3gc|v zRX1PUI}JBK0$UO;i@kax1xW6}N`)Fx|7a2OVl@NnKhqYFwn}e#&v)njis6ybG0~Lh zrZl!bB0kjv)g7Iad#UNM^ycUMJ6^g^`T1Nlp4#7H2u{hhQa_)Zqi3oyI$6u9ucv1; zS3>$F$vo)Ckm}^`apdr0DcR<+Ys;ZS^IGgj+RRdC(hB->sFiNjrjb@suKwnGr#`=f z(ya2}#6JbGdi%P+%zcZb{9Kyp_#OFCg3NzyMmF37j1WoYW(`Ewndew zYV=FAM;ib0B8>#;jZxg~FKSKc;3ToqzlT2+rgf<4cC|b?A(Ey*Uwnc)iIXg+nPy$m z-}|xYx2sl?{#kxJB{~Pa^TwXZS03S{uhY}Z{7Z}{{TfL>tEa#9((vhB_p*Ch)_U0~ z4V{&4)D1}qeG~P=ebfriu@~~&rp?w{hEjW76iKJ05Zjx$tjPQIo`KPz=%{FNbRnrj zlJ)6l?qXU8{Zi|5uIX^)hcEoA_(ptt#tin42BdL+53Saze6?f_cmGOlCpzi4^uDUp zLDIj;-j%$kF*wQQ;&s%&qQ9`Sh%|<(V=iXjq|1F)H=Y`V*}n)Sg~0y)Ab$vD_YG(u zr7x2U5jCB3l(OFfzn9?vTx!OyUt8dcG^4GmiX_gxr zh1iX9Q+Jm54}4+t9dDAayLjnlWqZJP=#lt{u%y*mm)2^PNSYJ5puHdJrq4Jpy}zD` zqHOnr&%AUXV(m?vqi@%|&BLhAhB5#1BezRhhW79pJ&|OkcuMqP(T7E}?wFjRc@)>g zQH{xXa!RzmXg$1fX&FDw_=chl@B;#_{r0Cs9~FHBKRMv18~?cIWB7FepKAP*qEFyI z4#XcN$vE;E##a=rfUghuw17Wc#w&N%U(_CVN&>EPdG3ok6m@`i4fqAd z_bl2IJ}lrD8t+)t5k4j07a8wV)Cqohz%Mr5xu`Szo`7Fse6OOt;Ohc@sqwvw_J)5R z@XL&MDe3~xGkB|bJdQk)rpE$8fPdAkCRRTmm6qGHdy=1}6`X@zGOgXu*i@42?Yc92 z?@%|29;tf%y1Rp$n&!LOZgncxi8*ikGGB2xCE|lA>&QBQ{>)+==Ej&WBA%_ryZdur zcD->zV80Z5^7ac;_v^bowy?vu*iPAEyLOAMR*&RaW~Zm^?5ZxuT>^yCx*6*#_ueAA z-xk}UTWmX}&ku3x;U{0IQc$)XxAX({aGy3z+Sql`K&t-gg$q&oEz`ERcEuLkxGlEh zx7aS+Vml%AYkT)?x5S->#7TYbN4VJ-{es%`i67LOSKqgY`bQzxn)&-RJSjhiaU%b3;GW{Svn!=FG=Q@!j&uWy29ka@_Da%^^2J>Q<9*R# zMTfyF_AcXh8y{3O2;MZ{_ZS~sG#K7D;7g1TDH;MFAMmBdhZYTmpA+z9#t$z#9DZBC z?=?QGXc+vdfG;;byl6Q5vw*KKKB8y@ys%H1|L-$CvS=iH*MQ$|d{ogWc>jRwe4_iJ z(M6--#|HcX<70}(z|Rl(gT{|2Is$%sz#lSxWYLlEbpe0a_}HSc@QndqWqe%GICx>- zGXFnfe0l8Ut?*IfZHwB%f6#n}ZOs4a`5CFHq|`H?FP+b`L$qI%?%PqKoD;Q? zM#Q^>ORI!C8n0|Cz7y-ACnG;Dafh}<Pu+Q#o}d=dH_=4E|Q=6(ZseV6cCQ+ejS_{PS+=0ptUb$)05 zH~%!_cL|yx@l2i--X7IF{A2o*Tg$iMcY~B?@~i~sBjF}*w;xsldpw51rYp6P6XLnz8}9Er96}09{K%^Kg>xZTgxBJ@5b~9 z#W$w@VFbnxG``F|$o1~PKSTK4guaP*CeP@LA8!0MPCeOLel)*#MfW0}$ummh#~NSA zipj0zkLGt%R*8sLW~Q{#A)`6|IOCUb7Aob&_hs>Q62F_V8-sWz&!~@|Wc)nacOjIY z0&ngTp2;&h zUrFMh8?o-rTy*hFz6J6M-`(lsDxO36#r$ra@=Sg=JE3!C9@+NdiGP%C+S2^O|Gh55Q!teHIxe0cLy{D;$J1@ zr_Iy&oAGRXQ!798N6AOOELjgose=wP*(ZV=kFFs?-ySg{8>F8ne`RC8><> zh-@ziVwhB@eIO#jA~~~)P_Vrq@GZU3vbBd=U8{X5v?oP%OifH}%nlfhm1>++W271% zEx|OzG{Q8&G{rQ>XwM1lg`qt$w7-P*o#^1kT*f&Im^W_8yNZjFb&6dc&bei)*!#T} z=c_EtyEd57+`H)C+~2_cAO4NZw%pM8<6U1Zsudl|J_h3$ZJYQ(1zPB=x#2voe{oLU9}aaf zBZ39KBBO%ap<$`%YqL(j2+eS@Z|HYnG^i=NZ|%m2OIx&td-~3d!d9R1{(fIC zP0;{9kiF@LqU|5)NBOa=%0Jp4!=6zm`cu%SPw}VwY5pvKwx7j5L+7z;_l1miUdDbA zSF?BbLVr+na5MlP4vY@NmqQrO8Xk>^Mn+?zBcdbm^?0;r6VTxv8=b&7*GW;f8gBQf zTU4F3R-W%^8FgW8S039M=1{hZ_KZrSr|wBsP_>M@qlQbQZaO;YeRW`rvP0A{I&e-R zv(oRrzJgY!{kMh8e*OT{p$+td37KJp%;^7e$P6Gvh7uA-5(39YCr3;0V?X>@i;{YK zO6nb{35qG58&di=r9^H?9ov?AumijMX!re6^kZ5LcOYqH2tBV^D>&uudUqqEUyB(D(#V&_y;d{o^(>m>*Vs+sea>_Hl(X8tWe1Sk{2l%t z|2O|Wqf|Ab9ns4cN4x))X!v#~OuI!(*xyyDa*40M%@Mb(hy1h4R$=5^jU^RLTiP^g z!{~93=%h3?Kg68X7Li8BI^g0jntA7QHu6@Tv9~&C1b6lgd?Us&TKHDJ4P*8lnJusn zBM`k9eLT<~$}Zj`*k5(LpTIsPCo!&dnxE>=L_0s5arg86Md(7W^z;1!e<0^642p(D zqZykzn$f8?q$u@lm7@NUrm2V6_eCkGR`gF&m(trZbjS^&_KbJW$|K;pW z*f^3FQz4?!=eguT$vx`7Wd82P%@tf7el2DXx0U{3#@ioZ#CArtj-J4G`s)7ZY(}_q*u(4^S7mMzH+SK~mHsKed1;nwHuIGV zg<);sl|S3L{ENv> zF3T9tdW}%n;Q!7H>q5T20b?9(2yM+T=)uTP<8(#mMt|M2i68IrOMEd4Tu9O?KA|0{n?*C%A_5t1DvjS(oGCr8H<9^~1Lu9JSHndQ6PE#I{xjdrq}*VUEM+Ew1$-`3y`BKHlWJ+AzB40@jvY5Pxcr_*Cl z9z2iTZ7!sDaup{{F0_1j8)FQ2(SOny^uv}HpLFZUjW3ZKU#DNF{P;0r&|lC8{f@Ix z7O{`aV)Er({%-Q-+x}hB&HL!o*P|`3Mw+P+?Z9k}x_sTv#>CDsl0!>g{fu@T#gT}v+%r~(7YEvtg^6tijaI6 zU;NF&@e@Mv8~kx=8ioqNNBtW9o+fp?lZNGba_dIIOLO%9L0YMrhHIT5Tw6t|c~tk5 zMumj2QqWKSElNY>ccr#p{h&jWbol_OuJt2{eKq;J1Z{-!=iQV8I>q4clnctADhrbQ zpOmdP45&y5YvD;!10>~tQu-%le^T-*?F}Gol;Tb#RFuvxBs^5g-$h8Me1DcOP)hoO zum8nb1e<9QI9dcbS_BpTH(CV!tVM7jErLVsw3@>yd;jY#0@W|?`x;iWY+VPQ6gk3A z;rg8KN2#P#suHPUTK2wX_H?B5 zt8OM|3t#DOaCdOF>!Y06`YNNrpKDICS$|p-18Gf+{7=1Kf^Tnzym6wuStsIr)WAw1`syeHvg2!l4 zLP;|2b}?D;*my;q74QQCeo4UJ(PD)}zM}Za@!clBcPhUj7gf5{`0_f-ai>+lFEf5` zoqORW0l(b%vO3G)H3NQy@uhW^!gB$?()f}(OWoIb{I)u`!4C@fb;fV4b1QtGfM0KXQJqEb76HG(_$_sAf!7Q8jmB@Tb2I#VEh0(d z_a@`l)wvG-VZd(=c#|?-QG8~6g~>mk@*fF@TZ}KPvk-S42>2r73+gO@-yHB;jbB^m zTKI(lzs>kHb*_O=3Ha^C=hvAJKQiEpjbB~oYWTqczr*-db*_SU4)~qMudH(=ytOtj zPQ&3Y<9+J%f!7K6-2vbGVbh}q`~0Nqe@%a0>ZJcyzGKhC+&G>K_59+M(K9iv*|iMh z)#9k^8s>VycTc(W{}qk@9+zy9S4$*nqj7;MF5%r0c`yCH#s#XlpEwh+OrI}#?FUdb z<(WLCw%@_{xA70<{;ZsQBY1UA ztP>xT`d|A0rpBL%KP)G&an%|w;hDVj|1@Ob*T+wllWz;Jneux+w)m3Pu$p*1H!aq< z?lj(8N`SF-al3?1kEg@0{}Z3VsSM8DK>15LvG8w?J3FQBtdTq%jbWksWIMT8@hs#w z27FKBvty0hZ~tMLd`IKw#OJ`f1iX{+IkCp=#|FH!@pEI1+g~8wx>WD2-o^ObSmWdm zi?>bqKE^MOHNO328V+bmtBDUJ#`?i$v9Ek-O^qA*b_q}Rk5GM+eQ$T<4@>1Yrv5?e zTG+#QvM)o`^~raM_cXqP?UT?p;4}(wr;hdT4hwj1<2zD&QoaVfkMSbY8($yrzQ*gK zm8IPwPB`%1>e8nlh7Pz%Iewt=ozW08uSxQRkL1-tIn3JB#M_24{|_+Ul3JYID+7Lr z@npZh2?0OUcq{7}TvEoXi4Q>wq3~NJjz7^7+rHpKXdx(`e+>8#li!Q6f69T6Bu_a( zM{KC^WZlyd;w6f&sG9gl=KU}Y&YdexdTvcTCOla`^#EKA2ei`Fhnsw|ZcAML5g%>5 zFC*5>hK92by%#^i_yN|EEBe^nF+R?CvJYT?@pk5Zjq%0@**<0y;aR*)Fg}!aH~ZuS z{5a!Nnf*z+4fqMhr_)a4jM0Q^JgfT2#vh;;vNfM%e38Gu96!zYW&Y-JoaGsW+YIz> zTe~BFjO4V!v&!)q#t%n}x3&B%<9*SoY|ZBwZ->rhYd+U_Lv)8*^9zhu_a)`{#m0Yf zI^QDu4~(YcPRLgqKZy3Sa|Z?TYmLv0ZiY_^_&Vc@q6gsD23+G}BiX0o5%{A4 zf7SS7oFv8E#elzQ{MG19c(qTXVm=Tzfm{Ax)-^MjH-ncv8%xJLFn4`uwHSX9R)4@G=ZQjKT@~#v!6|)%g z9wr-eeDdRDeOfjaIFxb7X_!Tr2QV5}(KuzszlFuu{h4=$?Yj*=9d>EJv-ds?do|_R zyR&=I^?A1)CLCkR?E5ipdd1W1TmM+j&6vRfy_l64-M`_=yt{Ej@;zEp8a~sT@4V=u zygPG!&h3bOIrgsUJBE(VyW=sE9|2p=26Ini^jq$ff6wK}WZ|a!Pp9r|;@a?ryrFh?#Vy;CfO^`V{d=1viHUQTWY@q`*t@b{AKKQ zQ+w6(^R97fABBCd)ZUltnAH9ad}?ZMc0u0FPVHB5y)m^|JllyZIP}(HC5|znL(?WWNWbcBO}@sa^5^%GrtRIpx?F@P)7} z-2a`d-m@0@4>1iHf7fq4(+j)aF>F>D({H(d#k4=mWGs^j{jiMmSotH?1>>&#C0Sjy zJ~;E|VZ879nR&P5n&f>m`TaZgd$?xLD7{@yxq0XNiFW20W+`dsgV)iCMd%+jCOHu; zejb@R#^~DCqL*ila@OV;uYJ63Eb=)wwORh<-SFU%i zA1A3Dn>#LdeC~wYiMf+nn-hNB>#{ zy0a_c&5yDpdLvHcY!;P9bK`lO4cUa=j-I+bUK@AMCHltEZrqO*=nrYeXI(T~51`e0 z9u581==eNiszr=ZwXhYe1JIBj$)9%Gn9JV+{+95k@yMDye*_xZb?CuQ6pa_7S34!Xf-`=#ZnPu6cc%PrN}0G9<+5hp4y0V2>ZZHd zjP>cn<{Ox2b&p%a_`y%Ex^L*)`M!+Y9`9!`CcB7Hk#{)@`&Yjc`p;(Q4hOQXVG%3o z9%HYow^=Fa>42q2J_xN7uUpy4GIk?S?YaIXOC$H5>Eo^n)i@9sFICi+7;T z^@O=xdOPa2AXY~1Oe}%uzKg2l5Z;T-h;k5MI zS*!K8=MVr4h*#;oM-!`BLpFz4y@pu5i&)ia8Tq@bjs5An)zcd1))3b3 z`y3-OZEd{!?C3(m_`PTZ{o`}uWt{t2J+}v^4{MCDD^In4A}h<}OyiE_Vy(|W7s zs^@Ct>gIN4Q|MiCO>-?sQ+wpv<+^Yxba(R2zPSU^laEK`j>wJ8okBS48@k7rrFmrc zSf|=5)GE4}xy#6j3N`f=Taq?<(wCnTYozc$o1Ryt?yj>jM5XMJ=&R3W9h_DJ>)nU@ z1?gMV^W2>@*b&XZx$)R#$y;VKFYjDZxkl42rEJm4#s!S1X_UaWBH~RVZ4a=);p)WPqFDMA7eeH#w(T9lN_gU%A@$TlzEPikp5m^ROwab zV1CMY()XlA_NVuSz6x_H>N1<65%VZolQ#EZeNKN?*9;ftWN!6FLR`hmGO1YoZ z{S51HUL=icW%J+J7f!ma-7PdfBGGx zohXgESb21qxu29s-$c{UVa-7Ql$6TX$2XEAZi*MhxALxg>#)-&4vGqz4rjKqUid4 zt9$n*D8KmE5euGl%2PGH_ z_Z$!BoD`h}&zu@5PMGFHSNMk3K)RRxk@l7L=6<}}$gXpRFrWUK!l|!M(dSz;)uO{V zu~@rJ%0B}RIw-Nv8Rl+HXiLk?G-!anZ=E?JGmTp2a$f_QD{d%$D2^zeD6S~JD9$L} zDDEi!C=Mwe`Czc?nfOUB2W>-X_L@^tMMhT49b&xAXo# z&;q|FBS!K>Baa8KdM{+-JZeV{ScWyfPdb`G{V zx3g=znVq^y?7W^6-p(04pNBicy)uPS0%k-j=4piB^#l!GgY5VTwD(t6n%&eI$TkNe z-Lz+%_CdlKg^V*5Dd!60oZFCe9trNaEN+Do=F6xV+1hEZP`p;Xb}D08t-cQF?|t^< zKgR~(2W$J1p+>muO!BP{S~Awv2czIvQ{dv)z_s2BKco-7f}5Y58J!tp{CSzphF9Rt zTbL8#!23kijPJH&e)Ns{Mg5s2N3Dvf?h5u^-wNtdo48FyP2VimqN>o2>L{c!l%mkh zomkfOHR(;1_!+L}pu=y3m64<#$;jSHlzj(h%h$=s+DdZtDB>5q%sEdE8^DG{TRAou z5lqHr?^br?SL3~&VYhr3kxm{CKM8*gOJ_!97H2kR%16zj6QUpJd(GWfd4lY2h>xwtL9|GRg{wy+HzeKrS@Cp z+*yo4JyY^oE$lT)alaTJ;YS&P>%*6!3mZb&9f{v}M?2Jywq8nWKTmsqL5uIA%`4OD z4QTf^W>InyHV+f9CcQYANe|#rjIEO*(|m|+!r#~?DE7=C>_#sk63+v~$yrB4+V{hM z(Jw#KGbQPp5%kU?`eze8RF*z!OfU70UZ9`!ZfHU~$L(}sbWwC4t)Lbx5nL5Ml2OD4 z<=GU!1`HxHdv7zO)e?(+Q4gfljpKI^1mJhA_rQK_@O^ zq|b#)Y_svM5nqNi>}aDF=b2nHlXbu)NVu_dGe6-}%a|A9s_PS;wZ*8(N5;FpFz)r8 z@vmQvgZ-WGunN!`Q5#7<&6!i8IFfw&GP^`|WU-{){X94w`gJliO7= zk>S!zMb-%YqBH2>hI~^6dHD$D%uKuD^`)W({<}41aVt!%Ew!$cXFas{cX*#T-@%N-BcQ@sA-!o-S1TP+TiFL) z%(Lp5b>1-M)>u}6lUY4n!|FkC5+6Xie+2nsE!TRJyFNv}-;Q+uJCcZGuzk34knZau zk+kAE4C%fbQi-Bv4nw*>1Igqfu1k>auSYt$kLy9C`&hpJz~uYw$oH{?uNcLW@COt~ z_%ltyUuY7(VvWQy{yQe)e{V8=hJWRd@Fn9PlxYH2ZpkT$ZQ#uvG99^wn%sX1a(^uO zziN{ITS)$r{TrI>-_vA&**1xLjCIc=S(c_Iqgh=nVNLN_cnYhAw=$JkCk%{a_oR_g z9ZD1>a&#;~*I6CU{nvxeVMkh5bYLH3Az7!3_KanX`c9?>>&&51Whhlln_6bhfKExa z%`>^NUDyF#!|&lh_~sJE`U>Rtt+tBQ3Rbq>)yW%k4$ZYf-k~|A8CA$XN-*m8XS8=` zl+Q}!OHrm0jBd^A#bJqrK7SkD$+||;gw{1X&E`p~n!Zq$GvK6`5#iw~);5cwWbxWY zluT=zM;KX)u|So5!JfyeG%H#!lCH%{`8rTotgf4tJ;lvCBizcBoJLbS2~+=_V@5_4WC?TGI$3M|IY9!m8O923JdG=z2RLebp_w<;Xioz{6f66 z@YAEtmVbSMPvL!kH2la)M^erb5C6&VE|t1~w=FEE0-gZ+=Rc`m<$!`>zkx1ZWtl}0!`OM!-ttY z&xwY|@7oDH&&7C}U;e*c4R4NCr0Dy01Fz{~JgtxXf3=Rr?;DO*G=FdKS_z)!XNNF2 z-thO4q>AS63trpBcv>HJUxR^$KaP&MXnxs^lyQ4ZTXc6NL*qOzC5-zFy>i5z7-7U#~C+*n*ybkt7Fh}r) zCUZUK;jk<4IPUIt4>GlE&JCVewyL2Jx^cZO*-hg6=avv&Ab}0 z8}jf;hBra_Lv|M4EY2^xly2-i$UbYaSN_?C>%=S~u6g)m!#lVReE#X-Qw)#of9k$d zQ2+A6d$I?uem+Jx^_1PtG{cW%HGy4_ho5V>d@!7Q*6`SF=RCvXa|3_%$``KqK(gD( zeV6hpNb4T7i1FCYr#m>r1w5=U!}6bH=Zp$heS}|ZxK2NIZics|~*pDIKp4 z55LCnOVF2N2N>gl`u%#t-#}U^ir-}TGx!S?#cwry5graj@!Ji*(c;_tnTZXsA=ZZaBO|x#;vmFgw4i3F% z|9GgdlZ^eJ`MU>ZLsO66{a5xg^0SZaQ9`q&VP^h6W;??y^=x2*#Qvo?d!GDjvaUbr zdeUp8zer8-&;L*H)UUtIM@4OD{!@H0&)!7ZNh)_;Y(HYL0TTQOutCM(H-RlI27edq zCl62SBRhqIu8+%4ZEn)<27`~=?Yp#IcY{BaeCO9|E7*1qPs>vNTG-;G_BZ-X`kj8$ zeYfw@e6sCX_+g=)PH*lnNb>qNIbr>?_=jaeeCXIVic`Jx^-ya|Pe0 z`DB-)q%wj-ihiyj-RX>41h zJgI$-?)SwuNA@|oe}T_B*rBL>QacviPXLpx%Q+Xv-=%GM5qN6HqI{e9TXrmY*qJF$ zCq7$@a_#~?SCiDH7t;K)X^HsU>i&f-Yh|-zfpoI#|3)B9$KKrkjyC-S{Fa^!HxeUu zzs$(Yl+0W#^|goD0xb$G$9)vY!et-s`ryUY5C8b{!t=v5>}sw@Bk~5i_jfYyv17H( zbR(%H%YjfMdC6<_@;o)z!(1T`u}`Js;g;^PqWsDi1cm= zZ~U&=+mzw2%Zb0aS5UNO(%`7Q_F_l6S~!Qjn5)>cT7Wk2Gj@-5a2=XC3_H+XT(Z{D z3Q`)}=kPt-iQc(^?J3GKXAV1Gk8whgY;u(AS^U#}b7j%E^% zdB9g8*O&C_$@Hq)_AYDPjRozyUqK5`p^c^Q(HNQ-t_CR*JE+W3dqTm^P z9)CyMzi-$uY#z474mh>ek*8|Ma0dE5jmx*#_0#%%FYZsmI{gZ_Z@37p+e&OnUSV{7 zmia34ZAL3^)o>x>@1=|^Z!`v0Vzc!ly7Jn@Ani(|gEP?4-;BrJ8obwcVi~X>Ha)Y6 z54tVf2c0B4Vaa=+$X>;{ctBsiGA^|mebXzmomyz*mkZN~^cC2ZN-b!57kJNWE%8o} zTBURdQ>&E5=IO3?D(!Y=WR=2y&@rv+{A@k6#SI*Kj1> zk>eRtH*?)*yO@f`|62Guqf5HjKe?)+ht0$CsR84x3)gX6r)AE_Ovp^jOwXjYEaS|U zMRn6Er!l?LDopKI=Hd%3-(^KTzunEpXID|lAE2ifql;dK*W_}STCX%^CZ*OZoot-Q z*ZfoJEFH^RyyrXgts;A*zV;ejvRoO*_bZ9<@G|}Pq1#3u{sGZ1LEP%<^yLBU#5QLK z@Cf?!SiDXLvnM--zCDN72{YLhzLq||3r+Sz7PVjvzND|x-(REQ)Xw8yXyi+=LmHnE zupgeZ^%(^t&?cXXeb+eb6(%z#t|iLyg7EI}-f$5*<`v2A&?~g(W+FasWAF55big}_ z#2jQwVFR9vP1(Mgy0mRWboy=3k{+GunK>qNY^Ja6o1Bq3lO6r3wDb8`geU?)S>928 zqJ!A4{35KFsf6D5aCQPtF$)%rW%eORI_X76DMyEadlE?ZV6 z8si@X{a!AurR0A>eSQxf;CJh=9@&B|muyf(Gb*7?nvLyTYKPLw%}>VlJFa{%6pez) zZ|r1EqWm{Pi&n#DWI>|8KctuB*DR0c8~FQ3?6?OqZcgOV9->-oh}oo_oKUj~;iT|v zdTk0PU0i8YRqb#SR4%4-_p>Lwm|k3(w2IE0TnBG?k*8|c`Asa_wz6mOFJ_7;@fYxt zAGvnGdH%+}FG~-X&g@MORpqL|zD+H7;sIQZ*wZ+eU5!@ECsFRh;XqxvdcmuX$L@0= zeSZ>deG0SeG~p2M?F zmO`(vL$a9`e+%yV0p59{fS+SS_ig68%%-HJ#e0@8&q~pLUD5J%vopl|5M6$(8^^>} z55RxAsJEQEjPddTwhJxUiM$M}$s04b7g#90WL#|yL^}T)&9t{j97VV{|3)2OB@!(Us2qZ9%hXbTR>h82fZC0 zx&$uzJbY9ZIht`5-DN~)-*{kI93jwV*k)xq6Z~sb?Ixv2 zPI*2kw4B+Ik>yN7N?JkdzDkUrcab1=AwyK)s!7W>rCqzwssj_tnTu%88)?l&wB<9j zI~s<*M>LNph!|C5tF_Wu%c8;ADTeDsV5^uE>h$ zD!9~gxYO74xww)zQa$*P;wg#$+zs!MwbW+gHap=owc#)gjkg>FUpW(ga=zKeXveW4 zTJ3ej%-DgQaeZQ8^)maI*~Cd-7QDzlbby8CFksGhuDqawj|4$H-RrKa;Ri>zKQsyANb!9iu+}pOMi}1p*KL+AbXD1vqvH?7^YdOIV$G~p*Y+4oLc%PkC- zC)`D+JZryu6W9CjGVz*ES>lX2+tKf-qGdCEIx((iV2Nt~IQ?hGcf~AvqmF!VORXzy5r)@PVw5pLU%D%cs zis{2xoNJdN|HyvhKUp93PP_^Za%D4lk;aUP_QkIJB;mxeOf0j+ z(n-r^ai4w4dUVI?bk55j5IA9qFtZt_8^b%aHqZ*5|X(IeE%#LB4;ROEUh4 z$nQVG33NV73AjNyBFgM#a(@-1`P%S?1CZyN!ygVuqVEciI2M_HFnr?V#75;Dq98%kI+&{`LUc|A(8V7W9A$LH*C(D_7HetyRZY- zK(66j{t95WtpIL9hAdnK=*07NT(O;4yb_Rg)K^H0-+8NneOL|D;PO`lZEQu*8R@Wa zRUlic@m&7OU^p~Uqv&!cD;CiL$@8nZWV@ojtFUJ}$9){6_A3pLN?vBf={rex7qj}7 z7971c6guBcLh{8o07-QqGH0LcuVsH_;jv>*Y;Ul>WLU9wNi;aw-^%_5-sH+cJm2u& z%l-~N#>4kDd`H!~ZJ#7x-fdzHSfu|6^#!bl+Zl4Sfanw(xvxKWP+;^BwcMa;`DB+C9y$ zwP{sX2Of%7hlj^4ng?~{#4!&qXZdrm=_QVZhimm-6)&dB;AeWcq^YV-5iL2Z#KWbb zsfvsvlbGtnj!f$#Jw{dRxwOwC4MB=a(yEH37b{~|ZgU|nzE_p`_A8&Ehwp3n*GN+I zKb$5lr>^0jVK+uR1`lswxK`iJed6Kb*;Sdic8_3*ZaKaQO?@eDj%`?*z3C&75} z@Q#K*V6<%PHX9GD8^ZF!TcdM9^mNr|H|?)hb3uz3kK=G?*13F9$FM1jCp?qm{PmR| z953jSM;ac-;ppPwT@8=paE$WsqYRJtsb+fk(T2xyIPUfEZidHkI9~Gb?uN&4IKKDr z9){~CfxZ?6LFI0ZB81HX*U5g8Hr|=~IAj1zbxx~kZ7`{K+4%T*F{^5ozreRV1WW$?V zyzNiD{HGe;4m)bhytWiR_cX(0>l@?p<5&I18Ga;u7Kz2nKf&;RNNF*i=AUHvaad;) zZOF@iw&6q26k@~f;ZqGi4GAp9({iR6KH4Oui^-qj=Nmo=3s8I*Jp4k#r^1oZ)quOC zUuGG8fxC*&ZNe*KInR4tX1La{=po@0+P4Ru=+!@t{JHtNp+qKE`M^}>-%Yc5rcvIyir;A+t@hIr6VbKBC(#S z+br^@`=P&bpT3{UR~=N2-cdA4GJ#}}Eyx1pY!?pR;;Lc`b{t*@{fIho0h$=?$c5mO zSifq&P4^4%($an!0s;B8o2GJ(K>p)w#H7^skUaJY4o~(o_BY*CE91W^;YFev%8R@N z_d4^fA8V5fkR7$#rLxxXJz6EWwQ}>)w$r5hv)JJgx7Pi$y`m*9=4l9NSfXzs zhUCZiOMFXIobq^(D9122(&P)(`a|Q?LLb4t6H*6W&Yu>j~Ck z+GA24_36_|Ipc_lDNknMk^w%&uSWM8f9bx?4EEp(wGd5h_eTA6yPbckyK)vMxeRw2 zd5!2NwRTIh);r97;FZ~nI_MXzoc2W2H#ydu-Pu*V#m+<2w~YgF7}Z0%7VU%V#eI1= zLh6mHv40x-M(X=p-SSy+uMc6=jWB6lW8hSE`i`+@l*X*uu@!qET8m3g+Xt*8xgW5xC~uG@T#wsm ze1g%a`mbW1YNoDZL~2aF#F*5m+-#%r9VGepn2#EjpV_GV+D4^T>_3|)$xcR%JX@&_ z<5JOgOE5AuHl>Y~e~DT(FNw;pvAMsEO|7Za>ff@KsvBr$LVqoxK09q)qPP3n*15W? zW?sHI+{vruaccf7wS9#;N`LSfIpwwf7we-kJT-@>)!`|U$JKxGo)tyVoR>$vb|qA5 zj;-MI+%KF?4R|^6X1mg&#Hugaxeidyje=H>E#;3ciSO03+y zoOoOvvjIwdW^h7Ge?8>y@GWG>qaD#7BPM}no#GY zy;FXAv#G{Py(GV{j}YF-9pHvh&iRzzf&5q)mQ)`!avjk6V~6SCqBD)$5%^G{Lsvan zw~)UAH3OHX2|HxrR-dqQG#pzru^c{job*dT1D}yh7V%j8T)1B&$n_)Rx|w6%&FjKdAM}v zjocV?$IjgVuJw<~uWk5EnR&b6^$foT{cO?vh-;KH8{KVDTzc zmo17PZuk`JBZ}gk44=q;Ls9%_!(~;0tVsP!CGC8S;cf6mFN$lu*vM7DcdaO{^>8Ei zd1mk3@L`6($G&gT{G$!u#9mEN{B*-#VAr@PKFM%d(G0e6)RTz?UU8}6AFd>gzFeWh^bsqiNZmn_MSo#AmgPa6I${MWgg z!8K2nf2HAy?p_pMZTJu9>4{sf{P|W+$u)-mt?2viEf0UzaEDaD85!W3rz(HF;qo#q zioa%fCw7&J;%^zQee$CC2Zpy~C$lL2so{++Zm0iTy?<|4ADOsl{+|r5#d$$Rab$e* zS4EO2iU<7No7Gd5-Eiq;d%M!6xAmVZ2GHAuc-ta}ycW-QwL^~K&4>wK6t8J`t+2^% zcwNKG5KX3Ne!Wj`A_|n+4OiUK-tHszJBsF4sO;W&ZT@RFyo2FSusdEfe^qc<#+2fg~F|NHQA~3KrQ-1MT`C}ZPmtT z4L`*6o?XbV`3PQNn&GjYbfkx$Yq%naA?a+xZ?8QN9^Gj8QzmI zK^y{b(Iq|i62m8$zEZf_U-%VdHC&y zYu6L4hlkHM{4RGd_#5Dk@vrA<{*1?-M*LyB;ZAtPyA0QwjrT&9R!0lJ+wez;JAogh zhu>qk)_1&@hu>@XQgjf^4-dc3aP7>pU!w6=!Q^oEO;sPQaDEEPsY1N%3-&nFwQO1)Z*Lvv2BO({czF<(n!)M z(#fRJq*F+zlE#q6l1?L?P8vrVPdbA%fi#gciF79EEYjJeL2fQO)Kq8O0sZ+5(mc|a z`?251cMlB87UYrcRr=Kh;3ZGSCt_gyTm4;^d`~B3>3(Q);(nrMefPCE?c!7V`QJ(M z3#mfVcRns3k-o*?@)wy|3@(3>#l_(A9r>gf{N3)6+Z!K{-JdI;lJ>>m@)wz04E}#x z{r^4y*_`)yfbcFD%M0_LHzmgQF9z!cHq^tV-&dJ)!2B`#AbbD|KDcCw`baBih&$mnRP3tvM)v2n|tkbHRW^n?}U#A_s73z zb$RHkXl%Ks;+Wo|%Qum4IVq*(qT!;y`fa*zmVS2bk;G#rzkd6A@>yKjd!p?=f6(uC z=MCwz($76TQ~X4~Ej2gh7s}sdeVm>c8yUW#P2{#8=G>rybAMLlKuM5!6~6V%RF#y!?S)7 zQ4&{Tk^LOe0ykq*{Ta5M-m7K=y+BO4_wWv>5VeUU)3XGp9sdl5 z(Pvri&!Y$DqpM%)K1zB~=Od3Hwx)XVI&3X(Bbwbq^rB9kd=8I2S;l{keeSnJ*8Lm% zQl0r)6&uqA^rE~JI)sXpy#U`KmZk1TtbTW8%0{_SU9J|PtA48W`LA*_#A5rIrTZ?9qVxHSxkSyu*+6IspI#pZVePkbs`7j1|t@wRG{>r_TyE@%UM`nn|J=V_j&cPqhuZe=1l)M4+oDe(h4VC~v#5B)klsn@fa4fy(e zlxY`z9mzwF?GJY_QT)CL6tQm>@lB=m&}frw-1BZGb4Kr@k*QIs5h?#V&6?g>dDlUd zXl3o=Q z6o$U#E7-Z$Z!AN1v$^y$5irH!qWo;5Y?Ex;Y^Q7wD1&yUMM;h)a@+mT7p-_T66?9m!6CGg?x%$pgp;}7 zhx;|e+LYJV7UD~NNEF4dpjMTkRh@`_+&6kX+8ljpF`G4;Tk=k_*JnosKAZvfrfE zcsyDjt>F3%x~Xw`q5BPWPb==^1Ev<(U~TZ0wZcc%4rL;>grY?r9<__w)8Zq!6cPH& zDCU1RM2n&aqa{&X`l{&JXl?XD^b&pYBiB!M{T2NkxoqWZm2CCwyUTXxHt%9-Ap1F; z`4FFjS{bUG3tg6da6@RbPW5gBeeM8-?h1|8Z0^hGJq17KGojZy&--HH`d-Od-q#bW zb^-KzA)IJ2eqTD}c{MR2*AtcVbvV=8c$|O4Imcg`9lN6Z{e{;~$*@egceqbj#m=0q zV<$ZvOl03y;bCFt@F>oC>SJf44q+S*gAR@*+VVIX(Gxf$c{*PCmom~GWn3>~WIxV1 zNura_7^QqQe6@gDeq}I^y?UNCG4BS*2T;+Mf z{moq|?)qTiuPDeThufl0qtBxDj8e^-#o;%2NBZTJYUO*zL_ySpE11*9}xLyzQ`zj16ut))cT7|86qe*hZ3}7WZoS;9KFK0 zE1%8D=4GE@c1n5}hIjtcT;GMuGZQ)eV|Mf_*YDBalVf_WbG9FHmr_r}4fi$vor?VZ zH*wm_MpfWc)!|k9M+ZVjUnGy(p`1~MQp_s7@g32END@n#Y`LtYmbzfANs>NBz|&T< z-!ExnSTH4=iucS$s6}U!B_1}qyBbgWH}Nptp81h@_?6(|c~M(v_Mm7m*T`s2bQLn@ ztq&c10z!C9|cn`Pu!Ud##{*|Fm}~YubA%FOff=N_a+X z*D0Y*)7)C5JJF^A#wiM^e@ypNnm;0Hl$DNBZCc-bK?KaT$=Di%N0cHVtN-FwdLlE= zT3}=H-nrQakskER5wvgT%xU~m?U(GACayy;(#w@zWVWzu<4G@am@lttg>!Y_LgQPtUYcEu1}&R&k9l> zu>&mjvFLZ)Z|bQ(qrbTRHX699fD_esI+~1xtJQ$w?N5y^wDrZ3 zXc_(9j?t#KZ9!kR%IZ9Oy<5z;Z;DpoZK<(%BC_t6>_zUtqM$#rQ#*VKMJZO}<-0bC z6|BhPZ!_M+=e8TCt7N>cEfl_eB%cel!qL%NQ3IZ-`Ynf|zZ6x^9-O_abG!-~nH`l~ zJ64t%&aH)KyiHk}744%JsEKMe5dGt?ZfNF`WNp+5Zqtvr%tNCeq9(j$4f0GS{_(|} z^D@W$+OEY1M_y<0C*MfybVYCe%skz`f^z)C^)uJ^$tXTK8XcVyoyw^`bE2iu)d}~k z@2*ZpV+Hp}VqYiuMwTIJpSI>TE;+szqkB+Rns&WIjvI|Eelu&R_N6S$}<*tib+4de<6kpJWwQ-_~J=B`dMc zNb$$v88rFj-MLL-g&JVZpw`@uVb9T|$aNG-`8=(d3Oum+V+WCB! z;k?PYvx|e(}3BM0#H^!1?Dr=_FW-4!{5@#xNrc!4rcczkO zDtk6J9w`a5kox~qa?^Tni6_5lP528^oK}Ukpx~W}MctiKE)+%hc&PautQ2F)`dqY$ z(YQ6*#wDKeIW(|LwroOgrzRt;9WrTuWXfStjjW;=YYvV_nx2Ogy$HqOq~)W- zFrhLXkYMZ3z8ddm!@-AhUy1vN;WdxJZElTXnsaw_51eH&yro38e6|AIMf~MLa%*;^ z$0q_iVy{PKE|`%?v*`u7|V-cb*@Y zGaB!oqcYmv(JoRW*0P1`Sgm3Av{K!DP1>FJm6Y3$bM~&lc5eyobP4i` z$3xpii!Z`I@oDJM58=eja=mF+)Ey9=l8NA6i z5U3Z=|9as;#E=7i5i6m{CxI#k#za;HQ!Eb3h3G0SMO$$d z`ikq(SZIZylXw(EUTeN5SuH$^4r2pa3`M*62u(&A&W37^HlrQm_$1`2yOHr1F$W%I ztSo1J{{$MYCs|KE#mHG})aW_1Ixlf;;Ch8M^mj;M<&pR++ia;$Kjvj?(~tXQ>t-9! zlZ~m+;@q;CC@DF#E-P%AR z1Pp_|Utl~{5i9P7*Dhm~_B{HlU1)4euma0r-Bl|izjZ~MIWp=Rb&Gls6JMu9^x<@q z&C#3D+tEAGd(pq552KIZL|>qF(1;dolJ+5{O|79$sV~6D@Y6`X0HO}RWNI;2Ws_2# zzYezb!O5ndT+aGQ`jd@VwROlGhtxd^jh#mLfJFPNH~Pw*kQtRo*cZD`DMu8bg=sn! zBkC^X-g^?x=7KSqSGccCj=|`9hN5Lv?6^fpU@tQY?=!8>5F+poV;+BxOjaYiH?&IH zvr|~vP9Vz9h2ix`Wb=?g?!^E98GQbCvScmG=&j1SbYIq_jWe(C8`Yw7bPTPuDSDUI z`7BD$^ct4!#cY<$9qYbV69uRoGN)Epm273zk2;Fup38gQO03gIkP&aBj`4bJD62KC z*M3M=Y>JhnR@q$#+q_@QZKgRzM-m5`X}$%LqqKS-6@C^eB9eOHuuNZc>+_F``y{5= ziispHF#*k69MA1tv}{pW4b58jaQ)J_%)g?ep*u~jjIP+tD%Oyq7)&vJur$Kb2}>(1 zy|6UH;=|GoOFt|Pv2?`J5=&3q2Ff}BI{9@}8@kwl>tL>qTs_fW9hY#@lfyLD&aSE5)WaX7v5IJ#_&OGT2Z0#$59i5izZ-O%8H%-P9bm*ZpcsQZ<_l=rV- zA2`dxa0qgjdSzHpJIQyHJ1Kb3;`j^$msdquw9WfiY^2;EAN`s9mkvgMrgL=Kp+D<_ z{;UW3v*VFFrgE;+)yNz7B5yo}yzwgX#wW-dzawvyL*B?o-e`fe@$Wgq-JGqnirtfLS%HlW_NR5V2cR=^v}T-5BovM64arLJQzD{hWJg_NS`fKMX)V!~uUHQkY9P)_ zbkC^{;smXe(L?-@JozwW?8dCFRSWGarJfvRp<|z*+sy+%0ZYjNthI+C|DDB(TRi6? z(~HNN@h^F%e9d+cHK0%C1Umz81W~v?;T=Q`ha>q)TYMh+V(lQ#LBDeYvaq~DG`jjy zvdaCEGE~A4emgtq`}4vc*OW5d%6V|O>)~(lT5_aCZ<#<$qe(==QJl7WLY>>BvGuw; zo*l*OX;00SEpPqCEF=S3HMvUoqny^r`7U> zc^6Wjc`~j|#!m;U=Zw4=;1_%N5r$uocLDf#5ASIB`FZDq5A^U(hM$*r9(WfI?`-(F zdFO&R@$fE&PtThUp6lU98a^#=8hFOTyBdB@-Z|i3ol{uE$=k&(8G^2d~DuW@a;05PWrKr;bZc~fN%Ej;|)JG z?^N&=9)5!1r{tXiez%ABHGFj5Xz)26-p}xp^G*go)5H54J}Pe%_%IJ2VEE9yq2N6{ ze4yb&@`ix7_V7W5pOkkJ_-(_5$w8Ke;56T+^zRkmj z7(Os>AowdDKGg65c>}`eth2X z;G+_JPxHUa$xPECbfKK_H{aim9O#m&y8ZcF@Kj7M@OM9q766aquK2iSesQ??SR-tR zWgqS57dF8ychZPKmd~eOAB}_JaP?~=?3VW3Ex-DyI9%=Ci0CpuyU5d-E_iTiP)_%K{lfMUC^(!vF>d}b3|GIqo@2hf)!;^4?BNF)9-kjF z-;*;C*{NrFTY=5>@Fs?*adI*)L;@*#rii2stvdc!W90mI`!*a%T^hUUmqo4)sTt{T z(vhT|q`ssfq|u}aq^YDCq$^0*l5Qp4MS6(zIB6B>Mbc}et)vf0+etr=c9Me2BUhGG znUqVaOKMDNMQTUtN;;M_h%}Nkjx?Ec0qF|T^`zU+eD_>yw;K$+^BD=K*8l?`yf?lqnujjW*Ia(yuDH zMah$@yRrp2$0m3A?yIr!uj@IDF#Td5n_ux03#HL??O4UFOP*Zaoym@c^5waU3-0bd zEyn7)y&%W>wv_ubdD?!iaq_hN+=wZn{>bSlIzrKZE$IrW};1|av-_~SHC{TTdS4}Z?^k8(c(zrw?xH~hWa_rTBe z@D~h!H}_reAs+ss;qTD;Hme?Gmio|_F{k-GwXtB1d7_>;L$g0J-OErvgl`vmxH z9{!f$%X625pX=do8~%9iJ)X86guCxg%Q@Xrh% znmZKyd=LM^@IkqQz^8incEkJS_5(k|!@n}TPi`OZ(FwjM`Tv%GtpAIb|7)YU+g&cD zWsnVHKJLpWn(4*iqC>^ulK*SN0VJRLyrkikZO6nfr_>(s(tE&ZKAs!L zrS!{zC>D!DvWvwf|JPj^zL1aLND0;gbJrv;LBN?Uy6@zc^g-e{s0lw{|h> zHOc?Q;gbK0!}UJ3i&@91e#POE|BJ&V|JN>N9Vhv}IGo{JEH3%Kb}{QXjo0FE$^W&B zS+7a{Pw`(o`7__}|M%rj$&()-t9?fLj`SPpPg031BDWW*GAWl-k8}{J1?ezSM^bmv zaijsH;iNI7vq4E7-l&yszY@T^HX~ckf=G z-fd+n=-aC9(?XaaPg1#S)$F*` zitdA?)Z7C3rKbD4;OT!CNLyNEsU8*G^hEB+@wAw!+_<+}nAo8)nv;^Nx&8%rj}*Ma zr3E!FlpqHbw9c@Cx1NyPRd=fz#Wl!r*ChFfK3q`KPm+8&Zf#P7YHn@vj4EzJ!TW9~ zc*fHObwU0a$-5=|s}Y21ZuadOZ!?kRdH8{bzg6Qc@Tnf&*zheiwt%1D;RhN1W{o$& zn|k=chHtL18GIiPZ({hS8k@ksRWOUBK1~gOt;TEMFL`(~!(XlOD)_w~-rVq4YP-p=r~ zHP(Vx_we?Huc@&HJo4}khOe%%8vOfVh3|C)_;LS;+eIu+WLq@-2T!RkXL+yc0pw!^J0wYs2N-P7fEK?9E9E z4fw484COS7>nVQNn>bn;tuX&uQR_Z=&{;-9vASV2U4rm%q8;gWXU*U-s~ph7ZTm8h<1YKg4jw&}VhJ zrm#M33_l%vdFMKKcss)t7ZaOU5ASIB6tjQ5%ELPwK7;uD_`7&`SHmweKa&qV{Aj~< zk{;H~&lc9FyWuyx+xR@#!+RNihr6546FmGl!|%m*i+1zy;|*VAaY+_Nrpe~*7G^U!-pEKh^ed} zz|(m*!f?f_WWIR#DTZ(1Y#`=~SI!v2-*+GK`Ky=zG{Y6;lJ)Ak!t%!%{)NTQ>g?fX z82&AOE5!2wPupRl;XhlPtQ)=jXBi&H)mrJ{=NK;g2iAukexBifV;kYz#~yxx;quHQ zp4xMT&%MxaMS^7=4xYBp<%Z{D-%=ExZMfpsa^AM`9~#e>s|?@Y;$+S6@M{cj95f;S zA`idL@MhS|z&||v2Ez}r_*{Q`_)Uh(BMOV!=L?@Z&+v{G|Eq_GFEG3tXMJGn?BVwq zehS`Gte-vn0mEgNihZJoKWzAH>_*tv_wXf#%lnG)`9fiRmKlB{r`q6|>*31{mzN{s zQ+NxbpB0}ld;uO@>~nkglZM}Eak3VBxaLW3cNb@s5I4=kR~RnKB5qzREdOc4@4+q- zJ*9`QH2hv{VJOeTR~ddEr+qm$*~2vtd%J~L2;l+b;j0b5-_ARK!Nb=W{s4Zy%xe#S z*6>Bx{37{cgOawxTEid2dJ}r+;hN{Yoz7)}9(wq5hCj^7L7e3m^J~+uKW})t{`kK` z_g(Z%?f=;r@&6~|_`m_Vw2sj^(mJ5pig6&!%^*HKX%H#BSA2HGJ^0r%@$Zy( z2H(#kEhlXv?IIm;Vb&c<8bwMmojtsQ^lO6Ex+u=mgHPqr-}-(EpSO~pCFvaFFG%%= z5|4+^ZhY!q&%OTKBqjs`mj2G+ykq}U-?sm%e8Oi~S-7iOZ((m+p z#fwSLS5EV$pSRLB`t85_RQ{_ecW*v*e;2>InZNHPEhYWC->2{X@5)KbR=KZv<@&$h z2L3(i4^nn!)>S0cB-JPB_i0<4#NRiO)E?=5T8`h2$}e1PpSE-Q_wIe+x249wW!T$)gdMT&+qf?7h~#}Pb2F0C@1m4*f{*x1dA7KkL6CT; z>9_J-(AsAU_Pl>5cKmts6`Pm&CYzNgljlp~A3)eo->B*|^y>>>j z%2s@GMbg(=M=O!h#0#6@F2mmS4(gzHX>9M(GtimI`bB$c{6=y=#5D_=C+)OvP&X*w zEj~|M5en4yeS>~Me|lh`d9SDkCgFp97X2_ekUbZ4&y~g|ayoG@o(^P}uQin4ld%uC z${9*q>eo6`Sh4gqYP3db#>z+MJ9ptyThF#A`g+TL?rG|&yTR@c?$mE*xI?gQRXlw? zTWcx(epc{Y^1aTp9pXMs-fyJ4u^^WIqd`4l)0g2_V<_cfq8Vxo+=(rHd+Lvc*E=g}uGmp!0#%FY*TYje2YKdj`H+SKtSrvtXWP&K#1Aq>Hg{y)hYM z57F}rf~raHp(e|a1QH4-a%L{d-TWRvp&E* z9Bks(YWa=$@x0@+Ph|O81JW<(~C3i`Y=w%nV(f^V>sO@;(*?H3%<91qc8~ZpezxT3f3icdXad+ zeP;V~1ik56N-f1{W&6>?cYtYR zKFQOB+#NgvqV{^;O$urk^wuKpbk-HYuFmmJw`k@ac$_K!B0QVhKM~Wd1wn1buHLyP z_Pj$2qTnCn7E-!q(kj~a4bBGq6no?!Xj{F#ZonrckpKsUrEI*Dc%OE& zC@1ny8q4T^H0jA>Ec(k2{1wx*8(dr7=2+f9&z{3<{Mb!M{#rm;;{u(Es=PB@J9179 z(un;H+&M|B-s$!VWVfvnZ+3x6=kAKuphZaN2a>FpyA5fkkd3e~tO^2Daq87?HQrPO5V^*C6S|e8$sVo#S^E zyhs$Q1vIPyyy0M|WlZ~K(xS7VFNHKvz5|W%9+2li zyP!Q+Us_yaO}+zDp^zmLIyIW#re|}`a91bqxDY>yN0K&M<0>RI&V}OX1P`@qJ>KM+ zpgMW<*IA6TZh^d-EAv+~=9I41cH)C*i7rv5S@`Mbnq$}SpsS}R(Flu zSI`gLwRTs~cA7&i`F;1~iB~{Nm%By?GW}aCw=?UoTZ37uXy+YhA+uk z0=~k-8yfy-&ZFQDcz7ejAIW(He4d9NX!zos#o)6&ys_aA=R6EP*~1Sq{GptOz=wGF z!G=GW^C0+f9^S<8MLCPWkMQuOhCh(=0C+18Z)W)YIroD%^zi0}FU(m8zORS3F#Nup z`@pMscuT|Y&AAu6l!v!6{GOb9!2ghvC28kF48J?)Ztx#GytUzX<=h4Sj)%7~{LY*^ z!C&<7Lk(Y$vjF@F4?oQC`8o5!7kGGE!|%ws1N?FiKiu%!b8ZKp;^FNKzb)rB@Ub4= z-tc)j^S}ptcn8C8&AAo4r-vV5_$@iNfVcPXj)vcyb2E5T5AS67O*uD#*Yfbr;PY0( zD~s6q#`^z@AA|-L!Q=BkG=ssRgP}xF=Imo`FjFsDf_@c6d*}kRJ;HT{4%F;1%P)OJ zGvQs4x`&g$vhwFEe^@dw{7HDIa}7LPGrB9XC zQXyVicsFFYwS0~PSN)*`WyH6;feN4H;i3yEKF`A?A*A?{!tzVE{c=l*`)>TQ(kyax8BY4d0{=J=#dY6aSF#HGP6yz2U&olfdPR(YmT8LNF{(K*_!@u$Q8#wP3FitAu8!oO) zoStR2e_?nX!?Va_?BjTNUBeZl4c}03wU5eaVEBHf@AdJ9hSx%lFPi@#!^0@hVq$m&XVEEBNPx8<6@Q#KbgKs8$1w3tsE`|?BGAxQ8Ww>O47}q|L+O3=6{a791 z$KsWveWpI{G*;{}p5{NsaQXOg4vLq*kKxmZjZhTtYq;bO=8KnqfZ-RhGDpAa;e!pI zgTxu*>2tL|(#Ks&%rIo9#|qzfnBhA8I>yudBMiTeH9z(XjM@c#nW z{)qBlX!s9yPR8#ZezD=dNP+4~Jx+cm9QjKL@9!caTVh)auJP81axOJo(b$+@hI2j( z@%k?_yc~Y1=!-o3a>Mru_X3~j;a3>GH!X?=tbc9p`K;L9z4 z2X{2}nQM3ze8KTkO3DGRc#YvT@RG$|!NadLJeMeP@Q>wsFP$MDR=m#eJUe%!4!F)O zP`lk|cx@uIBAI&lEr!=4W~*~YdH6iT+k{7g_XihURXKMUeiV`Fup6-ahF6?#csJq< z;Vg$e>>+YdH9`%_XvA{-{;|X8Qv3bVA{vS?>4*_@$s-9_3(QPKgP~w+2Y~% z8s0nXP5#e4{652v4UYx?4Lo_TiVF?zNAv>5&l83C{f74^rUAC#g?NQUhU>I>bYC9+ zkl};ELExRhyXD8{6=^?fFj|u(eD?M5#fHb{Mx5&5j~M>2?dMMS@J9__#0njI4i8tk zgWdgH&OPYiOAWuz>Aj!x@MVS*$$`&zJp3`k?_veQzMF?jej4l+aPjZS!uMKk_#LcT zpjRHQ{k6gDYHMG+o`*}W8q5iN8h7nH{3*k4a@ub^-oqtV4JMY*4SbIE@TU#G4&5Yl z$-}k3HkeaEG;eP5aP6-RW>@|yK9_j7_SXip7M;WA%O1YkaB0Fgwb8@Z7=9URHROH| zf7b9z%pRc1Q-$p#d2TRkx0!r4^ze0t%bVM|&K~}p;WN;qqJ#8s$!&wNLJ++iV#L*MV=>kXII1b*t_FBv}B&Uabm;V&DmGXvQ#_V5jcO9KO4^6-s@ zPcZw65-SSZ;T6NjqhH2;(ZgRg{B$&stlvERHN(f6{YDRPmyewla=!4HXhp^MY7)Id zIP!nfP5eD8!3UDR1NaOVmKJ^qCnz@L^Q@$ti(FXd4G*8~!f^ zV|$y&Jp4@$xB6GG=T_Wecx-QD@0;Ln87{9A*8G&yEy3S5yqRmpr?qE-Z#7){iKP7# z{2jwvXdBmAegN_{scD@XrkI;Ev$a=6iyFZg@wtQ!@IH;9nTtnYAKx(i;!LFJ~opG@tJ$ z{eCOs;Y-7hHr(h>QqFe6yIU+1qgM(3mEk?ml_m5o!M`@Vr`bmtJxuU#4DV&Ktrt?O7j7~`N;!f)Mo#B0uK@<9%l=HpeCz$<}(eniV!SKGshDhjt zg8yi^PO?t;MS}licz6D?-SD{vy1rC@Yv5X;aacGN&I&o@$ks-*gtro zhi46s{g3B+cnQN}|K^)KTndyqiQWAb9gOV_`)B1qz`yA=W@4 z^d)2;C4`!U?0ScG-jvS8>PPBNO3%j{#Qk6rC+OJ)=VlKsM2{U}iyPn<8PX>q`uC7s z&d^mQ?e5>&8LSKGNK#kQQKW99?xY^1o+LOq(m=?$$RS)igi?o4!4S$2((57G^bmTH-$*l zA=UyR5_jkxAT1(6fsoikx0v(@3CbWTgdN`y=_EuF3E621k*-5_*g{qVsjWl$`Sq>n z1*fwMOL}@*)_r#v`h+CO?&ss~oLfTDy=*IX|CFu8pZu=U^w>TmyuT;(JD4Z9-$L3(`hk?%cKG>~$Io91TM*?>%iq(dp5>QQ zjo+!9^f`y}_i+iPdp$eFCiAxzEa~6r^M&hP_9*vw_xi1{wYy=d?UFuqW{&Kc)LzPe z4ej@SlK(S4(|gtX+vM-fZ9{9@is${aZ5x91u98W(=Q7W{Kk32b8yA}P;Ne5#z2`8=O=BgwC)%GdYl^VPOWYB#lqlAfpX zWOJi3)nDn@Sq-K#Uf?rLKXLzGrTh!BZuis!?7u6iy&gJ;Gp(k_b7m@Kpa0*O27Zix zCFSj&K4C%gH28m&j$Gi}yW~kz<*I>evJky6sS#<;3}iIY4)WZ}=XIo#FswH(gvXO+ z@%Q~vOY<0)Z+?XqkAr?sKhjapM`y{WaR)~Q;< zYJID5T^>lPM@k{;HhBnv{ zRHKDe&M~~%+uZXw_E`4Aj(WIRcBuY-gW6YdiWn%XohxXt&@u z?Xh1tnzNSsv9~*%sNkou13nEKiA&jm*7-g2vGQ0(l+{(7Gx0AX==~Cu3D3Kaco)@F?bJT(meh0*?X1&zD)P-!t~{3MwXi5q4VqF1*`Dd?Cj}#e zZfNc5pBR^0+m%T?_qW(Sn%-*_UIKlR(X@()uWxX#_b(ZiqEa)a~(LMNlt%yKLM`Bk1!ke52ldoE~_c9@v{6&?z{2li!G=*gw>%H;Cy; z-DR0jkJ>k}`nTc@4&@z&Q~z(-H`LQcJDt;_8sCFmiljZ=S7Z%7IcclW?hu~3H|R1> zPJWU)ts;_b`X2R&=G`=G8TLuqBHwjL+HxS{b~W!*l3!kqb=}pR$NUme9D9aeChymg zILe*FACnPzE0LGK9Uix64Ywp2j~nrl7?g~vCd|GaW{sqpKkaU%9NldTQmdk}Zt{q@ zgeq?J4<)Q!*0A4KJJiV?db767NLdl76*Xe+!NTP4;Mj2ErSbQDnSEPm1(jRN^`&m= zwRi-!4JIaUS=DLXpjNNRYP^eUPw5aFMzORS(qKqiA9G#|Ao~ zLf<~d_?5)3d)a;Nq#mWX?+$IN#i(n=S?9lVw#%W(m>2*(JBMD=Q#TOZwIo+LW@rOO zP+RoWvJujEijrK4Z*tJ>?@K)A_KXv)Q1qOAXj!cmb-y2L;tb{KnRn8Y3yGllqQzA{ zHe8#Gj&FizlKEf9={yVlPH!r^BDKvgfz~oYE6{gZPwBo2eRg0n1Nyjf$r$~bc{-bN zmE)t}sPM(%ar;(sFDB2}&&k?I-=6?2@3A_bn=yCMT2|lGVTGTbbkUBUJRxbF!BF_r z9;viDIZV&9*xQ}(M;vo`Ehikj$SFE61ut_d(VIln*E&ySR%V=?m()@eYSps%{47zH zpWHXpbs&28cJ#P%ui{EinP|!A`keOM2fQmi*PRta4^|L8S>5!4b{}JWN<8WoXyTAi zmQE^T6z9wA#}Zp@nCtFKB7`g^QurmjwPwvp#C#q~)aOfhDyw*`{QhOI@5;m^Wu#VfB^h0f;!tO}= zdQfZiD?Ll}cClet^dRk=L2kkyGrva*|L_D-Ujk3lPTah(M(U2A;g z8#u{PoSYTE$?#;{HDzY%d;`_C2R!`9pbmfK^4GESyJC~}W!qt5ktd|c|Xy~8<>6b=-Zb$Ij~pwEHqH9yS3n)g4NKfmZ2=G)B~Co z(j%xA)u1a!6j)k4?-nJkvyJHWFDI?@ZLm3M)2o8HfldlgDJ`HchbMS>qSme?w|eh$ zet7~M<#2jawb*3VR=VpP=tKeiwgWWiNPesN7x(J`dTuLozI*t5Qsx{e|L~;kIa@oC zMGk?U9ZV@Iuc6Zk0xIutDBJjCHVi}7S)AOjb@vD3DNnhN2^J@J7X{La=D2JpVO^W`i3e`Qr&7dTW@Fz{$ISm^|jigCtGd+#*G>slV&&EQJFi2|tIea;_ z4}S)JE}fHVnGc;#{10`K2V2hP2~e`B%!j(I%0 zX=BKtmRoJ7HU1gw3qS0_uAJh~>p3q3ZNf=O3k*lP{TP8Z%8 zPBWOgl;i#+G=;;^3JymDIKm{-C2-?m;SN zPc+$Cv3vgqb#DT%Q}zD+@4fH6@4fGHa0cf%=RWgska^0GDDxOXrl^RNF)~DEN>U<9 zB8ntK`8Jo(AcZK2P)U>&8Z;oO^nYJ#?c3STqkg~F?|J^u|MhQm+3S4vy4PNN4cEG^ zYps2)QG8b_^79xaL62pYlYQ$VMNd?6^kgMT$GrQBG<~;{r|(e`^}R}_mK~F_XHw+q zIZCpAP|4Qwlyp5`$=3^%guRIIw;20{NZCu2oGm*FmtnmSS^Fs^ZLd`F_G%?@uTe7h zvr6igllERP`cVtg4|^N^Xg}dfA`k5~OR=t8+B)K6BHKu4MwsIF{!+$re-H8Vc>ixt zYs#1}k8D<#d9nq2b32-={W?rM?+u}kmFD-aUk$M`N_%G@Jv3GR)unCfQ$tyIXs+Cy zcggdgBD`4ao>JNzqctrlKGYK%;TUru8Vde8jbY-`EBbjg3Y*_xP?<~4fT4C2!F_b^9E*h`RJCq1ni@?uR( z?7)(`3>-1$X}ziu^R(WC)|5T$lJj~){H#k!-!;~lUo$33^w<3?+1PcP&Se`?;(F3c zj+=~6%=K_i`Nbc`U(7j%c^Bo;GRF>1^Q?fhQ5#Rl4uO6N)l=UcgWz5JZ}}J=;dH%gRe16E;^0pP@IMvq#=GEC0{Gtw566eWZvu}!SCo!991$*C ze7}0D@VTbK`^WXCNjC*>OX0V~-2#5sn}z8^3a=9WRCMVf$ymTcnO6+<~#;IB!DL&{+t+H-MK^_yT7E_zM9%Md6P)kATk!;He6q z@5~3kC4iSw_`}Y_;Ee)!n!@Kf^T4A4JYC@rIS+yVw7#&MQH4L~JP5uufM+Ott}_?> zi2$Cd@Hq~B(HI@TvlRY-^8k3q0G_Sz*$zip8?^&?j>2a-9ItJp1n^vi-|ukTyK!<| zVL9^@KGWf7d83&2XB6=Nt@r3p>`K07iSJh;DD@NA^9C%_+&^wk@Y z-b&;(!RJQifj=+#U#@YPC9{o3A`5|b`_C=Ta|O>cCPeN7|JHwQJkQnmq{t-jzJ7Yj zS%W`~d_Vo~lAhXHci0iPO~MuJSqjOPk2vtPb(Peih~Qt&*{s;vak6xtd6ygPte zfXn+P@?4GI?A=V&XUsUC-V^*9qkuD(SYP$iC;REIG0Jcn6MSA4l>_+?LnC^HiW=aj z$EAwOf0(is`02?wR-R$X%E0=tq$eL%k6f{04Ko@Mu%{N{34)JiKI+5u5pWXA3R5B% zaJ^nFxYUo}X$o(l*7H|r+!Q>j@T<^w;KMo}g=Z;TuWx@QI2$oYul5U%R(cRNT5#E4 zCi^m-jTH1j;3l&A3CNLono;Qo6h2!0>mjGW{etIs^@N8@Wb$p>3)k@O3&biD*# z8(j8Xmgczy{Jj9lbQssRlHSM5DttH+Dg7saU!w4_NL%=I58xFPekXD%`#p93rsQ8u z;j>v)yAZFb@EOQB@a;hQ+6sRZ>GVRpzQX5GRxBg(+?u-lS14RGNo-)?(vI@nMhe&a z<`jOJPTy4FE0JrltCL>pU(&ZwxZY2fcE8F;mA|#ZpJ%0x?-T^DrP3$0QTU6>Z;EOc z`XS#9$VaM_@g@S}Leevi^2oof!q;PSFpS>d@?62MR`^DC{Bu5g0GIt33yil3?2iuM z-4(9C1K1$>*V6g-RQPtak3NXspm6PfWltcz^!o+qvwOJy7|6fB!uRooAmeIQVL5MA z_-D%hNU;v+> z@NbQ8xvmM|6BT|`?f2gjz$YpEm~o8j7vQmao}%#Y_yUpj&q6$Ds=`kgC%C2wlZMGi zyG&E~FUlXxrQk9y;3tXqD*UwC*WVPJ{nsX|&xx}X?r;(ja)soRCs|oF=7KN8k}voa zogN-yCC*cLGAHBE4uSOZ!5_trAowc5X#4?0jtl2 z_)3L0=H#6VaTyPf8ueLWxDfx3!sXPS3-RX^F6Utv;+-hxOA0TezE@D?&(rnr3iu*J z<7;`ZSozl~d?YJ3$RQdx<$XmoSY(XF8o?SFxa@NmTtu)%#xzzukUs1Tt>cp;x88J~-cmpMNidBWdk zl+3sP~qh{c&xdPl`zL4}s6<&`sNwNNc z%RYT}=(xue-rwu*!9OLRJdGb$_#kf(c>LT#T=>okW3V?EyfV1-XYxt>N#P^B(M9l+ z3cuC64ZKAl{qG9D!9feQx#C7hIf%LN9Y6VUs z=NG|c|I`X&wugg9V^bi#>~C6OJm#$^f~P2afwu_!P#}GV!dH1~z>NnB>mg6!FL@%$ z2k|lrf7W{eJSUL8lEUBg-T`k2F5_3~vx>qudz-;~72-)%6~4{e27U*)LHkPjnhHPe z{p91)PXw={@IBtAMR4JRD~u1k-QW*P{(kxf3g7P?0)JWZzg*{YrNR$;--7QBJh!pJ zfALO({{-&&>02oLFV7~6Al^pdXFS|<7{wndOnFd zNSPvdPlcyPGQmd%(#!k-e~8p9g7;B)xkv@@hb6sVpZyeGD{?vbD}j9EyQ&pN<4DUQ z_z;CRh%^M>8%RGw;jJT`z<&?qKU(3PBR#+~P?BQxCP!nfFm8<8QUsr(@arPI!0QLn z%lxsz7!Vl=-b<7%_$}?8G(+K|BccjU2;lcBd`x5vcu)_L@3wXsUECXKmzW;(sA1O9 zcvrV8ir50l2fo41F?Xg)-`(vF{v3FtJdNM4@Sbi@@T~!Smcp-duLJ)YT=)k0BtEF{ zzV0nWaQQB5mvMu8Blz!u^otZez#Rf!^5MdKmMVOxI|96F0GIi1moe6zPy}D8@KNp< z@K%BJ;va06ahE&22rlxK;gUHec;UnXB-KBNa3Hk zUw~f^F8y5aBMLv_epduPrtm}VVenCb^gk;62lpiS+yMTo!cV(@fj<|(e^a>a#nYdI z_*sSj&6Wpj!-4eY6rSuwi{Pdu?O5DP1V1k6{r9pJp6TU-JC78;S483Ey{biU`Oa>a zQQ(yW&kLkaR(N%<9{81l`}vnrczv%ic#lB(EQPo7t}cS-DZHuI0{r$s`b!kv(Yp?O z9=Pxa>OZNx!h3nW!2c7#D=56T*Bd;@A1Z>MH9ChoQO_~{um%30@h;&mVQl)65By;Z z{GpOc-!0q?d>?ot_=Dh;72YG<1N?XZucGjt;hx~;0zIxtpIB4jeZm8a;B^#!eYiJx zQXqYOg%1vo052E78!3ELcszK60NzaDcZTmSg11!o#PAgGj)C;@ecxH*{_q1uaQR;E ztZ`5HKJc3Z>90}v{P2<@cvpqb4bKC=BamLc>pyEe5q=7Mb^w>}_s<$@!mkv;Z&vuq z@YCSS0_le+d~Nu3@O9wAAEZ8qD*Vmxo8UVO@uXo2-xS^ieh6IngQOp+@V(*Bir{xB zd~^6?@Lwe#KmB-xe;)o4+{4Hx-#3s?(gcMc4j%^36XPFzK=PlY@NdG$z-tLk{}+6! z!oLrn0B;$Zb{My@wp0j z-8k@j1L;}nrv5YBydwBQg{Qjd;7bDOmnginTM_)V0REK1Yq*yc!B;E1vRe&&XCVFa z3cuWK3VvL0zkXg+cyqTE_+Q{6=Sw}jtnfB&d+>BI;xgXBlU`AHN4Fz*W$-49N9;UF zuWCHpk@~qp(u4nsT~zRVvysydJT~5cX1r@$&Q)ezqq?Eei#_%=(wFwrw;>-H?>{r% z*D1U?r_nQSg3G)Qp7^H1+d3VJ;F}cQ(rE)eB9MNo!aF%^`Y~n%@DCK;oinJZ{{a4x z!uvWm7r{SP_zljD;I9PIf1>aq&afi*euejU27$jHNPkG-qaC&dUw|K0_;6$X_^VNEdYDdNw^_ldC!u7gO8Pd!6 zm3sbL;VYb{$tQ?gA!)D2o#o({kzU5Hq<0j)#(4p}J-Cch!Ci&F?7RlvS8)29;BgAy z;JgVw8eGPs;0X%f;(S;HFRAd2&b#3E1=6Q0{3GWR@FxR!w!%Miz65_Gfafdxd*^f! zyo|yRJIBHI1=5#SxXHrgg?J@}pK<;s{ZE1P)fJu`PA7d3zf|GH!{S)oU0nFS^%R~F zE&$IL+^?T26kax56}(;`eN%D6rAVEx<*g%#%6|H47?+_JU5r;YCO}< zwCRuR+YF{}Yu;zAr~k&*1@is$ZOxgSSIv$=-;R`TS`o>ogE`xp1OBl8+yc{zyH4SA z6h1Y8Umw7q4&XNg@QneyR{-AyF8qz>y1f-Xm(#OZw-TKC0Z;6!@P{m!H>}6?_!YdL z!WUSJz;golEee0kS_)n_fDcgkGE3%-_TXaYk$eUze5EDx#z1fxcY+U5_!{du@EHMo zsKQ^cWPVs4z;9FdtCsNTHzj}GE0^~guJ9Z?hj#fPfR9jkuAK{>xuh`tNQLKd7CGxL z0eqCg^X+`_$pQR!h0D3+?2!oIqZM9Y7l3~YF7pNDNt~?kvUVl#e1$i$n}F{q#FHLTcniA)`0wDt_ayxyh2LZk z^l@o-!Ivn!qur$lzD(h*?W@5nuvjYmR?y$(EeSz-E33g2Mw25%L>-&6P=`*-lM0eri{ z|FF-2zZk$jP`KfQ7}v)F_=gI291lGENy-nuqMS)P6&~-z7vT>dfe$n*hf0xuj6Yn( zc-MH9P!;aCAs^|VSJ6Lrsr1!D)wzxc;JX!GBUFRyq5%G}!fS?Va@`uh_bB|*knr{2 z0{C8q*9z6*T5fsabN4B{cBnSj&fwBNDNo`dh1U%UzaJaGk14!is5#fA0sMr*TZYrA6@Gi@4)9;Wr5_5OsPJ*2 z#o$>h3h}7I9}m3)-Xeet9~o$F4jlj=8Nkab{9q`=b!h;|Do~zDk{)~j^QPeA%{Qz9 z@L2!6h5o7Wx2?C~pO4<7(~CS@gY*;p^oz+y`t2?B+nNf0*Ls)qTLZZ8uL)k^CN2?c%J~?R^gvo2f$|p@JVf`7{z=y;{D^e~{8`dVzmn&6Q}_u>}qiOmEe68ZiQ^>xed7VE5QdTJRB+pJ~V)jRCtL{3i!MLK33tSLYd%i z2Jp!W&kmIaKMHQ-H4^#6oTl&r)^y5q%Eu?*$Ce|#sL$@~k0<@~!uFjBKGDbBrwj9$ zqwqG$?@o%3PbQy-72d=WyTXn@K97J;GBsWK0HQv%sKaKP&75=ALj`Y0(>7NFl!v0Bx`{}2X{yBx8WIrh9u1qU@-xt8Ani{{& zPd|h7uPA&IUos$n-CdY|E%=@6x)*#3>6`fD>otXMRDQM|Rr%oGz_dKU?=si%J(6Km z36ztg0azu~xXOqAc_00AgTi0OKP&I$muEKR;Ya||e`x*!9xVSx@Vk9{4e8tX<#}7- z+8@a~0eq9fwO^CZ0{A-$*ZxsX1@LzjURiznR_vL={5LCH`(-H?z_%#8ygJ9NaRA?{ zaD8slwE_G+g=_x`Bft&HzW}}@_$)J(y-o1>KznTmpY7u+AL{K9>g|1n>vP}LbA9{+ zg=;?ts+>N)L*d#lf_g6>|4`xDkAkWPAK$5PeQvs{Hy{5<;o47ws%IbHrEu-nLA8sI zi(E3>%#+tN4(R@%{1EI@co(Y+{drRW->-1_LX!Rzzz-^1cE}sX)dBn~g}=|2H^_|v z{D{Kk>o)v<=>2%=x!))}=KsJo3eUJ^w;TJT3%~JawN+MN#L6m`7qO;@<|Wd(NI)|C z$c$o)gWxc55sQ(__wx`VoZid#^AMv;Mh3OOH~Xf^Zv8^v3haziz7>Xn-3ASZMnEH> zQPAzsXlM*{2Q(HM2aSg&Kog-!&}2xy+n)-Fj{*69U;GTjzTv-z_zdWO-`{|#{2;Kh z&-VkCd~svk3Jv8w#6LvLF9JK5XmRZip(WSWP*Gn9K|c+hxPJ}Q8R`Q4S3VkUAWbhQ z3S~f<(1pG!Oh%Gr)PydDYC*N3I#6BcGN>MOIaD8N09^rH2{nWoL5-m%P*X^JI}|`= zpt4Xo=n|+rQ~|08Re~x*RiLU+HK;n&0%`?ygl>fTKz*T`pnlNJ&@E7ZXaF=28bp1H z--Unj>#&S_PeRL~r=S(kN@x|d8jAULSVO$1e}@;qUW8tPUWQ(QUWL{|uR-ge_0R_B zb?6P~P3SFXBlI@333>;57url&w{m?C+6HZh-iJPbc0eCOJE4!DUC?gmV`vYw7upAX z0(}a72JMGFhYmnrKnI~i(3j9x&|&Cn=m_);^euE0ItCqwzJtDpet>?2PEfvIxSoVg zL8qbLpfk|#&{^mY=uhY`=p6JnWH4S$$bv$U4LML4av=|jKygq!R17K(m4FhUL?{VL zhDt&yP%2akN`um&D1Qm7VG8>$17Env571SDP!?Q|rEr7~H6`+bxC8#n~1*!^FgQ`Pipt4Xo z=n{V0mTNnxJ#;nH0qO{Kg06u&LtUV*P&cSMbS=~a>Iq#3T@T#=^@4gsH$r`&zR*oj zKc3T{>p*A_G#DBJ-3kqbhC#PM!=Vw-NN5yvJ2V;^1Kk0Qg>HeyLzAGX&|T2o&^^%o z(0$M>Xd(0{vUhc1k#7Bmte~-9aV}FbPjZxFt zUj_a*6pwNJg^rH$%OSWtOVTC}v5n0vY{uffN%MCF?R#Yc@mP7}no1tkA&Ix=8p}hT z-Iu?|L9sMa#@KHq?+3WI0*b{q68|Fbx8xzeDRsThzcbg-etbUHm_L%&i0^?8L6T?q z2FJ*PBwmwi3rL>ve*&LFUQ#B>U-^RJ`Z^@_EYI6RT;4;<`91Nokd&=tFUKf=Rsr&Meg0m-*UZ;tJIam#kY&}v)No%`}gJVkBPtds;*;6 za|)6)2`q}p?;3FxpD+@?*qL1Nn`xwZ)K4FKw!E9XOYHZ}+Uoaxn{@JS(&qABF`qLM zkENA!lVW`^c7~F)MXbJpSHY!^O5c;ZOiMGBUzEI)aHEab#mP(j3!UOx?+x@zuxI{4 zlEV0xKSjT{jJ@EPi9PFge)DI2Y~p?J9R%GBJq*1IeFaIGv-@%n>LXV$`8$?w+`nKi zaZmF4f~(4(>y%}zM}z&-J#P+Qgxtdq)^V&ZrGEdZE`xRcZ|P!n-o1xo+y*U00nMYX;{K++xLylQ zgjPXPXS=z^`l4}*W8_1UM*3nb-KGD6-M~G`YYZO*NdA(?kO#0q6aS}s!M=7U=~qDV z+l%!@xi9aulWVZ-vA*c`*L_i*D}AvZe_t$}9awC_!O3A+tt{{ONb|E_2}z9%xuy?*;F<@y@*DfBlaeXq=b!oGJE@mnBCBYiKH z?)HDd9_60o)q&0QlE363yiD@=w|g-@xSsTnbhg!RV|`D48@w;?Ye{@*N610qV*w| z%pbA(c$;?;o*uhOzlqHeBBRLJoXs&zEv5brkyiT5uUupNO3ty&VncX2y1^Lx44d8G7Z)1I?=zV#=hx{_c$`tDh?}1A_sIt>%e*1@X zl1F%OVSW5h`PBcP>n~PMQg{DUPr>^9w{)@kjPWKJOVY=hP{$pii^(O@H~Vt0#Zu%^ z&Z2i|8vtgE1AEG@~8h(a$2k$ zvFH8YdY^x)cae)e;eACWiq-$G{GC7CF|LNBypy@U2Azg#j=*0cv>e(GC5o3*ZiW6ni__y2bJ|E<1*d_6Yig#UJ?9(q7h z=Du7hF8M7JeKncR#RTxh0L1JBG)~Jp{aHx%c-) z{sfonY_2ar@=U?x`UTg&pctQ%zAp1sEd3>S==o2uSo*8LV(DdE4B>CddmLB!dp=jm zcUd5v)a&c~y&d`lk~5Hx2kz&wV3Rpk+ZZZxtp~M$`^agO0Z#h~Edm+<%HP};kuait$` z$5ozpxyiX3leCAI3Van<$@z}I09hj#$-0`XLy6bFWKO0`C*+uA%(8est7ukYb@DCN zGdG#O?M! zbc=M49O$f5tTLbCnPo^JXAO_Vp1%w`z4jL>-*B(RlD-9N`7YxKcIkUL&-Zmou-n|n z^JZG}tW(y2P&d1bQ{7qPd>-EJ?)NO#ulS$UrNt`Do}oR@bazIDhq{xzgfaTb$BaiP zWr&pGsjrds2CKGZYRH*{O*_RzS{&-?z>*>(Tp`D?n_S5!eyP?-TvW-4!apz8a61Jh&NL*G<#XpGj z?)&gZ{xE$v9v^PS7&F(fKSuiCqqMg}>xh#9`CGhSiVxl0c#N#b-`lMn)^2OB^_lg# z<%QxxiJ|0BS|}Q-7ith{9BLM76}l=kAv8HOCA2j3WN3M4OX$7Ow$LSZMZ20^)2?IJ zvq#vs+oSFI_Cotn`*r(G`z^ZxZ&8B0*E*Y=51d}%{^*B%b%>Cq3h^}H-%c;ZRl~G=yCn*G$)-tR-Jydgr2n0 z*&2S2{;)6ny88xgyV?D~+d=#6rG38hrbh0h{vV8NV7Ej(PZNHkJ=0cX9M8gcr|^*t z)TfNQ%dC2M@Vwf(&AQ#1M){J!TH>*!1M7mF@xLJ_3!Y}}NqE5h=7aeC+zS_Q{MJ}* zwsofwm)3~KXI*hC*(zzJSy6m~Ieu#lwnkVZt*O?RxJHl`%=79+zQoEezmc&by~!SIk#+7i&!O$5S1pc+_u87o-m^YnT<>9If6mzc z%BmZx&v?iD1_A~Z#jPQ5phuawE`|UO^Uz75zIo8zB!q8KpXG3p=wui>p57>+B<@PJ~Mq5rC zA56jI#KMRvJ@QZdFS3CGZ(J3XFEj1stpz&^y5cGETEg{&K2~4r4R&j7S7DbW;S9Y} zLV^nA*eh0@{e$&XXcUq#nEokYPH2e=--Uh)<=FZ5B`Q?4CG?<|N|-_=aBeWn(sWP_}CW3%XT@t z;Ai^@hZR@*9?tfoa|-Sz{7phA90#9E2&aTI!};*K^5Ke#-_;4%h38!nzB1f_uS0t9 zWtQ;2KH6Wk;>S#i!RcxM6JQ}}01_fmN1^)AI>A8;2c4!c}&*=OOjI~0%o1}^&};k5f3;cvxnZO`#sFAlydoHyAk z>7{zj_`U}OS|MJdxRwNwZ_2JivgmlHVvm-f?yhs7uTljaSNaaY?NDalun?~CB ze7sMjFT8v}WME_hzLD;X{5V>3^Toz!F5<(|wFPAmC-7#>64+v9xUNShA}-w~Gi>u2|@D|1j>q-3N5<6NYK z)5a#`n^kXl%A4dm<4xy*UVITGIGe&tP%%#YNB`wFMOD%{cS<&BQig!c(| z6B*`xR^w;FxloQ3b{+g^Zs<(t9{Wf8m%lvxFEgt!BkW>EI0XO53FU?ILzgiZG-58e z8V)i(G$}MSG%a*@=w3$KGRFU^(4o**p`)Q6Lgknhsxm8F0sk0okFv+usSv8Hq?EzPDH%#4>7is28P$(RdipbNB}aT*i}%e0c9Hb9CR*e1Q?@w#V)!9< zwfm&E&ik!DtE=39ff@JB&Xjm-5z-k$RS4C+OTF4&9YS62GNiVvy!M2S-ZfrVue*0Gp@-L#F?2hU+<17#RCvWq zxWvQAa?6qCo`FZa;;n~Ayya~|k~1O}+#wQ)Q=u3e}cHEq12TMsa z9~~g31&AIXL39DF4UFY1Sd;1D=mHCX)W!^yw+J+vbb(&L3t2u&RQ-K}uU6DBk zgqqmR_$otdIg8PAI`U2HMx>C>!)^KceJx+QZ+AC)Tk({!-z$y`B=5DtEY2II5*vcd zGs+rcjkP9QQ>??GZ{Zd{hfaq64q5i6_5papxAt-Slzqk)Z}P(FKC&8ys@TPG;31Mx zE`9qF`c`dPwLNutKR&aC!(GiDyz#~^^ZxysKOQjB?Y`dq)G#87@w+u7)YE?6ITZfT zJ?NE!&q%3qjlE|z|J?56gqwzM4wrKqy2spFUN?l5c9EfxzkNyjZFWUXf*Z-NzB2x% zjf9IVbY#432uqKD(Usn|$&*%&d5Rh`)b7(2f&w)hOSVYu^W=}Ug|jw$$2XLNOZ6@PA0sh5p}yP zye_;I8Txa+7%pI3H=wQ;y3Z?JX}ep4G1i%yU+ryFn$LbD>o)ZC!L-Cwr0X)3*`Y$& zO`}Xx9V>2h^y@H__nbpq?q6qoMC-~-w8tueO!|1J1`?)t#Fu()z#cx%R50$dD#OhS zoX+7cZa?qw$XR~FWMy=w555_GgzNjnNpdr9^)OPuieBB##gZ(Y-Fe4+w?E7B5Y@uUyPT0$IiSH zSQUO@$6dCWjc2Z=W=qc3zSiu^`5|-R8_(m7>Sgl_$|sthX!fG(9bxV|>x7jgs`PC* z?AdBs*O9Ss$@BV@jnVk#Ob*u$&kwH&XSg-oS?-f=d9RiCnD>&`ID$tO{9sFag_Q0VA8EaI z=yx5gVQ6?c*n{%Cx>$qiMQWow$@30c?L!UhYv<^E4x4@aew@Qdl`kem@41iBwvum9 zj-sDdK|j4Il!3K0Km-j@SC1%+B;L>GzplS?1JQkt>17ER}@^QRNjY-*y%^g?Tyj1A{rdc|s` zk%$gb*{zCp(HmW2G+M+Ibcdzr3tutcnP>$GXaNne#570pABLPi9SMI9a{cqj@@JU~ zGmzHHBb|50&T>O!0`DPp8R68L($)mpNqWID>k5B7S8x`z7GLjt?P=`9I(W{kV%5UO zcpLQ20oJF}wf-%3D$%OMVk8zH@!v0UVGZnQVoB5XGi^Q7)-Y}JYVNji!&CG)O+Y#+ zk4(^l5=l=G3(foH2j<oIcd4w88^eVxAaa7-__>QyOp|`1wdRU*67K zStx^x?5+8EL&eF5(x&pxdCVVMjc5INs-#(sCkY=C?fj|G9`y1>_I7)y|NJG`{^GFI zJ&;fJP-**F>PhsFfyl0+soslRC|0#8$Zevb%|T)k?dVzjqYJNYVRmIcJ8s<& zYHQzOKjCZ-zvb@qe(+Avi^Zli71>w36E9RVOhbQ;S&nSEj+s+tnDR)AGRrh(o>_z} z_&jr|%rn>cGtDzdWE+`TWu6(NW}0UYX^uemz@{*iaU}I8w&S(F1|f67AK{QYW`;fs zWp(HUr1@g@5_=_*yyaYh3_s?ahevn#3S2sBm8FjE!-la)SuxgQ$Jm4=<0ESAbLwph z7LB>ertv&hjn}YiY@sH1*&F@m$-EOmCf-P0HY3mfo+WLH(w*jn7GO_Xj_$NN^fVTf zwP+r1^878>)^?$Pd>ZdNu(xs-`v$3>2iY~RpUW&ElKWHg0Q@Yo&x@|>Q`Ow~J zzdnes(I`(lG?P2fM5HxD50UoR>TFj!ND8_{W;jRb5u!shL=qC+p)c}~=nV_d3YMW2 zh)y6HK^8K9fm@Dt6KTIb5>sRMCZzlakm{ucMWz>t{u?Bz<8DP{^BP_)C6|j#ehspf z$l@cB#Frp>uSW6~xm%>}b2Mit(iHi*4bqp$<GtLJkvoxiPNGw(~CMOgaBSbggU9 zwXXed=~`OL()yLyVNUoOmAt#Wz1F1a`a0B==XI#QN_*0Jlh&C2O;-}jilwY6iLTU= z)RWeYDqu;`x>5b}x=|CQ8x2G^8unl4M&ATk_!8H(Na$kM z9H1<}Q?O)=C?dmDaDc)0jMYTu zXc^T58PRf*hs=bX_-1Od@w2&{IYY{{#i|`Du;pt_`KytdolEqkd-B&DYgTAY=v6rL zUG_424Scx0Z~1;A(w^Fs{9+Q}eE)q#eogb`v8dU`?8#{yX&bd%SJ&+JxyQFfeBFv( zItp2E3Sp{sCswVwp@&2BLyv@3D8Br%;>>S_-p4AmE3{AX<>SafXF`95{tBH7-GP1U z9($&Jzdg%dtT^)1iYLEfzm4r^tNnrE$cK=bu&>#_+9&OOz62OGdQ(y<`98k(xR!pl z#4ow5FdSk|k#X|5RSL`f=FnwW;N^4@NgvaCm*D15=0KSbXZX@UM|FDj404kG^qtY# zZ{v#2d&K0|Q=BKl3*1#+YhROSizcy)^iu1!=+V!cb9pu@o$(gmLC01J&seeb!SYz( zYw|^YY@KkhS|NN~0P+JNb25$r;BekREe2 zZ93Juo0b|+-RF9jMdbTbk&Ei`4Ny7~naF`>%s>1(zn68K^}Kf@Qp9BNnEV~HevU`x z)|OAPea@wiEMW#0`=`v{FEe|8tt=ZqsQz*8yi7hEX_9$aIuHV4E{8; z_h-rma#;0}lXiWdi?(ssuhm*iWokUb&a)qn{PCvl18HV+v$NSxo!27#Vmp@I4^;S& z@14Zvkbu!MC|0f&)XSAclZGt;%Q|!A9mj2C;CDddtL%oya-HA^!`~+ zU3gh7_}5kNslJg{D8pp%x~%_Q4(DlsW^lFjCjJ4osj!oc~>!*!bKb6oP+xcMhHVI2rcmY{Y!Ut$@hv+%EcxNf6LN!)a ztFf{wp#iq^9%ytD=Buz0Sx>?ybi2LuoFp}-hC3tCzP`a8^0V^`a`0K_59}i0u#4?j z)|)P2ov8{|l80D_NMk+xJ~tEXw*W0~0jm+U(19DE>)q~;%+|Us|v}+Uxx2JL>D1at>5^zlX`H!x6sQddQS7`en>^Ra#eno|VU6 zRakv%M@x6-iCfivfa}$&*C^JEMYFmAIaAj14l z@-HCA+O*%ob`Sr3v*@vMZiVPj1#1686V|3z zI$c%&5vLaolsa`!T4v)K>QvoL+;c!+AQq6-%Gs}=-UV;A!4~z2E zY$n#DY&4c!>gsSF*QIAbm}<3$~>1D5FIgrG)J$o0M#sD%1O_G#gbpKH~ZEbouIBYNCQwF>J1_`TQc5 zF1XX>1Z~`x7EY!A4QBMMpwC^!=-W$w>quYwj1|k?^s--Aw;U5`Nj=CcrR(7+Uwv-j zjirx$fILzk$)f@iMuE@OA8{I@tJX&ky#~#4P-Iy%Jg{PFB z@Kj_AB^61ewb{cQVt#M+4z;%j*iSkigx_{|c_%zMe^c7!2z+Bd+(LYAhzzky?E=X` zkC5FX51i7YQbywMe|buF3fcmS?xdNfcG8IEFIvCsrxA_6=#H9kYDbOe`J&^?z8cZ* zE#w<%`)uQF#=n$hEZR+>eNntb=7MIRIW$&Q{^!_h)iK-|->|Z4>LB~3x?m5LT~IsN z2h|T>^s<}j3$>p~*0yJ}Tjomq_Q-q7`fM9Cm$$KFCh)h|g2fWt3Ek*=w6`&$h!V-z$VEfxXnyCn)K^wEmaBuIhRj!${83Tf`OfE-Gq6j@ey`Qo8D#gt zQtSw_|LS?H1G0n4rFn!GHac&a{+92hJHmfo;%U-1h9k9JiB9&tDd&#M^V^!&bFTMd zMv1%w9764_%l75nEpUTxd^>SH=jQVxSo~GUIDMa8JXfC|y&och$%ws-eL=Tb<#Kp9#VquD9sP%C)9xa^{Le|RNJnFNLz`&nzF_dJKa=z z&}PZ)rsZVMliZ&_xaF!OSm8CE0b&fabfiKg)%464w^ZQuN`O~=% znkA_{X@|0Cge}7L(e-+Gozd!sNB$(WJV7|9aLhk>g7nKiO6wh`^s2k8@zkiK>f{U# z4{-1By3si0}GyUuE-(URRCTmir zac5c682puCOy;`_*;iW~sca5ddO6d$8X64EfS!UjL5HAYltkz+;*0whey@S60F{U2 z6G!}(|L8n-aXr0)9TH$=pjuEfs5dkgx(`|iJqNu8rSN_5My~syAD~cq(}+UVpyp6d z=r(9Nv>193dJj4Xor2;k;1vX_3$=s#LU%y3q2bMam5|gt|b3pefLN zXbrRp`V=|=IUE3y3DtmFLf1hz`q$Y}{kL5Ef~|snfTER23ypx5LEE4Y{p)G}YIA@@ zQ>Ycx9_keMdmiy6{@*Y8*KJ&-et+UBZTCx&YYaOL-eje2Ur7^8C-E&|(|8{$dOgd% zzahJ-X+)sfI#7M+ZT@b=HI{EME?5i?#-$vwvc&FR zEU$lh#{Z;T|Mr~Ny;|&|G%h%|&sJmg62{7fcrhgl1kc+e1uHX&O2%5cPUnNKk@_;0 z)3DQt<{iX^qg@Oa&UGqTnra}n}*Myl11{N#23YdlV2>o ztdOO#%S!fH1SSWjr|g(isU2pelc9? z@nX2tOPUH7mPg+6Vz`w1Vz`tejg$A%xdz`$R_|hX={HnAQGTo>T^jS2w7=+V_@{v! zC=9ufNRA>u#6j^;F{n6H0!o0yw^b6943&gZpj4<7lm?|k_!paD8@q9m_c?R~`Vl$< znfKd998?m@g33YFpn6ad-OeK*~Roe%8cS4LyW#*I{_2U)(oe@q;k`%4k`38IDR)ziyZv7z8(*BSkz3C{O?rfI2I&F%oa7p% zM&6-g{j#p-P!_p6Draua_4{>>_msH4K;Qp3wcPc3XToF2%S+9Smg}eS;~C|K=-7*y z3B7dej*Rq=wB&F&vadv9!o<8Um*_jc8cS|M67S}9sJ zS}j^VS|eIJS}%He^ycU-(Gk&+(J|3Gq8p>TqPwFXNB2bcM)yTOj~<8~jh=~OIL&Y} z*kqF7WfadSk#SeXw2Zqmre{2s@p#6mjER|(GG}DY%zQBOq0IL(D`k(!9+`b-_7B-V zW}nPHm0diiL{36ZVov3p#yKr>`sUn}Gc;#d&e)uBId|tw&-pB8e~z8&QP* zak^XlZ?ly@}m zSYB3sc79HNh5U;7mGUR#Pt0#o(6XRaLFaXPxunXh@eg5y?=p5j}p=Da4KED$CixEGZ)d40XJTRdh3x1e@ z-d7~O$El^yf}iFjbx98wR_Q(CA;N{{`SK@Rv^bu~@J}xJS8pUUM544|k};n%AklpU zuc>hd>Pjv;No|ee3E4TPr`0PS23pe`6It1%6y*0j>2PH z7y9`NF7tL0cAX!%o(Q~`;3@cxJIFOw55;*ejmyq4{EGYeGkYcS+N9rsH#zqD`S}Yj z^K%Nm<@Rtr6v$uC+b^)2wJ`rA^4GXNFZDM+e`do(JwLyKCp_k(5xRZ^*YogtJmO)K z4CF6(20j@d;95u0Q@~X6*Z6q$kg_IFBz-O=tqvY*$232EF29uLx0HNnFJ|FHv0~;j z1~R$!_RAx9mcp}@MP@9xw3pyH3eQ*b&`fY?FYqL>+~l&tTaD{ue*Vn%iKP`j3D1$7 zBjD#RxXfd@_>sJu>)Js11uu>N!ZBQ9@0&~cHLlN@-Q(wU+}W*RPD_*mVW{HYrL&meJ{o#X;ME0#$Z_WBFe~{u-|()n#1c=YI+L)KKZ`Voyh(_45~8zAr1!&eAKn4i3m= z^850PU>Rq^F=Mh98Y1zca+%0%5=1T&S&WvV2jE{6;w@OAHv{sT8IaXXC8uSRCWkay zRtx&VG+{Irwo;4MLc8W#7Ai-)Jl6_PMJ0cIb(LeBgG3fvQ3-iuj=qY|FTsl5|KGv> z-^^ReC4EHJHDP&3w;~w|H%h0^*QJNtf~VB^@T*tg9^V*Mum?rBTao=$*D<%uG*)4M z-jA18*_$W7%ck}k@NM2;M!_OD;Ci^rcZS%9L|2N^KGm3wo*>7V&CfDpvSEVR9v&_8 zT|U2*@h>^1P?l_Z*k$zM4(yZd4|kYs#CCVHJHuSoOwT>Z?6w#CpyZIiyU4C@i5KuZ z87(&Pt9Yl*Mw}_!RC?Ps-fOoZbBz4;74P_6Kn9KNpN<$}&yyPZ-H`8pvx!Nm^63|{ z^S_D8wFk8|82jfW-u+%`P2PV6H7C1zxCuJ$jmpckRJD-piY9 ziu6NhwbEWm>gtRk(4fuugGQWOI#%IEOM5(yjg5*CW6f{ zwuid7Ay!Cv!a2N&#+fpYNS%#S^=zBcDqp8=_hpx-)3!I$GD+j~k9X)c8yESwy~esk zUw=-=4(7k^%V2hiyN~O16BF;|U{lF&XzEZ{q|D;|SO?FsO2w6pI}tac?9g}gJM;~& z2oFW_lXCCL*jQ#v3!TG8W6T#?JLr<|W62*&jX9_BYm&$KC1@8NvqL|lVL{{P^xb>x z#yjFKb*a9jgCE>zmI8MYHNwJj{^`TcBssfp~AD-CzBb;Dwj1YE3x#9RXUe^ zq}3Te>tAe7oDtE#@KR7c!JD^h}C#*Pq=EbD=-kmpv- zsFl$i?Pcb5I(7Gqd2i^{E1h|MKWbVq5wSvg;#Yi&IB~7MKggNr_wPT7w_K-xU8Z!0 znfl#xj65Sg)ZrohyXs~mvx7f=o=WS$p|h%0qxJryYyR>4ck}D*)%ngYUazXYKcJL# znT}nO_8kYk%5T!LPA=BJc`o<)+>@vDZ~7*k{KHgmtIeX%$) zLe53-DDy^t@^R2p8YOZ?o{?S`#n&^9ase)!BZ|~3a&Iub^ra|1qBj)5iz$3PGX-+7 z&fk>$<;9}#?Kinr7aVpic#^{3GT!3a0=$)vi(M@WU*5>IE4T<|q)$pw_&a=`#(5qA zT;%4c@h*W~0+N6AMvNpaw@2|oEawadagnQ|td(2?{-C5sZj|&{3h%*J6|AlaKhIO` zV#_=kHQKP-j~!8g`WHNleFiPTWAePn|1rEK_$t3VB3F|g>1(U=>o@z)jmhCz_;S92 z^tVa=v z7QxH^176`D@QVL{SNaEBIkxcxB=HSg#qZ9} zz~A5dagm`zbL|V#2jyy!f#tW7kKl4mA${WfLQK*KUZDtXWA&8ZbO4t$W4PV}ErM1; zuR%MY{X&!Qvj-i6&hWS7*PA+=-duCC_f;>JQD4)n&3?X@SgjR4EiKZK@F@dX{*FgZ zos6|WzH*VjGt4}-%lWkdn&Y|GSiHTlm^Bf)Fzb;qIrjB(0+l;=*c@vQ*ry%t%V1Mg>uoyj$-*nlzF1-A>@e|=R z!7!7}WxhOm6pqx!6#gQm+=g`h33YbR_|kX~Ov-c6@T%%Is(^g_3_Ex9n>FxTiydX= zb?4*dOqrwd`CZrZH7Ru|wHd2RsZFWRZP;vNKhNi?UZt;`#3z4Ed=0f@H%3?U8FG>u z{Sw(*W=eVUc7A<}rC;ue7nR26>o6vJC*vtZWN%4PiaBqTUvC-s-_IlT@W;Xj#@SZ7 z)|(q=>6emTJhO;4C-EF+OW{!xPltmFzm>OdV^pO)@x*%aRqaS@B4aqEV=m!AV+}LW zmE4VR_eQ1bNw2+A_0-1<(GI0OU!*skGp;#ba?$^!1^Ur`kE(VXY?ky(+0Kx?08)lx z^zWH4N-0A-<26RE) z2Hq~h2}HM&G99Jw)TUKB&?=%sNj@I^zcIaD{2<8Red&1%=y5%{FD3l|t!urX_5}Uz zr1U%bk(BTfbnhzIPdXUy_+uuFPyf3}Eq6bmy}vT}tj1i$n@V2NBCDF~=UlEVFI|me zw42;(!rm9r=%pSa?9J$7{z6Q*OfNXc5V*!vxWzoU#4>opaDS9_FzV2*@^*5Pj_it* zaN2L*GDJY8m+foA>l?equjB=5VEa(-@9HGBCZJ!F;vmGWOjd37BZt^>t%@MOd0 zJ*4&O2Q=t={2rFU2@I{M1+jqMPLC3PcPCtK7B{N7iT-r{xTR<)Vq!>0TWTNehFgU zmijxKa3mo+rF4qn>bzcJp;^b?P2qqDRo1#0O)`$H)4#mWIrgKDJ)3x}lulVI^;kI_ zJCpj$U4AUr#K|tz*w-?0-t@ zEFb0V$@?sCf8PEV^fOo3`#;mMn@jBPWEz#&F>hR8=hqek`4$A6(pxh8dFM`WpZ`@p zw-EBWfS2>r^Sj{5`dp_6aM^n*=k#30_4WWRbF-Y|Q-|x#0bJy5IqOI4va)wJR&RL< z*Ls#%Ut)NH!t?l(@%maJURL4yd@GS)ygXh1Z!;;;Av3x|Xmh*=)xe5o0;T04v z+yr}h02ldL*4ERx$~Q!@^pzAYI|IwOCHg+?qrL!Nx}dO>CYucq+ez5vr0 zHXiSAvu&d$R38#qum#sP(CiIx)|IrzA~%<0U`!6{;T#*2q|l{3O4V{wJ*@@eJ(6(!vtYmQ$N} zxNvS611$)xjIf_ms_JQy)1|5}O013=wG!)m-hvx%bTeWzK{aEN|LZzxTuREe7qQ0{ zJ3kjR4a@~G$+3ds^P<~I50Ks@_KrLxt9ZDRKA$%c{w8R<^H$Vi$mX)c zUC<_K--e`3q()`zN?g1slw}-9imb82y3!fOW~7Vaj$ zZfL};@Zu9w#;D|K_!V4rWJ5KH`o`+Z^PwSVI z=i7Y;rsiR)5bTTeh(9ZSpOv>+WAByD`%1^kmyI0NzwMqFNzvHBlt`YAtx8RPSjXPT zN&Z4saQXf%VQb3alu&f~2fAWF!KYWYl z=IkBWf4r=pv(x?qDM4BzBa#)lKk~-`jkizu<4Yaep74in!AwZ`<9hx4p&9RN*T351 zwTf?2{GE7>*G&;gNM?(s__Z0um!C6~AIff--7T{_A~HQm$D4)U_%5CW>v+@$P&jP|TMF$CM~mSJ!5GTCqVo)+#d<+qU!z zK9IpbNouObe@#iPp<_>#NkvOWev2>L^(nEXt8V}IqCZ8qV851ks*%w!V~cO|-krJg zNxvLY8PEX%GR&uAm`=mnjwOJZFoc)^roEu8K=F76rBu@1$)k~vO zx9W69N)Lid34eH%y$I`#NpZ8{o{al7EGF$e9?Z_p#MBYx0cjV>%c z2su((JT*o3EK96msgX-`?Cac-@9TO#?%fjKwfM+J8vj1+`m_3rh;NckB%MhzlPe|H zPHvdoI{DI)*SFAVMx>YfUO(f3#B$9vRxQ2U7#-`7mEgZy(-H~3bY4C+VYt5gcV_xb zU6*sR-^)(FOXo8?CEc&VmUcSzCUyOO$$cf$eYyPV)bwHc_upiGIbFx9WT$_kQ{Gi( zL7DVJI)0{1T-h(@>)PmL4Yj`Xb(Zy!FMUm=V)~aK>Ktw@`0}8Roh-8rZX`8SDzfcU z9jjDAc2Nt~uhh1WbZke#?iE@-I30Q;_3u*0@}DpBmI!AT$p5mwX&C$8W=2RFJV);l<(DMfJb|8H*g*R4mlGtKm=|yfg zj79|P$$|7@SJ!foVTi^VOD{48-m}#{2eISCaFIvx8LYl&zgF_eQ}5-9{HkRy_7_Te z9~Vw6J2J}h@38=$p>Tcft=O+(=|yf9D_jBp?hW8s3NOv>1$5a$JS=j)Si0mr&f7zg z75hWGPxH+HSFw@G^>H72!^h^O1B>uS~7 zlBNm2?5f^b(un3R^&(n)X=DIt(Z=L{x1Vvm?xr;m;vr0sjB~+xQe7pc&iL4Y`-A_?HMe?}Zc;NhVrPm79RP}3#wK9GJ zlYHgvtDuSqnq{Q2b|d{-mr(A>o1eN{-*2G$iM(GKYF8wqrlgR*Cht&(TwAFgEO|9h zeP3dYmFz09sPWVk{k~$?ZD2_6k}?z+_`&mYsm}Ad8cq01eo@0{)l9cQ6{L3=HS(lJ zl)8%{eP7blJ1=`iskte0bXn`EzAm|!#d=lwUDb~R^Ss{w_gELy{ycetgff`@OTDU18~`?5=$?6#~bDGLTMOJseBsIx|S*R6K~{t<-kKf^G}}2zlQLIVm`i+ z^liXd2TGD&SqxuWnIt{#mxp>u5Pre;!T5S9#3^SD;aeqq-08|bD)M37$Q3!Hgdv`E zv1x(JbJ=Vm3;s~Om|UHzz>^; zNxvq53*T91d~JRWzBhmi-&toIF%blea{*lV&N|~8^BeFA-E{dSf8jgpjBm|v!8-(S z;XCV$qkNIY{>1<;d}o~@UuhY}$^b5WXPt4}JPy7yfXn*oI=;&L4*d53o~!Wh`C5;i zCfy6mlc(?>_=b-$AHee!{-gOL_}BnmTHzPUpm8Hl`iWJe4*2>2F8Q-dE%9=NKVZ!%k{;H}8cZP`D^FvE z&#-3s>0>x-mGo1s=|%9?3Ll5J(86-cd$m>gNb8Owct?c~u{hT3g7@vB@SCkcMev>q zzX1)>_vUT%5)SE3X(-g@0(DOC8cbOnHq+Hu--Vp3LXr@V7m~ zlk#}P&ObtVnMk!X`8(iiJ;Rgo4UiwLylA9Un*81HcRa(Z^vWqGW0m(~M>g%8@GO1q z@o~xrMh3#iJN#bd*Rw|-Ysv6VTAu_3#w#Bj84TZP;`ilwO;kQ2a%UQ!tbBOn)-?X0 z@*$C7@bGF)r^fTJaw7M8egXT8LY>ort=l$Q`x_t z%3o7H8Jl&UH_4{66X|?YxmfaN9X33f&bQ$2dWI+EyCDCr@{h26nkxSue7$G*w@$uo zQhq+(0X)y;o0V4&Yr&(vO}Xky{GTW<7M8N|$@FZ4zvt!fWWIf&JR>ZU7XMD=(J+z5 zzft~2B$CE|P`*F%8~5d=bD#3vk-hM`Hl005=RxHa@e|;A{ou)T9)fT13{T2mh5Rw) zW$-PKDt`jL(KCFCjbFxT z!Hlor4TvY1KeAEt18-CKG4d{#JzO7n>%xs`ytVS>;aYfaCmsgT$Zrj|!6!Jplk%z2 zS#<4P-c|Yd=!5X3R{j>!kII60hD32Yr}AEwX=ks5f9UXJ`ui#u4-~2KU#q-Nw0|1E zL3t0XBc{ru5+VMs(e7z{gz|>bOVT)-(~z%&AD`5C#wst2g_~49N%>Cfd!_ORm2byR z5o=9sK8ztBrYj#69fv#{$IiWXGvOb3h9~9kLH-Hlw?=XMl_LKXe6weGJ>uzL`#(=B ze=0g3dEv?YlrH>cZ+7$vcrQnOfpW2cV|Y@2q4H;=3*loO`9;cK#_NLNN%jd<=H97+dzwNso+YHhU{$ zucz^!mA@2wIgQIWVY4?Uwls~OR6Y}{*o@C5-1p4 zUPgKTc;Pf&LAf8#o5rgsKZ7?L&-=uQzlQRL@y5uz{CwrLvBH|l>nX2*1?p7ZNO`Gv z7Cab`^L(2s7rQyByruF>*c8AomQ9*$3gKRc>G za=egB_{ZK1?6G>@0pz``ap)a_jG@YBDgPXKls(c9&n0||Hzz(1`P$bS`8CK7Q$A05 zC*c=nYrkE_bz8jo*y}@&>F_(0FOF}3Kk0B8A8zs9kADbX@9?{oZ;tPTA9T2kGq-rV z;y=I(UdI|$d)@n#?~VTmZwybSXR`8xcq^g)5pM1)Q}`#|pYgxp_rtSmOFuFwFh%(p zR=LpMcK8Fz|H9V^E9W$R&7T4f+IUXGV*~M3VAC^Ix%fpfJei(Hl>ZYC;O8SR3o^*( z0*@*e|0(R>cesq(Kk+i~szUoEoPNl5^hLtAV^>V-#mC{IFZvjLk>Ojg28K?LJwPIl zK1$_xcx&;7fWF(xZ?*C}ym$O};A`QniDxVA_zdFT;jQ`A z`@Xarm*iZx&RqCTo6f(Hm;C=2J<=1(KlPao@Je4V`H(F<|2*Z}v9v_`m8*P#r7@Tf1+;GFBeqCDHrhPM<>|B7_xe_eS;pNX>+zDjv(U;4`< zk*B@(MgC3YVo4eOn8V*vehb$1S-WcDSNV68kMZwKZcs$C;9~~n!L7NABP`OE-PlR-tF+i%4?}*z3+rm4oQFhW6Im< zx;mGiP~P0jCZ3AJO#X}fugV8vGmm!D;lC*#!@5}dw{Yn{i~OI;AM!-cKjMCpz_ajAAXJDIoBpW*s^t18d%3&7umx36PsrClbU3!JaKqAz-jai)IO^%}L6pYTt>YdgHI z^7guq=nM0HseFCqWw=<9xdd!~&tdk0u!IQO~0rQly7BpbLuB;Uen6(SMCWNMhW`yR17KE0B zY(gsn+E?~`2kblvnBxqvGA!$11LkaHy{xRIm36iOvw;EgkO6CV1FsvQJK+if+C64f z17-yS*8K2+36lu-6DAX; z5FQ{rNO*`amGCg(5yGQ{X@u#78HAaH#|X0sj}vAS<`Cu*o*+C)c#1HO@HAmQ;TgiS zgaw4>2nz|%6BZE`6P6HOAiPLeN?1mCiLjiog77lo6~aowtAy7GuM^%NtRk!?tRcKj zSW9?^u#WI9VLjnJ!Un=7!Uu#82_F$Q6EXB=ja+ zPZ&(NnJ}7gH{ngfTZD~-_jw1l@cB963&NLt|Afy^3EK#t5k4mDfbZh-8^X7Q?+D)$ zb`yRe>>=zW>?7*v& zaE9;~;cvoO!aoGh4?J8*P&@M86GB3i5F^A12|_MH1|gG>n~;Z)mynN;pHP5MkWh$F zm{5dJlyK6!p+wYMO^~${r}?a2GU{DLko6MH*I+&St%{N5W=m5Db8<_ZxZ+S?}Xkm_;-YSRZX5`?g{l= z?osYnxZI1R?|&kbjr?H3(*${D^8E`!W;OH7Bd=AU_tyImZ#w*XI9p}mKqdAxSdO<$9H~D>+!{pg@tCb@o-$m|8hq=$N z%y~Jo!cXx%nf_#2%tD(Ot*r=@Yp zoB9omtmOS#IfqI9A4%g9@4SYovdQOAu2Cv?pT*Aq@Y_!p8u?@%B=1$8$>hfW`F`E! z5^s_tGm&%2Yk3~>ng0DX`}-05nf|?8Q&aA`^7(*s{u<}M5QJB2mUAxUNb*POwss$y zHHOL0-pENB(m&;I?&ml8JE@P7-zDy(tgto62urSKl;2JeZjYGcwcX5b}8^`~j z4wE0HvrYac>j_zVntbovcPX9AdnZg}q#bpCPk-0af0K7jn8-dD_E&t2Yt-|is1ohBpKOv=kW)@n~#BD_XOzo+!?(*JGLA?msJIFRr65kB2*`kxCq zm-{@(r~JL#U-gdW{)X7kC446DbN_$AKLCJ|&W;~e|>3ZJrPQu1XNQN4(-j)Hv34($2fvy4<< zQ_BVS_~ZNs{i*(Je~!Pvf6jk2_Gql;?u3lDm_gX)--y*VS*KnvY!F@;cEiW{;BZJd zEF2r&8{QY*A3lh`uIc#eS{S|%)`-d8MwB#Ol}L-ooAD9fnN{6ISPNW3eKC&s)vN-) ziBZ{C(Ie4ZvC^^n_y<9e#8_7BZpdG+S1$x*NJS>!=Hfr>1isL_gahyrS2H>?_D=jn zyw6GVSGBx8q)`5RJh80|zX?l4o8Temqv-9i;dr^d9{=i0rJ~80geKty?>l@)UH_-an?~OC z{`1zN-8y_hJ%S!g@=Ua1`7FOa@^Ji8&a>d#BReDC;`6L#SR3z3i}0_sUA+$%#&U3- zXuW8|Xji;E^}u&$pXfEwYopgkZ;al7XUFl;$@q?*5xtbVk^6c${s?DszkA~cIFgp| z&P$AFC#z>X*eAh`V7K~x{v+_&{ZtH}Uo|7G@o&;EG9)rQG9of6a!+JJWO8IGK3-nN z5CHjm=`M zV(sy-(>-<-UbSw(Z`v4qfX#`$gb&SCvA6MsvIDR0d+^aIo{{``{&>-NDg5!(jyJ?- zX{-39@hjrJ;@9AVYY3j2@4{2_!}0m?#qsy?!nX@wum8luL~)*%l%g}Svl>Go;&{fE z5J{J;sF#v+nsv$16kQpu5sQ*Srdqwf{qjNk;Mrg+{?pD&Y~&uK9JY^jBnNNey7%*~F#9!Rmv33G z0$MBPJpAgu_!F(mEMH@0=$flv^w<4W_!8O8iurx4@)lnsZmDw1QOQU}JQ+#Zk&5*6?tcRrr0B!@vWH<}Y?2=D62}Q<#W5O5{S-@x z{}g#b6~xOpPfKEGil0C!Zx6$G?vXBOBP7R1DcQ zEfINJFN=*swj8o=hHJtD;g8`@Vg9Ho375n!#UIaN^*s9;Z^8$>3tQu##NfXTjIOUi`A149)~$Bu}Jvq&|T90;Nhpu85)kJ#0*2V)QEu`K=)$8wJK+{MxONm>$l zP8o?MTtlvT785T8VufP|`7U`W&-GT$<<2JI`*eNyVfazl4d2YYIQnr6;+VuSnPVEq z4353=6ZY>X$EL)@8jZw-eNON9!SoL~KVe(2uPGnB_&zOojAKsl6o(&)ab!gDag>cz z;HXI5TQ|}$(uAWawQ$GC#rRpggxdJZNbg7=j*aSJaU1Xcm%RI5^X?Z9F$Yg8S|zMb zOLabN)%0*C$J4Y~3u(1ppxxS}chi-->BhSzchpDk=~}(38>2T-1K&X%ENxfv9;cqW z%SyEB(w~s$(a%1M|NJE6IaK2Pkyfu^WGZWr*gh4bjniZ{t&%Bn=Hu%Dv zAA2VD9B;z&u@gv1zo7#f^6t!bjPNEh7qG*;e9|EmNbr!O{O$53+*kiDS2M&7pYA; z@D__quejJVkau5Z!@6?x=8ze)OF4RQTt=Tm;%Lu&O=`*u*jjk4e*wN=>m=%GkE(zz z_nVmS`UTzhH1bJmWqAsBMU%D>B+l3AAINu0fg-l^9#A~0NB?r5Y(iVdM?-= z{SiNcMPv8I-sApcj&TwGCa;P2r?nnLdwnZ)`kl1dV`#M}$7Mg7AyV;qBCTRif>pePf&Bdu<9Q#{P`|)JpcKV`U&H7MRxZ z{7Ab<_ehuNCXX92zjr;JtqzmN@*YSj=*^y{GyY|~nO}39&wKX*$HTPPPtgYNjqi(p z%oQX(-D63+U#yssgE;w!*g>;54mKtbhHfbdqs{))Y9TBvnGe>IX8|rjW(kmXwA`vTB8H? zK_~iq>+y@bDf(e_GyT3D_{RN#-rphm@TaJ+O| zrKeXMulHr+72{Q?1?u4OzG3{rcr)7a)_B-#AMa}0^Iq}Z=Srn1krUz*{_1h#4u^>2`9^(?qfRus{sqy6amU>T)XKU^+SgEp~NWCJbV#>hvEJvL)UYa2%~ zMjge&GK@UR;-9+`$23~L>G+tO%`uPm@9A(zbSQ^-5*`s9MbCP4v@CZZeT?am8IhUz zyM8jVm|9|KWDPaNJKVvc$YJWcW7K#j>9L-n?)WF-aaS$Emee7agng(-t_?>}m)ymD z?hbzlD@UtDYem~quXK*KiM8c8%QdpN#sY2Ip2yPlV*0O}VjobKeH7bF$&=&f*dd%5 z<1iK9tr?UwIcmgf(tB-BU$7&7f@MFi)F3qz3)-4?pe0`EtI`e#9US}7_Bn^qR~|&~ zQuYQG!HSOb;;Y&|d_CKTU&*LYdhp-Ue>c7Nfe{&{uhemRoO&eL*BbKQ_O|M2e`_Rn zw}?Kh+|}pY%}IK(g}8%yr2cYh=`p+s@*ccHZ}LQ3`q{;7KRZkN*@N&wEVb@q^n_yc zfHvXQW@b1%x`-B;#VlSEdb^k5_xC1$q(6~*Q2es)qZO+ZoR3HAPC?h;%Aj8`D7Xo4 z_hW(y!2`kcU~aG|cqw=tKi3}wp9WtAKLiJZUoV zvG;Onav5iTb#A1cI@Z2hN84l28_lFf_=a(EDaOW9qg@jp7{4*Tf|6B@JMBjA;95LR z-x7=r#s-susangtM<3zy;9ER=9tlnbe+MP$q4vQS_$_$B-A&CSsXK#SAg-E$Ec&JA zhf)$gh|5YMX_@nSMgy@n*n|dRXNm?wRwv2mN%~hk{0-seaBlRu=rO3&JmNvJanLNN z%~O)T#FMNl^inSME}?G{GIsteT7n*<)QX~~5$(%6{-1VyUn{bj z(T(JmN%60Y8^@w+yN|=wf2>pe$0qvXT~+fTx)0HQi2g$~Aky~}Er{qrL=*CCR6Os> zK6}v%6Mri%E4HNk%j&E>JbS5MZiuaSMr{?W4y~@&->-0P1lO4} zc~<3E-za;Au zorTBlQRj4%v(XDQqBn3IqmvP;6%cRcm+5F(T5xHzrInU;Sw_~Tz5Sfj$~{%_nzK9o znE$rDj}Kyh^NX}n)u>mDo^6a*k(I$MtsdL8By*q`InaRdU8Bgu+WtI7YdxFe z3H6`6kd}K1$BX37D%zvBY#trZRw*OQ9p)pq3Tl2e))pz7HmQyF0y~DC@POVuypk5b zFNgF12av0`(o)^7eZNtv_m#X|p?$vB>GQ1)-(;lwUbsQWhnuM{q($3 z;Y+_y`h0(DZ!e67+Rw`!&4U-U64A2J3fjY~LMvEJdwDg{=QNMD(w<#ATE+I-yXzF~ z$*42=M5X^GJvh^U8>PKB>A5YUzxFQvfTh3oq4v^#re_wVjjTw^(wde<>ZqZ1lrb(o zh2w$vgOq@0sb4CLH1BzJ^r)YC*{ty%O6#!{n+Hezb@V6CMki7KNZl^$7Yhcz*!J^g z`j8jwHeg{33mo(&)#^acJvGS*q?;vu$jB+s3w_L}mN0+Lm^+ z|0%820W3fq#CpRK-i~9o1)?=tgfBU&QwuNTn1F6^IWq4eBUUSV&~xl-HN>JF7On7FMuA2%e2jF7 zHm?ENh{3$I4|7bXtS+X6uHo%Hz#${VKX{L`RQKDMHmEtRP`h+--r7tZ-psMMHnqqW_%#J;YJ)S=~eZl%-nHK4~$t}MgWDa7P!qh zJ#ZiNg+n-Q=D3ApGMb>79CIjHb7S)v5r`g9^uwYdUd!>B_JT!I{4F}gy&T6?t0+3- zztAiO9Qn0>EZXDJXc#MU)Mh-;kfSMm=2n!))@b*n=PZ5aUW^7rr+g#jb0}j}(JYVS zknw=%mqoiKI_AA-(sH4RDuKrF7oJ2(p2T+lbH5{fnrrCM45LRgnjXy*dNgzB(L7I| zW)uCH9rR~@qCfKo{h18f8U|o7Cr`4}1GYG;EyTz#DgS z>^92!z4XPUhR^4>I+I{cs?kb`PRfrMeN;JgQMIflDyfA^>Yzjem9BqE*FL4{o<5?* zGkPb{I*HCHUE?J4C8AN2oj774Wi9)1rbSF!c97Pr8SPmwTC`he(`3$PFS9=7nD=Sn z%=~;3zn4}{+RGR4xV|*L4DH{__-pj_-a!laKDR0Dx@d$-2BqjlGz+9GywRE{*q%J0>Y0g=`5b@-t_7#Ay)lJkD@a@Ecl{md9j{&>p%3hiyb6MvUu7aF^7 zIgY9B{3IH9(aF|h93Z8!talqvKuWFDTesPM_hNL=Pf}}3FQcgUot=M>(ZoQ?coC?X zpPQr_4XIl`4Mk@w`dZP|N~w}rrB%_lqm_wM;wi=GUgm?$$UbR(uvsGS`w5NF%#)g0 zOLVEyW=e@R`c$J)T}p3meVCWFK`ikk=R0#oQU4Q-wV4&&%H2&Rj{3AREp4eVC8D3| z4UFbMY)p<)oxx-@2D4cmZ8Qd=Ir@Y{JU9N%QIWpPVCFOD(x;G8ae_n2gXoEjj_6`a zglLCEt3FcoKGMfFnx0?KuuF^oo7M41n=ksE5baK`bK0E}R-+^O9HYJI7@Zq^nqK-6 zv^Sg4*_?{zMN4x5bhu)7n zkhFY`9=0nZR2hfnj6`$s>&^VyiF#nD&RoCfNzYLFhI2WjUno7p7dfO~xE4K&^!zRg zuhQOL|L|t*=Z&=5Jn7XL9o`;oTYn6VF0L%?Yn7A4DRpCjtLvzs{ZI9@H?~EI5*ay77 zGK2IjZQh66r@ZOqgDE_lCY;H9`d6xLG$}nok5gs}{$Z{_bjn7XC_T;Ms!fzTsDL)n z^fqg#F0qkn66Jncp-D77&W=&h7vD%}63yH=)ypOOic{>9|CqV0huawoZq@z0@d}C0 z?5sd7?=!}BQku%q(p3uQhohs@NxP6U{>#j-uAw#&OSn=3%SReVUWvaR7k>j{-RM0= z2I8@82ipDbc`FaFy8aM){*%0&r&%HY4=dtBIx-n(^hBp|DVmIK%+eb@{4z?%D=FIe zA&jg?F}G*t^^9iTjIu@Jc9i#9w82I{-<~mm$y3q7{Y(#DTHd>v*BL{38?Q5$@*HKB zOjeDE=5!W)qBl8YcKUmIKW90lhAc-frv-;--}|E#ko-*Q_bZ}rKVw&O6il4q{gKk$ z#%eW1r61twy)Ls~ zS4KAQUQ3%GI-3n#M{4|vT1(2?B1caBIEngkwyhV7vQi|=4|&$o>dPI<$^fGQE*?Mf zs=3B`UA1zA=PoI%&0dX0-Zg%IykN;*L(v(Op}(J8ol#w9#TzmsF0C}ohTmhXhAu8Wayv+EZS(g}6&-n@IjdK!)$_(b!NRPUvX*DP zlGW->^Gn4Ft=5{qTM(@=&akzmTd_4+-u4caYK)UU5dAN9AFua+EIy>fo|1LS3@G6MQaqT!KPY~E?K%BDUthlF6-5- zdR$xH!)MW$JW~0Q%Jo<}B~l&p)*E8vvrCnJ&YVrjD*dYY_0_Pnz4oCzr3;&1cNZ?r z)#Psr7A@VuoV`@MbZ>Lkz2tt3p2)9PmoL4+oUN#^pN)&crbqV=GHI%U)#t5K%{{Cy z^InyJ{EN+5lM+*A7|BBZlo!oei*O2mExB70 zOA&SBQ+62sd7kNCnX`&{r(b6N{{9l9?Nx6tJEQFA1%}?8HJVuEZNX44-a_Y;pI?4+ z`O%Ba{O!re8%4e?@>kK4#Xc?ea>-k=4wPS9VOgcon@y=(nb?pRZLj!Qp3!WL)YKPx zt5DlzCieTvx9wx{<;j8ziat$ja_(wP})`?fiIGTQbB6aO3e z*5zxP$Ha6+;kH+pv&ALa4m4-Klx+K{ zGk(g5=U$zAd+vOBo~V4DP3h}}Ru?)i)1zm+QYhB+%(p&VQD<+)a`P!3~bayBbhxtfM` zC|Zt<)WYs5TCUL>Z&9bE*#9;5KmY9)Jf=@-#J}u?#ACaEqGZ_!MMPF7d<@5H@5~ju@&mh0$NqKhA z`Nfof%Z{~Fc^NGiV17(^-b*B%nx1?zYAng@DKEcQ5}pmu^n!S4<;IWT1r9Hx-1r^r z;Be{9mt>XYJA4juxXfag^wx1;56bcaUXT!8iamkv^SJ;n>EXI{%JaRnMY&KA#b`70~`RQ-z!PsURfUWR>s6r*$U#Gk*0@{id)o62h`|A5_yto<_a z`^Ax`xD(G8?Bb)xa%oQdb@*P^^5)93*;OC-4V1saj!1mtF5tf`^V~1wv>bEQ!mqIM zrIBaJD*Q#=_nn|+Ny@j>Q^W7ur{xW~AfNDtjCvRIIgEH@zkeCeuWxuST`MCxxnw-8 zkZWY+?-%(jkq_dnmG@yctmi%L@HWc(GOA|1lf&C8zlL42*z0h3JLUbnetaHw_(jV5 zGl$E%o~}99ZLfR)J8rSE>+lZBjX(0X4)3UZAeu?`p<7;^@+160_UYcp=LERiFZWfa zGv6CqKG(`u<9@p+AEJKE*TKbp6!Q5mRemd@2hVf)<;sWY_+qETgZ%l(U!i=gH;zx? z$?NvydlUBgCb`H<{JoTmPbedw7m}xOYYl9t1i68mKJQunD=B!=n&gV}y zp60|OyaoN$OZa@;sXs^aT}J!D|F-coBc3tJjbEj*^g*Q_=DPk^tRDL1%!1`n7y7%)vn-V9yk(F!967msfHKfL8e84_t0<|-#V6QWw5TO{M z1fi7YQ!@t?NVA{30-v&{yb_@@p$efYfm-C8tpeU`o>g#e-+4XG>k}Ff8WI{2E+p_q zdo>8uC~DuJ4xdd4lw`GAKuP5328`&$UV-dgsQO3fUBh0OA%thX3B5b`lzj@xJu>Ms zmA?(Wcm5lhGikpUDQx!Dl;-n7LN9_`qwvwt8)46<@wvj`^806eKWf>cn#=(eVP9IB zT==w+6JC+ulWCW@|Eu4Uas&9A34~V&I|*kAHHxy2rK0DJ%S=sY5BLbe9Ktq{AtZ_! zne=r1Ptz~?+k`lJ5^f<#yf5>)?@jK@`QEP{{W2?C`cr&c@mun{q(Ravd2~VXoIDs~ z(=X3b&PD#~Yv~_PF>(D2p>4-e>&%N+0UPpar0R6s~zvA?02cgr_9E&+J!fuCMCNurMMH8G%i!m zcURJj=z~3liL?i@%5E9`mRDI{XZ)#t?0sq1S?xndbAZ0=FB~$XE$@CwTJ~GLt_#hq zK{4J^@zPj|KArfenu+$&N2;kOv(D7gT(diUjlT3N`q5VyKtEA@e913&l7exxFw401 z2Uuy?=E;1tjP*++J&ZQ*5$s{iB#rY(*%sy_HKJUngx1LcXLYcNvBlCk z+AEjet9ddbotv|Y)D2ZMKTNE%xbx>ZD$sCAyk$w>FmDnmkiR>ob*r2e^Q5+xvoh!W zie+GjMKl}q!ZbC*SiN;CIxg|=Dt$9qD}5C`5xGOT$8qHJMDA1W^i}%e8})wWj<=E5 zUwSf=8sl%iLoc?U96w5ai>5@bI?$7u%aF6;E={HIX&Gl6UpUQCX2IfAgld&8}#u&ArJyn50bNme|F2aB>}P zCixocWJYzxDFZSOEF&I?rJA-K61S|J7-H|`M{R+G7UI5S7D(<)AbI+A zNRO1)2iWf;IXcgquPv$kT}4WScoQ_&5bv|*>@Cu1^2nqkxw149D;&?z^%SW>-eu35 zG3PMyF}dC}%ew;I5uI%MltZ+CcOTDcDbH#p&uTr-O2!yp@RS}XWd3>{d7PXZIjMaJ zxw6brv?Zm<6={EP<$82xq>QA$CDPxKzv;}|C~u;y?2^0d!+Rq7dP(g9Pg?OfXNC1W zz7DdGL&lo&x8`a8;>oT7c|yr2FoYB**T6jB6=a3D#P)+HYg1gg!RTXUUB3L9*OOKF zlG2>#d{9f0^hiXaloxU)YefpsCQHpy(>^D;>*TvVQ)>{>Ov)Se2=DGJ@3G<~JDU;u z@5T4NZm#!zxc7iL>ym$OS@Y|hB75tavmHf0UTky;8Rheq|Co-Gq@bJs@ltbkS@`ic z=Ir;pA6pI8;lf``^1XkL^Ue6bwv6ZVd#&)p;Y;4JQ9>(UdRRV96#vBM9`h)?onDsu3#uzT;{_tpTv_eyehpa{1@c#xX6XHHj=KSe>C!0T=T-O=fJ+Skr%%#F_}*a z870U#p@`&<(bvSzSKd}<-G6uFWqcmeg30*$CBwBpD)$po&ZMN7{%1~KQrg}PT&U^H z(7T+F{#|~%oesbJK7#On`=0DG$nWpx#$u0+SH3@K|4!QAmpETT`0sw-j*N!id~YA; z;>$?BOWW-R$;(82Q`_{Q>`6Trz#34hUL_CYybLvHvX)EGa?R;zcE1&%o-0Cq-hdjZ z1?8s`B~JVoT}9cx=3K2;(o6bjlsKhD&Lqy-{9Vpp_0+nlpFVAAU$S_{;uGlR~w#SvUaSaPfVz^0y2wiYRaahtNppwG|p`91d5@#!^_UqphLMU@#`#a z{{^0uX>%r}Lu4CKCMxkMDUrLC6>O54f46xFPj;5d-xNg0lGFZ`xxvJqsU=iOQWf20 zBkzM;tLC}3PI@dCS?MAA9!bqCd6&HZ>(%$BTtl9W>|&&BBhi3VNxDStDsA&bCKvOW z<{CZoJ$Hwx_ga>odY?HvQF`ipb9S)Y)Z*r>XOUT$o|IIzDnDzhxtr^AEy$d;%fxeK z-dP9CS*QH7eluq`7MOL~oE_aAY z>1T~yYT+A8N1KKmdHPrlt@};794BS*Q3Z-=0hY8>ldq@RX3}{mqvC*p3BCW z*^zfkuP?o!^!ued>@t7*N~I3pnX~Q+{ z@t@ZT4|;8iHF?SW-OXVWn_q(pG_h^a`$Z#mW@K_!gw{ynKb_TNk2$MRIdZd2d8xw> z`g+Z&W#*K5hT~a|1su>HHEJ&Jh1ShBEI$+|0$fmNSPv&NVeIj5RU5R=V>v^E_LZ?ND~Wc0>QE*m<@2o3YW(c81`EqTQb`zjiOz+1`7@O5Il) zx!nI3{r{?*c1F}1{4@Ih4xgQCe=Ilp|32&_p#79~#+Ucp^Ty>Kmz(k7KO%4R|9O;O zl)DRjj&h?1mOhg289u~mZ-p1~W@lc4{0BB3>M_;l7xG%Ph@}mFG zQr<9kv$X40gctD)*YOqUl=i=x^7C`oPm5pL?V_IHRb@PeJenAviWpudcP->cI_VKT zS24>wTX{4yepBVSbC*JXpd;TBUfeVM7Auc7$8W3rOlC$}{O#c-Jj171d9*=(7v(=^ z{z(Jn#xMP-lAhr!tvp&Izq|51nLi=l!%5GT@KT=PpIdn}Oup#HOL@C8cO&1JX$UP z4(01JKR`b2$cw(ToM-qzE1!k@J<8wAT!;MctbFvcOgX$4p5+-n!OEj4^Cu~PC36+> zKREJJ;N?BTU$F9M)cl8)zmT~C`41iWY48f3;oGe|nm2!z@@F#_Bmb5oKL=jXGyJHP zuZH|Q<#RLVBfrd%e+FL3Gdwde`H5!Ee_r`RnbVN(D#paKq@51xEP+?{40rpv!VCL( zy;;Z?xAB}uJj;|%%$$-I&vJMX-|+HQ9?hZus`9%t$0Ogxx$YbAqQ2qhTY0pG{u9HXbyd{`bmjWY$i*?jCqa-|*M0JX&4Sps*zjchqW>?b{A9+Ts2be(#lCPk-{mIX#Q#w_|Hq8u=j07%iW~lQ#{M*3 zUHK;&U%`{rbd2a#+GyPrrg$pXIWm?-d9KD=}f`bW~@iPu#*o>;pHtK`?S38 zCOz58U(a|8d6&0SzC7dAG){Mrcot_YgSWBQy@cyts(gON^XKGEI_WZc6@0_5u<~7z zzf$?*8BZbavoFWXGV&}AVa=uCH(B}1k-tv)Lm4xX?~UdqDSrdJl5hBQE8iV?76ib@ zW=u|#r(5Jzwmcbs59IGwetX84H2LxHD!$=MZTwdvf4}mf8MmgT{{eVa-|%;>d@tnb zsKEPY+>jRkWAJL0|6t{NBmboG?iqd3HRYIkJEUeo@9{=j08iiv@3-(Ke00 zs=QW4BX}~M{kblSCXla~QRAGvc`kJ6yc(AOZqs=!@*9;G$jCxI(l^-}jsG^}ODlgY*AvLU>*QxScs<|n z%~t+)eQ}%aiHBGPB=V`Jh}krO9`NH}VbdW#hja`74z7&2=5}^PTix3BS-ce3X?R zi+n%j-ExV`!>Nw^KzL){@MTv1UgX8UOk=-UE}6o2&HR$NvOr^<^gjx3Zh1>9 zKLz>O%Jb(chWzc0{8R82zTr1n`3I3-s65D(J57EGyrpk=QhqA(;s>Oq|64-3m~Q;9 z!Luz-rsoml-&TGk!IIDv`StKtzTwktdZr=2N%_9S&&bQpNzb+mAHiGuhA*`8Gmsbm z8m;|Zi60Q{;N0&HcpJ;NSoz10|6cjV#Evxiz3{fa;m57~S!vp1`5~JYd6FKpVe~O;|=)`DvKjF2r<+|#hqNhJTF)@vce~O;|-HCDV z*+$+MdGSxt)4xCQFnp84^D2KdF$4aa!wV>%n|LaX7gGLMVm7==F0(F0;upUaJ^iN> z&%!T*qok5_7AUHGVPYZtZig3B{(Rzj_!8k++4TJbU;J70^amz}!jtQ`q`xixEUvVC zgOy*7d#;T6h*@EiTp@vD&ko_M4@te`v?{f)4# zYRC_@@|R_p^00#EF8(iu`kqeD+y$5NAiRchmQ@q~Vuy=gjG=xc5rOY?crE3)SA}P0 z=ENiZGKTtWV}UnwxcJK$>Wc+0cE|~*JaFCob(H5x(_@^cw<&BlsWXDP>Z>qeU`djy?%w#>1#M44~{X{e5Ye*$m-|%eZEfekG-5lOp zdB;R|_}$7i-wL!*-XqZizQo~emG?~agn#DncFM0zTnRrTocw>E=PP`y|BU(tE0V`N z-wixp!=H;khvI0F)4%P2{5UJ0C$Gu>4Lrw=%9pY)kA9HDJ1JkrZawB_9Nt;ESnNI|Z@>k-o!VeISJQs@D&N6QxK!Rx`8F)A;fLLk zzgGD^b`z%Zfy%#&?}0z#Tz9bYL)bh+|K{);l^?_I1v{ePGSNhO3Jg{L8&(pSHOOzC z``0{o;g9%T)o)!-xV+cm|I6?m@gB&JbDq2Sy?)fnKP~cP-s#BSul&LIqiKAK@`>zAr(anp=eiFm zpN=&`Y;!yO5#^7^=fb~&%X1+;1s+xY6jlovhZUCRlI%Bx~^D78IW34hEt{B8x--&r>uf{+-Havr>a`r^9zCUxY0)=HZp=eHHjx`5U@!e1OBh zQN9ZMIgEFm`s6$K2Aj|Kh4S(M^{7WbPe9HG=7mo63;?Z;#RQ?mTx)?{4%t?O{!v%8)(Y4Bt^v*4S2!*^Nvn#fmF9%0Wd zbH}A}?_6?t8i*NWUD}N#KS150X9ii0tuY_;)4gb{2H$nbt<;`QQ zkw43-yJY_Kfq&u~zQ@WpLwFzTx$)d|Tx2RUXE2A^(Gu z{`=sc`-XS4@)se0zw*Da%7~vtM}7+Y3*YcwR=xxB)0Dr9ZAa|9vsy2ipDYXVzVr<6UE584z&hx4y-+jZA@`I7Du3Rh|rOMaj`vKqZ zLpJ^)$m6;RUNeeIsFe6|+vNRdxnI_lpP|T0yg&L0ta34qbJBx*Bkw263#mMIhW#Lc zdm?tO`_U+$NiOw2E>W<*Vt8fbvuPKG`9WOn^JibIf91&ELOd<_e#jS#4LMxm$%Y@c zyr+%lX5wk3{A_sEksm=kt>H)fQz6?1Qqt2Fe$?^_HlEvvN1oGBN}ZIuWcu$Uo{QjE zqQj0!4wv-cZp1rg`3f7)9mLa7`H2u$Q0L-7K7q>+@3{X{cnH43%8x?6v+|#@t&l3; z1%AR8D;CW6mNWS_8u^Qr?+f>($zK9L>3@Tj239Ls`MZ(7RQY$IyvND=lJsV6gw!X^4;OT`5#~jhEFR$0r@MG ze}v_fRQVq8-~ILBMtDt>{ZdXQBHvT_1}w^@%FBEEhyPY6^<{4>e?Rh9DPJ3|O_T2h z|I>dR3w88Mt^5?^uU0Phic{n74L|L#z&aGZT&(_V_%DRZ;NM&M zsmM!xgw=m+rl-pHga73}hdp)X+sm8#eFXXb%AXIPPm>=2|J$DzJ_GM*<)Z6hWsGqV*fog{=slBcqqi( zjQ5k3e;j$Kuf5=5Ji?^P4}tr^q)^)Pauv+|&O!c0<&&|tlqx?I9t7jU3Ghx<{t4uV zDIXt>Pm{k19trLWr9U#<%0GqtaOGpdF=_HQ!^2<%HjB`2TKT7um-Z81<8te+K#6l;4cSoYeG>fX9NtAxo9Lk`>MUEJRbB9uY6Dyeynn_^PVa{4xT$` z6}E-_@<(hu8;EC~^4!=e&57p&;&~cgGKgRk zIEPC-3*e0wze~my z<$}XlVM5>L#Iq8fW%>CkFXOHtpYZa*ek?a(r_hmq4PL?WOOcoKf5vrRSAGzWSFAC% z*Zq>~zNuWi|FBNaiRUeN#lY|^PsYCw`F+Zt!j@vH{EzS&f#GL0J<=}^@(Djb z5HA^?xAc#k@^cV=f#nseo9DQn=lHYoS=h9sKj82~${&x2{{BISA67mmG6%lR;YXB< zRXFO68s@z?OnQ#O>jV$rxg&>5c|HcOYk7U-rCc2%J;#-cJy-Pf4nLv%k%-Jo_%%)Z z$B18e{a`#+$gr#6-0vxP1Iz0oFY*6E{J$xm6q$tlZ4Uok`TY@@KY7>2|10tT0dE+H z2csM==|2r`WceN&&q?AxqkL>c=5uP)GU@!Cc!XaVh}SaKmpbV@3vX=sFytkjzY)(r z%11^5svi zSspphT=xvujVm9FRbAFS!A1Tb;z_`p2Yn&~94_%>z*|_})5dd_crumukMu`=hK(l( zf_%bT20gGx%KPf1KQBDn@~><>eh|d-Deo2Oh5UKvoAhwqeEH$6f=jTSk3}uGq}{f5A=sJv>V9{f`$o~rN;f#G*p`GUyTR9*_Ju&MIr!#f6sPq*ome7*qQ zDJT*tf&3Diorn2q@yK->!Y>Zu*b`=biIp#od?V%Ji-U2Vl`qA0gxRS=ggh^KzS;1u*whu?TjiA}TETm$pF;E(HvV$N zFZ$UY!OtAb3p>1x@cW8 z<-Y{Kz}<9qfcFl*3l6}iTKOu(-%Q2oSM!{;RCQ?{5AXzD}NsGcUAsH@CAIn!!J|* zW$-2ZJ%?YednN0l_Yg)O7ZM4-P&I zw!ynu`TE4uQ~750&Cwn?{7U5?$ly3|+!b>zX>6GhUtNeZJxTmJ`I`{~+@=kqhbodbEZv}6`-S_B5_+7z^ z!Af|^M&`aclFp&Zm*KyZ`o!VGl)r@aRMu@e{3hkggXQq&94_-xcj3Ko1$>*sZ&v;? zR=&|!Is6vouV9-sHJ!J@#|6*e36XyNg(jU{N#||K7X%C79UVSG`E&R>!|ss7Z&$uB zkoB#PI{Xgh&tnDN^ImoMoyr$s8=n4#!)1PMT(FoUHJzj2lY+;Cr{O28d{5GOmvZ&L zKv-^5F2X%I5|1;O=vm z`N)Ux86sPcqD@SC`jVb|l|K?Z0>8lF(1c$eZiJN!Q7)A1EV{pN64 zxA9Ogg9H78!zU@9iS75)blwl2j=zrw;Crn6K+-Ae5~c_DaWIZ(YSJ%U)+J2Giu^=) zBZtengz5N6nFPPq;SVamKe!)0)#0)(VR|r`gM4%nt1GwBrmsPemlyWsU5K27;(EYV|;#o^PHkHKF7*LS$AOPC$p&B45z z!)GeL2aEct>3j@658ns3!}nSF+eptW<->#F@WRbaI)y*3{AR54(_eP@Y~{D$i-mQm z4xgj^*5Fq7;|`yz{I=jW_}dPDLiq^1Ca0$JN%(X4M7j~a-^$-bdY)1~Fc=8W+rp$% z_&nv;+Tl+t9~2CN_jLGt<%5I4@G%a5M)?i+Bk;T@9R95GA^4w3P3Hpm3&B-E zfB0Kg{$A4aobs!&HqAKJ;R}`b4tm3LwKVA$`RA4Q3Hre6IDC9llukHNiFT zI~~46dB30^JXt=c1VQ2j_=?~XypZH@=?5-_zijy&8_#6YBkNIK4ld(hy@SJFQhqsJ z8<^*D_;Tglu&|BZCfnSX#Ir(q_nFxnfrhgjgUkQIB zXoJ6q94_g94Zh0qnKqtBx$f)AFA6R~{%wc9p}c+29{#<FMsZ_gq9!q)~D2Cd*doqqV+@OLa9Z{wNGb=N9y z8Zo~v^Mu8@vm3jGH3~J?(p}NX9wBv zYv7XpXGy>Cb$Ih=0KZ%0SzkAwZ9sR?m{d7VNi~PaeYqwbv7gak(F;uJTfj@$o+n- zyh2a``3Vl+qP${I5&pizw<@m`RD$Pin-k9`$}0zz;oTknsq!j875GetZ&O}1s0#lQ zF8R5F`x3q_$b~1=ob`<_abJe#4f4WkIrsG?@}F7xzij+3abG)>7r+-Sf6)E z|7_(8cQV)gko2EX{=NS_@>eX7Gxuxb+30VA zi+6RG9}3p_@4;tCdZ?GaB;O=Ghk|$gcj0-{J zZy(&qoA>TY_-~erk4(>$lYGL@2A8Sb=?jP_8-ASk@hatFCklO`aMl&W^UFSvvq2xP zUmEYL{7Ua?_{~P%7y16m2Y3VF4>|E%t6XdxvhEt*fpUd?oBXn$~E? z`B1e}wb_xE{Um3D53vwReI(q<4^uu2n_cvu^}2dr1#VJ491EHByKc`L6~8Xu{=36_OvFYvHp^D|+1P4!ds@)t07gk%J?f%8Z3LE`Le5R64wO2Pv)88X^5A5E&=TucTb2iu?-4CDO@CTKD8~qku*5R^W z=xk6mS`{vyZj$*nLwRNVAMzfXd2LP4J>o8MyZ zJ3m2edyBpAq^<9goR=mfZF^VXyb?j|d1EPvhT7N-&*U=?As?Xtp%9@6p%|eAp%g*v zc#9qK@&vIBUYSspP@N$5z0V_DK&V5gM`%D0JK$miya}Nh0c$i~HlZ~^?0vT-v?H`9 zV4(%eiUGMEV7W8ET7BSkC1BwM3xWZ)cz{oa01Ju%b{7MziU!zr4Y0r%V8u7^u(&}D z9e9HXSi8W>K|swJP)i1Q(hj`a2)7gNB#a_pVF5d80hZJP?_L5H3%rSh`w3VJ@E#;g zB|JiyMwmf(jPN*N4&h0{GQx5KyOTY3u;PU)!0SkWedhqHzJYg~aFTF}@H>GvQ+7;w ze-qf@CA%ZAj1geH0^8|?h6HvHU^RjKBD5f66Iv765?BrIvBKSB)w;(@bbLmWM+8=Z zd#vncw>)`7U{$r(o6wigk1&969f8%v9xH@BR{gTGIFQx39xH1-R>gX(X!Tfi>amj4 zV|6Gyamg0~D>G%arFTDpRgoSm9X(brvSX8cA+U0g-E`y&fmM4REAc#5*Lkd%^PVBF zvdvpaSVUk|na4^okJVouE4n;ZX?d)?@>osfu|mpY)sy!Yfz?T}vWQ(f0Xt0sc5wvk zocKTNy$6&QMc1y~-A@kWENRG5G6MoS1j)gGfQm{|f&mdlQ9y#As9?^bBvCMcf&>YY zlM+P10Ad8e2nNts5YKg2cQeg6=SuR#b>-T%Yu7G^-3pF0ThQWn z(6o2ZhIi0dchD+#(C~K9&UVnCcBD0dMzDhxu7f5kc@J1=N2}7&$~W4B*xLuJBBRMh z-3R#rtEp&E(S86clV}Ukb^xn(XqHgN0V^}CzEdWERRUHJ9nNMZuL06m3(2O1)DVe3 z`3I0ZSx9dr0g)8JnhBWIYX+>@qGnc_g)p-vZD1$Z1wID5!H3{|uou9!G6QogxJwI; z(Si$P=0cqVaA0t)q#3}qSjWL1-~{*+SWF9Tpy^=@PuV!)tY(-o&{6EG%y{^05idJU>0~DyZ~l{Ip9U` z5_k%{4CWHnYq$%*>tG>R1QvrO;0>@8ECb8I3h*Xa308sCU=3IcuufpD$K41vfz9A8 z@HW^2wt{V7J9r1|0PlkLz)r9WybnGA9|Cs6Tf1>T27AFL;8XA!_#Auzz6ATge()7I z01kq$!AIa5@E!O890osuU%*lD8{r?rP0~hEAPw?>ydWRQ4+?-npfD%`ih^RGI4A+m z03|^wP#Tm0WkCig4=R9)pc1GIs(@;s2B-;6@clo5#k~z25CUNk0Z|YGaqv6-3gVUn zRY7%dCa4YSg8HB#XavpzO~Kh93$y^OKx@zzvLFb0eR@ECXk zJO!qJXTdZu13U+w2eZM8;AJouyb9)n*TEvN1S|zBz%sB3yb0EV)nEfy2R4I^U<-H) zYzJGxJ76bx7wiHbfRDf)uorv^J_lcd1K=R|8hiuxgYUr);9Kw`_z4^WN5IeEH*ggE z2mAq!0Xl26)u{uxHi&>Yh=LSIfV=>W8nkq&pP(=(2GB-9bCkLW&H$xB1}F#0g9@M` zs06Bjs-POE4r+j!pcbeN>VUeS9;go*f=ti|GzMpZCZHKO8=M2OKy%Onv;yaX)}Re& z3)+DWpd;u6I)g6YJa7TH5Of6>fo`BXxENdlE(JZoW#Dqq3-ktkKwr=gTnYMv0bn2) z1g-|xfa}0ua6K3TZU95UO<)+f8QcPfgImD}FcORcw}a7O3>XLQ0OP>~a3{D6+ym|f zlfYzfAGjY(1P_6S!6V>N@ECX;JOG{oPlGAo8SpHa3Z8ImYdY>U+~>ga+|LGcz>DA| z@G^J>ARV{n;l2jug9YGqun;T)NSRqNp)G)AU^!R;-UKTF(pqaZ?pm-8tOpywMz9I2 z;`v*+TfkPZ4QvPRfE@toq4fdy2<+kaC*U*i1=t6^0tdl2;5%>#`~-dmzknm)DEJNh z4vsmpgFXR+nLZ9RMHa9vY#jq(&YS79J#6&^gTQbw4#@ubbllg#YVg17Z(EMAa)y)h zx#IfY#OHt4-#>jXx98gQm=EZjnwmg)(*gHVptEQcmw)mz2){RgG2lKh1t^?1aNh#| z^n4F~z5s{7F%W0Nl-|$4Rb2k*`9FpKPtX4;{C|30n|L z;zw!IvmpK7yqB|{UB>tH{?*=h|E_NTlivpkV=j0L8~~wr|JptjMjz-(hyShI;*`_R ze^Zxo`niMeJO&nc-wW2w-=O96pJ20YHPAsW@eBIT>Gvhi?}A+X`e7gE*{c(fgJ4WU z;TGKKe)Ce?Abqe$e?13%wMP%OA%$b@$~}I~p?3jlk3BsJ-dPpp|^sEf&XkS_j*>3 zO{8tWCBT1n9rroo>8JZ+o(1z(@l@IW?~W&a`cGG8xrOb=Gq*C!&A%V_)0J7ycXF0l z&gXudb1So)e*L)SEVG>c{5a;8zyCCD^a{9e;PuLm)9O38mulVfu{2$K6e{S*lr?FdMw&UzUlSbT}aZo>%bG%f% zbzY(3z0!NfAKR5LIsGe7batWqw~GaESYA#{^-!8}8^29I41G&UU zX+E2})d`&c8ROx`u=VN6uys54v%xz+etyF}>vQ+MH|})s7B~S?U%2-=dr`C<U({+Fn;yBJ?`z`b>PS0wdH^R%=f3b7XR|pxVGWv8V40rg{|`TlK;9w@&0t*|rs-3Igq6ToutEhvQ%5dY2DqBTor^mVJnPZd;eO@atBfPxg{_=4g;x@K7Vzs?FYZSI<&VOCi2Ft05GeP( zi;HpZ0!x7Wt;GG-yVn`7qE*DL=iTf3@+(*6*bMqCpx^rL9`1`B3R|OqXfJy1E?mFd z|M(l4$}eXe0dN|WO6&uQ1%8ZR)4SetKTi6-|NM^}&+`3}dwl(LYF^V4KbL^PU@Y*my;rsrB@wh7BFBpfQAASER&!4_8f4POF?|zpfJl~(vsYN8h?DM>zlV z9lve)VW|FY_rg&7Qe4XYMt=q*QL;_B6l!aA$hY zRIj&ke*(z(QW7XU{|x5_-fxB9nfswReox5p`^g-?U*Naid(U(K?u zx4q{M^4xnp_XW>g=DC|a_fyY3gj?wk!UD=yor|sC*LlB{&-y(%@LPVi^SkDWQ_G?^ zzi$C==Ai$?@5G;{`aM6#Z~4*t`W7QE8X6HaF(M{T>Q@!F+xdMTP(7TBy9{gvdgk}N z2l)Lf$YZ}UIZh5GD zdWvVk_nl~VSbAT4(V5Wvc|!y4MeF4G`+N($4cN8SjoanWecEnl1Nq$~7O~oci@^Y( zG(3qr2fP6`1K&^o_^Hn)@_Ua*a}p7&0LTEf!TBKPGtno4oatQ!?LE-uW%gKjsE_+2 zv~bdWR+M=8=)tqR(2Ii%a50BJ`Do7XcHn&P*@;W&lRR7ktuMF+=zB$|pFSSBI&6)A zey{iJ8~RKiO$q-Y=udjj)SvozfCJfPLtpGY6Hn)3e?N5Ups)3w9p^nC<*vjYCiMN@ zvvOnUvpuXPecwZ$zLx%ucqacum(0T+!aTyWKfU+za4?&Xk1AlxC>62F0=-v_XFf`D ze@$hFgY)D$k7FK8a6Ih7x`p#Oj4 z_eH`wUAQ}VrnqR1r@5ZyeEXm!^ZdJaPUl}dxpL_^B0V#`~<_gI~PAW{{4I09|HRRFSx&Zzo(LB`6*Y(^;;dc1yEV^M|bxo&UQf`#0ql)kMwfI zU9?A6t3xu zI6v1fkrDBE@n!K<@lEm1;)mlu$Nv+LB$A1uiOPw3iAHQvy)NIo*a=Jm%JN3!si}FXm8tEiPg6goeoYllmq^!7w@UA2-;~l*B~&9+GgLRU7dzI4`JIU8 zjTetsh&SPC%GDy?Dt>OfQ@l(3JkDFWJ$^_0?)bfTK5rS=-M(r-xJ)S4AReqD@~ zY+p2Db?)~_v|R5(YwiiO-&UZB*3G`u9%w&cKNx)!3-QyU3!}@TtD+mCTchtq_e8&l z9*lk;{W#}>tw#a6}E$KH3 zR?-|-xP{OcFB8d#+|PFuTA%cLpTw;R+)Yo+PP~+OIq^#3^~93I(!}z_io}M*=ERP~ zuEhIXyAyl3zD#_R_#ts9aX9g7;#lI3#GeT(nMkISg_FgTCAdl_%WzdnR!yFnte?zG zHc2*5wo0~5c21t3?4GQcgO=6-&pt@}&!<3#W@yk22B~)0McYrK@w*N!O!hHBL84H|1)cZb>a`m+p}6 z$fZ*ws*@x2(c-)a4e1+A?NI$t4S5MY$R*_T8m{%|DQ@N3#u{pM!uvHTWQR`M%%e~S)5NXBp{Z z?I>-{N#suyPE??^HKVO{P4q|%puG*Dz1@?zFQGGURg%x8wCj*faOn2_V3%g!YaOS) zGl6g`LaUId#ML#?o$HE3Z>|A}L0m%;L%BvKZs)ouF`4Vp#N%8qre5ZnpL(6^t<)B- zcT+pL22)##5#H~y6XrtMj1!(B)adq{SaeyuSG;%ps`$Y8p!oHiD0VY_(XG^O*`HEP zY#Ztl(%uH$mx#O_(fPrO`|^}_04VPD(NLX(rsxi|I;*i8L3MT#n&r>XF15R^B)?bL z*n?!>_61HX6vHl35pxv}wU1;*`$d=0H`SvjT1fBX_d4U~U8<22`tCS-g=&0P_j%}X zer;ep}7;hVy@g~x>N3{MI_6n-N7Z1}nGi{V$pi^9vpYr>nt+rsaMKMsEpJ{Ue6 zJ{mqAb|Q&LDkAIsO8t$|edLes8ihLF?cSY}(jFpqvsvZQ|Lt#2wrARI49bVMva3V8 zeU5~VVNLPR5FK?m8cxt#r^ET^uM38Y5L>dre5EsAsez>8{HTECVD7(Bx=Q?oJ`O!HYheYc3W(0?5@~-u}8R`i7k#TkFAMqjJ+4z9s4YH zAoe}i(U^8dD%aQ#iG?EVhhaOFRW7nUGAMd=bX&YNy~#I;Zxi)t|DBV&lAkBPPj*Y` zd~Bt2f2yR{&n2unkxSC|q_qQFPpUgv#8)BTAH9q-q~e@>qn`c;b`1Onjn=RovGdva z?b3D`yQ*Eyu5UN6&#|-YMxk>;S=bzldwpK_&`qHN3*Az_fL#FEd8<&rx9d57#ALTz zzbZ$nM!H3Qr%tE&)j!fdG9WURYh2`+$g`2Dk)@Gkk>!!!@vYj@AetF%MV(are~H}< zuP`^Cix%^IdV;m)T1S8I9=gf8cF`N`HrF0&tyh!B(>veIs3QB61qtQr&<|XPLmEvB zGoF?;Bj|mMp-&}NrZzGTevpdSa%<#}w03(dkMcOObC}}p;n3933!!ySo1?cxM@2_7{_SG~{Dv{`5ToD`#=+mC`D2A* zJL2!fcgA;dwM%qLbWU{PYDl}&SEt5x>Z5A(Aqpv+NF)l8;xdUhQyWrc$Pbmkw9t&u z?9hv$S3~ndOF~OSt3qo-n?qYd+P9^ipi1QW$i0zwBiawfv98uvk)x3}5<3&e6UCB; zQ+B#wx+^8{dq_` zoRr$O#+I7Wbkyk)84{TsnH|{>iIan)qs8HF4y0c2OEaWX+tl~XXo%Lt=qh-dO@_PKWw;xatxC41;c3Pg zu4b~~YhE_o%twZw`O0uKR=kMeXKKUIG>V@^?)d!75K@+p@QcQZ$4bP?#>&O2#Hz(= z$Lhu!#mOm#CGvFfk%= zcjDE=>co4ApXu(3Cc7qkCvQ*Qn>?0`rw*m8bb)mFwD!JgB(1~#3vqbj@xg=o}`CUU(pzDV%X#8Vso!OblP9nk*gDzPA63z`6^zXdasr` zgZe%v+LxNEus(sy?g3AIV2b2}tm48!ou6z1-}5$a-V0@V;`zi2aBD$+Et^;SAn~E$ z*1k*}OneQu7Ub8md9^c=B@MSGUae-bZn7TST4wUB7^ugA0focblew}sOY!@0S9Tak3p z0Pj{gUBz&3LEh~Y&W(~+{xz{$uz#+jIh9#uu_IA9`H06~Xy2mRkJ`>o#;`Ix{|uW7 z4t6jqU^Ate(-zA$mtiGn2$q*7I1gZV>p5(hEpgUh$?kpUbL<$Z$379!NmkFtWZ6_D zI4m?0?yfL3=nQ`KpwGM{dOm0EU1sJ6gBeGs$7aN4#h#D75StyFLrZ^!6BXw%!YyKs zu#pk9Fr}~9-pYJH=dY`VtV~|y)vp?W zZyqzJm>NHue$0#m@y_vk;wu<~&gRWBb~(EOBWF#!7Gq~4`z%J!miD>!&5==zdlQ)* zPL9ltEM(kUOON#>WB3p7`hO(+np4{2+Ov7~3sT(-CoVpGbZTtszSILLm0xkgb5}Fm zwRr14$nVm`;7e>zM6ef98QU^h*vILHjiN!=eHw)=t%tEs_JZ>o*6G$`@$Vz7DE{E+ ztgmI!+2ohbV^NCoN3JEN+HI@6C`Asz4;oQ9!+7;Rz`Z%N=#=mm)9SHvdymZW*kyZJsf#5GA;5vz5Be#qR5KKI`VABAhah4X;boTuIq6pZvz$(cVkuZkfXED7BUvkpcUE6MA zx3(LSzVk`Z9mIV_MAi}1&wK}u^}7{;yONy@@r*k-ovJPt-_ORXe0wa{cf&ePM z!OH(gP7;{NX$6mPBEmFIU3i(39hPu<#5zu>c!yIkJ_+yRY>uBe7vw}Z9N84lO33<; z%A>9`G#;hrQz<+XnihJ6@qP^>{o9Q6+A*$j8kkCv3mTuNF#CQDPE{Q00C>?=vFlIr z$k#vN#+UUA;}0^2KL?B!I#wo-fSTU~)Iv7y*!y9=9lQ?MiWDz+KdVej%o=S!@e zPKws12Ty97sOwWFO9z$Um4#R-$t(OitlC2`6_-e{*ds3WIywmZ!StLHrMjh zo5+Gzrq;nBZZy}H)HZnH?aV{phcni7AT^c}Qm?O_=jz>Cz#HDh?{<-nwBPeg`@JmE zH*yu+{k5hAtEU?Smp_pk!yaQwMv|uXm>K#lwU&= z!xA@>W2ffV^yJLsbIIAsImwrjFDK_EUro+WE=Vp;E=ev;E=#UVu1-2BC#C#UUMd%r zgUUPQn{rIKWqZ6ugLvQgU?eT8y}I^z;!Y+Ksz)yq>N5JNee_LtGP0-z^iKCrZ#dWO zIroQT1xEcuN#7;-~&WG7w2WB=L~6X=FNYeNKN^~^?4$u6U`J8)dIKtH$*NYCPkp_iB^nN zf;Tz~UZ}e#xf;UgH`bF^J)NwF{HP@(+gRk(`f?L%7I~zZiTFM7dg9&1w{IbZvbv)b z&bMn|4Q&>Ar+LapSSDr4BXmV* zU`S_OsWi&N&D4z4W6au5y!CBKMGMEzjAzChBMog6zmPMgukw0^?-`lDp+r?K9jyz~ zUA#PbER`3V3L163Vn6I*MvP-5Daxo(fN`TNBS&?{j)sgL%^5#5Z`91ODD%dO%o=M& z>zEm%>=`LHmtoz=c4|Z~jdqXa^=ev|cn`jH1yA>4qvHUh?k|z&qkqJ2Nw_`1)RR4d z+Yih;*$=qAz{-=ofZGRbKiLO-%DAZ+m9Fnnhm9ogCy%TAHT4HQyekoOIm>uDFTK5_ zf`vWqvP8NpJ-;g*bUDoGMmkvElMYHY*vgX)$}*p3&SyF2I_F{4u^*N)Z*j(9C-re> zI#zNQVtIHo)|@}VLiQ2oH>Y%{OsIUQLa17(IA%NeJW z8N0K&Lzg$yX?`mC6Oj+dL*?AFiD`-HNN8V6EHF~qH;~b;NvuasyDjk!lG>e&aGxc< zKuUW!@k`>UkiIz3GGEj9@__b?6t^ahf%Lb8(HimWU-Ia zLzGID;i``OwPvad64wh-S0HKao%)76{+?X^C3TFvJwfh9(rNNEAGumIU7EbiAUCU| zYawIJM8bLw{9hYpL%lz9`{^5)A4=vu%^PJkZ|+UYP>tM*6m^r%Vn(!PL8OAurAPrhuD~TUXpSzOSxB}+-p+mvc#gc`x*9Ez7FXePPLP^ zj4+olx=1Rp+2ed(PTlRb)jH%{7b=_Hn@!KZIC)=dC^7I@=v);&*hcbdqW~`r19o;~!{E~W@ zpyp-wrB_np)Q{dzJ)6$hHZQq|kt}Xw>xkiL!Z!9q3c4|BcZjzI`4NxT=v-1L(j!JTPtQ2w=jR07s(TC7yToqvjS0X zuzth0g*;a^N^<9doG7G`_5Tzn?n;HfhQI3vhc*@7YaZOzg|xafUzhAbD}0hhN(P~I zJ;@`Nt&Ll~c|O(}4|jDpwqG`zH4kyUd#H;)VI|>rEVum0{2^{9nL`w^i@+!3KG%FS z`WUNfQ&>sc%L!zGpS8L@w zXc1}2brJ2NTcjs#}Fk(X&Lb0e$a4%bG) z(P%V9n`upJX&b$PzWhe6VbKw^nNiVTFXi@8ZV$EZG(FT``zN<|ddl=dGfXeE)bv7Y zOfMvRWE%TxSXznIx@%KvRt(A$Sn7Dzo2SgQn$o9;H!h7l=6obB)r09_!QNvFQCIR?=U=^89M&GtP04bt<)^l5j7wkR_>FC8Uh6#kauUR!y{mUws}K zQ(a_69pO@6f-_y3%wY8{ll8h*tkrd8oldrz6pGfHzo(UGW^@a7Atu=~?BSdmGa4T4 zepV=Tl1{cXdy|o5zYv|nip9LB&ec#l^0LxXHB>9~iq}_8NgYE@s(EfsIcZM$sAQuz z6N+N;C#P~8B|W;YMxS?--dMR=BwowNFWbkLA$cngrBwWacvsf7rYC2?f4>axy#T)3 z<+?W|w=lE+kXijcX7v7i{;#w7sf*pvvsY`&(g&$e@5nm!1@Wnr1Zojj?D-syGcy%kNBu+qxV!I`i~YszVxGmYNmnT}V4M#<()7;z%{C zvab9iQbh+@qU2B&ksH2(AXhz{ERM+0S3WI`-0TKwjo$ms`Hxc} zR1yBI9)0={WPm@0Qjv5-XO^k<9Az!e)tI<}x+NY!a|(Y}sTt*K&{d1Sg8Mzn^%{94 z2}cNKx+Pa=OjdZEsLR!uBSJl970 z5g++G5p58g>Gd4fBWKjOd$5H&XXs+zn(p+Fn~s;FFVi+(i*E5&n7XGs(Z49=$5}U# zo`Y6{wHB;%(exd0B!?qgyzfNtQJ0kJn@MX@`bX}S&N@~RdNZy1jl#~+-Db3T3M)l( zjO1kj68v?nuI*u-G6>22gGlaoolF%)5boynRej)g`ZDVu0lzbf`TpaS#}lmVEnt?v zkhQ%ow4L*#)8Ig+C*OqsSefib%rrhf#ptw~(diFHrx2slGUQH0;K~%cEh$-9)Lr+q z&fikH?g-sW4|am@ik=mn39Bl)W~GzTI<-nNq)Xul26A0@k}KHD4Cn<$-;G9+5kg;~ z61oXZ(LvBj(&7-su?;aC+vG^hV8N|o@KuIJkpZ6%rh4uEzvsU2Ban1m{-2f9P&qc4~O2P z5WPo5=7XB+YqqcXeuwlsl*Lfum)#m=HGs#n^<9O^%mwAOT%pcQqD>r%9sCUCi0NjNtZ&L*Xbk&cOx&D71L>7imiqAOQ}$~&>DWL z4=5Qb&78A5bIxkC#oD2kfmFx>tV-vvYrx&oFYR?l)Wy*ytO36j-4*>HIv9JoH^qj< z#>B?OCdck)g=$l5YiwKWqu8F{DTf zz92UCD{$_@xvZ#lVD+L4@{$W#>*?+sLJQ___z0RXN5jX^hB=N>hr?ADDOO|TSQo@D zjCF;Fxils%DCs+?k5&)8F$YIe1dirr=7zdPQ5SSgV7$^biF%>yV>q6Da6Gb+s$9#5 zWmK(!zrH9ZU)F$Hqf(y?7u~?)FpH+1ndefqs`w1Ks4!#=SC(>1^M>S~8mFeA3o;+g zu(jxZ>}F&dY(L|T4tLTDo(%QJFCt6pGiL9NsRhm8x3Zk(oUnGpIf|sHd+2iHdVNAy znla)UZwXyF2uqr)MH7xU!J@3q9$P$REu6Pejg+p2M8~D=)53^6uNA{$9=5 z6`B`)shvAQ4@zH?e%%|PN2EXW{69|0o(jp1u*SQtSQYM`E=P+IMC@2{;6tQknx7f6v?$I%9#bBPOm$>3^^nRmK`zr0$xMgXT=HEb zs4IbSS6rSb95eH3%*^XDGe3)&c?)Ld?U|YPV%|NF zdH3n&+++Br%E&<4u5PPt+6f|Pv{+ruh$fz1L|acQ;#6H$X+(_3p~>oML{wo+_H`j#O$b*Hq9^0C zs{wJ;XspJJrmDYUE)56irb@d(E9XPKT#^o~*8AG9-lrA6M(4WP!qT{suGOB`v-_$& zyQ5Gqt??-T}^u`;jX7W$Bce9m)6v@sy5H8s%c$qu~}F1=lE|k%ioUv zqSo&}H>>yGpPcIl*Y1n6exGwqGv|t?yPoN;X1Xhx?mDK{{oR%S11XHnntDGteM9;t zv^plFD^l;(JC2GDs_D*;E=f<`)Tqhl7)GVFMAnFbDQ-PPklGvO?{itciyOW33^4B zqXp0lJ&tNdlel(RCpaifN%XJvTDi2Q)XJqbrB>e3YK+idzUE<%b@&7B{T*nRf5^RZ zc(UEXTY;QoS0Cd(FM>?FI`1jpXJH?EwEdPBN-?{?-2wk5M9u>#*2|6cx9}g zy}RaCA@6$)?c3}H-uLddfA;PkwM(6RyV(Ty?e_MR``qsiz_$2p*2nzPwK{dyqeb4YQ%SyQ(dgb2~jia-?63J+3swQ<@(k8N+o-^-P}t>J3GUB zr=8W@yF1Uy@WP&M`>pXpE8#tDVHF(Xex;`Mu9up#t%rE3)nqp>9!L9dJ63r!?0QD) zs*T;jK95xNv2V2RvL9i;z&zX6jV^)=vOX5xdlG`i^?v9u-i+nt&ylsar+tpM_jvIx zZeMR7J6R%r`)XiGYNni5NaH=fhp>(Q9QPW9!^rBpa8>l)ZEBDAN@Tn}!QSUlAF;zH zb2Lw0%gW%*N3it%j5Q5=(R0v%UVx3`Vw|*6oYPsVu}a*Kw6(Nbakb_eV9Mu4@^(0N z=r;Ryt}|=9F>AzX_+(9%OUbFV*p1&pe(l1(^CzVH0QQ-Su&z*) zt2B97n_O(e)t0LrS9`7wT++1cX6i;C`xdTSxu!B!Dla-w=DqH5zu1BM^X#c!SyixB zo~(nPdUxkoqse^|jiv4(SjL}5OuoUovQpO8wl>1MWLW2Nu8CMY{vxLL?nh5yWi+>C zpIP~=IR#m0-DK$cHs_J^+xF-^Jv!EB>WR*-KX#h1ONpL?@O93Cq34I|c^LW_FZ?Ls zt0<n#{ep4+g>)e^kJuKjZnQud(wR`dG8)=aqneC7>YdJ5+ybiRV9we@U(iavs2F z+~YI(m*K`=J!m11zS;Fp>>OK~Z-r?0H{+_ulz-Ayw=BO4d-RVy|9SCW!O*WZ=e1lA z@Lw5v5$vL0kNbn`pSU}Abwlrq)%5KARQPA|yC|BzqDOwxcbnS<@n6@_FSUB(`uQXO zl1CKdyadrpdHxIIzpwUKrJhtc+$q8}!TG{mdYo=bwqd$oM<{5h5iCtvqCCuv13jumJLqEgFKGp{4-3`5@ znWuavdY$Gv^&Ea`f2F@25Z0P>^A~t=9E?OS*7Hq)-TC-|C@BaNcBYd5f{okJ}QX0QyKv_TzTjfCo zP!UuDl>s?JPGO(h*s1dE&j#(wYQOXU3A*;~-i$4Thrm3beW(6jWj!m1J%rMrDhNK) z_cNhg3`YDv{45yfH;AWfKFG#{=%3=ox4HMVaI?Jo^Ktuvo4nute&>hy{VMRoQ2xB7 z-{5ngFts0EZdvM=blEgEB{;7^EA8dE&quFYkXBQjs}{16x||Vn4%fNJ!aKpooX6FT zb0sckJ^L!SiyJw=Wh9nE#<4;_k@Fz#;~WS{_7rXbLXxyDKlgbFIUke}_|~r1aa?!t z#ze-V`?%C5GzR7KzN&DWLen@_p89t!XH;msviW_h<*(nw;RpQvMQKYj5~Zscy-G>y zaCur`6SNzeSuI(oIM?VTcS3e}5h>`&c{P{A+gwR1t|4@VKa|wmXf@37RbN-_Vbea9 zF10<$U0@mbN(GZwb;+rQCa07`;-%y>#vVeg%IN+v;wm{vDejdM1&Nt*wiP+s(aYJ3 z$l1%t*(*x=Rsd69Sw-K&OaywG^Baw|=#RpZjv_3e(-I(=8ArLs~vsg%llp-OIb|8mY8 zoC|k|`#4w#mVjm8O|TlQ0~^6xK=uCu-qTJO#bFxz>heG3-m{&@dVqVyxRrI-yX#@S zGt;Flwf+Mw#M2(sp+FEnN6M3&XSn@yCpULUWrRjFo>OU@_R9t_~jTrYr_#~Kk@`P@Hef}URe1kwNc!= zd9{Lf#T8z|eBn_p>4U7~TF2Gh^VP(9-+T8$+TmB+GeT0j-8psUX5`tUIay|+Rhf{K zic6?%wY@hBT3Oy*5vvz>r=~m0dqc6F%DqaVAGJj@m(heckT+CjZjNfjS3a7Xwto}f zz09xlheJ)sh60~yhd3p=B%2lc_v@Itb4q4saAY5(=D}?)~ zf8UCn^r%T^o4?E#Vy0C0zM0d%D-~_`Zcci_%mgp{!q5rRi79@PgzhD2!TEydS@ifn zK)*2HUpbJ)`AHvh(=I>{8TuY)5A>`6UG+1IvzB&4uN$DN+_N};=_Ban19X*V7H2Yj z0KHIvuG*W$`Axf^#{+ay0{vZdX3;$OJUd;Q@n&&e#18030(8~vEbAS1y|5M#plb}s z;+%=?&_55*H4n<-9ExqwKMv4Um$EpcVhi-00lMaTS)5U^8T#7+dOkznc6u%uVV%Dn*;P>hQ6E~L+n-z&^3?C;+&6V(60>8rR|l)86Zoc z_YTm{F!VRj34(`FIg$Zzr}`aOHY02 z#=jc=UHVjKs=|R+viKnFtFGpo=W@o1=nXvoHSq7!pGHH9wVi_%lR;(&-MJ*#lK6xA1yw{ z(SZN6@ZXNJWklcN`LB_;WJ$N*Pj1|_;=}dv-gbkseu11{CD6S zH_@Z}-27~Wf0uqIT4b(m8bAD&`0vO$IHFhb{BxRGK9_!na|d+kiu?XsG?#z)?&*U^dq7-P<}ZDo(Rxu9bisT*o2cG#tHv5tiu+4LvO0+m0Mi}61JDXsFUy!=BSNIuNu_XMP_%J23by+8El z4E+iF3Bu_cpwBY&C$U~&S)&8==MDWS`zh#82k0*t`qN1MEo*UrKHJcz*i)dt7og8E z^k?j6p#KQHWu4|aMKb?fL*I|S!>RQ7hCUT-Yx3diZ2yZ4{W<#u=;Z?RrG`Goei?eB z0DYyQ&o$@7Ul^dTG4w_DQv6>Vpl>wv<@Orr;{)`qhQ7{z8~W4${ar)fYQGD8ae)4T zq3=Y)2pc^C`d&l-nB8;OnGDcBGxTqwBWNvA9|H8R z4gDCFo2cIb`gewIIU(v*u)ci{eF|qdK8Sz6zKx;2x%3L`xwov_2&Z|5WsRZ!{9yc7 zvMWJoN4V-)4XJXG5>f zem?jz=&C=&C;xATKGeQB2mQFA*JQ1QdJrlbE@P`3Er40R2yBBV)0KJ@{_hA(Z zz9T?aK2AYTYY6T&0lM;KiZ$FGf%`y!ex{+1vd7@Q9-!AX^l@1BLE9)muW#rR*$u=w z;sJW5p-;vN5bGh|yZz5o^gp7{=j`ONxPJZNZ(`_@1<+pw=uHiMDyPEIUj^vR41Jn44f>P-{cJ;@&OUhL zI?z>r_-_7|hJKti#Z&2R41Fdmg&ai{@ZZ7EXEWbsmv4aH#n4}27S1gDhwSjX8v1;s zJ9OCrdUr!#foub*LV(`W(6xTZSq=euA4A{9Iv)Gu1N8oezME5GIX68(zsAt_vFgXJ zh5-ErL;sF-WMo?b`b~x&wN>9g4bX2f^pu?!_s;-b^=tuW#}>vddnh}-qYS;MT>`gJ zfUf$t!0f?BW|v(b;x1j1U*v~>p-(`@OTEgb$Htm)B>iQ66rhhY^sz{W;cxhEhYaHT zr&Zt%L%)sneE10H7W75%6{4?aE#hYA*C5LjU3|_2=o>ux2>Gu_yQhAtooq0YMdlsQ zwSELW|2>9Y*R10N>5~n;CXz4C=m_{%``Lh;=NymT&I{)uL(fERio6m3KK&6xmn@L} z)1}+`?qi1DnmH1(ti#5?p+9NpeUMC@O4oS2ff-L{=;iTG{Eh#qhJGGAA^mEAKEu$v z!9&A`2Ew0Z=#pGwM>s&AZRi8w)vzNSpuc43*P8WEl}i%-iuf1MIK2Uh`B3~X#=kO9 z^j8dB5?bcb0s34+zX>^?#rYH2{^uF`Fr@v=4=Bet{1W9De$~*+Tjim5Rrz}K*9^U! zRStT)>~fFIH*|O1@SFgBfuXzWj6b+^t!qaY8v1CnzWjcGzSz)jXGO!ZUJcNf8M@Xk zI16Ya@yRgjui#3CxF)JQb6l;d4SgH@&Q(qSpndjWKamO0?ev2=Qe|4 zfE8OLxSWp*wARK7E0Xb3*X6V(r}a3b4%BPT#s$pysj-}i3z%)QBJtOA!_R@njFK9e zeO@>-5N30nUkl*c#es^u(+F+O;C>bNH83A60JK0frcOOKJA>a^E7Uq+Wl$AV2Q@)0 zPzTfl4L~Mn44QyuAPckr%v_OTa1JkEcF2sK^LN3ypbcmTI)F}~3%C$4t3rb8o_T&T zZgbz59kZ}0l0U~G?-O!PPApS(&C2V4KX?E< z2p$3tgGa!l;4$zxVLyrcG?)UO0ndV|U>cYXW`LRCIWP-64_*MX!5r`+cnQ1=UIBB# zJn#fq43>a5z*4XbEC(yVn_wka1y+MKU@ce&)`JaTBiIBMTHn6TIW`M9-vvwudqMq0 zoFxf92Mrc;hAVgld=08B!4@=l5Uc~gf@*JY{v22WtfibS1a1Lyz#fp#Ti5i@>Czg{ zzqucp==@BC|xb_Q4lhB1Kd$JKeC`ImEUE6}?-2P`)~YoLGn4}N;B`1>&a zZ+vGp-_$y_A9vpky@{Q8;QyY?{Q~c|%5Q7n*^k^8#SXsjS9b85@w*K;O4zsH-VWx1 z^+0E|>6-^|Wj|l<>YWp~vh`nTRoJQlnt*e`l|cD?5AMsrte@i^0wq_wXL8lY)$c2E z`K>TVLZ1T^&enz4+N=Qo$?yCKF!T*)P4@FeOon}0wE#VH2{Leg>pg{Y75Dc6->)D3 z-@UIiF6Etr;8&n9im!FkP!+d3m;m%lc_i2Ouk#CZZows_{kVoL(ystFg%sX?yTA(n#21>(m+}az%RzIL;$|t$Lf7L_PQJs6IGbe)e z>1k*)fztOH?lPc!+Jk!#90&SF(M|5}YPdOnE1%j!zXB+n8*!CS({UF9ePaWz|9n?~ z_D6u8Z*$mc4fLME>B{|;;NQHjG(N;T%fS|)Fun$g^Y6G7-wIpj0X0nKO z9=s3wSG;}y!F$C~Vd-1??mnP;=iNus#YhNuZY zb{l+v^kNvj;IOVRnkUkYfqk@wJDOqFpl~(On9$zAN%1S#YVz2 zSo(PmD}^tz2DX%Sv*oO{z3HsNLgYGD`!=#dxS3VOt*k`8!|LU`&Q9z`e#rXi9@bp< zvRh@J^A*;CWUoKOm+mBttjuotuXzG?mYBk&*WskG(uqR^6dNNYbZ|%cay*i5BD?aNa`C^Rszh-||e|r!+ z3O}|7I=+?q!dAWxu1u0WCuyysT^_$fc%T^uGg}%V@sos+-^nQcXT?lld%W7{Jow2#9;__{j}Dtyx8S@&Qgl*?y)1DZjDMHvdzuYy2MD@ z59_^HkAzQ+c=^5G>dSYAI+`CTgwdAlt!u^LNw~_HT(h}kd3ru+S^>wmk!zD@e_s0z zce5{kKi5~rzQOm{WjW6E2N8;*>zzW{SQ*QoHSM}wnOse|S{a?`4y0U{?BU9aVPA6% zA|D2!T|U%Y!%QhYfoyv!*K=HRxaM*#BA;}vGuKvotG&(ML0WWuY_9#bu7i~O_mq5T zrwkS*MqwocE2yVeQBSVt8se4m8ys)tnX7 znQhdR{nU};roHB;t(G*kLN!A5LG_?7ArAH0ty-;0T&1nDUPoM2virSutX90Oo%_Wq z#>$f79p&wBZLKcr*Ccw%cO2=WD25+9$GlVwwwEn&^JFY@rRuC~NC&bEemXF}9AM5$ z7<@{(706L;cjPFyqm-NWzZE46wUX7O_7m$<>od}8*&$NchV)%Q>V}b;H%QA4Q#WND zNO7CzjPPRlwX=%;ShTj*swwW>4qNNEX8bUH(Djbi!y^gd)M6aVGsJ?lqHvJg>kH_|)`)2u=jr%nxVqz|C?A7#*eUDvJ>}@nWpO4SKGX-e{jqjpOt$amQhT%<{b|)yq1JRVoyLxI zQxxi2N7_KT+wD~3Kf}H0dsdl#XFL6k`kL?QW15k#9jQ4NlDGY+J6Dsx^T^*fsV(ct z_|b5~#`FYQR9NO646 zkxrBD_Bg)%e~si1())_q-1e=zZPTiL&xX zBfZ9#(MCf;?~O71hxDct_IBr5@16b5B=7E9$JgmiTR%CzPH%p5W8?NKj9DdMDcdwn&NF|)TLEiQfa9Y=D(LfjQWwkCd~rr}09(b}cc zERJLl*NxURs~YQ{(hgE6v*D~hcBJd1P*yl6yt^IF%yZp#^P}^VBfI`c1(AI0v)Z$- zYPr4B?&=J7?&6!u6O~+J#@}Jq0rFBj$J_LV8uvBMcXnj`ANG+3sn7Kz*6_i%c8eSU9J+|TRz2Rhe!y}#`L{vAgt4KJl`r6avy z<#)A{eA?yYOFzS_J-{>N$eE^2N;;}{Mw;~i)z*ntIYyxV&a0$QVa%lV9f8L=j$TDg zTIEz);rU*!E-)iaL)avRxWZ~hiXgyp&Z7Bg){>7)@DaCX7xMLHD5uz)%s_{O|B-Cx{QdjvaZ&z9ciWEZq=tA z!vcom%orriC71hLY^~xAof9G+R9xtL^a-+J^a+=^QSqZc8h-Q_c+y|sNq;4lbP{$m zIMa@1pWcOx@*21L!Jqc0f7Ka7!{}od(8sRkS`VM9vFv?vrJ>u!Z_dklW< zSu_(@qs_P;&CXqDgMQ@9!-wjQ|NIYTe#+xE_Sit%Y)QX*lUb2cYt{Y)mzQtheXS(p z7KP{4-Wkleb~`P+U$2_p?M~P=g^N8B!qpeGil7w+f1gDj>qkd6fE9bUkC{T~dMD*b zM^txP9BJ9=Zm%=T%c)`ZEblFsPpRa^DMkG`Y+vR1|I+byD*WI`vrAz#BYX2&C8xVF zt8Vx7?&{eUd3ph;Z8Y%fv0Bi8{;3%~R4aPJ^SLhMx{RLoCi<+Kk#-Mf9J-yH8E3fWKRqGV%qF!Bi*(&P26K2K|v;XvZkF%|n_)vN6 zw+>=4HV&`J0+`7s_skuQuph9ht5bKn+LxOc_on~vOKZ8(-qb@oETs9VdGEz1b8sRO zcAYKtA{H@@vUZ(hcWLoca$=$vv-hnBuXbY~-oLnAV2B(0415{L!@meMC$5A<`_~|V_b{Wi7>e)^BhU!fh z)<_1kJ~D*05$&1rYlvSbbQaP3^d;i@N||!jc}WeK>-goWe7e$J>cx4OwbUyU?Q?B1 z%`N3T_8o1!**Ei^k(Ad=t03#u#i%vq?GU+AlDO0(9@>90j2b!~UiD7ux8eK_L$ zMp+H!!D(a!_x~b`!p}qQx@2HqKz=Qoo}!=6Ps+OlV>oierEWL~LYfj0=6i_l*{2? zy;E*bvF*pCpmrSHEm2rdRu5{)`SG;qhD;}9hgRA5SN8#p1 zm%rTTRSmtWB{vwKYNw%BKMh^;=}fqMy%!9p=4t5aFLLu=%h0u3^we;qHjF6a7%Ag9U z3aWwXpa!T3&IGkUZBPf)1@%CEAiax*AQLnKjjcy!gsl>HhplP2v%p-i2&@E~zz(n* zd;z`(zXE4w*h+ySpd6?HGC>Q_5p)B6z;$3a7zZYSN5ORPB3J;HgY{rL_z-*nz6D3X zpCIvE*eV1{gUX;bI197{9YHs6IT!$L03*Pi-~pgDn3j}Z?0R<`FJ*P~IOz)3Dvws) zddC})D_R-TTz^%p65i7?)~()MY3ma2X*Fw*cURqN>D^VeE%F_urf0J)SzYisTieK+G}5N1A&s}XZ`ZVb^X^JnvVWp?;?`s@UKK2V9#h%! zrA#%f{?lE5m8>iVEcYvAPo^o$yDMdlzR`VJ&Z>azF8QlzsrD-lnsHY3d}df5dOj;y zRj0Y{RIw)E(~V8qOI2B`+p8|E_{sg)C9Da^0>vj_YMqwi&t_^`FM6SuKgsJ=u{wC6 zSGC^sa<7`@&u7lGPIx&{*6QlLTiW_^sGo+eUaG5GjZVhrvy-758SMHiWgYR}C~tN1 zQdP$C`LfE^M@WMe+q9AO4e~;&Zu#=%Gpt%CbLA7S?o_gV@a`&Gjl8GjtPf5;E$QWM z4NJ0S<*q^>;f0;S@BjJxpB(tNIq=tgyG6`u(C{~1em>hSP;2I$=y?uJT!pWy^ zg_*tGjyoB8a~M)q+cj(&I*r8|lEZ%-+32;B9dYR<{`y`i zcoFemsaxQqJpX#X6#R+!uW|vpewTu0X^eZ~Cc@8e^l!uZT?$@E@%>8l3`38LF6$Rc zUo*mK&IjS93MhZec=L;H0eTZdKXtwkWnSFW(6i7`MJk&eeiRmia0+p0bP<1;%>&wo zPYm*h6?snWH5aw%FZ|)ZLYFPTWHy8^&`D|YW6E^X_ zSKn&s-8HaE@mw{fJ)xXWN_vq>ojvp{?|1TiHL_ZqjGw=9S)8>Ntz4>f&t|NfV0Abd zbMdmGw_pTZYI-omKsBQ4$#7;;1C+Ye)~{Zjt7!G`zSr1{QfZ#HH|6D*n96LTsjC{r z{_c4(>YIDzTOyuZ>!8_JmCsySQTS8;>PyVzuXx~635cd075)`&``7Sx_xS6(8M%Bz zdB@O5ShCpk_y6(sKY#y|1OLCzfxpWCUHhMZwcF#`ORTxx@R@;i0ap&cZ(UBhD?cwe z-0)E+=L-qA|H>M8Rw zE{w`S*L)!_b zQ=@ycY7&l>Vdh_T)z=mF{I`~W=x~2=(TgxD?_zLbqHhJ(^h=(0J8-5xjpja;{d zp}YG5|8&DKbd{4k&RNzM0Xl33bd8(v*8zGPL)S>j{?Guut)aVe) zF9kuq-=81&_8<%YfF3@6obw}ARnP}tp-^E9BqxU4$|;dszt0$URfxl@4OnK zd-c-F{g(8pgG>qfe0>}}_=Vmaqp0EVl`m;VGo9R~`?kDu4`ro$X(5Q)*L?xTJL%Hv z{zl@Vo>V!k6g9N&sO!F=REYPNuP6A{3zU{(G8Da=5yX9hH8PJI`)1Y<^bFnFDNQ}S zF@$H5uQRU;hv?O?s(-SsnlmEMw+Um6F>M?Y`nueUyMdX#A71jqo1bs?4u9ernkn@REQ(YW(D~#qfXc zRb~E3hw*CnIM!*Y=Ki&Ez z_#*+=ek*m|`qoduFATW$TdC{Tv|bB8F5u0L-`M&N`0#*hUzNIUW$V@O-2$$CQtG-h zTVDt-2)Onisq2nweJcFkJ*xcQ&-hWT=fhV9d_Ut8TTg{A3ituWN4K5;pBeBW#)q{& z7=B2=hZ`T*dIjAKg;QGUF;^;$75! zs_psuz}+2!y~6c5&uKkH3`xM(JLSVAf&CiquH*Sb_gTM2?%Mu` zWz+-@@ccc@mzOF$<9v;Smr*~^RB+z~oaQ5ZZ~hpKTU=$Hq8hIKnyEtqzN_(Me7G&V zHw{tjFQEB@`QA1U9deB)m(l*{#kD*zFMG>;e_>R>`xx)*`f{BkcRQDx{R4~-p|-8g z)gLHhuY|!|mjvebH$H}Xj#Y*MA7WfPPNOFX*S;n4|1jfI9hI7UIN-yLPiHibRSy9l zX?&*j%l;K``LE3Pr+yFk7~@I*Yui(++#P2;>94g2_#wtmwN+_d0zT3BIkvyhz<^IO zz6zZ|@>#(3on^Kb%eh$rpK4s|vsh09*I+Z@P&m!_J&YT&8ZO|68`mDmwEqLH@G3)3 zTlLce0YB3CI#yrN77qAyEF#s z${*`D9dA6;lcC?B9wDVbq92p?d9a0%!$e=^|8G5+zt@q`TI!1r&bgbA`;nKCe<4GL z=WLyIy-_(=f{cC}of58kHgiPsOzWBdZsns-|=2(cV={z-3M_$894@7j6@VRE4k`jn|leEe!md>{#N&6a(^)| ze;2}cK(;O+&iUPr`?L>feL8-JX8JO>Bwh~Jb(Fu(^4F#QdZE9j^FsgWD*wx#+b}P? zLy>)84w^{MJ8S`oM_w)%*q#r=u7__@`PdYYJR#a+&R>ABwiYd@=w z^|SOP4Jieh(JN|?PlnJdoWK~)^q`-5j$1`JcT>;@7d>{Ahy-5$`9``D5ioNan__vOC2XU8$T}VIXVoE`+eaPdt z_SM&1&4a82P#>)htRek}C5+ge!HRK1}tS{_WIaDdLGnCX#15ZzGA-GYFS3{i#1$7qjb0Qx6kPkI<^pYMu}IQz~BR z!{TMPC%%x|hf}+>q$1J%SEO$BH5KEEi>+?AgOmQ^@otrW^E+4Izv>j$du-x9_4NUy z^$KiNKmJ8xeYQ+Qm#gmlsg+UyWEO8zKv_;-`BbajSA`M zRKK?Des`32=_b}99N@n~KMPd%tFV+;Y;T+}M|~4YdFiw?&q_llkshVKjl8Se+TPvN7!w6aKfM!y zyREyY>4P*VRt9`GF$)6>(&jLQ%__rlL!|w_B@y6dR`2v1qz!w>RvE&_i zcX1yMi;X{5@*Mo(?JIe0@j~~c@s{5FmoBbzs_|z_p2d8vfS+dknUZJVUwV6Feu?p? zOP+?m8t~JNKUMM+{MIUW^OqWbyyS8Cj4EDRyn%bf_=TQ-hyADz!yhYo4D*WvzRdWe zC6B`2*{&))mm6PPvJ}1{;1$MCDp>@-D&XfEpII^&zAWGu89$-~Uv7MC$t3tb z0bgzWppr50w&FhguQookWGMWzhLyawctbbXc#${%JKuYa@gXHcFu&QG7r)l{fh7mR z*Ngk~e1q}cB?I8M1pH>>JxY4PPY?L*#ygdCfgcm_yNtIj*%^N0X=LNSS^x9Qe;60| z>$;$1T%b24Lh4U^%)j|I@6{>bs;4y)c?|zod6$}3DMb&8KQuT3Ue9Bf`s zi$eqc595h`s%rn#9`QW(g)HYf)0^KBdyX=mjMpp-xcb9+e!S+~fLl8A<2Ba=e5RRC z#%t8ZPu&%-MQ67w*L%HrR$UY-ee3LUrHdy6KHGSrr?_2}J$dSHYn3_8EmtSt%0JrU ziHhIF0YBDwqJR18DV6@oQ~$gcGYlH1`a0nAj3@e?p9Ea}_FA+CI&yt8;Oe*6Vg#TA z*9`$b!FaOX=IMZ+XgpaL^kBeGGM?yJ-V^YXjVJ4xZVmV;#*=kZs{_8kc%o-{VZav} zPu6`c5BMVE$-1&d0bgu9S+{mVz)v-vtc#l$a21)_-9_ccoPaMep6ETy2>9v76FrIP z0bgo7(W{si@H31j>nA4%e3|iNzIj5x&or)iFm&YtewOiMzIj-{mm5#!n+FH{Y~zXk z_xfO5W`*%|T&9G)*%WDplp^W6qE_6ucAd^;43vS%iA>6COhogwqYp~-IFI0}e)KV1 z#jUUHuW3J9dj(2v!_31-&EKcpjn0RcM{Y^XeSo>H`()h`2Vfl1g_wyW$fP*4#!?)MruIx*xr<(bTz<+~urc zE`aVw4WoH@od>6p6wPiQ;wDm$>vYM(-Q~=r%Eo`VGD^)1cY81*)7RP%;)mO;x%eRF z$j7-wWN7imuFU(OrR(qS%G~YPk>#o8#Si6AEghMj?b=h(>TbTf+1s$a>*U{K^_Ks_ z5~sRf=Ej(2ZOmPPJHlEDqGR3VeN_*tm(||Nf6-m6rX*cj{Wyre?0Bo=^=z26K6E$E zE$Nl`;h4&il|!to($l7{hj+PWwQjx3CD8LBs#9alN7pzzeVg6N6v zG4Gol-D902Z>vg6J#Fk%F6(YbtEqI?!Kv=kT_F%J)@rZ-11t@lyjZElnhC7R@ zRNtxn2h!07`Qj|^b|Y8e(@uSNBVV7y`)Eu|a(fZ)$-8rG-Iwl%@HMKLWqW6*Hc4&n z)DjtJsd5T!PNhhVPRPuDPVHyi&3Cg&&AQ8XDzkOBol|Wkd$rGyYCzpn*1Au;iHY2s693)kJ>wYC~X_HFM}H|nmrQ|nQ8L#-XJyIIPp z7B1;t4y%0FHLCIi;NbmM` zPBp!rx5B}y-NMk@_wF@ys=H)Dqj{<)Wy21bPew!!q-2;#E}io?BcgSk+An&y9d1^w zluUKS>$(fQD?7OReTqMl@xJ3+AMaCIgWIM#@5wr0hz@D@-`?+0u zCgWU5nU(5@Xf4qQAO3BeT1a}gjayvIertc=yMkoAh#`i7W7v3u1X9v7?6|W`U#Pu@shp;cV+U*xb zap4N%y^DKe&zS+QFy5!Q5B%PMpJTjlabNhS0YBGxzv6!I`t0?c+JBz${>A;_djR{>bov5-m|zT{EL8JXngPDz2R>Je5LUo#XaDU1^go8dlc^hUlZ_)1HLNY zmjwLmDqc&xwJS4wCVBr~OSoNXyiIW%>|YY_%Z#@zZVSI5;FlY3SKJQ%e88_TzEkl| z@b3bCCH!GE@~id#iyg+?ql|K<=}hTWxtfzdYb7>$Ivy{i%w8*EK$! znFV%53b;xpo$RH4-%$ZCGM=o@)2M6eANeos=Z^|_*w619@Fr${s`c|VLhaLcE%72s zd`klm7GifVVN; z-}>RN1iY>B0cff*pB(UZ#`k5sm~*89zLW8!pI=02mWDIUQv8{W3$zWm`jJ7rRAShpKh?SE9R2^hd3nu4|4fIs?$xy8&P8A7imdBEe?s%g`mH|A ze`BW6l&XGaXovbv<=9sbceb|s??k%M|C?xjcmRDF^=CTYK;H=IjV!p7_5{z=M^c|? z&xfd|kp5S3{x8ptK9SNDkr}1!>wOzzf}2h#N09DrI_WFsPHVIjC%W%Q+IY>I=w#DkX zR13I?yW5AuM5ojye-x6&RO0KMX}0Q5{?{7Z6Wqt%{ytW>$n=r;C2hGiaR+%<2f0zb zlGeWbs{ARldyy+urs#egB}v*AYvLBTV+k4Y*|g5nc3BrIIpmLtR_5q#lI33A?Oxe` zSzvRbdb=C#{R~x{!b)c&O}CJmTiL5Q)E#_A5(6XL>Hb^xc5S?`_q7sCcGD}Npi&P| z@vCo~>ngnYo^F-D+sEDE@5-$XmJc+euU*K}``3McYLYw7o9*EmdG`i5m2`41*-cFE zOv9zKDfAWQNj#rR$YkwF;*UqYJ-sStNe{OcgY21MZ3^AZbO#@vq>u3~?Q!f}+2i2j zDA4O*t}6Ye>1wX)>wPuQN@&?O!Ktp--PFptQ2FKzpLz~)+xmChiN+Tcod(}M;0uh;E;0cz{;BN&SZ}Tr12Y(^pxWvC?9Q@IMt1MC7!RJ#_GOmeS zhpa)$ZXoXD%NPf!bv6@VXNX$CR5(Pwf@DG^=u=HExl3V8h?c?1<5$WI0AN*8(uJm zj@lnzR`H3(_b(U*|1{u}jh7engFheesmAvz=n20i;M0wFF4z-3Cg3xTw<*{e-dnsh z$&aYx;Gfn7t>NthK0DwI13o9-!I(d6gr7$5oEh zMN^~!*U-Gmk-y_ANB)kh9H~oA)p$Z^4`2SbT;<5$ncv2EGH({zqwuQB2wg+2Ba`qn zJ?CwWr}Jt5cl!bUc}vdr*~`B*XM61xaBYmVKz2g9AU%kmD;Ct)hfQB48#K~-FZZ&c(4G5ba@WA!R(ZF~ zyINeSskogxxRTAQymMcrzB}Br1~zh=*j%NbaNdy-|<-YCo+?|MiHd3GS(S z8{l&S-oW@n^`3xF3HWx#@2mG9{Gfn0Hhz1(d*C|-d`IKg*Si(|+$UA;wlscmy;bmA z0^Y{>IrUb;2L-&d@l)%qfbSXb-He}9ZxOsW;CmXMS#K`JgftxIPn zM#CKNT{FAFbsmV!YkiLLb0cp)EHA{{6JvL9bAjx^JR70sE1$P_T{2zZYXh!)-rntz z*#rK5z?IM2yFD{|!gJqN*`s{k-gV7%g?9?L@_Bo=S7tBx$bc)Kw|Ct#-QXt$oZx|X z&vb`hBi^}O{wz?wZSN*zCfDE!xb|*DW?T)vz41YrVKungKkZ%b%zicaj>h-Sl*3;N z+-+feW#*C^yp8b{nG0%gjjOeHCuB~p!8;qDlR2&iS46gVM`dQ#;2KYA?+(jMhyN)5 z?3#pw#*Ny$g_*_h((jV>9tt0g54CrvWtPJG27Djm%QDO1N5a$a>}CA2%qsZVaJtP3 z=fd8`ug+Wzztg8f^mgit)31%2!>{}Rd#LwHNQVi(E50kHwG^boewZ)!=GV&IQkjqQ z`y0PEz8CZF1)L%U^Y_K~!J|!8=Jz$eHeL&FBTjn2o&t?emU9ZwM>Y5mijRm+f1H(obWRD;hjo|mazgCApjOPsC2=Ntbm{&x*`rTejXfv%^sp=GA>m!(E^wVF zmzGP5F+aka?~DCP5A0~0f2#4WoOVNdDd49W--{C^&|41p664+CZt%Or34iPY zuQz@i=eSfie~a;1@w^)R4&&1~fu_3odyG$xkAUZXARI`a3WxiQ>r^z2S0w3Ee4X*d z@e=sxfInbd=M&Ptl|4Q@|7l$3aBw0ZT;&7y6f$&5JYK~)YV;$0dKgH05I>2rotE&I zWKV%~*Q4DN{txs%$k#!7c!b|4d-FfZe5uUG`Hvb;=C!u}v5G%tJeddU9`MJFC;F=s z0{(>Yg9mHWPFiZ#C3SUUpBs&Q>E#@1pF1_r?LwH<6Tv}w)jH!dsxo(X}BxZ zsB>KBRpZNze-!Z70{&~jUk~`UKPTx#;qa#M6y4|NLb9d0TIMJlu6l;_+AG?{l6G z{fdD9VSEQp>Z3gt@Xf}%M7`nP2Yie1zR?1B!(XcG&+wa5WjL*mai@T51EhuSQclxh zd@SHvFTc>O;T$REkpsT1@rR0^?6aPjh`iyle7Z#m1kFzTo z?C)i~J8dK8Ap`sSz!x)jBtAT_e}M6h=%7^RgN!$)4aba(H@^t`4>aBcjZfksuzx80 zR7SGIj}xc7Rd|jxuDw>O^RdRYGh=l=(YQv(SnoqS-<8@pPu`)%U*q&M(s{rq8Gki; zmFtYeKi03FY&_jBNjs!!{jk;vhiizL;s5_+j*^zDQ{SDIDG57f9y>-8C}xf%MguOU zbdT9hC1z$SMxQ69^p2S=i`@c*P$gz!LN8`VmgsNwXG0VPr5yzbr=2 zE=DgarbQ4_dT1O(YpM4~u4Y_h#fqGrwXJjA7cNBi7r76Sx#xKPB8@!Vzs>yvi*oLF zt~=hAJYRVR^B5_+GC3pQb1LVQ-P|Ez=^VA5^~ZeO`)PlW>1vu4lRGlg8#mJ5seN)+ zOzz6e7#d#b?@BY?A9C|Z%s#_(A?jzxxD!|8L)Y&EI@?B@4bg zW#M&u~b13@R zi0Ouy;xTj6QG5ew6A`n%E$-y;@=UHUsUqi`0}w>`)8 z2jrsDa(}r`pX=Ir4g1d_SCVfQbNz*@*ak$u=P%B=Ke#^1^<`wEt}Uwa&8`y}OGOlC zDi=!cL|+|Azg>I*zi&l0A__A-QyA;I?On-rJFa@aga5ss|2@V3KHdLb<$piof4}N~ zAM{Mt-v5T*X)la$vdX^h zm{)5%tfgc>ftCE1bGr4T?qk;JYo&f;&VSRnzon5*VAF|yI@7OzG=RVTqBElNIU)BZ z&bwX{y~LT3JH#(xe~ewN+}KDv=`jl6+Hnf1&fG4`w9VX@xjCcr>t#ke@-?M>p@Ghw zqK??Fzr@Z9IGb1Y-W=T$?Pw?4>y6VnfAsfh=@)4IK?YjD5bAdBi+?5~*q^wm*x4Dr zcicDb&w1+ya^CvrctSieo)#a=Y2nK_A^b9Wu@7)s?&I-u@e6j!d`aPFEb!BI5Q+ODl;ZCF>`36x=K=Vh*7l&tKLWTx?Sci`!XZh8`S zPep1C=I}ueYWDuD*RLNPh@bQY9}-G8Zo!WFQP15O1L+a>;!N1#oN9auXO!O% zzqK^^o}Z&pe3{XlZkjdCSaonPd7f=Ev`2X!9&#XPxueA^SQ`SzgB} zw$HPxzz&?**O&8(FC~T^;*`&4Ii<8PaBFfrJ)RXGhntHzLwz}?re6}@&-t5Ab2{{U zoQe5G{B^u3{w>}T=Vj_`qIU%z!b6RFuW<_RY=CaH& zMnTLHx@&3xp$9$n;a%WQ0&C&Sji5+)E z>24SEqGhBdf{hm3BECxBr7zo)Z`1hlK|XXpB6L@HAMEJP^Y5sKy(l_2T1hBeif?X> zH1@ptj>OF*&Ne@ogm#yxpAYv2@m2dK{umQ|d~~9H)0vje6nC0mDe!!hLl-@ajU1=K zD8>Km4#l+_aOpEniY|=@<|ps};ihuFxON$AjHw^(q}E^UY)zf3IXs%knUnfEg1;Hj z%;=bCUi4%1i~ao>ZH=<=w}h(l?+uamkm$u-6UHESq-EK|R!SZ~+fchON*ippTfkll zo5)*(qfutp{OByw!9CGCobdX7^Z|c6#=A0Jr_)=z#mX-SkXI(ecQB@VFXORmEss1$ z{&+v`#C$^+<^=Y%d@-0jF_CyboqTZLk|cdT5j_>{N$4pi>qT>-TJb#My&=CYnQ570Gv{P}B_1??r*fw$WlnO2sLC6a z3pYg#j!epz3eL}+=XV2nKXSys-ujY|ZyoK=sf=fGe(hI;eQ~@!{oNBOm3s610`^e2 ziv6UnXV>_td^V-U1+mVweVjAb zU*JsIH{Z_rM`dPYj-kvrA#+lu zf>L8;=Hko(;!U}E0W&FXcoJH*i1}=Mm{0d>qH_tiwwNiT&$d0jmXGDzr`@TXSAQAj z-1o-6Bk-&IDL=}8&)~Q3%~$e~e6v43nQDHJ`xj^Kq+F8QCoxv^3il*S%8aFyh+k9k zEu&;BA|&&m5oa2I75&aZBlRPdE?%Mc_+hjsMV9D)+U)HPOTVZdLRVu`S!riLQ;br-$DA(G4djo$7ttB}nTp;9I59pWSJM zYt2|z3@diiusnuvT>fTl(^Kgd4~U1vW8%Z(xtv^lIl1MDctiYF{BxYi6lO}uEBj`K zX2xcY%*@Z6pSd#g4d0+zA+03}|c)mjE84tXEdv)dSMrGTvd6y zFmprZrp&$6HG0;Z6rw$FwdPJc%8sXZHIU zD{Pj}HanG$e^#C=993$sQXUUT(ni+p>;1hZT0@wr_LxoBEA-XEdDJ~cc~wa1@I7UY z(o1)0lcBy9Q5tDaTb1Q) zj?dgXd_yzLo>u?nLSYLn0)6>F#(2g?)1$Mais&4|`f5tGYdMqqu4rBK zaP(;ODP?|(Sh}?OYVD}oCVDd($$+|kk0933RgN@vBmch^eH2~ozxmSWc}iualan}g z_cr$JdCRS%_D@=A&--}Xi*ofA{HX7oM|r*rh~WjSj#oWJmcPE}{ zPpcb^ z6BSMNzt)h#?vAFBk`E?Kj`ZyXowBl!_SIs>$CPK2T)WZd+O4imR1h_=oU4@I)N*gj zs1@nBqfVA4Cv=bY<-GX=qamCP{g3Fl=tMhPeiQklG~VrR+8Jy9rk&B*w==rZuIq*_ zfLh^UYhxy5&Gz^@sTWEpZ94jPc2ya6JbN(T^cc z-y3(y+`)6Dt(COdHj$TAXDp`mds;>#tV(H#dr3ZC=TqXDxR9Pr*xBv%Q7xN8N^9*4 zeOu!O-`04*+8T=^)#3VEMw(Y$uD{-K?^x+^0QLGHOO->Y-$z*5978=n#Zu_uzGX7o z(&}8_J~`V`?YY)Uxtw;u!3tqL<{1)wl?=4OL?AtF}Ep=ynD`s0u z=Y`gmDWT5OUtemm{q64nYO|5{cQCcuRQsDo?UuB1j-jPuxKi+!{4HR(?a}&klceO>bG2NJ(qi|@A9#WaoTL1*EBR!Q`>O^(bJ|=UZKd9HYQahPt|MH&YfcT>kvdntRNFxHrgBA9 z3qiH0c5Kxi<(Jth>$j0l9-@AD)_MgW&^r5wdgl;&%kR-6oYxjWY2P@}zRltIQd6@;!jx-C@MA<_YwKWahS^^ijEgbu@oV(vIBV zUb1uM-*yWLd&SB7P9dV%4uwdPyAO;W;kWYOa$lFNqfYuKt!1UD@2LYeJH^1X=sRkG zKcilRzuf%DHIFp!tbDIkA4wls_4!`(ZIZsrS3dUli{{W))mzGyyFHZn<^zlW-F!{> zJiR&Xg;)nuYEQI@+D7fEkKdx)zbkW3<}zCLiXqM1szzJIpR}1i_ij8CwZuD)MoaB19{FVOckrBvOQ^rf=&F!~CLg0X3)WDfS}w=ix%|L3l$NnP2B6p^$U#z)&flGMRV+`-r@Kg@_G@|OI+7h?gZF+Or1 z<=@7*G_#8QBH!#9l*P4u&+fl(Y1UqoxbsBxj87BGX_KJ;R;w%eaQ}91MxWq~%U{Ye z@9bP@mUI4$zeV^ucSpdx8Gk!^8~#|pyBmLpbjAKp4gXL2f4lxpnr1#Pc5#;1 z_?N7Q4fXlN3rT;{`|1#wSL!Wfo~awxvVbdH6*31Uy|U&3S4u2oM~|*tO9HMwN+G4P z%H{0?t~5~S*Gm=!TxC@ut#qcDUA=%SEfq2!wj0+>z?EwYU9x}BZ<_D)->ZC8ND0=8 z>o);c%e{~uMN6)q23+~Nkdez4T;H>KQwz8H;>ENPnsV)myXDxgb2|xkc(Q(BK)`tn zPu4pe4388(PGM=60WZV?iLwO)?GdwaLun4<0HNIP{36e6!VdC=bnJ81zpVO zr^Y{T5-&~WU$--!>M2L0g$$BK{@Z!gBFyTHnPNoe&D2M9_DrGsg|XmNviIa%Q6SB@ z?+{22?lo?#@%;3v@#p>Fsf_hzTH|NMnbKy<%2j+Cq0(rXLZm)E&^p2r;!C~5)}#xa zAW&UL2zq#Mw zZ3BLa@!x4pGS6~drMvkHjQ>chiF3#TzA)fR1HLHW1FCo}@sj8}vu8i=?o|B0*!U(p zFJW51Pc{BMEfMtL1AdzEA8fsEw<`Pdml*$sU3W>R0Y5$9|Gu{JyK0HIjI?vLbN6}s z|ABv&8vmHN8uWz%eui<)->^@Bcqwx&*?60Te@cH2y}{R$aF#vG%>3t!&k%0`KhyXZ zb`HcY0YA(5myEVDFCOsa#{Y-io#_u>L+z5JhrF|m*J)R$9V4_?S8?gzw~T7Fs|9~8 z;1$O6+U3C?4EQ<5bM12Q>jHkR@oc*+ydvP|8PBxKz)uPI`NrdRG5n~2Utm0H7s1B| z{6gbf+iq=(9#z1#uApVKrR^5@UID+z_@8b6gtrU$#l|TEf?=x?(k=U0;1S`%19(VfPg3U@O!k;+5b~~*Tj5M-+mSS54_gqM88q? zB=zdI(f9DK@YMcBX21HQ371~C%r`Nv`4`qWV_pp$xb0I?%xKD1`0hTwsAcP`ozTpk z8?A?@dh!iiw0puYWJZ&Hbc6UR#eAtZe}()5pw`ZBZv0}?Gkh!HEsS3hU4lKe|Ew~v zc2Ox~bC<%qi{pRnDQIK-YR2oT^PP-e9$f`LUgilmnWu8Xo|~9)b?$z+!a;mzUhUw`AB6qorLs59SNpbuJA|<((n-M89`4{KL=)f-1-!fQiHtSV zs}|>bv8P}k5>4d008?`OyjR7csB&hCPM*8($nPhA;Ku)`@Tv?@#+e=NF}V*BuGBgeU9Y?hV3i z2<8WP^BO5FFV)CFoIlifvVON`z=s)6+RM`eevt8`y?n7a--SH|8cQ5N>!OTn$j2Bj z;al*h%#+?^ew^{P#65dB9AB9Fr?&Y1m{2+z9Z_18YRAC1&UoWVf1*6#47XxF*_UNj zz$X|__GMWX@QKEgeOayz_@Ty=eOVrXr{Ocnc+$W5A>fmZC;g-rah3Tg#*=+zhXwpF z<4J#Ok+=`H!;KF{i;t0TxYC2d=Sbt-Y;TfV;jUZ4k1{@jc|pcY0zT9DN=DJ>zhtV+ z&o+L8ooBO8z~>pipBV}El?eC=#=ms6Bl_dwT@!Z~7~h8RUdr2mFEZXH+68_I@u&_Q z{;w^5fZILV1Kuf%J*C=lFRruL_#Vdh6W=|te~Iy~%)(GE88>?hPdDBltrOOZ2Yjh< zX`-N?AMi7b@5{&ueHU7;&bLFB8UO!6PnB9gHMI4uD8cA$MAT5#&-!e{@5Tr_DAQX> z_HLEVYBPjdfwq23|K`8bHKjD9wH?#`j%n3PCp0E^B>JyixRN^<^ZUQkE8Q3K#KvFr zN{Kl%lwZ#p8A28JA+;iWg-*`J*dXhi;KBDfm?@!v7?09dY zQx?I-aDNH%f@fQ}%3P{DDEH(}yZhM3$J;-Kd+8mf_Uk^h|0nq@&&Q1P{!;sOAKJg(+a>#d;9mCcwl1;%Fs^@Rzw`i8|6hoi|1EslK0^MZkkOt+ zss5k(-(gtG?YFTH zx?`s?dkKFA5!3sv@z*!}mVThZ<5G0p^n1q#lW$fzB%QMPTpQU~bWb#$_dx?gd!Y4Y zo_Q3S!ulI;yLe4R?^wIX&qHrmCuA%}3vH?WoxyyH*1Md|pVp;Z>@MN&GMg*VnH;yc zTbbL`eD3YcvD}T0g#PYjJo_QeR?+!0Px1F0=l1At1M{!?dx=@tw^%*$j!RBlQP1id zM%#aIKiRncFZ4v!>->!#<`$BV{>4!vX1q$7^V*3q-}X@l{-m)sftieBshKZfe)0}l zHmT0rV8-{)KnvyZ=*cJ-=f|neTSG$Ra?T;8D?nd*Ftz>h(Mi!M%*Wjmt&Q$yr2l7T zM*fKY$#^iu7vHMc1j;Z*ZpXSQoXT=3=cKJ>M)3~Ul)63U$voH4<`C3Af51J)$w*Jz zsV?uDPFx;zG~s+W-~GF5A3aHls200s2_`ceUKACfYtu8*D8JmP8x=;yQA7T=iyAXW z-z>WBv1ANgbUVVK5xgl+^sG65YMaTGG0aIEj^5Hz<}qgY(e$U?yRH+@>656sa($9E@xsOfEF?@GGqB${#6jDqK>>Jf*)LQ+Q9o)XW zcQIzAC8rQu>E7ZCGu-Xwc4TeOZ~W4C4MtObs8d)goE66D$jhK;3G*; zf^itd&IoL~0lk|q-8NAhbdi$pn}gQMNzB<@jXu(C#N1j&kUvFRM)NekMbdkdd(WUh z@g9Bf&lxY+?6OgQq&W`xaDkEsYW8 zC;3YKt*;JBzH}#60<@`|!FYlbeSYMtl{U0Dv*s)m9<@nz^<$mfv^~H6f%g79R!5v- zc}_mjpK@N3>ymu;CB6A=hJw>JMBj8PIb1q) znhj}TWB_HeAI4_pgnnrVbQ%tMpx5mkd5`@g7|vB|Jc#)bka^Sv~tlC=!^@UFFl1AKG({OOYzfX zR&uPyZ`V+M+)4>@FD1vQAQa9ELSX};@Vd=zyBW zzV0QT<96XI;wD)?c>ROK0-ukWasj zbi#6$XN}!NV)~tE0bin2n(m;dy@}_M8_sZF@&)pfzDjk~$>fXEE9)55Ess;HyhZ(? zdgCX&QIC?b6KSe8Unuvr&)go7Gy>F1E+PFj`$jdD?J^Dwx_fQ$&9$#5_i5LB&AV$Ibru6W{dFQ4m_Pq zsA>-KSZbhCsKKrvbgw0J@1Q2SpPEcF!JiY#o2ZfgV5~#Be+s>cq$s6tY5wU;FSI<9 zYWh9k()slJo#xXOimLOI+C3><&L)T4W2J&>W|a)8hgJ7FYTBKsS>NSN*?kqye{uij zm+H3B#7&aIno{#VKpZJ8b+SB?dY$HN&t5w-rjw$ah^UHQw}ns>2^cUtFb|G~O&M zX?v`8(sWa}ydFuVXGODDZF`A}{Sr6iUvnr!b&c}c5^ zIcU}E${$JGNY_l?pTyTAmOr{zmI;cfpS?dmB>7b7nH9vTo>^VfGgA$a)J4ybca`#9 zwY2vhsqX_~MK$#o)OMRliAsx`m6T}rsphT~UGZ#f+9@hKTF^4+iEsC#eK3*sj@km3 zQtPN4@D4SP+5qW^f%?LpUb9H!;_8hm#MFE2Shr(c+9=wrqBNQJJB@+PmQjbg9pFs^ zzQlO@y6xe40YBaNPIY&Jzx`&FJ!cr-vdtC}?TlBe_%h>b>a3y5z3`PPex~tdb(X=q z2mCDK^Xtrq|Lf%{^UIA-tuqxqPMd0Y|DSFA;o1*VsJ09E3gb7`z6t)yhAQ(F#?P;P zKK#UhpJRMM?FI1Z0YBIH3AImvj|upB#*eRkJbb@^pKtuQ+Q-4W1^fcz^J~wCw-5M* z#^=?Z2QLZuO5<~D&xLOj@QaKeTl-k}>KCfM>tf^mYWIUL3HT+(`_}FYe`Y={-%=Nx z|DEjb+jt`ntMO#KE7s;prRAg>QY0w|O_BWB6pEcRSd)bRuHr2yedfV`-?qxU+HEb| zjQpAK?*mSi^e z6#M{j#>d1pKHt%e&L0CG8<^kG__+LW@L7TR7RJZt9|Au;FkfbTV*W(<<$?K~j31gm z34VKEUgO~%-IV+(@W%r4yBa?%e=7W}AUqky#eDnx4)FFtxQTahx99ytVfiZdXuOws zgu*Vy@6Nj${#n4)((B^x&AS)=3%s20!F)kit0WUZHZr;1_0q}jj{k@HE%-aYb8}Poyf6V(4J`3(j%Oj=F0miS&t)?J9Dc}Q* zUy-{KetaFwV?XBWCwyRbAPIQLUwC=89Nzmce4p$-@Gjz|RrYjskLRApe&d1tU0u&? zPt2bo{}9eC31=D$w3eUBJ%#zp;R;W9!C>Rh=AMPG4fqh_&*h$jw+sA}@E+M7*gvIq zm4C#$y9Sw7RBx|&ciZ9aP~+RNLW6Qu_LH9B1;dS(*gibjf+{}Jc#BL+%J}_j=g_locDevEp-7hzuhVU)6PlJR68iHl?p-wQ7|%y{d#4D%tM zX1qnL{bcS*%ttbRgz>ga+|v6B_;lm#;|}nz#S5I7Kic@t@y_tP!YV$?c;~n?yt#Pi zax;I7@mJKGexmX2tg<7$1^i^=J#8N$%P;s-`DLN; zFKBD~{Nnkk#y_VOj!t0^&f-Jdd(pq(*UEn4w>R@XDVILmocyYI5g$)0v>E&k%&UCv zOT3(B{65aIWnK)f_!3`Ye67tFJQwiOjlay@$ScrMC=9~{_!nQ@JSF)9-9D~xNLi~Wk=3ZLGD&y~g#eZTX)d3eFq#y_PEh(2?` zuQUFM={Fu9#H08`x1Kc_)Gyxt5!ipd@kd$z;oLuE58(zcxXJj_(KGN@0)C6}4UCx4 z?+ol0pX@G*ZiH|2_OnAn;jPA#`Qo3wJ@A4%j9cN)Lm=8+o)_KQz< z!&qHPdr6x-51u)VNkTFz+UN2p@RC6UNJJKbRi^{*-a8T_m5*$*-)Z#E*5mp+oOE;iGym;TmZm z{EHKJkHp=l&3unc56l-kI>@#ra-wl{?3~io6PVMPU9t;}_>$ z3|}4a4~?(RTMhs5H45p8i9f|}a}BagrzCtx$dhw&?v_2J?AOKorp&K#jj~O%XmG>z zz3h5Y=Og1K*%J8M0sq)|lWY_CHv#{|c;jqic-*kce)0QUi!96dT_IfdFU0;&jqjA* z3En2)pBZnPZ42)a@Xw96$+m$X6!0&Mmu1V~(*yo5M8O6G2SQJ z2mWJV{u|@{vi;y0Z6@pO`PO*@nP9v@IkUC@n^xW#z$sH!bb=8|7Lu2mg6Pev?_ZFe>XlRI|hDyV9%e% z$7jdGmy7R^_{T*G&%?8a!!L(t8z($AJ|{Z|exuBLo;AKKt8={X3%KgPb#7&LCH$#? z*D}63yBhv(z_pLrI%eK=-t|}F-ap#MY@NF^dnf$YfY&#EU-mwDcKa&xg~lJuJ_z4F z;M(78oqHJiltne)^$583H(Tf4$-V<0EZ();;;V`A53?V^C&E=uDjwDD zS?7Ms{#JvxF#dJ+YxoSAr#zAQR>te*>QWAz0$005yp8b&xng*QxVL{N?ozc;V_%GSBva=XFr5BRRe_s;DNe@5K9ySwpzx&H8X1M||WSmy@k2E)G& zcvs^Gx{3v)Do~n1(xfQt;@I?XFK56URg}Dpi zD`k(j{{Z9H=B|a`9GD+!{QBJW@P`6^knuG+wx4mY1bn3NwK=Bp-Rz|P(*9=o2OCe$ z={_>xYTvA*B|e1w+C6D++kR-HjVJq0HVF6_%NzgO9lC;hf{?AI_8dp->KIOEBF zn6CzWyz!&hl?(mMfJ^Ufog2;{<7okx-rG7>fgJ>2lq0{CCgY70jVI?v$4-A)q~;m} z>9sJ*!0NKUo;^%&nGxrz{n4a5BE6Jyq!&W#T`gv{Ue%IRD^M*awNj|{tM(5&mU~i) z?boIeQp#FJ++%cBW5#}C#`D8946#esH*5#r9@znDgw)ixX$>nww1?YHNP9$kw@H@< z4Z3RjG`sV=3nE>bztexIu3rFJ!z{W2uIU&;OTi0plW>)VLj{lESF8Sh-*o<77w)UQ`kXZEPtH|qzU_4|Q|i#_Q> zJXCcr^Nsl(US*~gYF+P&x+dT|Kb!dB3E0Hls{A9rh5nHp zUoj{tyFbKis7s|V((~~8r8gt?-`uBm%3ax&hKt_+3A^g7PvRoImpSd1)f_IfyK*g9 zS@oX6WB_c<_#}L?owD{^T=v(zrtYTK^!ZS4{~=tDM0A#(+|#|>JIOy^!Sxz{FZ=%! zS2|3;Exo30rPtIC={4o+y!}sdeLHX~jl(e9(s$BpYL~8G@~+aE(qQU`^!j+ms_@bM zlPo+)_1ARXp3dF-yL0%`^Z0(pZl!UF(qgTLIeP<1)4k45Z_n@UNb0x!xz}0j^3TEC zEA2OaA&H|&{8l)pW@}zU|H_Tf-qdXR?fN|j`;;$qe-`)GA*s3as<3zn{w(q?qTidi zDlMhqB(v|*I8mO_{bru0c~|kEbi2(XIrQz4berC%;gGtOUKLh)FZFABO`oT~_rgAz zQ`*YMA(-cb7^ zrX8YHcZ;^Eqb?0CI?ZnBZdU%+w3l?Z)lFxFT_*cy$K}4}Ui8E4bmmVOc5vI~7w2!6 z|C6`j-CRr?UMAjgy_+$b!(9*4Z8|zWF!MfR=6cpP+Z1~+==RFKoO>rXI&ZvpqfhpS zTvKe8sf+W*`@79~(-|S)KUctB${MHESa18s5|{Rh%dj_}r*j!0Z^~%Mn9S%p1oHT7AZwgcRxo1F{}I8 zt}Htc)B5UTqh&sfhh^*V{d&G2Z&6-)R!w*2+0+J=*`u6VwYr<-8q`hhHs*BZjQlz= zUo&P?@-+{pR;bJ!Fw?c!(^K-& zvuX~@*I1oGvMXWNKRV6F?!e4x-rhmkZ*f;KGecv>gzw4m8S$|EU-7kKKaY`K?b^Sm z52+&<@x0H6)Y{wvZ)z>$(4(_UbLHOD(HeKfE!xj+J66^25I16Gp)>oZX=jr?;)lII z7#;EcV0;5x^(Fc~$CoI^Kg@lZ`yn?m@6f!XPhz|WatOQl-00)v8T1k~x1><(k==8b zB&|Ict3N__hZglv!e1$FbY^_E8GW0wyq%fhdyUz-AM-Zn-Ra}=*GMx(wRz({=6ha^ zw_`u5-i&XN_);HA*XO?6 zCh^%(`8PhA+;xaG7o-&MV^kZhwxYNNdFC_kpDmGQ#uRG}aJ5C|Gw5*CQ)9o~Oiq8v$`EBxbF1^g} z!K_{nR^Qk1rba}y@TJn*OqXG{U_f*wXJd@W-`9U*oxC?1BxTZEVy!IiPG)w`!M~Oo zOcQl83dZO7P;Q)k*@wuX`8qvHv3@AIO8M$g@|AMdVfoYfo59~K{$}TE4=1IVky*_z z=nL1gi~NR2v#j#*K*qM-$Sut4=HqW{?s)vBw6`-t{&^Q>gCFzX zabVs#+b1#fSv)>_eNL%vb6y9&T`taYtr?L_HD5GJqB&T(-ZT3+bE(hee)j45>+G@K zA1iWQ{I|ZA_t>e4-9t#>vi(#-=?d?kCfP&$8}oBl_&6Ml{=kU*9Y-bSCTTY5DMpGe z%xyX_Nx7Ow(&)5&u*8kxbdYKBG;hl(x$FHm^~}58$M7ih2)a}x@wCCMk9&~6uFq}q z>1u0qF?R~FPotID(cYe!xr@C$d*-#M42RkHWHrB}cOf07a>}VV9v43t@0pq8zc-uz z8aYgHc0~RlAO3s0Gx=WmS7XX680RSV?zGMo`}Y>*-Hs-b{4qG&A%6+3$c_hGo;OLj zlVHTgXK(i*H7Z{^5?#G3o!xJ^q8QVN?MvCUK33*r=X>*o`OWgn^85RI-7bE_bJbgi z~|Uqkv)AF0XZe7nJ4|ah;@b6M>qMHE6IN4?{>;A5*JN1?m;ZfX>2d zLAD;(RiFMCjbc}n2ASP54M@``|xc7n-U<>PM@V>17a zCi=8=qASG?ebLBhmG|-Z>_`6YrEIAW!|!u%UPnI@bItNK+oRB*&MeO&=4UGMp7Cx! zmD`W-QAls5ta$URB!qI&%6J&>=5E)R2q;cJ%)R1W zKQM2Y5BJS^t7uu7>y+x!a+;OjomQso9-psqIo-{6C-@lIDx@xmVhrNXzCQ`9*z`l1ds<(w>r=NBQ?o&wb3QJ9oa7iz>$zM0`B_;1@G?^eovJx4p*9S+rf8MXZP{%hiBm&!Pr<=-mH z``+IjktZ!L*?Cm{)ud?MZOI$MyZVL`u(MgNvG?WPxp(}xO`*LuGruiWY!Rk9F&5U1 z*|l}-l6OD5WbK(9njM$@BYRD5L+-WQ$$4w?e$SiiLvJDZ@Wtq=czFI~;!WS#k1_cE zs-#I_Re0woy?BO7Uy2~^ug>1??yph zPw&Q$c~ALpe%a;Y7lm5Vnviyqd{Le~nXw+(wKN`@{}Aa<^v>)$AD0uH#&^YLy5q1* zChwz$`W+vt4YM_BhIUICnk*e?J?=rTLZ?fu!!4zH&G_|aHe@U#)N3v0|L$Y!gPipG zWbcgpM|}$TJ(6ye*gn}u{oU&9qr4$k*HUh@_u)A=zS%!NJlo#eI5>B+zgv@Q??d9Z zoV3*R_U-7D-RyF=mI{g4~MShTM+ajogFWi`<8-Mb;trBM%@CBL74lLmo$- zK%PXNLY_vRL7qjPL!L)oKsF#RA}=8?Bd;K@BCjEDA#Wq^AnzjYA@3s}ARi(hAs-{3 zAfFMLayfDpvKqM> zxgNP0xdpiuxed7;xdXWyS&KY~{1bTyS&ux7Jc2xmJcc}uJb^reJc~SsyokJnyoS7v zyn(!lyoJ1tyo0=pe29F6e2jd8e2RRAe2#p9{0rHLe2IL8e2sjEY(lAj*wtg=UIwOGXm z*E|@lDQ3SDzF5~9=Cii{9r{b&eAb&6pMm*zA0WS%GA88hufzO>=8Jw|?Vs$=^XA3( zgNJ&@{A8b!p3EjVH&pK8lRW0_RVLME?qh$hlf1j|0@V=pIltyWuJgpHaKu#))c5mg z%i;TauJ&GidIdwdt`4|*;`LcIKaA_0vZr%7wNG+hXnkt@Iq(-eCys3&k@~djmgqfr z`n?L!LTbf@T+{GG1#kD1Glb=S^7gQcRsr6^{3&h$*Xx>B*(1IKb2!turs1spKTfFPvDQ9DqP`@dDDa5!A;^1JyUTk7H7I2^ON~w&H=7) z6E87-n4`jUmjrxA<5Ow%IX6G?zs*}RaE3j}K5?HjFG~0rFEyUb6GqgAnv08QH)&oj zqQ)hUAgVF8LFyu!vm-_o8}>)2;iHI9)7)LMR=y$k+acQ{J0QvY-N{cRV}%=0zCHJ` zsUlT@DlRGEThks+PdE0qr1iA3yOVHI zdOpOx;_oI|9#fi~L0UVJ)UcS8m5!V2&3sb{c}MT;=h`<)-rmKX$J=`6Kw?od#7ad^ z_?}=_cbT_)sOwK(N$+-a>XWFAx*sWP2JS4jalgdg!QO>oPVuE0TjQ$By)FB@Z~Wa< zr}9J3XA0L@$RhvyD*yXd|N9xPn){O3H@N=@`NluXYs|ef=3f0JGPAlb zM>Ov-lIwV6%5RaI$MtOF8suT*bwqYI%V!20k@>&--IHfSkcr4K$mz&s$lb^WB(9a% zGlFaChxC5uXX(?z)Avr|UTk&1?&jXUk?Uv3wzZjoN5qD4Jq%fatVNzgK0x%WMV-Gs z+Z~p^C%g3Cv7X6%$}aWnA+A3n>9^~5oozUw4Vj9}LY5%sAlD&xB2OdlBEKPWOXl_7 z5zKEbLd34*s`)P6zr;cKy{4tiR|QlawT5>~4X=K6HNm1CEXuT>Af9dKTU zCweVk1zh#^5?>E*4!BCECB7c6*MxG03QX>*ELnoy$7rr40aqVw3HlCWxbCWUP%AUP zjrcM*5#3wrJ$QL3^IxPg@#Suk)vNQxJEOmZ{c0C1XN~g|t~UoNsdaCz62sj}Q zPwKq}Cnok_f1!G0%dveL*FD8c6L-ZcSh;!>*D2mSHCSO?50RBgPeOiv9{)A5WbGuZ4aa+}a%#)_=#JGM~h6fyR$2 z(9KxMHRNg+RM_4b)w$~b3SwXh*FJ$g&5f^etGEsccuV8gqQ$|83Ox4imKnbd%?;*s z1M^h7*q^K`I62@QjB70{&*8Q3puUSq4$MExpL46kz5RO_f1Opc^hDtU2^fVBMJMLp z;*WKraK#rqzpL?N9l{3j#C!qOI_9-+1>*z(?`1rn^_|suf8*Ngx;j_8x58G3R_AKp zR@fdQ)w%Lj1#3#bs9}%Vu@$zzK6>Qx5A8LDgWB5_>{+4p2H(J?KPRqrJ{7JFJ5Vr= z6Yx>Sb!HapD0ZweuXbjI>%#d+jLil75aT_x4&QYO_(bD<*kOUW;DApuK9Ex?oEsW& z<+lnqG#Uy&6rP5&@=pajaZ4|5X26dyKAuxOXrBi5{KI&n_kTvfXBj_^J+E0m6Yyh= zCwl)Y1N)CNzR1=gTr2aP%PrhaHeMVzq@WA=sm5!^byDubd71H5?AqS?uUd zKO^wZ`NnTz7m(`wBI6fumX&i42mZX&_)E6l!?^e76~@;@cVhkpnfLrErDkY8hb z9jo-2D+}zu-uNTzWkTCH;5Qpj_F?=b;I|w9GWrtpA-~(WcD`p^wOLjCYCT4U)1L3u z`Fi6&ML)qCVm=N3$BZ|NO9|&z0e{kXJN99x{FnXyd!IJmIo<`{J20l`XvdE5(rc)&N9`F-R4;3ow3ykvZco%_Bt;I9}T#c2bqSr7PY#wW&y!mkOq z)+bOe*!k;g0q;`n0t*NJ~D+`cz{J!j0(N0NEgzbQO_GG3nPMFSw@zZ&ns zNkrB8AI5b`M|G}pv%=}5u{x^EV7xKs<5V{K7^SzA!9{&#CD=@EmrNV8FH`n0% z82@+tZ}|R!`QFC2*!tCw_cQ({XJI)vF)%N^@Cr4V35SqNFTBESjkjX{n85sC<1wfA zROhO+RhJo9s1OX`M6-B*)x(8S7<-O6Z3JwWaEcs4z0ltGd?ae4&G7bi{x%x zFwMBmYhfIScDtiqqu*isn^w4A;$H~2ksr`%F8zO)dlPsci}(M3=6>Jj*g40(rGs-E zdkCS@u@_k)6)m=iq>%Pas6?wmDHWxZO4@8KB1(%-w5p_i(Y}!u{hqIxxt*JDpYP}U z`~8>4@4Q{^xnK8n&prEGbImm~MI=e&_A$M|?BGl|B;6e{zOlvxzWp@$;cwIx1It`g=Cv7y_oc8(veAjra7#%4(-3{ z#r}C8$vobx3)O?_L-|kv)Bq}k8bXbr#!wTeDbx)5C;Rth9*JhK<7f|LFYpkK(d=p)+fk*UN-0YQM>lB zGoQ}=)zA!RCUgySEkr4Ew)L{9FAGT@DqW~_pyi-Hm(k6q;W>xmK^5=g1T?L6(*yp%+2JDH`JuaPV z$>-UZ6RO#T(i-j?bDxA$n8MNl>_})ZBBXb<{(-jhyGw#jXAE1pUN#a~$0fDPg* z9ruiIue4VBJj{K<^E~bZlg)YJ*RFu4{cpK}G=apQyg!9|rID~SZ;}@YpTeT}DE$)~ z(X<`@DZ8LY@55z4GcwuE~8;9^Ok~DlZC0i5H6bgo(EUST9KF zB>#lVf0fZIz>_d3?UQ^=@;J$-1W&F?3-RxNP52eoba_{KQh8I_DBbk@pX!g}BTPx1 zxdC_9M0Cqs7lyDt#x*IEaz6)Mem7^Pa@_)Lyd}%I-^JZLxIe+&CAh!FExT~>{{gA2 z${oGv(?aee*l$VYFR91ML*f5leoOx65{5m!eE5?(C_G6Axs!BNS|>bm|KEzM4eRrW zPfwMrhQzTGl$5dLD!xJBDi=w6bvpOALrWk%dkXp!Dznk2Lv60<=fkG`o-^?XFQ*YoMn+|<3EKgGS)HKg0BG2BZxt?*Bx?>eoFw`bMJ zMWeFuuXw96jc_!28yjqgPPJp%DN()MN9YP9`N_Q<`S9Z~uXT~>j9e)_a2K=~t87cg z#=}9xH^pv`#-l1MiCbeBjc+tY)A+6O9zR1?!%B`4x8|?L247p5mjikRGfUbv7jMv7 zUWbPATl8>$nH<7%8RO);B8~1eg3+i)Bckm{sghuKGD`WKk;k8mCiZBAfYcu$$;U|N zy)xT~7eX8M)W;Iq46bABQH;}X=1%zP=-9!m8^TqBvoC9~R?PETBaP3F%Shkf zo%>!cw%eT+(Z~6(5SBWGW(qo~*`xtJaZYm{=^$zNF(lvtPAE~z{=x`W zV+V~ZcJR~q=(&)FrptY%`VGUSO; zSgE_(g?lGqo|w@YQwovdqIg^p-fI!*ggu35qfWA8e>a6_l`Ttel#5GcO1XF!dPL=8 z71ol}As6bp^G~I9Ni3S3#*)1lvw2IW3+mo!H}PL{374T6QeAkCI`Dc_mU>nZ-9vS1 za~*tJ9%3}e%nc#?ENatABPQ)`GS&=@W_R{8wsvBE?VI~33++f&@A_@ zH>rK6y87VDphBO7hcJY1^*3kIC@8+eqU-QoGbgIQbIrq1L+XEXbUv+VX*v+g;h{D) zGo9b@Dd|&rb@Va2yXyOQnNFGAA;+FEYG)dSn6$C2g6lAM;w28|@&PA5G{O*h-}jGIHze2L%RTr(KH-6}-4-xIyO%Gw34)li93nbS`i><94o zHOl8Z?!?Qls2%!A*IO#muQEUF;MFJ^%6aGG(KV{9&7!RDjLy&8gNj_WR5~r`yQH&| zKJQ4X zYz~?YaV;`G2Cn61LP()y#N$TXdcHC`kpJa6AzByq2!6@D%RBn=nY36P0_R~?nh|mC zj9#HW$u&O81nf<7BLPqyyOPj*PQ{EJLe?&dZ;_3IcH(I7cT6=K=ZgZdWkU{*XRGit#|(go~%v$9Jf8$ z``HRVb8$;Hxot2Shkw8i0UNX*k7TD&U=yLsp;?f=b2ryVpc<8ZoSwt|8uT$F+W^Hg z!RnKW!vBC0Ty_YFyYLiF#en)l!=VJf7WX1(>EG7uIj$Ig3{1RN_ASQr?ftR!@VpEC z0A&wBOL1&5{{h^$hPn%f^zK-$id)nA*iPV<{lpq%F|&`IUuA70V|Kjl^k>p1S(SNq zytLZiqJ1+;NsiMqS=BT&srG2_)+t3sb97xOy3tHqGNTNa0l+ev~~5{6nwL zbKhlJmOp=fiq2d-*$pJ;hmz zo5G76-jRLgvA;;gw~NCMXBTqDjVb;f4)^n@pQP|!4)^Gg7KY;O73Loz9Jvzg}j7#CCIo!{0 zcWY9d&SyIOSMw{^Q&apC9PZCC9Gt?>b+|wGaDC%qe=c;mKPU126n?40zvuL9V`ilA zDGvXRoz!WAQuvh)_va+un!;x|+@CWzE`?v`@UJ;>n_7?xCu#%!w6i)ohZH`?;a|A( zkLsoHc@FpU_Dxdwe24pU5^JaMyBz+h`IKv=6n>AxKQW(h{X3P;_dEP;_IzhNkis8! z_*+Kvi(69oGKYIRh$B>A@`|LvwU0ae4NlOe?H7NZYad!Z$-M>Li-&dtRTKE@{Afc{ z{y*#REoKYXg(>`bhx`2==cVu$9R3=sxQw|zg}>x*ov^}+-&DSAa`+}z!m*|`h3k8k z^{%gSotpCJO^3f?Ug3Ia3fKIqHQKuyJ$(v)-{IbVWMB&4?(mJA#DR2{!j&KNhWuzx zQuyZ%*NHLc%~JSR4&T7~B=###;omxZy;;vSKZXD3@aNg#o_)MixayTPYxz-5QuuC% zKWCofS|){S9@UyP{E!2bZa#lY3NL|fUF}Lg%7g5o(7@-ao|i!1eiYZ!QuyBv?}-+k zbWY)T4u3CxoL88_t;4Ef=BMy74)^D{txn;Zf36hlr?;l?at`yxU zu6g(xjD^&Wt}9Nr?Ai|32~*fnruYwV_y}h=KO}`~-o6I*hQr}MDuo~D@L^^cc*_)? z=kTFsD0saTu6h0%!M?w03a{tzli3Xm4O1$d^&Rfd75DRWUCckvsr3Z^r}?yhH<$L$ z^JtR6cW*+UOvg~_Us)y}67~=sqjbr#k$>+>?-u?U9rz1(#O6&%b2B{xzj*YHx!ceG z=)U4~@8_t%lf0|d2D%cSd(Y+qvUH@<^l{k65b^#Ud17OUkTpEkiK*5xOi_`X)L64 zP5e!}HPm;WmAOBCvqQ0%T$iEx;&Yh6_)cyYDRB5O(E&lz>Y5HDsk!2`92`Mj^ z;_v?W7nHRGZ+c)UYa}KNd&I`~R&?nH(Q1rT= zSCOpO`bB@nSTlCz?}W5+7W3{?nL}Sf-xBeBv*~KT#!WMcj4a7q=x2v>_4DUvwS_uK2F-p^_Y`<<@%R7nKn$W)n-0jq2Bp|QG0{29^Gzc5HF!~*dOou zz`Md!KpZOp`n(H=LQ(Voui#?$ek}9q>gywnV){W?(UPeCFnT9&e z@GZs??{V7PHmr(2VH~o9G0->eY^v`$&*mq0lHp&B1G72Frj#vh%hL#UJ;^J%mz$@JMvZchAe0)3mcsoa`Js~+72b|~zo*T@ z=aM|ph)JV0X(pr<*|o7GssL@le4z+p`*SC!PF1tb z(fBBRKHx;$)>h+U#e5i}Vd)kWzQgRUE}rKNr^8K7vuba55pHp-T(t_^pHnH7A1W2k zxpJ|d5y}hul@6VDxtWpO>;F(nbl%Yy`<0a+DJ{k6pN(yNy2O-c7A&2zwOqL=uno{v zvShUy(%yFkMU{sHs$11N{GHx(w3uU%f*RUp{@fit_e1O07S=OLyg1-*|#uO^sJMXpL3TSDb{mJ%p*0 zJutL3YI`(p64wz(h2KynBrnSMW4YH@RPGJta4UV5LVSeH=YPGil6L2HQ-1GBU*%0c zrAR!rOiUZ3H{Unq?3a{Bxoc+ZFZ3VdLAdI9l#zb(myE9YR9_Usti#Qf0C2IYO$BfPFe-M|DKbd#c{kD>STDK z4?8WPTwU#UIQ4uhGp3g<_HRAxv~zlXxYhVy&tEb{R=NqfU!$db7q>XxGSXDZ^`p5E zm!7Ldk)BX!ku6DWu7Yd3@$KG!F1Ifp?^|r&bNGIvmOVPO76-9kMi(sHCNQgT1#?`l zg!G=r8D|=eC|6iu?&|ZYj~!&Ec6TO{v_PNjZNVw!A*>x;JJ6FBV8kf~YsIA9^0i() z*MC>z{a1@)p49f9c3mhPOU->D#cwqWO^Hy#Z#Px#7r2!+>RD6fS;A^r^^@jIEvz(m>Z7Fb`;;_L>#FwkJLSi^oA=lCNzAOFPkD6Yz zijs?db*C@aqVzN%78+N}r-6iCI!d`!Zl$+XyQ9=T+CDe);<^^7}_xp>DRuK5~v` zC&b;!b`Rxmk*RK_bC7?7k#nSP6vqqZ`xks0oKFwfE^yz&d93Y150hi1BN6X1b5;nE zT06}Y2yJOEp=Xi51K6MWFWhBucS2(6g6z!dP-N$6v_#h+xm;)d3N7#Z=DCo+^Jx7o z-;&Iw((FrVnNa>Z@uW0Qd`V48Vgo0SX^u)E=xwE~R|tkvqPm~uLsOnI+&JW+dV@FV zn<^kTbhpwui+c+>e-`1D9|zdvbmDflz3pSqzR{;(EBn~q+FaUdRztb0^SFCj>E7kf zr%3slXOTZ0>;v@RD&P91z9Atj>l&`IiES#O2l_=_|jZ+m#G$V zVj(h{=EU^IkyhGceep%g|EBQ8R`#yI8*yf-^mOvG2|c#t(M3lW*OF4f|FP_QJv5b* zAL5q(Z#gZK{67JC@S+g98HA<^lDTFA^z2Rg)el21H$(J0h*45|`kb?nPbV-^(!Nf2 zkp@a9)y?j9XsD6PoR&#`OIv#&78%^T!;lrRTDf3e*H@5A}dfhR%hqffhsSpsmnusPZk$ zaYH?zAzc7*hJw(kqwvx9+zq zU-qtdORnVTH~F--^vdnt|F_G1P;TWekG@}N>^fh!_GD&dJ(yK1drDTum4*J*PN;VB z-LZT3?}lTa_55dM#s;4sEjj5SkG*Lpu?$M(r%CPhwHu)NR5|S(4UR638f^A$!J6pg z@Wpp3om}57^D#Mj%ko#}Hwdx*DfgG$2I1Rnt97o{pa835{JAWz!rwmJ^QzoYrNW^e zo!8)_){=tJMzOW$nWajUub$f=w`8^4YIoLIQfEruZF!6H8q^z+e{TNd{3-d<@~_OF zp8sh6Q~5U*%rAJl$qP-YKkdVwm#O}(cV%*`m-Dgst;X*)s(13=Y1r`f2Ynh;ZSoO| z>J*}$_M;Wv^?dZvYd&mcN>?uZ(U%^5tv9V}o>C#I06Qu34U#nd7`wQ>jakUi{={4@*IzGi;#^FoY$)7!-Q+RoY>-=MMeBjA`1d4FQus-}X@smq@ z*R6Z6$bO8Pr~EpF=Q{q?jB}7F`X=cUSb5?0)u}?8`6l>@;8A6C-h`)y^Jg0)c1lsP|0QZVe3G-F{q0ghm*?`al<*ex zypyN2O~!-0#2iYYIQW;b+nw8}nTXuj6pPU%=-n zToO-d!%-k8E0INa}Rbae_ZbhzIKX-W!j=x{$zazP4jWPMN#S(r;C}zBJ-v#{57h=d%)6%WHV*gmwBLZ2&U586ZtHMA zU;1I-r~N5$h{KCa5!Y8d?$)!lb9e)%q0wqKzg8*cD!b-?w{}hIn|yoc*EJ<;nhpYO zfiGI;l&pW!I;Vf$2kQUr^=_|j_v?AC3Rm^5_fasCtLAJz;MvnvX`gZbgj?%O_Hfm^ zdQZG%KFo5@>T=b65!XGevpR=swH2k!j$Moupl_jq=dd&4x*Pf%ihiT7{@BwPt_^v9 z2G_IXMjmPcHHTV4^G9%YD%Up9{_>J!DA7i~`C$l$%1)DDMOkE2i!8{=W(w_)T#uPq z!L@wv9#sv^AFf@Ccs_~N@6f<8)3mCt+-0_lHeEGLJ`6Uh`$C5?j!`=%_gS=R>YJoN zol2i^H|_2>W+$acPkU23)l%vGGt6xTL{_j=jnW0Uh83njn~&OJQ$xZIqM z89$OLJfyH&VfVr%%e=I6bCb1nu@&JvG_QBwDS6N3ZO;2HFH^Tp-Gl4)tvj;r6ZNX* z*UxX6UzFb~|AhSA&w1Zp%Irp(Qd`tA_t4y9Di5wart-wfQz~Cm`L@dURDQhjGnHSh z{8r^QRXSDaS7lI@N2{)?`eN08Rozzg^Qzg^Dpadet*~0JYR6VPwc450rc|3&ZDzG= zt8K6LRkaG$YgS)e`_bAb*BM*q;esa%))#Clc)#HDf&q zTD^1izSWPbKC=3_>K9a>T>aYWH&?&A`jYBPa=mnTV6FUGOB#9iH+6T`)x40To*ret zD0e`GmvWz~xT)gj6~|P%w$gQZ@74RV-hc)tHn_dfr^v8NTE$L z^R+q~Us_acRds%rcMq#JsoH$vCRwg=&4X)psoAGy-!Sg`(T@7r`;uL0R3*?dWvF8gcQ zzsjCa&HK5s_UhUv9N|-PNnu^&e3hL{?VQ^6Yu6=(b@z7uhxvc!S6c5!CZ*!GoU)mn zy*#`0LH<4VCuF+_#p1kzsRgqO78F!^(|^5FnM%QrxAM2=@5%r3LytEs|7Q#T?(X{Q z@9f>{_p$%=_BahMqonPFdwZPsC(`dTF2FY{KR9vG?jjgz z`CoWxtb_gp&lZ24jXa&{KvEQ<g{vX z#^*Da+Fkw$Z&BoMm5hA!iaog=2Cngo_%$xbM-L@?v4O$^zs3dmSg#$!brQJ79pcxp zC!h9Qa@1_$j5~y@g~_M&m7KO*ID!wj+dng(Hg*X37UB7dS5&eR_s!W$nAJ8OC%)KI z2YiCt-{2?s6&}g|)g1pT?)>EXlZtW4|IOKdSm!ejOyQE}o3khJX7DRgxa9Wc>{Gl2 z{NWTX`Mf!M7rzevb_%cO@Hgxm;A~d6H$0M`o0~W7o8XNc?#Cky9R8Ml3;ehgF8R5+ zdE34XesKzy{G8wmg_FRfPmbi_=H?=+eH)$=P67*;+}qq-VlM&z$oW&`a2hZ0%iKB1 zf2DBApUurwdjOfdEn;> zr#!%))5+m?alXL5cvpwtZtnnp6n@IT6~F332Xl{I1pY}1Khoj%`E#?+cm6y6UJhSs zAA`S23RgYpU>>j!f%gDcImiFpJ`R7%J_SC}^SgZM=kRCk8t~~UyuZWO+I8T!gKHl# z<%{Z72ln3H0KQuOQ!j+8UUgtE?f1anP2n0}bzooZ55WIS;U_!%Q})Y8pKt-=3-3?v zDGvYAehGd!xWbSBxvHNX*l+tQ@WCm3sKdXuUxQCd;lomR-{N+!g2y+q`ik(}4O5=q zuVkd-U*Yz{DtS*aKE~mX+b7|_XaeCO9cVu*cs$=~znw|r!Sjmo*l;Nocu0<=POuC=W@C@_d%Vy&ZiA@mF_v&P0d%{o{nIzQdn$j>ElO|1l~2JcsXc zdZ#hqYR|=gfx~}ibb$SJ3ctwV#-h?SH>L1P9Gs^$>FLQV~bn(WlN#U0}JeO0L zXlGLRREJl#vMbHHs5m@VI9ygL%o~CeU#oCVcX*zy3*JF^YajlZ4sT!^g7;0~*EzhI zJqUbc3cu0eE$zYJlT-N34sT=If-gwna~-bv3T9qY_&kTphK6<^h0k|*M_UBG3%q0q z=baAM+!N!v+vC9psvd><@Uw zO=WZ0n`90gc?GPpvF)Ws3}BChb;L2@BTiA^SzGH5l|7-$yhU#>o90IGy*ym z8VQXuPkrTeJ6pJZ4*k5Mw2@o-9qDqa?#MFDpt36&@p3P>_N+*BKgo3gxZLZwz772y z?&Z(nUwi-h?RS-b;yn*M?H0dyMe=h2*Yr34yKpJ&3UfLh2bE$U68xB41{+YWKS1)g z!Z+AZLvo+bRpGdYtHQiBT+4pz?M7u!+7`E-DO|$kPOihbPr|A2UBvw?Nbbd4lQ`-f z?Thm|SQ1C==kW#iHNVR;y`lZ@_n+^R{%Q>Qp>V$q|F4kT-+bovZgT58Ip6y*%0JyF z`nx1Q3d8f{+9urh;hOlX@DJsFX2}0LaVKZGDzB3`E&;!sMne2)_iFIXknqpAY7dR% z%ut0-VN&=Mrf<1dSVZFar!uLyCFz{RQ-1GXPWRwPy45RJ24?EhJ>-Wrq7c##) z9NEZnzs0_>)6dw>wO`ZTW`UJQ8eNQ}x7q&1GmZ3ahitHt^7Q^jdscA0VV4HimsUGPqclyTfdv$WH%!-S$U3&D! zuZPTJMmWhou<&PI}7kFaJwITN!vemzy+ zhpHNuiT&&~A+(>FGx&nSSDkS5v(gyI$6apU3YCe@^u24znO$~vzSoTAVgcO7wzJ33 zw-4;^`G0kNx!%0jbPGOKLDuPStKg%??i1|oj746yuh>@^8*iahyun!YZN>>-+X8qh zz;hEkckz3`F13%?$L$k#1?&DbR?)bm8(fOn8s1ohTVMOkZlc6xUq_BiCO7tk zRO@W73-7$gcU~cyDrKAaw!SQ_v0~nx_pUe9Lb~@v!!X22APUi?l$g7*gKUKb+FZth z^Xz(Ju$j^HdyGt82;XUE&kNys)9(J&*Qz=8!;r=qyNO)qpDTyQxKblsvr5i1#=+w& z(Gu|V3C0}SUK_uMMt3yFJA97CQ$_oP|i^`CR4K zm-e3Py|t3;gf%|X*zHx$tCTK8dXLLOdVgxR2R{$BmxX+J&yMD){8R~fi_Abm!*1_j zN^)Dua(hbNd~$Y^l}@W1&pM-1I-dN$p45Jb+&Yuox`KLst^G0heuSMDzWAm29hch3 z3ix<5zP#qj$l$~Pgg=FC!fRfjLM zcZ25-EB-FSUi?{N9|Z50!fQHQb&$3SJkdkca`;MWCarcVeT3Jd9sf4LL;869H0$UFRS)==!;-;FQxE99ey2s74ys~e}s2oPV^406-WB;Fbc~>Tm-+BAMr@x(rb31 zP187dcna_6@Y}HTXTRPQeuTqs$G*;(r&D;5!{;-5%RU#v^L+ja?~WDl16)gu^5JPo zcse=!K64+}gHm{Bhc7mZxgM9oyEy!QtRLxxh39$yg&&1=>yun>5BzQLzpKOj`r$Px zyqm)xcjNL;Qh0ZVKjHKWB~B~$U-;2j6+X|k0l3;L&LYY|)B=Cjtl`>6{Ny`$?okf+ z>+{b};XNI`&aC5lOUi%Yeay?)&N43%_!+t8_Hwx2*WmpWeze2=J_wo7#o-iw3|64q zxYiR+c#80+x5NE87d=vVABS&cZ3MIGDZH=4wSES>o0R{;IU&mF9Ulq&UGcx4!~Omj zZ>IQ#55z+JSFXPX{_gM}<8Z$ZNUbqGoWlD%{Acqs*P;|Yz~R5J6Bqh6;dwsag%8F` zP3!1q1pc1*bF9O&Y!>)aDSV*Avn@*r&5jg)oWuS39o0|w;gLVbJG>Mt-KZZa`~-)W zX8jxX6T(YZ9E}MMDyeWLJ!wYNy zc=@r#{3klx>ziAr@RJ-~-`0nJa0)-!;q`1i@X0Cs6o=P!`p)}OxZ3M6*y!fL|4IrU z>hJ?ufx-M9cu}5a%#^}MI=nUV6({_Ht9-(rJIdkh zkh#zm6sKDm;p16d)eZb1;qapk%RSBEexIFBQut_x`+a$8OfKe^-hDiBZxQ|+lfqAT zxZn3@dI}%waKBH`vnl)xhx>hncBSxf4)^;Ibw0B=US~So?_1QIc>oD!^mnC%PYC+d z>)Du?@hLp1V9;yc~pexH%uDLwJk4)=C*lK*8(Q@rOpl9|!o-{c6n?e`vMHk&cW zzt`9sk}8B2Lcx>b4?R*Ct2+G#P}KJ1j_|F~Cr zT4%k#9y!q=C;DUQj+;TvA#eK^nO3+DhFU{yp+lf{PzQ(^9j9wf^uC?A?+kT;x(dwWdW*0VS0CX%g5ZZr#d1eF5P-qx597^k#M{|ERGzmHf z`tSFKmo9MQ=d5vuq|^I|>o<`0ua>TF7w%*aUg0f+Ug_!Jh>*g`NHc3 z3%REKOP>FyYYW~}_y%&7&NJ~};SuRxe(X>BuCSruy8mn%!2RO^)4jeedI4-VJY{hwVR{$r1L$LD)*qY#%ykF!^PiDv!Tnk2{?p&mHw(VZ zGJT;*(5=wZ&_@sll$*xTy}WY;SLM$Pu1b$YFDt!nvbX)#`smalh3(x>JZsF!oBM zFT!<^)7M_Z_)}3|I(H8B?Q%v?(v;oC$YnmGj%U$g zzRKxuU$C088EfgUM*Dk>y$-vN$I;fjW8b%**e}q6{AO*W_FZ4^ZoUt$Q%v6wvjQt^ zi=IZ&Zz1MCm@al$2=Nqln)J^Xn_(eFZCEdu>^0oP>5ujPI@2@wnQvzhOJPsggM*(F z%}o1Pcs|lr3eT^!C++pKo4p-WhL=fS!ourSW5wwc`W2(5h$DTRlus@U@=p&rZ4G zY);CmXOmmDs7D2VCz*M65N?I-GRCp@n+v#88J)}M?*&3WD8#Kf(%}Wc->&vnzAC?D zgQA{V-#wB&Ks_pdW(D_c<^$U*ymz4eDY(wutEp^kvLopVX&}v??nm46?1lDHdmwJ5 z`4fx_>+h|#zY{j)p0quE?7QLnS_$1Dgs-k$6=Jg0W&-xJ$$-hX3z^@kAD+*!H)i>7 zJWgDaeQ!syZt{%qUMG7^aGm1j8Pp1>R^P`Mytpp6u>%8F1G^`LZwUSISX(EAZ@jt6 zeh|L;sg;bWu*k~%w7@Zwb?q+%_cH2biQwZerZBjw+0%ln$le$H+H6bgZ5fk2u{V+K z&26&x^{K3ZZcnX{4s?xalWMz)>uW#0t28~ws8xF{gyLyNFyq4)JKOQ$i%VogV}6Mi zu17AN#DP4e7=|goE{^hw(tunF7!UAuHdQ0BS zu}nP1B~0ew`?BRT7GHs`Epysq&~Y;6_3rS(_UpOQb5RdV|B0}UQ& z(EUEIzuwfS`y#FMz^*^KIoJlzif+dGSJ=m8Z^l=ZtwlM@a-PrGl5;ahu<6O9dY6Q? zh{K{wI37yakP4Rsd*!B8TU2ew3Pqufn{;35pJzwi!61#2D}8q9%SvBSdUoSG8n=6a*#&rxj*pE`iZ6|? zjIWF5$BW{J;tE++v#MnkW;M?`DC>x+7r^vvy@w%I=ZfKYM8QY1yN* zCuU!eePQ;r?3vluWPg?YUG}fpJF^c8@fjQ)6l|z}sAw4iDU2;myUkj+!hS=gFD!FS z`60QdRUTjY*2)Vjzg+o^%5jx)Rr*vpzRKUV%GR!1yLQ3jg`*oyXw)wF@?*uH7o#&b zNB$T6zqkKw@st~1bj4n^A|K$-+y73}DYZkL-D?G*obqk%BQPZ^mvQzlq$#66;a;y; zA6(!e` z<9>WJTH!&@#%RXb3l|~boDIX>;L^VdSDRhrdUkf-Na3X%em<*^N!cpJ{Dc60t#2j? zz@<;XA9oIK5%W44cix)9HRn@Azoc>Jn<-qaYJyj;im!~XiI+Qvw+IQLJI~vI7v(rS zhwO&mk1J12;guZj$EP=gD_;2H)*}`%mO6&#Yf^YM$3KA42lfpqyoSS%bL-5iS1b0X zmcs|3BSUThFWJufe}KbJrp?AK6o==~{v>1m5ti@%ZU^TJ7ggJh^R*^QvAalUWPr4*qJBAKf>YKD*;E%;_oV7i_lNj0B?}OPjh&l(-Zar z_w_x>8RKxTha4}wgHNBa4%bX9YpR4(5JF(=rt&5Cur#QUG=?^bS;Zq&%^@R7QaJ7TIkoh{}|C``RdS2=9 zzP2y;UnzXL!~J>3^$&obda80b)8QvMJzmcgu6dwd?2vFO{!9=~{T2W94j*MlfzJhx zYkK@9hmW>nz*maDt@nS9!zb8@;9JFC)$^;~vijJb1O8hIzr*3OQNZN8P8p{UCgI)&fk@ab50 zpdU%$iyS_~&H&Fou=u<8I^3VXe3$f)`7S&qg%4yN`Cj;+2Uow)n{eLe@EhFx@~t=A zGqw1;4?FxWdl%nrpTd_qe4$%^a8?R`#NmtFI)jFFi_>SB!|!$JkmKbCw|@6ghkJWf zi{vNkv43xay1zcJ0NzBWCp}`K*Gud|_t)*oPE@+ZM1QBUn%3b--`EZ64yAQ@J-JWo z^R!njy}M?xou2eR*|SQIO0VXAvX|1BpbV7Q#U{E_=|I!^N9jY;I!Nh86Fp=f+b z&@s?I>kp;N`Rqq@R8X0pvdjTcVt<&}BPQ3hUEtG2*?aX%X+4v4RqyglSLx>d=_-9x z+m|_$s#CT(0J`I6Z+j?g>Tg+Q9wh9GDBIa2{`N+eIT*en&?S)GU-DitwmM+{6F!CM z7x=XTuONL(rEc>#BdlzEifBdSCD8Jie`rR0hDS^Y%{T zIuZKv1FtXC`{U6G>YM)^w!h9VN!RpsDgM3)?S%5X6z9RMxRdaUXDRnDrZBzp>wcL0 z5T?C%jhuGnaI%u4b zEEA1lJzCGPSNd`Hc=Qu52aZQgnTlm-W3cE!p1Q*}spQ{0!G0ZFx7au8`}b}_i`P25 z#|m}c(Kjx)vNM(IQ2W<4-nG$e3w*0gcD{f67It?_>`l)%pEI7(I|IxHI2D5jkt6R7 z-#o|Z74>|Pvp?0yK+iWayIsxZ*^`-5n@&G53+vH^du>nK+wZ4)3%#-CW;Bm?n7hsQ zAsm~{S;SM{*<)td`G}}7ZdqkY{%BX=Ef{sm*iG1|&L^zrU*+{NlA|O8{TBQ_19^HL zGV(oU1#zI(&^mS}9%nLQlEte+-Q8%srZ0469MX#sT&M8$U+A|l$1N`GOPSh}tCe}| z7@v=0kOE}As&@}U!fKCH)0i)dtBpN9#O8D}Bc#+Ad;68eZ=M~rirR@&)}|VV>lF@)`7)1Rjb^(n|~()mCCBYx4t$XM0vZ>?NIoGIo?W2 z{1QEvVy)c?wbyE*ovcAkd6q9IT;&+0Tw}KfpXNBNrTo7cE&N-ECVF2htt7>7?(4(i zcS@XRCtTuVeh@qG$!fF6{usht*J&%||EaEyCRUf{nBPP09A|zfCfRUoaV<>^MnCu3 zn&JH)%;4bq%Zv!+V6e#q?0u6VyabN1PSdcTqH4yW)ZETUuOmWiM(ovRZlqO8tg0t4 z6LG0Inlhz$YL;GmZYnR1F;)1M(5YBK%C=e>f>UWV$1?Vo9o+e7FD|1kneFB=?x5Cd z7bVrBIw9`{nGZrJtJ{tt94GI!b3Q19@w8M4Dg48iq+`t&!HI(E4025}qCzWM;TwMUzI1oo6ACUVxW3@Ff`t2@e{)!w|9$;cPx_~KN2}I)*V~y@ z8@#J_iB%tZSDo^!n7>n6)~>Ruj@S8Zt@B=;Gp>`SidAFqCNDC;@b)p)taIS+XBVtdZx-Zd#ITd>mEwDnl;f*SXD-DlZGEpG68i`I@O{uezT^O5+_?zR2(f7vbtnm$v~n0@SpOSqc* zGo?W5V3F)0{pFzbL?ip7{4M-`J+S9*3|`TA{BqB) z5r%E<@DJlp;m@SP-x9o%@%Ro-G9=x&k1DhRuWa6lx51y_O6NA|BK*f^ira& z!{3kJhkt|nt})f{NBAYoUcCwahWK;zzHRMszaN(Br@kxy+rxip;QuE0Uj_d=INa~U zW&ZNt6@IA0hdaC7YAKvy3;y{1yqbYa49X`s8;@UNZcXYVl7i>@pKf>XDAF&B3 zyvX5WuqI(XJ%x92xZjWLPVfkQ3E$1>>hLqzO9(w#3h&|Y32r~N%_+R6!_Rek;xE9J z&I*4ohhOaU#94caap?swC8cGzR40Y^cDUCcADqJbINa-x`={`}4xel$b3HAE_j9n; zuQFG0t^T)92S&dYgwHWIV3~*BM>yr}Aj+G^XPH?%zW`k2jr44J0{3$R|1H5EEO|-{ za`jJ89q#qeCyPJNhi9b2SC|!CA57sY_jB1#eI?gF!KL?= z|Dzqg#@P|~h>E{E*5Mn>OI+^&hu?~SoWoy5K4CPJ!d1TKvMb@oTo1@Ne;ofrhwpOx zHm31O4*%5I;hvo0KhNR0>|Bc+lEN==_#UJ6_VdA$@LcTh>b4&EwiJGu!}Fbe>j80b zd@px+BV;6Yg-_wr9Nxm|YiEN?-$s0MRW9cSz3e98dA>fXT+U_2yCeR56Y!%chr%CV zKJ^~(8d>mD4tr7#J?_t=JOxVO99mcnN` z-0N`<$S(Hh8i#v(%;Qq{wGQ{|;crgi2qlEauZMprgRYh@ba;}nhx0DrD@`?FjNPB^Xj7dre#x8F({zsKP-?e+NcLW=)Bhu?us!oIll zsY_VNcssZ)<>RIH`2mM}J!Op)zQo~+-99PpQ@Hf0OU(WDe*76CoOBpLIHm7gV&1pg z0&enrd-WLjgDG76BjI1}@HgGQIr1mrS3Q4-eRkeT`LF)yDTi-#`}HK>75<#V*SU2+ zX?(rIpXN;C;&6)pMTb9OSMP_v?C?k2{x4~NUUm2q`!M`xhxm@epDhmm%Ki*~b1M9A zfIp1Ii138}EcmxNTsBbq^1lbZl=VZx9}fO2oZB7#E9VQdP9=qZ!$d> zbNFG=5dly5e{lFAQ3votQv5$TynA$1z!Uyo9NsDF3f>F;1pm$9{i5Ud!~bx2uc#0B zu$2FQIebvWamZ}nR2;9r9exU@)H8lh;WGJHYDPq(z!#?QjKfDqW5J(I;aLu!7@ZUF zB%CE2K8{nkksDL|TJNybT+G?r9#8nS&SI%KFS-!?OZXGKyu&Y#rh!LgigC?9E;Uz1 zSA*9|;guXdGrA7Ebqd#hElbS}(M{k-r*O?zE;WmzCE&vYK9llrfWv1;Y@zM=O`fm6 zTBq=c@%Uwd|62I-9ljvC7ykL+3BT4~EHfTY_^*e*iNkM;?%a>R8Tg~d< z!(WVEfq!$#f41VrR<0ON(yhJ2*F_9t9e;u!?(m1AW#C@~|7YWW7l$**M6r=owmAIV zz#lgrPx$A;-^<}|MxWzPn!h*r6UO5S|E=(=zj?xJ;^g>!`3HhOnZlEB%J%a~^H}s8 z{Iv;Bf~$Xe($vfp63#R})ZtNvWARMO6#sCCH_EVap6Q;#M>@P?rXTp=6t49MPnz+W zOZUUaJN(4Vnfu|B9Ns@O2z-3XpYt3(IWryn%7EWPI$Y@R8JU~F7lE5luC$JIx$*cj zf&X6kwT^YUxjXX+{O_jtHBY)Cg(vBwdD0bTc4h(mKLmg7$DgYl{&MCM@G|9!zk4hv{{U*X6F>f}M$TE|@P5o5Qoe+fzu-CR9NwQfYh&JVxZ}@#-r;_~ z>7C#Pf7THm;mZOv(Geq4JzRWz0qjxZ*PNTL6JpQ-=TIexSUZru%| zH|&KYGZY#IA&pDIMq?CdB^)~_@4JQw=@qR`ga*8Lt<(Q}Elq^>BtmZ5i#Qtp{d{$4~X6p?Lov!f(ZMxi21pQ*}Vwu zLuBrP7C;LjdK0t>5%$RuHt7+g)krNgqlE~Go6|s`N1$cUqtIi}W=fAD`|OMxbb8Nx^wFxW%?PwW>WTDpjH-y-JZ{_DD_o?yeF zQ=v1UGocyKHPCg?4baWd9OxG4ZfFs-7+OMDp5pop^enUnq9rwJxjqlAhc-YjK(uJg z^+c-CoYch0zt9$l8ptXSPF#Wh<>sv)Z*xBX}Nb~x$=^&PB#}x*&|F=BT-2I`A zv&{+6xllTs52Ws^*5d44D0#k`XIr74pqwVzrX4gKngP8F9n_S2=pty|e(rBmc+@Q0 z)P?#%S3q||uR)pS;7}2C7IZDN7Si`yqoDr@_XB0K%*AE0+!7c0jsUymMM+o5LWzCrp0mIudMiJ;r$OJc#?>Vamr}dET>?w^K>n)45N+ zaTjhq7xoR5gg@_K(r&*vD9(zjc>XC4C-Ke(DDnGq++|yn){rp0uj_d3lkhJK&;AMf zg=e$sWSJF^zFDsgenE#qBOzhiev0>bcJF@pliYt4u)n$1MyS#I4cq$n6YQ4M{oBDU zzEX#Hz9ddb7>?$JzK=RzMXtW{;dZ~!uKg|VNpAO-T%I3 zz>C6l|9gFZD9@%qGoj>OaakMQNvi+xu_te=olj_S&Vqze!sB6PAvr z-b>OeoiAzpe>WXl62`>Oez=n|AV2ji`Tk_wN=so1=XS0MPxAhsKXM**hyUtF@?2pX z^bgNRl2=JSFZ_q+$@ldA9Xu~}XtpVYlJJbdt*|8NIFtMP0;cflK6&rif4~nptT-;> zy*}Kh^Wz1uEs)aZ-SGTNu0IFtkAS7aQ0nk(QyJ1bt+*9FZ}(SFa9_mk`X;a7ef z$vY}U?Z+wkf3XaT-0j9w&G z8>3Cpzxcfwz0L2-Xa~Qaqfxtk7&fpLZ&Yu8QsEd=f$uA17n{*hU*@b8-qF#5fOd+y zN4H=xP!jaf%qy9lnLjdFaqYNn+$5G|00UyP7=3$>%#oRw_NL@VjBy(9WDAy>UtwXD z;T+iq?K0LHK4YI}A3*K=S0Sn#)rjgu`B9^&d311;ovDy%nQ6uEV18{gJ^0-k&x>!1 zZ;xMOME?2*CEWt2<(ZY4)tRR<&t#s>tjVm;Y{+cRyqSf) zP%HlA7iDEpC(2PHs$`w_yDt$dNYgX%frK*0WzNW4OxkWBH9yRJpQ%FJI>wVjDfQv+ zPudNPc42v<*shB=#E0;yyv!(`7ZjNnzEDMu4s2uGgCWLKaNZvkeKbDgoOJCOEH`Cc5pJD2lU;PgW_@VS@C83CdX4qq1WRl z@uM1kOu#0mw0$~yHd+(qW-9VKn9`w=kuDeKkc!t*m(C4!WkzOZCZD&}wtbcPI`dN| zjw{5uarL-yoKLDLU+mtq(aD`29*fP3^ay&|H8X?|C{~56S)7djmvOIJ)CtQ`<=pu$ z?~+=4Cr?#NPIt9^JK@l`$H$Z6^Wv%TRq@sFHLOKFhE!FKy~yh9+yTCIu5DY`#qg`A z_$sp_^LwU3oD=88Uxv6Wj2Fkrx#^|pF?OEr!#X*$D)c2!$G=k>%JY5$M&>_Lx_3uy zIaNn(*OB~=B3-YH2lG9Jupf4}Bg}>2PNxD7u=7Hna7c7m^dm7*S?gm@w8Pl%a4LIa z&a=x1jlQshcH?{cie2;;donq36@Inj1L!sK)6Xbzn zG&7POS0%5VDMFeWV6F*iKaalaHd>$g{O+Xvd4S)N%!B+M&b$Io9`F2woT1+@E{}e9 zx%4-sUw>Krsw0EwSJUNMp3AoaYK4AH_{ok{rDRa_HT_E+!laOFr48NAZ#E%QE1)`k zCUx^{b9YzY1~n!%PNOGt+_c5F(DvR(JBQ{I&Cv*KYnHLMhh&78oQ!Z9rI3nCVZuKOrNzX9uPD2-=)Ss6&c*Nu;jDQI8OYa_CWOqK9sYbbA;rnk?T& zn-Y9ipQcMW>7ysLGRg{{&SqY;Ah{0tY*i~8lkPK zYLeZFcSI{`i<$B;_aZ}-iz*-$)rjgLi8VzMdx+m-PB#8m^j7py^c4~g6Z)B&?sv2c z>xr4sgm(hJDfEEX((|duQ*S4k=@}< z{;qPSL*|0`2IM|jGS-6oWOC|g_AY*eJ)t!&*oghbHfy4-PV$%BFR5QLza)Oi`;zuw z<84VnvpEfAmpcbM*H+?0kbGLw-t1CxBcqgCSYdaUt%szhc6f{Z$^K6vz2^R2`P$u#7D<3Q(n|Ud0FNuCocMMAo>6di@Hr z(d)>*Wt>djG}hkj>LY4X3MZrez7?yZOZY}o<32_HsZ0pPv)c}!U*8g)PTnjW<0XS9 z_LB^LwYzO14J1;)IhhNb^ivcMU9dU4!|!=Z{bN)1Ia7!`xsVPZOv?z>^MvaItNB9Z*3mpWg;w!= zT36NdsmNtZshKY$iM@ra`V|uDz440B9zGsF$KLPCRX;BBW1*$^rFx#U!y02OMDKn- z^AlPmkj=OkiZl9Thg~A@0~&3E}(T8vscni zWbLG-QLEzR>EoTmFL~P1uBcc1Cf-5sqC8rOHQWQC_um@t2>r-w_6Pe1`$f%(J5dLe z%3fw%6Mf&y_h|J@ebd++d{;?Rm!~?N^a0XoEmFZo*H66f#C21|l(N81{TxWVOeO_l{pBi~T_FA}OpY zeN0;^Ba#m2gP8_x*o;!MZ5%U&6LC~eHW^Z?~kZR$u$r%HA+X1P?#RJzWJFQ7E3 z^y`haW4S7>$goWLhJ?9+^3w_H%CL z-pmV`k1}6m%EbrMimJ_gBi=$=qtYu&<1MuG3ia1^A>-3op&Z?B4?}a&ot!^3)UmC| zjb-c~&-%E(%AVxE+4rJfqlxhq@jdbCbtPGCgjKh#jYL_O-md}uUn~01mncu0Xzofx zCHZwEhFzU}t-O>(axA~&-0%1>`aM02ea~g|dp>cv7|G~y`upWhTkryX(I&Jdo1Na^ zBgVYl=mC!+wT>Zv!<@YSmD5K2gf8NDO5R^_23}bU!guPrd1LDchU2qT|SGFa}o7g=*-M&T+%q~K+a7@B9d*h88_9~ zI~tKR+bsSzq`Ty$aip|b2KAo(?UnX<{8117HU9j~fuk`#cW=`w-jzI+)#jSg;fSfg%@ zwmpN4l4nx;{P^`hHJ(MH$}1wplKua;B7HD&!n_}c}4vhYVT zT5F?z21m*t)rvL&KQ8c>fM0S}8}mZMc2xWDSLU{Dz!U$;TdSV4E!w&D`|(TKJ0#$V z|5!U%)vH6ya@r#tsqob0wq3x_3V3;ttI*SjMB}g zPXYXg2mYtU-=YZqD5s&ry*=XZ;IfYwuJ-tF+Q~=or}-NEX)XVwT=jB?V<-0*_z>ZF zl2oD!!aJF3kP9eR;0g~`7_B{ieRMte+o|xhfWLF#Um$+MQ<3k=UZ%5|6|rc~ybZ4K z2yg4~xzRlEtmk}qz;l^KfPa28AH0R|Jh!iJ1>xPzxz1kme^K`ya8?!DzHZIARyRSA zZlV&K(9qrFYyttrh@_U(*a$5kDj+5dsGuOC2xd`CD3}n;h>BZ4Q4|#eW)T&|95JD8 z^?v_RbI}DG&)(;rckg?T^(*G=Z;e&6X5}zyR3?5nBCnI@XPMsTvq5TC#r(uJnSNz4SixxKD;p z5YOv@)xtRHZ}LOw$)PVAJoiZW5zg~jiF^y>hZyh6oGAKCf&6ed){Twdn#dO-Kf?Gy zai5*!N5T6!&olnFM1HjK?(u;;$&Z8gcb;ebZ;kv3#x+l~V|XUQ2RP4{TX@XwO*QdB zu5qjbe&2yBf3_k1J+vpYT5bz~03x%uLGsu$vFXCYtWsxZgGSW*5Ho=$|v^Jz7wu?;i{jBE_9(e9$ z#??Nv|L18Ro?gU{_-OZ`>G5}hD?B|2kLOw)BD_I(u0(!JB0pI2gohR*NBc&`xK9}q zI(G(K;Ss;i_*e9!IA=l6B|Pxl`Np?0PNwH9p4UT`St9Kl8ROP)A`koZgXi7?ADi%u z{GrG%GQOO7ksamlgdgiX&&Z>p6y0rnDb`wdl)o1~&UyY$5+1afq6ds$!>K+y$}fW- z=RD8I_e1^>v3jQjxPpD;e%_QQnlyBdB1b{3?^`<;cy$%1q>@e|#6 z_R2HLe#WQQK+?-|f4=m7LA*VK{G>#_ujEOufuzfG#!qE_l9d*?(o6hB<7e9WJMY6a z=!563H$K(Q->JLS=N~k;s)?WK2AiFzgW$?PLkW-PC5*@E*#_Zx75UQ=`EimbJVSZz z>&8o&Ged75uJDMzWxUMn%zvim5*~Q&+s4P)`9bxb_4xao?ZW20zbvKGfuu|Ke)m7xTM3^bHql(CH2>3sZ`|~ok2K*1>yD?T~ANM*R zZ}^j={VlVx43W#V2(EY&S2$)fW~sLm*FKinXc%Z85XaLl&T326rcUdgyW z&*Efp;_Xb{r;734-Cu<3tKfaLzvU8i7{t#pd991b)x_YS<`3ktvGzl!45q35|4z9(Ga znMHU!U+q@Imj>Y}Kz@EA-xYa1cNWjpzMc8DZbSbi@qaFQ;o>)-U;8-zj7j{z1phsM z7>!$2f&%|rBY$HeKP&P768vv({1G%!(Z@;rzXJcoZ?@Iza{n*Gf6wnmo0a$u{O^eT zf<*q|#DBD5bGjN|ie@nTuM+>!j;$zuD|*Ja!!zN(3jaM{fM4YIz<=#8TA0XxocMng z{&zF3H7`~JU-a=mAOFQ~L(lp8!2fIU-*dlD`<%f4{gJ;tk*|qAivMfz{{Z9O{%5De z|C{h%{7zEzvcUfv@Za-`se|Zm1paGZ(_M*t_r(7j@c&TbmzW*eL5csj;=lOa%)DL@ z_`d-EJ@@--G|+4>7Aa8on8>^0fs2J@kkzba`|CRW^1ph}GAIV%g zGf3-w{&@iZ#g{XZ7zWRW%m4fE-}7Q-&KS=H{+A*DNFskQ^2$H=;s03UgXkNu8khM0 zF#d}_#t5}<;QvGT@A)C7({VuH|2X7VB=Qpz{~yBt@y4ZXM*Wib{}}#@|AX^G4hZ~z z1phtn#u%O|EbxCK@=ql4*Czfyg8wHQ-=8ry@t64j1pbS!LVurXaC`hbj{lx_a2?4%esv|DVKv@uwK6YW^S-|EuudbH9(Jb>RP5$gfG{ zHz)qD!hh}mUc>Gg&1d|Y_>ZQ2Me(()Xf}cW==Y^K%_E%;e>UL_Un1S}^!vENbmNU& zBjkq$e1`EnhnTxE;1?KgY;){S!zHke=Zddm)vgZmPY2JP1%E!_n-hPYWHe5! z$F?_vkt(xH{>&LhLAKw8(F(cE@1R2{Y_*Lt}6xCS_8f=J1j)G0sro!JuBx4nJO0-yG+8);d zr+q5S8rVLSuH5g1+Z)Ho-OlRi#(j6({y0X@t|!+6a0lXg<9gr@!X1J;4A%$O7uO%z zVy=U5gKZ z2STsS?=PaauzimaExYYA(jFsPVcTPLGxxNZ?iQ{KakOr>SLP1xX^ChpwP!|qXCm8U zbT9YR@V39`LGG!IZEw+X?x{I#U(pKgspV{+*h=oHk*Hn#o-t~J?fYw<<$ewBdE5)Q z=S&B=xI(s@h?5@iMO>w8JfCYs<@6fYpZ?~%{VHa=Qe5~u{pP>&?s@AX{$ zoq6tS$aZ}p?KX1#4EM(_ewztLMpnB1EpfZ@Hxo9=u3PW@Jq+1lJIU*}nXqPLPex`6 z?%%y*ChR*uU%$(QHT>@1`IiYt_?z&4S8-Oqa<;`;8?OH@&Ln#P?mvmMfr-B(xc<91 zlWgxjvbM+B8vgzWr?9)-vRyTt@|)iOfA_nbD(K+j*ViH{s`F6L{{&28uy2gk1tGQ7jacNlRvtD09R%AYxVlHwg}a2m^?QZwMeg5Ee*5iC*UWeN?H_#Cq89Iq zlmChzalMzy^v+E2S%Ulj8`r*zo!=?Lc7CV-lRPYgM-t~HIOTQ4XQnKT3|K#kt@eD} z!8M%vC#>9 zPNtPUl@@w3EwaXYvZXeQUev|R-(12-RbyD$54(w$a{*&%>6&X?zLd{H^q?N5C47V# zh1K+mZ+&+3vashks^&$`zf*7~l9=dmIu z?HBE7k)Fk)d{&@)vpRk*+lJZHc2(BK_{2CU*j*`4YZj8-QDb-hfzzRZ~F#wGGC!t@r$j4reTW+&8s}^ zHJ&1^j9Rq)uW_PLWqXF^LS^$*qk)=y+kjNg&f zxDf{3z2L; zy~&Aj??mrLA8yYtKX1=3Rkr7s#@q9Y_Gl=-bWie&v^SJr`X>2hXp&z>ZO<>0x968j zw&#~yw&$1SNq%`E$uDc!#i0Bm9UbKt>ESBBXa-6#zSwClTrt-gOKkm!xi0*z6p)qT zaoCid!V1A;m{Q;?w2b07Z91W?H5(=&A$-mtxb%zi~T6NUl%_w^V zC|g>UR>;q!Jgugz=sh!f@6r;Nc7v=(e269D0^W2M>3suf`yeU#JgK%X`R#E0DW$xv zACAHglYpp5iyGg{YtcN{DEUYCS-XJEV zA0i(%#u*K;4`PkEtHNqf->#iaX93gIoub)Pr(Wd;#4viYr7ll^qs)bQ)tCm?U&9U(~>W*_skt=EO?y?fA zR#!EsYERWD(&5m1Yj545{4%qnY&SRMmWr0I>M}zzKFL>0gM76-$X9EEe6=CSSJKIA zgYUa4H~+58d{0@?4%MjX}yQ*JzsA_y$|bsUhmg>+4bwyFR0(P{(kj))i16;y#8_ZC)Gcv z{`C5b>fclUrTXvI|EB)WY!ce7!JZA8HR#-+TZ2grrZkw-;Hn188vLWd3k}|A@I!+? z8`N&tu;I{#V;i2;aAw168!l@2aKnEzT-WfGhMO9G)bO*0UpM@%Vbw-2H+#F;XU)EC z_Di$u{N3|w=Qqu7ncpFQpZs3=hvg5J>CAXjQOx!GQ&R3x*VoE|^eo zU%~Q%RRzx!yjHNWps=t*;l70j79LSJsPLG=@r6?grx(sHyrytL;o`yv3Re_9S@?Y6 z8-<$+zbgE(FfOW8RK2KiQDITnqV7e#iv|`AEgD@kzUZu?^NTJkx~^z*(dR`!7yVh3 z)v{{KJzD0q9NuzF%hOseYkBU!*!lMQf32P-b$8GU^!C4h|Av}BuZQMsBeg!VEc*#f z&L-n(q2l)H=S2xWo|Y4T%+9y?ZfMA2Y0h>0*89WEqUrhV=3b3C-qEcL{85WrCE*hi z`HEVnG`^0W?2gaXJaJX$`AvyD?O~)cT-7~E4|qra3*fsa{FOw$3i2vNySqo?Rmd+4 z!lU{1Y6*|O^WkS!H`083HFr;piFtQHAkR>SSyInCC-TgiM!k$LikBdNd?0@iJeMA` z_?Se#I`Vyt&!=zC`p4ILu8-&b@aoRA`-lyN?#t$>Qo^`fbJVY&!Ki_z_xEKCQJ`VGY0%}<7cza7rhoZ-8T7? zdxh~C)Zg?6#q&%ru%h^(=+((SYtJD6Tm?TY;ol_wvl5Uq&$vd+l*=C!Ki=N+wZ?0r z#ZSJ2%YUp{RTD3DbE0hcst=K89kCM_JjXS%8~M|^v^~l^83ht{9)Chg4VG| zIDbytkpXAG2)`O@6zD-%czQ@ahv_2tEoMJBkM!6^IQ0>B<4;t6G z<)jas{9}BX@lA|Osh0x2-1tZAL3D0f;LoGRKV#<-`Va74i9gbJ7{STv(ra7+SLcdw zRunHoe=$XRy=DHWyv4bX8~-c%3;90+{tx2}a*%KKlg|&5m;PLtV*?HR@PMy09`g@< zCAjh@&&^$BJWU^mabv(&8`oY<<}bwaq;Ko>?Z&%Nb}nEhU-cnhNq)Q=&A5Vm9^|Vv z@Ck|h(+Us%u=-TtY2(MTI|@5f0e{B0*JEq^bGiIl8}C6c zeMkA<;gg)_8Tq4;Pa!vnd7bV%$yem>lM=ov@t@T_MhD^zqh?(155kkn-zO*h^F;m_ zZ9C@;OA z(-MAUBF_pWJ$Lah*z@h&r9t@jg-=fSX^H#^$oDk9nGq9uRe}70@YB%(6Q7gFvs!6- zk*708`(P*eBalBM;ddtTCn8^L{26wilJ0^3(mOembwTl05_wii*@G_ca{AcCW?A1>}vunXl^5-CbcEa<1_33pw^3p#z z8!aKVKSe=!E`*%Gm*d4_yx>LuwNpOzY2aXYq{blCi1NMGUp(E8Y{ay$}fOV zO?XD06=G{wrZNYjeoE;766B{P{PM*AsmR}NdM~;iTruUuQ1*h z?SdWsUkN{-8c_VDM1DH*&lumIJr+C4KL?-Ayp8y$i99RWk?f~VXI7`%PVyVzGZG%N z15Wh`E8f;_&7hGeK>q8m#L?@cy?zV%3liQak-rG}ca7&TXUneZK>j`WOnTztr@d_c zm_5`@#xr^wYEDu(MkI`E{rR0$xYENnT?cyNroTat`CoK9GCC2td{+Zk3nx8~jP8T< z92(*1WwI00>pbLhrI*Ls{r#Dy^rF<`HoXvfHm0{gO>6oI)QDySm72@+5~yKJA3?eZ zly1{6pcI-80;Prg|y>YhNOc=h!)#6^^Yr<9G%X=klVN}@uzan?wPGQ?QTswcCSzpy!r0$R6 z_h%)3)cht{f93B76ZRt4&ysuB#Ona)cd~J(YvwoM-@7Asb>fHaGk)lPSI^UL7ZM&_ zZ~U99(k}D-i<7Wt*4&%o?=w}+m|#`U3PaMqdF|}+@pDKeXr-fkjUtn85yN{#t%KOa`Wn?t?EBP&n{O`Mv|GQ`WCv~dApUInt zxA1WihCfq&!umSQmveXVn_Y!Jlg8iw2l6}Dr|-O&c0&rX-7&a{xHECeix+ZLS^ALt zr#!flzjv0+i#M zO828T_c_dv)}&8VA6u8DMIurPyWWq%4arz?Zb%kVb-Oxqx~XT_@s-;3a%{g=IEh%Vhu-){bIj@y6(B zp7o;Hl6f1e9v{aud2>Cr7a`n2$a+WjuJg9WCdIPFljggF=?|VuKU7wD^7*@r_cPAAh)!ncOnmP}zgTvJ4kkvWgEY)6 z)E-5zUG}_mHt$5{5ze3&DvLt12;~)Mz3BWxof)_YZQQ%i(!LKZ+=ooNNLJpSXASfP za?V^<&#%I2*gVtzSwL#vLCEjsb3dV9hTgyvXaKE@Wi6+@g{mE4>Pb&rXHfgF9OK3k z3Y`sn&i1GKC*Q$yR}x2h-mBQ%d7HfcDew3Vni+bwo_r&*rDy7SdYV=Qm~eHK<2|fo z`5fGV9IQO7T&&VHEY=EvQh!f;yr0r|e3DbzkXjqa#jT>_vA-h;rN2_XGO1aCzjImj z$m3kM&(NxhW6dC|;i<&9N6LQ|&OX19T%AIjh-|{55NhKk_?iUPz|0 z`!begp53^Al2Xxt{ozH}ER!wLvsrzd7HjOUw7tR=;jhwNdzin&p6}L3>o@Y{D&pWM z-bixT%}Mh3xTrY!Mbo$k_Eq{&gUEubq<)QhQ-s z>ACmELx@4G;@!`8vR~ozwQ}_>Nv>9&UY6wPwbV6hscZCkn;PyN%IFq8ve=^>(Umdq zgX~UBu{wRvD_;NXdUUh?fxgOWbZFL~ud;=7ba7uop!dyTEuoNFU$Z3&(J=QM_HdNG zhq`I5Z(FTvN=vOeF{K#Hb$R3k+1C-jI;xH(8P&>q)1$1uxrVZ$RrRJ;yOdHN&*NS0 zws5~gSi2tRwR%+BPUG{-IITUB=cDVHAG#4satjk}vL&3ycQ11~=~z~I^nRTf+b+e@ zql>ykTK%sMy9GUwWzll7N)XR5J_okEfTm7H<oKgcWOOJix-U$JG9RhC@%vTMJ=043gkacbP&?b3x-HYvo<=`p1*P$+?fr&K zTYEFD!5;Yd1G#3mq{eGRjaNWU=}8_roL1X85Fc+=Eu{AX>R|+`sA{QsdEVD^Aj`BC)8LmF`*3Bo3vSpjdgDC&`wsBv(f# zC3XI1v1Yi%o^@~Z^!|+9u0tqWq#293tbbAd8Y9_(p21$!vEyj}CsG^VMf?5`b@CgO zn~l`Ge>&}*mu>ic`0Pt5I2}uHGgx;~O(4Bety1Wjjic|AymeeuFO~&drSz|^Z8R#D zomOy4_uE9#T9Q+v9vs9WU2o~8|< zyA^Rpf3TAKYP)oH;c8=j^5AWr%%iSfNqw{>&e)j!HPTvzTICz4SyXF2?;fH>(~5Kz=v?~I zxA0k|E|*+7 zdd?GZ4mE*Nv4Q)PS#q_vvU{mIMVj?D(RwVWjr6VL>ZGMqTdDeK3pJGbP?`SEkJx&X zEm@V8BbYZ`fgagm(N$49LaPw|L3@=I%ND96_GLDDIU0Kv(8$~q35x}^5bxz_Yv@l! zvDUfN{{4jZpGF#L84k1&#!->l`nRdeoA678|1YzV_-b{P)vx7BBF3N4dpc`Mb|^7T5Q`*{|W^|9=RKG|A`^b8$ARk?QM zFROi-=Ni{*+^%t-#$}CHw%DVfaY2`Y`wIJVY^8p=rTGud^9aB07d5@D>5wP9F9)TD zZ1rz*QS~|1hy3a9&#HA^ts&ig*ax<#)IlR-=XzE@ta_`uo$J0^_)+2ag})Y7E83%| zc~P69-9gZzqF(OYjU&6 z%}#IjaAO~94>WqB(alf!UwodrIeF^(iZ^f2N)G$ID?d~D^~&$j*zUet$bPf{|)wB@A7wJqH(MJ-4m&Cx!(8ede!Tl^q{9B?iZt|+JEYk#+UZb=f#n;I=_)Rf~)m9~`|S84p`?LH*S3)dD_dCyA^uUe&nmpHWH zfQGeF{{HgXSJ$pZJm{Bq)qk*lt)~7yJMW1WwOab{3~KUn;@>@m_ZGf5&p~g={pPh0S@L|R$F(ZK;)qs~6KN)M?=yh!@_h-2AQ%s+! zU%-ztu6bVa6p=bUO> zBY)s=@rtkak z9EAKF<0}~jVs8na3D2eQLC*7OiM-9?n2|*kLcXAK%NGg z_xg)DNJh+o{9VQ?$Gh*uml)UX2*Mx8-)lU_^k^M=uBvDB-2091VS3g10e{fA*Lyw! zu6hRf+=q-eVZMm^E#S+HH)R%ybQjOlj96Svyv)_-q!Y>)T=mHi>J!iNqCEKYq&`7A zqy3}EACt(3dg0;|81s}O|APFQRyvq-3;1)!wfeCm zf8O|^Q6KmiqTn};j@;bu>90;>wc;7k*;R5^XS^ z6YYuoKb6VyWY-kEC~hY@&vQQZ^2Z~;(RdbnpO^_>R4)G^wE_+Kk z|J?X}%pqZaG2mYqzn>Wl^tS^3rE$%fFe4#O`tsbIZ;WfjU`PI)@#X9hbnX}ARZb

#)?&)nBL@n4O<$xc4nJMWK$=by&EWe$VUJKT{U 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⩔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≪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